[kaffe] Trouble running Eclipse 3.0.1 with recent Kaffe snapshot

Haakon Nilsen haakonn at gmail.com
Fri Dec 17 03:50:03 PST 2004


Hi,

I was adviced on IRC to send this to the list.

I have been trying to run Eclipse binaries for Linux/GTK on Kaffe. First I
tried on the standard 1.1.4 release, which immediately resulted in some
NullPointerExceptions. I then tried compiled a CVS snapshot from Dec 15,
which I got from the source package of the latest Kaffe on Debian Unstable.
Running on this, it still fails at the same point, but with a different
error related to parts of java.nio not being implemented. The complete log
follows. I hope this is something that can be solved without substantial
effort!

Thanks for all your work,
Haakon Nilsen.

(The following can also be read at
<URL:http://www.ii.uib.no/~haakon/error.txt>)

!SESSION Dec 17, 2004 02:23:23.735
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.4
java.vendor=Kaffe.org project
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=/o

!ENTRY
initial at reference:file:/home/haakon/compilefarm/eclipse/plugins/org.eclipse.core.runtime_3.0.1/
0 0 Dec 17, 2004 02:23:23.739
!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/haakon/compilefarm/eclipse/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/haakon/compilefarm/eclipse/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
initial at reference:file:/home/haakon/compilefarm/eclipse/plugins/org.eclipse.update.configurator_3.0.0/
0 0 Dec 17, 2004 02:23:23.761
!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 17, 2004 02:23:23.787
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle
initial at reference:file:/home/haakon/compilefarm/eclipse/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)





More information about the kaffe mailing list