From owner-freebsd-eclipse@FreeBSD.ORG Tue Jan 27 17:05:34 2009 Return-Path: Delivered-To: eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72F29106566C for ; Tue, 27 Jan 2009 17:05:34 +0000 (UTC) (envelope-from sepotvin@videotron.ca) Received: from zerofail.com (gatekeeper1.zerofail.com [208.71.11.38]) by mx1.freebsd.org (Postfix) with ESMTP id 190E78FC16 for ; Tue, 27 Jan 2009 17:05:33 +0000 (UTC) (envelope-from sepotvin@videotron.ca) Received: from telcobridges.com by freebsd.org (zerofail.com) (SecurityGateway 1.1.2) with SMTP id SG001392473.MSG for ; Tue, 27 Jan 2009 11:55:20 -0500 Received: from leia.telcobridges.com ([208.94.105.59]) by telcobridges.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 27 Jan 2009 11:55:22 -0500 Message-ID: <497F3C7B.2090607@videotron.ca> Date: Tue, 27 Jan 2009 11:55:23 -0500 From: "Stephane E. Potvin" User-Agent: Thunderbird 2.0.0.19 (X11/20090114) MIME-Version: 1.0 To: vova@fbsd.ru References: <1233067889.1659.50.camel@localhost> In-Reply-To: <1233067889.1659.50.camel@localhost> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Jan 2009 16:55:22.0913 (UTC) FILETIME=[0B478910:01C980A0] X-SGHeloLookup-Result: hardfail smtp.helo=telcobridges.com (does not match 208.71.8.41) X-SGOP-RefID: str=0001.0A090204.497F3C7B.00DE,ss=2,fgs=0 (_st=2 _vt=0 _iwf=0) Cc: eclipse@freebsd.org Subject: Re: eclipse-devel does not works after recent upgrade X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 17:05:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vladimir Grebenschikov wrote: > Hi > > After recent upgrade (gnome, xorg) > eclipse-devel does not works any more > > it shows splash screen, then hide it, then show again and so on in infinite loop. > > In logs there is: > > !SESSION 2009-01-27 16:26:00.539 ----------------------------------------------- > eclipse.buildId=M20080911-1700 > java.version=1.6.0_03-p4 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=ru_RU > Command-line arguments: -os freebsd -ws gtk -arch x86 > > !ENTRY org.eclipse.osgi 4 0 2009-01-27 16:26:01.912 > !MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar/ [1] is not active. > > > Same time > $ zip -T /usr/local/eclipse-devel/plugins/org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar > test of /usr/local/eclipse-devel/plugins/org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar OK > $ > > If I remove .eclipse - new, fresh version of eclipse works just fine, but I loose all installed plugins and configuration. > > $ diff -u .eclipse/1767688504/configuration/config.ini .eclipse.new/1767688504/configuration/config.ini > --- .eclipse/1767688504/configuration/config.ini 2009-01-27 16:25:52.000000000 +0300 > +++ .eclipse.new/1767688504/configuration/config.ini 2009-01-27 16:13:59.000000000 +0300 > @@ -1,4 +1,3 @@ > -#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser > -#Fri Dec 12 10:46:15 MSK 2008 > +#Linked configuration > +#Tue Jan 27 16:13:59 MSK 2009 > osgi.sharedConfiguration.area=file\:configuration/ > -osgi.bundles=reference\:file\:../../../home/vova/.eclipse/1767688504/plugins/org.eclipse.equinox.transforms.hook_1.0.0.v20080610.jar@4,reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1\:start > $ > > > Any hints how to make it work without loosing configuration ? > This is weird... As I've not yet done the jump to the new Xorg so I can't be sure that it will work out of the box but I would not have expected it to cause any problems. The problem that you are reporting doesn't seems to be caused by the switch to Xorg. Can you confirm that you didn't install any new plugin around the time you upgraded to thew new Xorg? Your osgi.bundles property doesn't seems quite right. The org.eclipse.equinox.transform.hook reference should normally be listed in a osgi.framework.extensions property. The osgi.bundles should have a reference to the actual transforms that you are using (like org.eclipse.equinox.transforms.xslt for example). You could try to remove the osgi.bundles property of your config.ini file. This should give you back most of your plugins but I guess that the plugin that added this funny line will probably won't work. I'll update a scratch box to the new Xorg and check whether it works correctly just in case I'm digressing with the transform hook part. Steph -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkl/PHoACgkQmdOXtTCX/nsk2gCgirPKGKQhTvWnsazIVhyd30zR qBsAn1JzKEzGvn0AYgxydqAUZLcd4cOy =x12e -----END PGP SIGNATURE-----