Hi,

I compiled kaffe CVS HEAD as of 20041220 on x86 (Gentoo), with the Jikes 1.21
compiler. Most of the SWT examples I've tried work (SWT 3.0), but starting
Eclipse itself (3.0.1) results in the following error trace:

-------------

!SESSION Dec 22, 2004 14:47:42.42 ----------------------------------------------
eclipse.buildId=200409161125
java.version=1.4
java.vendor=Kaffe.org project
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=/o

!ENTRY [EMAIL 
PROTECTED]:file:/usr/lib/eclipse-3/plugins/org.eclipse.core.runtime_3.0.1/ 0 0 
Dec 22, 2004 14:47:42.48
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in 
org.eclipse.core.internal.runtime.PlatformActivator.start() of bundle 
org.eclipse.core.runtime.
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:975)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:488)
   at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel 
(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:104)
   at java.lang.VMThread.run (VMThread.java:124)
Caused by: java.io.IOException: An error occurred while locking file 
"/home/karltk/.eclipse/org.eclipse.platform_3.0.1/configuration/org.eclipse.core.runtime/.manager/.fileTableLock":
 "java.nio.FileChannelImpl.lock(): not implemented". A probably reason is that 
the file system or Runtime Environment does not support file locking. You may 
want to choose a different location, or disable file locking (using the 
osgi.locking property), but this can cause data corruption.
   at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock 
(Locker_JavaNio.java:42)
   at org.eclipse.osgi.service.datalocation.FileManager.lock 
(FileManager.java:219)
   at org.eclipse.osgi.service.datalocation.FileManager.open 
(FileManager.java:423)
   at 
org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager 
(InternalPlatform.java:391)
   at org.eclipse.core.internal.runtime.InternalPlatform.start 
(InternalPlatform.java:384)
   at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform 
(PlatformActivator.java:251)
   at org.eclipse.core.internal.runtime.PlatformActivator.start 
(PlatformActivator.java:64)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run 
(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged (AccessController.java:154)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:954)
   ...11 more
Root exception:
java.io.IOException: An error occurred while locking file 
"/home/karltk/.eclipse/org.eclipse.platform_3.0.1/configuration/org.eclipse.core.runtime/.manager/.fileTableLock":
 "java.nio.FileChannelImpl.lock(): not implemented". A probably reason is that 
the file system or Runtime Environment does not support file locking. You may 
want to choose a different location, or disable file locking (using the 
osgi.locking property), but this can cause data corruption.
   at org.eclipse.core.runtime.adaptor.Locker_JavaNio.lock 
(Locker_JavaNio.java:42)
   at org.eclipse.osgi.service.datalocation.FileManager.lock 
(FileManager.java:219)
   at org.eclipse.osgi.service.datalocation.FileManager.open 
(FileManager.java:423)
   at 
org.eclipse.core.internal.runtime.InternalPlatform.initializeRuntimeFileManager 
(InternalPlatform.java:391)
   at org.eclipse.core.internal.runtime.InternalPlatform.start 
(InternalPlatform.java:384)
   at org.eclipse.core.internal.runtime.PlatformActivator.startInternalPlatform 
(PlatformActivator.java:251)
   at org.eclipse.core.internal.runtime.PlatformActivator.start 
(PlatformActivator.java:64)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run 
(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged (AccessController.java:154)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:954)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:488)
   at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel 
(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:104)
   at java.lang.VMThread.run (VMThread.java:124)

!ENTRY [EMAIL 
PROTECTED]:file:/usr/lib/eclipse-3/plugins/org.eclipse.update.configurator_3.0.0/
 0 0 Dec 22, 2004 14:47:42.147
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in 
org.eclipse.update.internal.configurator.ConfigurationActivator.start() of 
bundle org.eclipse.update.configurator.
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:975)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:488)
   at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel 
(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:104)
   at java.lang.VMThread.run (VMThread.java:124)
Caused by: java.lang.Exception: Cannot initialize the Update Configurator
   at 
