From owner-freebsd-ports@FreeBSD.ORG Mon Mar 4 13:42:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAE1611C for ; Mon, 4 Mar 2013 13:42:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id AACA418C2 for ; Mon, 4 Mar 2013 13:42:31 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:58653 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1UCVep-002QQ6-3X; Mon, 04 Mar 2013 14:42:24 +0100 Date: Mon, 4 Mar 2013 14:42:20 +0100 From: Pietro Cerutti To: Volodymyr Kostyrko Subject: Re: openfire upgrade to 3.8 Message-ID: <20130304134219.GD59378@gahrfit.gahr.ch> References: <512CC60E.9050005@vizion2000.net> <20130228094300.GT8101@gahrfit.gahr.ch> <512F6C1B.8070106@gmail.com> <20130228154131.GV8101@gahrfit.gahr.ch> <51349BF3.9060101@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y2zxS2PfCDLh6JVG" Content-Disposition: inline In-Reply-To: <51349BF3.9060101@gmail.com> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org 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:42:32 -0000 --y2zxS2PfCDLh6JVG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Mar-04, 15:04, Volodymyr Kostyrko wrote: > 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. > > >=20 > Fails to start WITHOUT_PLUGINS for me: >=20 > /usr/local/bin/java -server -jar -Xmx256M=20 > -Dopenfire.lib.dir=3D/usr/local/share/java/openfire/lib=20 > -DopenfireHome=3D/usr/local/share/java/openfire=20 > /usr/local/share/java/openfire/lib/startup.jar > Exception in thread "main" java.lang.NoClassDefFoundError:=20 > org/jivesoftware/util/Log > at=20 > org.jivesoftware.openfire.starter.ServerStarter.start(ServerStarter.java:= 104) > at=20 > org.jivesoftware.openfire.starter.ServerStarter.main(ServerStarter.java:5= 8) > 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 >=20 > Full version works like a charm. Thanks for the report. Are you able to identify the missing file? > While I'm here: >=20 > http://community.igniterealtime.org/message/227216 >=20 > I hit this one too, tracing the start script I see: >=20 > + _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=20 > compat.old dev entropy etc home lib libexec limb0 media mnt proc rescue= =20 > root sbin slim.core sys tmp usr var var.new > + _pidfile=3D/var/run/openfire.pid > + _procname=3DCOPYRIGHT >=20 > That looks like my root directory! :) Yeah, looks like it. I can't reproduce it here: + _run_rc_doit 'openfire_stop ' + debug 'run_rc_command: doit: openfire_stop ' + eval 'openfire_stop ' + openfire_stop + check_pidfile /var/run/openfire.pid '*/usr/local/openjdk7/bin/java*' + _pidfile=3D/var/run/openfire.pid + _procname=3D'*/usr/local/openjdk7/bin/java*' + _interpreter=3D'' what's your uname -a ? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --y2zxS2PfCDLh6JVG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlE0pLsACgkQwMJqmJVx9443KgCg4fP+rfVhn9qrpJip+0bNW3Nh bb0AoLmwRZUAL7q2Y3dZonF6S4P+grMc =CtPV -----END PGP SIGNATURE----- --y2zxS2PfCDLh6JVG--