From owner-freebsd-ports@FreeBSD.ORG Mon Mar 4 13:05:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4FA27560; Mon, 4 Mar 2013 13:05:02 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by mx1.freebsd.org (Postfix) with ESMTP id B9762174C; Mon, 4 Mar 2013 13:05:01 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id jm19so2349607bkc.16 for ; Mon, 04 Mar 2013 05:04:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=gDN0ZNxGFfE+lDFUBrTGgpP1lguyfhXLt9KlzgAHCRg=; b=mkTRbbTfqB/cAjv7UF5pgtlOmXXFHNzGT/D/GAX57HyyW4pYaepm8LctI4ami34BEd an0tYEvngz5gE5ZpiOwbXHIHS/Ob8vvh76nf7yfzXBwVKMw3wuscvU26UTRQhI9sXPDE rULYVU3lmci4z4GtiyMxmWdIFkssnRLhJxmre+1cYT0xFz5M61Urxg1L4/SjcQ8iWMzW p7I+vMEPud0R/0udCMQnSP1qRikC1w8vpt3Awe9kELlUldzfxDdFE1u4WJc5+T/jFjsV 8PzQOSestXYT44TGnGQtHKQ3sEQREMIwAtPpy87WBtcZPFWfHzIXsjHqsHvLqNLwRGP6 ruRw== X-Received: by 10.204.130.85 with SMTP id r21mr7516102bks.46.1362402294925; Mon, 04 Mar 2013 05:04:54 -0800 (PST) Received: from [192.168.1.128] ([91.196.229.122]) by mx.google.com with ESMTPS id gi19sm5767397bkc.2.2013.03.04.05.04.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Mar 2013 05:04:54 -0800 (PST) Message-ID: <51349BF3.9060101@gmail.com> Date: Mon, 04 Mar 2013 15:04:51 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 MIME-Version: 1.0 To: gahr@FreeBSD.org Subject: Re: openfire upgrade to 3.8 References: <512CC60E.9050005@vizion2000.net> <20130228094300.GT8101@gahrfit.gahr.ch> <512F6C1B.8070106@gmail.com> <20130228154131.GV8101@gahrfit.gahr.ch> In-Reply-To: <20130228154131.GV8101@gahrfit.gahr.ch> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 13:05:02 -0000 28.02.2013 17:41, Pietro Cerutti: > On 2013-Feb-28, 16:39, Volodymyr Kostyrko wrote: >> 28.02.2013 11:43, Pietro Cerutti: >>> On 2013-Feb-26, 06:26, David Southwell wrote: >>>> Hi >>> Hello David, >>> >>>> Any chance of an upgrade for openfire to .3.8 >>>> >>>> There are some bugs in 3.7 which have been fixed for 3.8 >>> >>> I was waiting for 3.8.1, which was supposed to be released a couple of >>> days after 3.8 and solve a couple of issues, but since it hasn't >>> arrived yet, I've just committed the update to 3.8. >> >> Thank you for update. But how can I uninstall all bundled plugins? Or >> can I just skip plugin installation? > > Good idea. I just committed an update that adds an option to turn off > the installation of the bundled plugins. Just run 'make config' and > uncheck the PLUGINS options. Then reinstall. > Fails to start WITHOUT_PLUGINS for me: /usr/local/bin/java -server -jar -Xmx256M -Dopenfire.lib.dir=/usr/local/share/java/openfire/lib -DopenfireHome=/usr/local/share/java/openfire /usr/local/share/java/openfire/lib/startup.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/jivesoftware/util/Log at org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:104) at org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:58) Caused by: java.lang.ClassNotFoundException: org.jivesoftware.util.Log at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 2 more Full version works like a charm. While I'm here: http://community.igniterealtime.org/message/227216 I hit this one too, tracing the start script I see: + _run_rc_doit 'openfire_stop ' + debug 'run_rc_command: doit: openfire_stop ' + eval 'openfire_stop ' + openfire_stop + check_pidfile /var/run/openfire.pid COPYRIGHT bin boot compat compat.old dev entropy etc home lib libexec limb0 media mnt proc rescue root sbin slim.core sys tmp usr var var.new + _pidfile=/var/run/openfire.pid + _procname=COPYRIGHT That looks like my root directory! :) -- Sphinx of black quartz, judge my vow.