org.eclipse.update.internal.configurator.ConfigurationActivator.initialize 
(ConfigurationActivator.java:93)
   at org.eclipse.update.internal.configurator.ConfigurationActivator.start 
(ConfigurationActivator.java:71)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run 
(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged (AccessController.java:154)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:954)
   ...11 more
Root exception:
java.lang.Exception: Cannot initialize the Update Configurator
   at 
org.eclipse.update.internal.configurator.ConfigurationActivator.initialize 
(ConfigurationActivator.java:93)
   at org.eclipse.update.internal.configurator.ConfigurationActivator.start 
(ConfigurationActivator.java:71)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run 
(BundleContextImpl.java:958)
   at java.security.AccessController.doPrivileged (AccessController.java:154)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator 
(BundleContextImpl.java:954)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:937)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:421)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:366)
   at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:999)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:577)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:488)
   at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel 
(StartLevelManager.java:273)
   at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent 
(StartLevelManager.java:444)
   at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent 
(EventManager.java:186)
   at org.eclipse.osgi.framework.eventmgr.EventThread.run (EventThread.java:104)
   at java.lang.VMThread.run (VMThread.java:124)

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.152
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle [EMAIL 
PROTECTED]:file:/usr/lib/eclipse-3/plugins/org.eclipse.core.runtime_3.0.1/ [1] 
is not active.
   at org.eclipse.core.runtime.adaptor.EclipseStarter.ensureBundlesActive 
(EclipseStarter.java:303)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.startup 
(EclipseStarter.java:227)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run 
(EclipseStarter.java:127)
   at java.lang.reflect.Method.invoke0 (Method.java)
   at java.lang.reflect.Method.invoke (Method.java:255)
   at org.eclipse.core.launcher.Main.basicRun (Main.java:185)
   at org.eclipse.core.launcher.Main.run (Main.java:704)
   at org.eclipse.core.launcher.Main.main (Main.java:688)

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.157
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.doc.user_2.0.2/
 [285] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.157
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.doc.user_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.158
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.ui_2.0.2/
 [286] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.159
!MESSAGE Bundle update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.ui_2.1.0/ was 
picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.160
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt_2.0.2/ 
[287] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.160
!MESSAGE Bundle update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt_2.1.0/ was 
picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.161
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_2.0.2/
 [288] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.161
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.managedbuilder.ui_2.1.0/ was 
picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.162
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.debug.ui_2.0.2/
 [291] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.162
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.debug.ui_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.164
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.debug.mi.ui_2.0.2/
 [292] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.164
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.debug.mi.ui_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.172
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.launch_2.0.2/
 [293] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.172
!MESSAGE Bundle update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.launch_2.1.0/ 
was picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.173
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.debug.core_2.0.2/
 [295] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.173
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.debug.core_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.174
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.debug.mi.core_2.0.2/
 [296] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.174
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.debug.mi.core_2.1.0/ was 
picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.175
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.core.linux_2.0.2/
 [297] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.175
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.core.linux_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.176
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_2.0.2/
 [298] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.179
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.managedbuilder.core_2.1.0/ 
was picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.180
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.make.core_2.0.2/
 [299] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.180
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.make.core_2.1.0/ was picked 
instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.181
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.core_2.0.2/
 [300] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.181
!MESSAGE Bundle update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.core_2.1.0/ 
was picked instead.

!ENTRY org.eclipse.osgi Dec 22, 2004 14:47:42.184
!MESSAGE Bundle 
update@/home/karltk/.eclipse-extensions/eclipse/plugins/org.eclipse.cdt.make.ui_2.0.2/
 [302] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Dec 22, 2004 14:47:42.184
!MESSAGE Bundle 
update@/usr/lib/eclipse-3/plugins/org.eclipse.cdt.make.ui_2.1.0/ was picked 
instead.

-----------

Dalibor suggested it may be the recent classloader merge.

-- Karl T

Attachment: pgpgd35n03kLr.pgp
Description: PGP signature

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to