You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Ivanov <iv...@gmail.com> on 2007/04/27 07:29:44 UTC

[drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Hello everyone,
eclipse3.1.1 failed to start today in my env on WinXP x86. The execution log is:

---------------- run.log ------------------------------------------------
C:\cruise\trunk\cc>echo off
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
Foundation or its licensors, as applicable.
Deprecated syntax to set internal property, use -XX:key=value instead:
-XDvm.assert_dialog=false
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony
Install location:
    file:/C:/cruise/tools/eclipse3.1.1/
Configuration file:
    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
found or not read
Configuration location:
    file:/C:/cruise/tools/eclipse3.1.1/configuration/
Configuration file:
    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
found or not read
Framework located:
    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
Framework classpath:
    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
Debug options:
    file:/C:/cruise/trunk/cc/.options not found
Time to load bundles: 109
13
FAILED on Workspace Launcher
-----------------------------------------------------------------------

----- eclipse log -------------------------------------------------
!SESSION 2007-04-27 12:22:35.357 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0
java.vendor=Apache Software Foundation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -debug .options

!ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
!MESSAGE Error reading configuration:
C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
!STACK 0
java.io.FileNotFoundException:
C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
	at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
	at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
	at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
	at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
	at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
	at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
	at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
	at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)

!ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.IOException: Manager is not opened.
	at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
	at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
	at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
	at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
	at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
	at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
	at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
	at java.security.AccessController.doPrivileged(AccessController.java:75)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
	at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
	at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
	at java.lang.Thread.run(Thread.java:661)

!ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.IOException: Manager is not opened.
	at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
	at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
	at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
	at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
	at java.security.AccessController.doPrivileged(AccessController.java:75)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
	at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
	at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
	at java.lang.Thread.run(Thread.java:661)
-----------------------------------------------

 thanks, Vladimir

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Tim Ellison <t....@gmail.com>.
Hmm.  I saw a file path commit go in at r532683.  Can anyone reproduce
this failure on a build after that?

Tim

Vladimir Ivanov wrote:
> Hello everyone,
> eclipse3.1.1 failed to start today in my env on WinXP x86. The execution
> log is:
> 
> ---------------- run.log ------------------------------------------------
> C:\cruise\trunk\cc>echo off
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> Foundation or its licensors, as applicable.
> Deprecated syntax to set internal property, use -XX:key=value instead:
> -XDvm.assert_dialog=false
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> Install location:
>    file:/C:/cruise/tools/eclipse3.1.1/
> Configuration file:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> found or not read
> Configuration location:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> Configuration file:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> found or not read
> Framework located:
>    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> Framework classpath:
>    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> Debug options:
>    file:/C:/cruise/trunk/cc/.options not found
> Time to load bundles: 109
> 13
> FAILED on Workspace Launcher
> -----------------------------------------------------------------------
> 
> ----- eclipse log -------------------------------------------------
> !SESSION 2007-04-27 12:22:35.357
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0
> java.vendor=Apache Software Foundation
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments:  -debug .options
> 
> !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> !MESSAGE Error reading configuration:
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> 
> !STACK 0
> java.io.FileNotFoundException:
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> 
>     at
> org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
>     at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
>     at
> org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> 
>     at
> org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
>     at
> org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
> 
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
> 
>     at
> org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
> 
>     at
> org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
> 
>     at
> org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
>     at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
> 
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
> 
>     at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>     at java.lang.reflect.Method.invoke(Method.java:382)
>     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>     at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>     at org.eclipse.core.launcher.Main.run(Main.java:973)
>     at org.eclipse.core.launcher.Main.main(Main.java:948)
> 
> !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> !MESSAGE Application error
> !STACK 1
> java.lang.IllegalStateException: Unable to acquire application service.
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
> 
>     at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
> 
>     at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>     at java.lang.reflect.Method.invoke(Method.java:382)
>     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>     at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>     at org.eclipse.core.launcher.Main.run(Main.java:973)
>     at org.eclipse.core.launcher.Main.main(Main.java:948)
> 
> !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>     at
> org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
>     at
> org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
> 
>     at
> org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
> 
>     at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>     at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
> 
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> 
>     at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> 
>     at
> java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>     at
> java.security.AccessController.doPrivileged(AccessController.java:75)
>     at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> 
>     at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> 
>     at java.lang.Thread.run(Thread.java:661)
> 
> !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>     at
> org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
> 
>     at
> org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
> 
>     at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> 
>     at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> 
>     at
> java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>     at
> java.security.AccessController.doPrivileged(AccessController.java:75)
>     at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> 
>     at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> 
>     at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> 
>     at
> org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> 
>     at java.lang.Thread.run(Thread.java:661)
> -----------------------------------------------
> 
> thanks, Vladimir
> 

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Mikhail Fursov <mi...@gmail.com>.
I checked Eclipse3.2 in several DRLVM modes yesterday and everything was OK.
Now I've checked 3.1, started it, created simple HWA project and run it
without any problems in default mode.

On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
>
> Bad news...
>
> Is this file available?
>
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
>
> Have you tried to run Eclipse without CC?
>
> SY, Alexey
>
> 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > Hello everyone,
> > eclipse3.1.1 failed to start today in my env on WinXP x86. The execution
> log is:
> >
> > ---------------- run.log------------------------------------------------
> > C:\cruise\trunk\cc>echo off
> > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> > Foundation or its licensors, as applicable.
> > Deprecated syntax to set internal property, use -XX:key=value instead:
> > -XDvm.assert_dialog=false
> > java version "1.5.0"
> > pre-alpha : not complete or compatible
> > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > http://incubator.apache.org/harmony
> > Install location:
> >    file:/C:/cruise/tools/eclipse3.1.1/
> > Configuration file:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > found or not read
> > Configuration location:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > Configuration file:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > found or not read
> > Framework located:
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > Framework classpath:
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > Debug options:
> >    file:/C:/cruise/trunk/cc/.options not found
> > Time to load bundles: 109
> > 13
> > FAILED on Workspace Launcher
> > -----------------------------------------------------------------------
> >
> > ----- eclipse log -------------------------------------------------
> > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > eclipse.buildId=unknown
> > java.version=1.5.0
> > java.vendor=Apache Software Foundation
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments:  -debug .options
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > !MESSAGE Error reading configuration:
> >
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > !STACK 0
> > java.io.FileNotFoundException:
> >
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> OSFileSystem.java:227)
> >        at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> >        at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> (Locker_JavaNio.java:34)
> >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> FileManager.java:361)
> >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> FileManager.java:658)
> >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> EclipseAdaptor.java:818)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> EclipseAdaptor.java:139)
> >        at org.eclipse.osgi.framework.internal.core.Framework.initialize(
> Framework.java:128)
> >        at org.eclipse.osgi.framework.internal.core.Framework.<init>(
> Framework.java:106)
> >        at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(
> OSGi.java:90)
> >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java
> :31)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> EclipseStarter.java:272)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:159)
> >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >        at java.lang.reflect.Method.invoke(Method.java:382)
> >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > !MESSAGE Application error
> > !STACK 1
> > java.lang.IllegalStateException: Unable to acquire application service.
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:367)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:163)
> >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >        at java.lang.reflect.Method.invoke(Method.java:382)
> >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >        at org.eclipse.core.runtime.adaptor.FileManager.add(
> FileManager.java:174)
> >        at
> org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> StreamManager.java:236)
> >        at
> org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(
> StreamManagerOutputStream.java:46)
> >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> EclipseAdaptor.java:733)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:438)
> >        at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> >        at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> >        at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> Framework.java:536)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> SystemBundle.java:171)
> >        at java.lang.Thread.run(Thread.java:661)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> FileManager.java:393)
> >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> EclipseAdaptor.java:278)
> >        at
> org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop
> (AbstractFrameworkAdaptor.java:343)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:439)
> >        at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> >        at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> >        at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> Framework.java:536)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> SystemBundle.java:171)
> >        at java.lang.Thread.run(Thread.java:661)
> > -----------------------------------------------
> >
> >  thanks, Vladimir
> >
>



-- 
Mikhail Fursov

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Vladimir Ivanov <iv...@gmail.com>.
In my env it failed to start on r533069 with log:
------------------------------------------
!SESSION 2007-04-27 19:09:33.544 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0
java.vendor=Apache Software Foundation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2007-04-27 19:09:40.560
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
------------------------------------------
May be it due to heavy load of this box now?

 thanks, Vladimir

On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
> Great!
>
> 2007/4/27, Alexey Varlamov <al...@gmail.com>:
> > I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
> >
> > --
> > Alexey
> >
> > 2007/4/27, Yang Paulex <pa...@gmail.com>:
> > > Rolled back at r533069, please verify if it helps with the Eclipse, thanks a
> > > lot.
> > >
> > > 2007/4/27, Yang Paulex <pa...@gmail.com>:
> > > >
> > > > It is caused by patch of HARMONY-3656, which commited by me, sorry for the
> > > > inconvenience, will roll back the patch soon(I'm running tests locally).
> > > >
> > > > 2007/4/27, Ivan Popov < ivan.g.popov@gmail.com>:
> > > > >
> > > > > I submitted critical bug to JIRA:
> > > > > http://issues.apache.org/jira/browse/HARMONY-3783
> > > > >
> > > > > Thanks.
> > > > > Ivan
> > > > >
> > > > > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > > > > I've found out that in the last Harmony binaries launcher cannot load
> > > > > > class if path to this class include directory started with dot. It may
> > > > > > cause the problem with running Eclipse. I'll submit JIRA for this
> > > > > > problem.
> > > > > >
> > > > > > Thanks.
> > > > > > Ivan
> > > > > >
> > > > > > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > > > > > On 4/27/07, Alexey Petrenko <alexey.a.petrenko@gmail.com > wrote:
> > > > > > > > Bad news...
> > > > > > > >
> > > > > > >
> > > > > > > > Is this file available?
> > > > > > > >
> > > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > >
> > > > > > > No, this file should be created as part of startup process.
> > > > > > >
> > > > > > > > Have you tried to run Eclipse without CC?
> > > > > > >
> > > > > > > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > > > > > > ----------- run log -----------------------
> > > > > > > C:\cruise\tools\eclipse3.1.1>java -version
> > > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > > > Software Foundatio
> > > > > > > n or its licensors, as applicable.
> > > > > > > java version "1.5.0"
> > > > > > > pre-alpha : not complete or compatible
> > > > > > > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > > > > http://incubator.apache.org/harmony
> > > > > > >
> > > > > > > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > > > > > > ---------------------------------------------
> > > > > > >
> > > > > > > ---------- log file ------------------------
> > > > > > > !SESSION 2007-04-27 16:35:51.452-----------------------------------------------
> > > > > > > eclipse.buildId=unknown
> > > > > > > java.version=1.5.0
> > > > > > > java.vendor=Apache Software Foundation
> > > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > > > > > >
> > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > > > > > > !MESSAGE Error reading configuration:
> > > > > > >
> > > > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > >
> > > > > > > !STACK 0
> > > > > > > java.io.FileNotFoundException:
> > > > > > >
> > > > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > >         at org.apache.harmony.luni.platform.OSFileSystem.open (
> > > > > OSFileSystem.java:227)
> > > > > > >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> > > > >
> > > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > > > FileManager.java:361)
> > > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > > > FileManager.java:658)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager (
> > > > > EclipseAdaptor.java:818)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > > > EclipseAdaptor.java:139)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > > > Framework.java :128)
> > > > > > >         at org.eclipse.osgi.framework.internal.core.Framework
> > > > > .<init>(Framework.java:106)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > > > :90)
> > > > > > >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > > > OSGi.java:31)
> > > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > > > EclipseStarter.java:272)
> > > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > > > EclipseStarter.java:159)
> > > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >         at org.eclipse.core.launcher.Main.invokeFramework (Main.java
> > > > > :334)
> > > > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > > >         at org.eclipse.core.launcher.Main.main (Main.java:948)
> > > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > > > >
> > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > > > > > > !MESSAGE Application error
> > > > > > > !STACK 1
> > > > > > > java.lang.IllegalStateException: Unable to acquire application
> > > > > service.
> > > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > > EclipseStarter.java:367)
> > > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > > EclipseStarter.java:163)
> > > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > > > >
> > > > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > > >         at org.eclipse.core.launcher.Main.main(Main.java :948)
> > > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > > > >
> > > > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > !STACK 0
> > > > > > > java.io.IOException: Manager is not opened.
> > > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.add(
> > > > > FileManager.java:174)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > > > StreamManager.java:236)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > > > StreamManagerOutputStream.java:46)
> > > > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > > > :59)
> > > > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > > > :59)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > > > EclipseAdaptor.java:733)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > > EclipseAdaptor.java:438)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > > > SystemBundleActivator.java:64)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > > BundleContextImpl.java:1035)
> > > > > > >         at java.security.AccessController.doPrivilegedImpl(
> > > > > AccessController.java:112)
> > > > > > >         at java.security.AccessController.doPrivileged(
> > > > > AccessController.java:75)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > > > BundleContextImpl.java:1031)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > > (StartLevelManager.java:651)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > > StartLevelManager.java:600)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > > (StartLevelManager.java:283)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > > StartLevelManager.java:256)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > > SystemBundle.java:190)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > > Framework.java:536)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > > SystemBundle.java:171)
> > > > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > > > >
> > > > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35: 56.686
> > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > !STACK 0
> > > > > > > java.io.IOException: Manager is not opened.
> > > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > > > FileManager.java :393)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > > > EclipseAdaptor.java:278)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > > > AbstractFrameworkAdaptor.java:343)
> > > > > > >         at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > > EclipseAdaptor.java:439)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > > > SystemBundleActivator.java:64)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > > BundleContextImpl.java:1035)
> > > > > > >         at java.security.AccessController.doPrivilegedImpl (
> > > > > AccessController.java:112)
> > > > > > >         at java.security.AccessController.doPrivileged(
> > > > > AccessController.java:75)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > > > BundleContextImpl.java :1031)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > > (StartLevelManager.java:651)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > > StartLevelManager.java:600)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > > (StartLevelManager.java:283)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > > StartLevelManager.java:256)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > > SystemBundle.java:190)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > > Framework.java:536)
> > > > > > >         at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > > SystemBundle.java:171)
> > > > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > > > >
> > > > > > > >
> > > > > > > > SY, Alexey
> > > > > > > >
> > > > > > > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > > > > > > Hello everyone,
> > > > > > > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The
> > > > > execution log is:
> > > > > > > > >
> > > > > > > > > ---------------- run.log------------------------------------------------
> > > > > > > > > C:\cruise\trunk\cc>echo off
> > > > > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > > > Software
> > > > > > > > > Foundation or its licensors, as applicable.
> > > > > > > > > Deprecated syntax to set internal property, use -XX:key=value
> > > > > instead:
> > > > > > > > > -XDvm.assert_dialog=false
> > > > > > > > > java version "1.5.0"
> > > > > > > > > pre-alpha : not complete or compatible
> > > > > > > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug
> > > > > build
> > > > > > > > > http://incubator.apache.org/harmony
> > > > > > > > > Install location:
> > > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > > > > > > Configuration file:
> > > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > > > not
> > > > > > > > > found or not read
> > > > > > > > > Configuration location:
> > > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > > > > > > Configuration file:
> > > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > > > not
> > > > > > > > > found or not read
> > > > > > > > > Framework located:
> > > > > > > >
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > > > Framework classpath:
> > > > > > > >
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > > > Debug options:
> > > > > > > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > > > > > > Time to load bundles: 109
> > > > > > > > > 13
> > > > > > > > > FAILED on Workspace Launcher
> > > > > > > > >
> > > > > -----------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > > ----- eclipse log
> > > > > -------------------------------------------------
> > > > > > > > > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > > > > > > > > eclipse.buildId=unknown
> > > > > > > > > java.version=1.5.0
> > > > > > > > > java.vendor=Apache Software Foundation
> > > > > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > > > > Command-line arguments:  -debug .options
> > > > > > > > >
> > > > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > > > > > > !MESSAGE Error reading configuration:
> > > > > > > > >
> > > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > > > > !STACK 0
> > > > > > > > > java.io.FileNotFoundException:
> > > > > > > > >
> > > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > >
> > > > > > > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> > > > > OSFileSystem.java:227)
> > > > > > > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java
> > > > > :98)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> > > > > (Locker_JavaNio.java:34)
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > > > FileManager.java:361)
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > > > FileManager.java:658)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> > > > > EclipseAdaptor.java:818)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > > > EclipseAdaptor.java:139)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > > > Framework.java:128)
> > > > > > > > >        at org.eclipse.osgi.framework.internal.core.Framework
> > > > > .<init>(Framework.java:106)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > > > :90)
> > > > > > > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > > > OSGi.java:31)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > > > EclipseStarter.java:272)
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > > > EclipseStarter.java:159)
> > > > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > > > Main.java:334)
> > > > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java :973)
> > > > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > > > >
> > > > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > > > > > > !MESSAGE Application error
> > > > > > > > > !STACK 1
> > > > > > > > > java.lang.IllegalStateException: Unable to acquire application
> > > > > service.
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > > EclipseStarter.java :367)
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > > EclipseStarter.java:163)
> > > > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > > > VMReflection.java)
> > > > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > > > Main.java:334)
> > > > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > > > >
> > > > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22: 39.732
> > > > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > > > !STACK 0
> > > > > > > > > java.io.IOException: Manager is not opened.
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.add (
> > > > > FileManager.java:174)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > > > StreamManager.java:236)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > > > StreamManagerOutputStream.java:46)
> > > > > > > > >        at java.io.FilterOutputStream.close(
> > > > > FilterOutputStream.java:59)
> > > > > > > > >        at java.io.FilterOutputStream.close(
> > > > > FilterOutputStream.java:59)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > > > EclipseAdaptor.java:733)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > > EclipseAdaptor.java :438)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > > > SystemBundleActivator.java:64)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run (
> > > > > BundleContextImpl.java:1035)
> > > > > > > > >        at java.security.AccessController.doPrivilegedImpl(
> > > > > AccessController.java:112)
> > > > > > > > >        at java.security.AccessController.doPrivileged(
> > > > > AccessController.java :75)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > > > BundleContextImpl.java:1031)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(
> > > > > StartLevelManager.java:651)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> > > > > StartLevelManager.java:600)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(
> > > > > StartLevelManager.java:283)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> > > > > StartLevelManager.java:256)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend (
> > > > > SystemBundle.java:190)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> > > > > Framework.java:536)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run (
> > > > > SystemBundle.java:171)
> > > > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > > > >
> > > > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > > > !STACK 0
> > > > > > > > > java.io.IOException: Manager is not opened.
> > > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > > > FileManager.java :393)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > > > EclipseAdaptor.java:278)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > > > AbstractFrameworkAdaptor.java:343)
> > > > > > > > >        at
> > > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > > EclipseAdaptor.java:439)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > > > SystemBundleActivator.java:64)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > > BundleContextImpl.java:1035)
> > > > > > > > >        at java.security.AccessController.doPrivilegedImpl (
> > > > > AccessController.java:112)
> > > > > > > > >        at java.security.AccessController.doPrivileged(
> > > > > AccessController.java:75)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > > > BundleContextImpl.java:1031)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > > (StartLevelManager.java:651)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > > StartLevelManager.java:600)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > > (StartLevelManager.java:283)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > > StartLevelManager.java:256)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > > SystemBundle.java:190)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > > Framework.java:536)
> > > > > > > > >        at
> > > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > > SystemBundle.java:171)
> > > > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > > > > -----------------------------------------------
> > > > > > > > >
> > > > > > > > >  thanks, Vladimir
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Paulex Yang
> > > > China Software Development laboratory
> > > > IBM
> > >
> > >
> > >
> > >
> > > --
> > > Paulex Yang
> > > China Software Development laboratory
> > > IBM
> > >
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Alexey Petrenko <al...@gmail.com>.
Great!

2007/4/27, Alexey Varlamov <al...@gmail.com>:
> I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
>
> --
> Alexey
>
> 2007/4/27, Yang Paulex <pa...@gmail.com>:
> > Rolled back at r533069, please verify if it helps with the Eclipse, thanks a
> > lot.
> >
> > 2007/4/27, Yang Paulex <pa...@gmail.com>:
> > >
> > > It is caused by patch of HARMONY-3656, which commited by me, sorry for the
> > > inconvenience, will roll back the patch soon(I'm running tests locally).
> > >
> > > 2007/4/27, Ivan Popov < ivan.g.popov@gmail.com>:
> > > >
> > > > I submitted critical bug to JIRA:
> > > > http://issues.apache.org/jira/browse/HARMONY-3783
> > > >
> > > > Thanks.
> > > > Ivan
> > > >
> > > > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > > > I've found out that in the last Harmony binaries launcher cannot load
> > > > > class if path to this class include directory started with dot. It may
> > > > > cause the problem with running Eclipse. I'll submit JIRA for this
> > > > > problem.
> > > > >
> > > > > Thanks.
> > > > > Ivan
> > > > >
> > > > > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > > > > On 4/27/07, Alexey Petrenko <alexey.a.petrenko@gmail.com > wrote:
> > > > > > > Bad news...
> > > > > > >
> > > > > >
> > > > > > > Is this file available?
> > > > > > >
> > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > >
> > > > > > No, this file should be created as part of startup process.
> > > > > >
> > > > > > > Have you tried to run Eclipse without CC?
> > > > > >
> > > > > > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > > > > > ----------- run log -----------------------
> > > > > > C:\cruise\tools\eclipse3.1.1>java -version
> > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > > Software Foundatio
> > > > > > n or its licensors, as applicable.
> > > > > > java version "1.5.0"
> > > > > > pre-alpha : not complete or compatible
> > > > > > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > > > http://incubator.apache.org/harmony
> > > > > >
> > > > > > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > > > > > ---------------------------------------------
> > > > > >
> > > > > > ---------- log file ------------------------
> > > > > > !SESSION 2007-04-27 16:35:51.452-----------------------------------------------
> > > > > > eclipse.buildId=unknown
> > > > > > java.version=1.5.0
> > > > > > java.vendor=Apache Software Foundation
> > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > > > > >
> > > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > > > > > !MESSAGE Error reading configuration:
> > > > > >
> > > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > >
> > > > > > !STACK 0
> > > > > > java.io.FileNotFoundException:
> > > > > >
> > > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > >         at org.apache.harmony.luni.platform.OSFileSystem.open (
> > > > OSFileSystem.java:227)
> > > > > >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > > > > >         at
> > > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> > > >
> > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > > FileManager.java:361)
> > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > > FileManager.java:658)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager (
> > > > EclipseAdaptor.java:818)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > > EclipseAdaptor.java:139)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > > Framework.java :128)
> > > > > >         at org.eclipse.osgi.framework.internal.core.Framework
> > > > .<init>(Framework.java:106)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > > :90)
> > > > > >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > > OSGi.java:31)
> > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > > EclipseStarter.java:272)
> > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > > EclipseStarter.java:159)
> > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >         at org.eclipse.core.launcher.Main.invokeFramework (Main.java
> > > > :334)
> > > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > >         at org.eclipse.core.launcher.Main.main (Main.java:948)
> > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > > >
> > > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > > > > > !MESSAGE Application error
> > > > > > !STACK 1
> > > > > > java.lang.IllegalStateException: Unable to acquire application
> > > > service.
> > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > EclipseStarter.java:367)
> > > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > EclipseStarter.java:163)
> > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > > >
> > > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > >         at org.eclipse.core.launcher.Main.main(Main.java :948)
> > > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > > >
> > > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > !STACK 0
> > > > > > java.io.IOException: Manager is not opened.
> > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.add(
> > > > FileManager.java:174)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > > StreamManager.java:236)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > > StreamManagerOutputStream.java:46)
> > > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > > :59)
> > > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > > :59)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > > EclipseAdaptor.java:733)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > EclipseAdaptor.java:438)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > > SystemBundleActivator.java:64)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > BundleContextImpl.java:1035)
> > > > > >         at java.security.AccessController.doPrivilegedImpl(
> > > > AccessController.java:112)
> > > > > >         at java.security.AccessController.doPrivileged(
> > > > AccessController.java:75)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > > BundleContextImpl.java:1031)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > (StartLevelManager.java:651)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > StartLevelManager.java:600)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > (StartLevelManager.java:283)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > StartLevelManager.java:256)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > SystemBundle.java:190)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > Framework.java:536)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > SystemBundle.java:171)
> > > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > > >
> > > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35: 56.686
> > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > !STACK 0
> > > > > > java.io.IOException: Manager is not opened.
> > > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > > FileManager.java :393)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > > EclipseAdaptor.java:278)
> > > > > >         at
> > > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > > AbstractFrameworkAdaptor.java:343)
> > > > > >         at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > EclipseAdaptor.java:439)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > > SystemBundleActivator.java:64)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > BundleContextImpl.java:1035)
> > > > > >         at java.security.AccessController.doPrivilegedImpl (
> > > > AccessController.java:112)
> > > > > >         at java.security.AccessController.doPrivileged(
> > > > AccessController.java:75)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > > BundleContextImpl.java :1031)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > (StartLevelManager.java:651)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > StartLevelManager.java:600)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > (StartLevelManager.java:283)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > StartLevelManager.java:256)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > SystemBundle.java:190)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > Framework.java:536)
> > > > > >         at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > SystemBundle.java:171)
> > > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > > >
> > > > > > >
> > > > > > > SY, Alexey
> > > > > > >
> > > > > > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > > > > > Hello everyone,
> > > > > > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The
> > > > execution log is:
> > > > > > > >
> > > > > > > > ---------------- run.log------------------------------------------------
> > > > > > > > C:\cruise\trunk\cc>echo off
> > > > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > > Software
> > > > > > > > Foundation or its licensors, as applicable.
> > > > > > > > Deprecated syntax to set internal property, use -XX:key=value
> > > > instead:
> > > > > > > > -XDvm.assert_dialog=false
> > > > > > > > java version "1.5.0"
> > > > > > > > pre-alpha : not complete or compatible
> > > > > > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug
> > > > build
> > > > > > > > http://incubator.apache.org/harmony
> > > > > > > > Install location:
> > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > > > > > Configuration file:
> > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > > not
> > > > > > > > found or not read
> > > > > > > > Configuration location:
> > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > > > > > Configuration file:
> > > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > > not
> > > > > > > > found or not read
> > > > > > > > Framework located:
> > > > > > >
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > > Framework classpath:
> > > > > > >
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > > Debug options:
> > > > > > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > > > > > Time to load bundles: 109
> > > > > > > > 13
> > > > > > > > FAILED on Workspace Launcher
> > > > > > > >
> > > > -----------------------------------------------------------------------
> > > > > > > >
> > > > > > > > ----- eclipse log
> > > > -------------------------------------------------
> > > > > > > > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > > > > > > > eclipse.buildId=unknown
> > > > > > > > java.version=1.5.0
> > > > > > > > java.vendor=Apache Software Foundation
> > > > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > > > Command-line arguments:  -debug .options
> > > > > > > >
> > > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > > > > > !MESSAGE Error reading configuration:
> > > > > > > >
> > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > > > !STACK 0
> > > > > > > > java.io.FileNotFoundException:
> > > > > > > >
> > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > >
> > > > > > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> > > > OSFileSystem.java:227)
> > > > > > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java
> > > > :98)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> > > > (Locker_JavaNio.java:34)
> > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > > FileManager.java:361)
> > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > > FileManager.java:658)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> > > > EclipseAdaptor.java:818)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > > EclipseAdaptor.java:139)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > > Framework.java:128)
> > > > > > > >        at org.eclipse.osgi.framework.internal.core.Framework
> > > > .<init>(Framework.java:106)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > > :90)
> > > > > > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > > OSGi.java:31)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > > EclipseStarter.java:272)
> > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > > EclipseStarter.java:159)
> > > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > > Main.java:334)
> > > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java :973)
> > > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > > >
> > > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > > > > > !MESSAGE Application error
> > > > > > > > !STACK 1
> > > > > > > > java.lang.IllegalStateException: Unable to acquire application
> > > > service.
> > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > EclipseStarter.java :367)
> > > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > > EclipseStarter.java:163)
> > > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > > VMReflection.java)
> > > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > > Main.java:334)
> > > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > > >
> > > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22: 39.732
> > > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > > !STACK 0
> > > > > > > > java.io.IOException: Manager is not opened.
> > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.add (
> > > > FileManager.java:174)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > > StreamManager.java:236)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > > StreamManagerOutputStream.java:46)
> > > > > > > >        at java.io.FilterOutputStream.close(
> > > > FilterOutputStream.java:59)
> > > > > > > >        at java.io.FilterOutputStream.close(
> > > > FilterOutputStream.java:59)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > > EclipseAdaptor.java:733)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > EclipseAdaptor.java :438)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > > SystemBundleActivator.java:64)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run (
> > > > BundleContextImpl.java:1035)
> > > > > > > >        at java.security.AccessController.doPrivilegedImpl(
> > > > AccessController.java:112)
> > > > > > > >        at java.security.AccessController.doPrivileged(
> > > > AccessController.java :75)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > > BundleContextImpl.java:1031)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(
> > > > StartLevelManager.java:651)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> > > > StartLevelManager.java:600)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(
> > > > StartLevelManager.java:283)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> > > > StartLevelManager.java:256)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend (
> > > > SystemBundle.java:190)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> > > > Framework.java:536)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run (
> > > > SystemBundle.java:171)
> > > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > > >
> > > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > > !STACK 0
> > > > > > > > java.io.IOException: Manager is not opened.
> > > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > > FileManager.java :393)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > > EclipseAdaptor.java:278)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > > AbstractFrameworkAdaptor.java:343)
> > > > > > > >        at
> > > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > > EclipseAdaptor.java:439)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > > SystemBundleActivator.java:64)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > > BundleContextImpl.java:1035)
> > > > > > > >        at java.security.AccessController.doPrivilegedImpl (
> > > > AccessController.java:112)
> > > > > > > >        at java.security.AccessController.doPrivileged(
> > > > AccessController.java:75)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > > BundleContextImpl.java:1031)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > > (StartLevelManager.java:651)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > > StartLevelManager.java:600)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > > (StartLevelManager.java:283)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > > StartLevelManager.java:256)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > > SystemBundle.java:190)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > > Framework.java:536)
> > > > > > > >        at
> > > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > > SystemBundle.java:171)
> > > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > > > -----------------------------------------------
> > > > > > > >
> > > > > > > >  thanks, Vladimir
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Paulex Yang
> > > China Software Development laboratory
> > > IBM
> >
> >
> >
> >
> > --
> > Paulex Yang
> > China Software Development laboratory
> > IBM
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Tim Ellison <t....@gmail.com>.
Alexey Varlamov wrote:
> I confirm, both Eclipse 3.1.1 and 3.2.1 works now.

Thanks Alexey


Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Tim Ellison <t....@gmail.com>.
Vladimir Ivanov wrote:
> Now eclipse start OK.
> Eclipse was corrupted somehow on my machine during today (at least
> this morning it worked OK on SUN's jdk but now it failed with the same
> diagnostic).
> After I reinstall eclipse I was able to start one on the Harmony.
> Seems, no blocking issues now.

Thanks for letting us know.

Regards,
Tim

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Vladimir Ivanov <iv...@gmail.com>.
Now eclipse start OK.
Eclipse was corrupted somehow on my machine during today (at least
this morning it worked OK on SUN's jdk but now it failed with the same
diagnostic).
After I reinstall eclipse I was able to start one on the Harmony.
Seems, no blocking issues now.
 thanks, Vladimir

On 4/27/07, Yang Paulex <pa...@gmail.com> wrote:
> The patch affected native codes in module/portlib, so you may need to
> rebuild natives to reflect the change.
>
> How about the error message now? Just same with before or different?
>
> 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> >
> > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > I'm trying full rebuild now (the previous result was for build without
> > clean).
> > Actually, it did not help. Traing to investigate...
> >
> > >
> > > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > > I also can launch both Eclipse 3.1.1 and 3.2.1, and HelloWorld now
> > works well.
> > > >
> > > > Thanks.
> > > > Ivan
> > > >
> > > > On 4/27/07, Alexey Varlamov <al...@gmail.com> wrote:
> > > > > I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
> > > > >
> > > > > --
> > > > > Alexey
> > > >
> > >
> >
>
>
>
> --
> Paulex Yang
> China Software Development laboratory
> IBM
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Yang Paulex <pa...@gmail.com>.
The patch affected native codes in module/portlib, so you may need to
rebuild natives to reflect the change.

How about the error message now? Just same with before or different?

2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
>
> On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > I'm trying full rebuild now (the previous result was for build without
> clean).
> Actually, it did not help. Traing to investigate...
>
> >
> > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > I also can launch both Eclipse 3.1.1 and 3.2.1, and HelloWorld now
> works well.
> > >
> > > Thanks.
> > > Ivan
> > >
> > > On 4/27/07, Alexey Varlamov <al...@gmail.com> wrote:
> > > > I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
> > > >
> > > > --
> > > > Alexey
> > >
> >
>



-- 
Paulex Yang
China Software Development laboratory
IBM

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Vladimir Ivanov <iv...@gmail.com>.
On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> I'm trying full rebuild now (the previous result was for build without clean).
Actually, it did not help. Traing to investigate...

>
> On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > I also can launch both Eclipse 3.1.1 and 3.2.1, and HelloWorld now works well.
> >
> > Thanks.
> > Ivan
> >
> > On 4/27/07, Alexey Varlamov <al...@gmail.com> wrote:
> > > I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
> > >
> > > --
> > > Alexey
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Vladimir Ivanov <iv...@gmail.com>.
I'm trying full rebuild now (the previous result was for build without clean).

On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> I also can launch both Eclipse 3.1.1 and 3.2.1, and HelloWorld now works well.
>
> Thanks.
> Ivan
>
> On 4/27/07, Alexey Varlamov <al...@gmail.com> wrote:
> > I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
> >
> > --
> > Alexey
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Ivan Popov <iv...@gmail.com>.
I also can launch both Eclipse 3.1.1 and 3.2.1, and HelloWorld now works well.

Thanks.
Ivan

On 4/27/07, Alexey Varlamov <al...@gmail.com> wrote:
> I confirm, both Eclipse 3.1.1 and 3.2.1 works now.
>
> --
> Alexey

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Alexey Varlamov <al...@gmail.com>.
I confirm, both Eclipse 3.1.1 and 3.2.1 works now.

--
Alexey

2007/4/27, Yang Paulex <pa...@gmail.com>:
> Rolled back at r533069, please verify if it helps with the Eclipse, thanks a
> lot.
>
> 2007/4/27, Yang Paulex <pa...@gmail.com>:
> >
> > It is caused by patch of HARMONY-3656, which commited by me, sorry for the
> > inconvenience, will roll back the patch soon(I'm running tests locally).
> >
> > 2007/4/27, Ivan Popov < ivan.g.popov@gmail.com>:
> > >
> > > I submitted critical bug to JIRA:
> > > http://issues.apache.org/jira/browse/HARMONY-3783
> > >
> > > Thanks.
> > > Ivan
> > >
> > > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > > I've found out that in the last Harmony binaries launcher cannot load
> > > > class if path to this class include directory started with dot. It may
> > > > cause the problem with running Eclipse. I'll submit JIRA for this
> > > > problem.
> > > >
> > > > Thanks.
> > > > Ivan
> > > >
> > > > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > > > On 4/27/07, Alexey Petrenko <alexey.a.petrenko@gmail.com > wrote:
> > > > > > Bad news...
> > > > > >
> > > > >
> > > > > > Is this file available?
> > > > > >
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > >
> > > > > No, this file should be created as part of startup process.
> > > > >
> > > > > > Have you tried to run Eclipse without CC?
> > > > >
> > > > > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > > > > ----------- run log -----------------------
> > > > > C:\cruise\tools\eclipse3.1.1>java -version
> > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > Software Foundatio
> > > > > n or its licensors, as applicable.
> > > > > java version "1.5.0"
> > > > > pre-alpha : not complete or compatible
> > > > > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > > http://incubator.apache.org/harmony
> > > > >
> > > > > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > > > > ---------------------------------------------
> > > > >
> > > > > ---------- log file ------------------------
> > > > > !SESSION 2007-04-27 16:35:51.452-----------------------------------------------
> > > > > eclipse.buildId=unknown
> > > > > java.version=1.5.0
> > > > > java.vendor=Apache Software Foundation
> > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > > > >
> > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > > > > !MESSAGE Error reading configuration:
> > > > >
> > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > >
> > > > > !STACK 0
> > > > > java.io.FileNotFoundException:
> > > > >
> > > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > >         at org.apache.harmony.luni.platform.OSFileSystem.open (
> > > OSFileSystem.java:227)
> > > > >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > > > >         at
> > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> > >
> > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > FileManager.java:361)
> > > > >         at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > FileManager.java:658)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager (
> > > EclipseAdaptor.java:818)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > EclipseAdaptor.java:139)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > Framework.java :128)
> > > > >         at org.eclipse.osgi.framework.internal.core.Framework
> > > .<init>(Framework.java:106)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > :90)
> > > > >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > OSGi.java:31)
> > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > EclipseStarter.java:272)
> > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > EclipseStarter.java:159)
> > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >         at org.eclipse.core.launcher.Main.invokeFramework (Main.java
> > > :334)
> > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > >         at org.eclipse.core.launcher.Main.main (Main.java:948)
> > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > >
> > > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > > > > !MESSAGE Application error
> > > > > !STACK 1
> > > > > java.lang.IllegalStateException: Unable to acquire application
> > > service.
> > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > EclipseStarter.java:367)
> > > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > EclipseStarter.java:163)
> > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > >
> > > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > >         at org.eclipse.core.launcher.Main.main(Main.java :948)
> > > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > > >
> > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > !STACK 0
> > > > > java.io.IOException: Manager is not opened.
> > > > >         at org.eclipse.core.runtime.adaptor.FileManager.add(
> > > FileManager.java:174)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > StreamManager.java:236)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > StreamManagerOutputStream.java:46)
> > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > :59)
> > > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > > :59)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > EclipseAdaptor.java:733)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > EclipseAdaptor.java:438)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > SystemBundleActivator.java:64)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > BundleContextImpl.java:1035)
> > > > >         at java.security.AccessController.doPrivilegedImpl(
> > > AccessController.java:112)
> > > > >         at java.security.AccessController.doPrivileged(
> > > AccessController.java:75)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > BundleContextImpl.java:1031)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > (StartLevelManager.java:651)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > StartLevelManager.java:600)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > (StartLevelManager.java:283)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > StartLevelManager.java:256)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > SystemBundle.java:190)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > Framework.java:536)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > SystemBundle.java:171)
> > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > >
> > > > > !ENTRY System Bundle 0 0 2007-04-27 16:35: 56.686
> > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > !STACK 0
> > > > > java.io.IOException: Manager is not opened.
> > > > >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > FileManager.java :393)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > EclipseAdaptor.java:278)
> > > > >         at
> > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > AbstractFrameworkAdaptor.java:343)
> > > > >         at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > EclipseAdaptor.java:439)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > SystemBundleActivator.java:64)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > BundleContextImpl.java:1035)
> > > > >         at java.security.AccessController.doPrivilegedImpl (
> > > AccessController.java:112)
> > > > >         at java.security.AccessController.doPrivileged(
> > > AccessController.java:75)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > BundleContextImpl.java :1031)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > (StartLevelManager.java:651)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > StartLevelManager.java:600)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > (StartLevelManager.java:283)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > StartLevelManager.java:256)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > SystemBundle.java:190)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > Framework.java:536)
> > > > >         at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > SystemBundle.java:171)
> > > > >         at java.lang.Thread.run(Thread.java:661)
> > > > >
> > > > > >
> > > > > > SY, Alexey
> > > > > >
> > > > > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > > > > Hello everyone,
> > > > > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The
> > > execution log is:
> > > > > > >
> > > > > > > ---------------- run.log------------------------------------------------
> > > > > > > C:\cruise\trunk\cc>echo off
> > > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > > Software
> > > > > > > Foundation or its licensors, as applicable.
> > > > > > > Deprecated syntax to set internal property, use -XX:key=value
> > > instead:
> > > > > > > -XDvm.assert_dialog=false
> > > > > > > java version "1.5.0"
> > > > > > > pre-alpha : not complete or compatible
> > > > > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug
> > > build
> > > > > > > http://incubator.apache.org/harmony
> > > > > > > Install location:
> > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > > > > Configuration file:
> > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > not
> > > > > > > found or not read
> > > > > > > Configuration location:
> > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > > > > Configuration file:
> > > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > > not
> > > > > > > found or not read
> > > > > > > Framework located:
> > > > > >
> > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > Framework classpath:
> > > > > >
> > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > > Debug options:
> > > > > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > > > > Time to load bundles: 109
> > > > > > > 13
> > > > > > > FAILED on Workspace Launcher
> > > > > > >
> > > -----------------------------------------------------------------------
> > > > > > >
> > > > > > > ----- eclipse log
> > > -------------------------------------------------
> > > > > > > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > > > > > > eclipse.buildId=unknown
> > > > > > > java.version=1.5.0
> > > > > > > java.vendor=Apache Software Foundation
> > > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > > Command-line arguments:  -debug .options
> > > > > > >
> > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > > > > !MESSAGE Error reading configuration:
> > > > > > >
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > > !STACK 0
> > > > > > > java.io.FileNotFoundException:
> > > > > > >
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > >
> > > > > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> > > OSFileSystem.java:227)
> > > > > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java
> > > :98)
> > > > > > >        at
> > > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> > > (Locker_JavaNio.java:34)
> > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > > FileManager.java:361)
> > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> > > FileManager.java:658)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> > > EclipseAdaptor.java:818)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > > EclipseAdaptor.java:139)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > > Framework.java:128)
> > > > > > >        at org.eclipse.osgi.framework.internal.core.Framework
> > > .<init>(Framework.java:106)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > > :90)
> > > > > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > > OSGi.java:31)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > > EclipseStarter.java:272)
> > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > > EclipseStarter.java:159)
> > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > Main.java:334)
> > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java :973)
> > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > >
> > > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > > > > !MESSAGE Application error
> > > > > > > !STACK 1
> > > > > > > java.lang.IllegalStateException: Unable to acquire application
> > > service.
> > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > EclipseStarter.java :367)
> > > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > > EclipseStarter.java:163)
> > > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > > VMReflection.java)
> > > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > > Main.java:334)
> > > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > > >
> > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22: 39.732
> > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > !STACK 0
> > > > > > > java.io.IOException: Manager is not opened.
> > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.add (
> > > FileManager.java:174)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > > StreamManager.java:236)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > > StreamManagerOutputStream.java:46)
> > > > > > >        at java.io.FilterOutputStream.close(
> > > FilterOutputStream.java:59)
> > > > > > >        at java.io.FilterOutputStream.close(
> > > FilterOutputStream.java:59)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > > EclipseAdaptor.java:733)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > EclipseAdaptor.java :438)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > > SystemBundleActivator.java:64)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run (
> > > BundleContextImpl.java:1035)
> > > > > > >        at java.security.AccessController.doPrivilegedImpl(
> > > AccessController.java:112)
> > > > > > >        at java.security.AccessController.doPrivileged(
> > > AccessController.java :75)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > > BundleContextImpl.java:1031)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(
> > > StartLevelManager.java:651)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> > > StartLevelManager.java:600)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(
> > > StartLevelManager.java:283)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> > > StartLevelManager.java:256)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend (
> > > SystemBundle.java:190)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> > > Framework.java:536)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run (
> > > SystemBundle.java:171)
> > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > >
> > > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > > !STACK 0
> > > > > > > java.io.IOException: Manager is not opened.
> > > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > > FileManager.java :393)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > > EclipseAdaptor.java:278)
> > > > > > >        at
> > > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > > AbstractFrameworkAdaptor.java:343)
> > > > > > >        at
> > > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > > EclipseAdaptor.java:439)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > > SystemBundleActivator.java:64)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > > BundleContextImpl.java:1035)
> > > > > > >        at java.security.AccessController.doPrivilegedImpl (
> > > AccessController.java:112)
> > > > > > >        at java.security.AccessController.doPrivileged(
> > > AccessController.java:75)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > > BundleContextImpl.java:1031)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > > (StartLevelManager.java:651)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > > StartLevelManager.java:600)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > > (StartLevelManager.java:283)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > > StartLevelManager.java:256)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > > SystemBundle.java:190)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > > Framework.java:536)
> > > > > > >        at
> > > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > > SystemBundle.java:171)
> > > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > > -----------------------------------------------
> > > > > > >
> > > > > > >  thanks, Vladimir
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > Paulex Yang
> > China Software Development laboratory
> > IBM
>
>
>
>
> --
> Paulex Yang
> China Software Development laboratory
> IBM
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Yang Paulex <pa...@gmail.com>.
Rolled back at r533069, please verify if it helps with the Eclipse, thanks a
lot.

2007/4/27, Yang Paulex <pa...@gmail.com>:
>
> It is caused by patch of HARMONY-3656, which commited by me, sorry for the
> inconvenience, will roll back the patch soon(I'm running tests locally).
>
> 2007/4/27, Ivan Popov < ivan.g.popov@gmail.com>:
> >
> > I submitted critical bug to JIRA:
> > http://issues.apache.org/jira/browse/HARMONY-3783
> >
> > Thanks.
> > Ivan
> >
> > On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > > I've found out that in the last Harmony binaries launcher cannot load
> > > class if path to this class include directory started with dot. It may
> > > cause the problem with running Eclipse. I'll submit JIRA for this
> > > problem.
> > >
> > > Thanks.
> > > Ivan
> > >
> > > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > > On 4/27/07, Alexey Petrenko <alexey.a.petrenko@gmail.com > wrote:
> > > > > Bad news...
> > > > >
> > > >
> > > > > Is this file available?
> > > > >
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > >
> > > > No, this file should be created as part of startup process.
> > > >
> > > > > Have you tried to run Eclipse without CC?
> > > >
> > > > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > > > ----------- run log -----------------------
> > > > C:\cruise\tools\eclipse3.1.1>java -version
> > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > Software Foundatio
> > > > n or its licensors, as applicable.
> > > > java version "1.5.0"
> > > > pre-alpha : not complete or compatible
> > > > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > http://incubator.apache.org/harmony
> > > >
> > > > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > > > ---------------------------------------------
> > > >
> > > > ---------- log file ------------------------
> > > > !SESSION 2007-04-27 16:35:51.452-----------------------------------------------
> > > > eclipse.buildId=unknown
> > > > java.version=1.5.0
> > > > java.vendor=Apache Software Foundation
> > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > > >
> > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > > > !MESSAGE Error reading configuration:
> > > >
> > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >
> > > > !STACK 0
> > > > java.io.FileNotFoundException:
> > > >
> > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > >         at org.apache.harmony.luni.platform.OSFileSystem.open (
> > OSFileSystem.java:227)
> > > >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > > >         at
> > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> >
> > > >         at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > FileManager.java:361)
> > > >         at org.eclipse.core.runtime.adaptor.FileManager.open(
> > FileManager.java:658)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager (
> > EclipseAdaptor.java:818)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > EclipseAdaptor.java:139)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > Framework.java :128)
> > > >         at org.eclipse.osgi.framework.internal.core.Framework
> > .<init>(Framework.java:106)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > :90)
> > > >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > OSGi.java:31)
> > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > EclipseStarter.java:272)
> > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > EclipseStarter.java:159)
> > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > >         at org.eclipse.core.launcher.Main.invokeFramework (Main.java
> > :334)
> > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > >         at org.eclipse.core.launcher.Main.main (Main.java:948)
> > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > >
> > > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > > > !MESSAGE Application error
> > > > !STACK 1
> > > > java.lang.IllegalStateException: Unable to acquire application
> > service.
> > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > EclipseStarter.java:367)
> > > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > EclipseStarter.java:163)
> > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >
> > > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > >         at org.eclipse.core.launcher.Main.main(Main.java :948)
> > > >         at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > > >         at org.apache.harmony.vm.JarRunner.main (JarRunner.java:80)
> > > >
> > > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > > > !MESSAGE FrameworkEvent.ERROR
> > > > !STACK 0
> > > > java.io.IOException: Manager is not opened.
> > > >         at org.eclipse.core.runtime.adaptor.FileManager.add(
> > FileManager.java:174)
> > > >         at
> > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > StreamManager.java:236)
> > > >         at
> > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > StreamManagerOutputStream.java:46)
> > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > :59)
> > > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> > :59)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > EclipseAdaptor.java:733)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > EclipseAdaptor.java:438)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > SystemBundleActivator.java:64)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > BundleContextImpl.java:1035)
> > > >         at java.security.AccessController.doPrivilegedImpl(
> > AccessController.java:112)
> > > >         at java.security.AccessController.doPrivileged(
> > AccessController.java:75)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > BundleContextImpl.java:1031)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > (StartLevelManager.java:651)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > StartLevelManager.java:600)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > (StartLevelManager.java:283)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > StartLevelManager.java:256)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > SystemBundle.java:190)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > Framework.java:536)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > SystemBundle.java:171)
> > > >         at java.lang.Thread.run(Thread.java:661)
> > > >
> > > > !ENTRY System Bundle 0 0 2007-04-27 16:35: 56.686
> > > > !MESSAGE FrameworkEvent.ERROR
> > > > !STACK 0
> > > > java.io.IOException: Manager is not opened.
> > > >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > FileManager.java :393)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > EclipseAdaptor.java:278)
> > > >         at
> > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > AbstractFrameworkAdaptor.java:343)
> > > >         at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > EclipseAdaptor.java:439)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > SystemBundleActivator.java:64)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > BundleContextImpl.java:1035)
> > > >         at java.security.AccessController.doPrivilegedImpl (
> > AccessController.java:112)
> > > >         at java.security.AccessController.doPrivileged(
> > AccessController.java:75)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > BundleContextImpl.java :1031)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > (StartLevelManager.java:651)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > StartLevelManager.java:600)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > (StartLevelManager.java:283)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > StartLevelManager.java:256)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > SystemBundle.java:190)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > Framework.java:536)
> > > >         at
> > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > SystemBundle.java:171)
> > > >         at java.lang.Thread.run(Thread.java:661)
> > > >
> > > > >
> > > > > SY, Alexey
> > > > >
> > > > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > > > Hello everyone,
> > > > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The
> > execution log is:
> > > > > >
> > > > > > ---------------- run.log------------------------------------------------
> > > > > > C:\cruise\trunk\cc>echo off
> > > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> > Software
> > > > > > Foundation or its licensors, as applicable.
> > > > > > Deprecated syntax to set internal property, use -XX:key=value
> > instead:
> > > > > > -XDvm.assert_dialog=false
> > > > > > java version "1.5.0"
> > > > > > pre-alpha : not complete or compatible
> > > > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug
> > build
> > > > > > http://incubator.apache.org/harmony
> > > > > > Install location:
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > > > Configuration file:
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > not
> > > > > > found or not read
> > > > > > Configuration location:
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > > > Configuration file:
> > > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini
> > not
> > > > > > found or not read
> > > > > > Framework located:
> > > > >
> > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > Framework classpath:
> > > > >
> > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > > Debug options:
> > > > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > > > Time to load bundles: 109
> > > > > > 13
> > > > > > FAILED on Workspace Launcher
> > > > > >
> > -----------------------------------------------------------------------
> > > > > >
> > > > > > ----- eclipse log
> > -------------------------------------------------
> > > > > > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > > > > > eclipse.buildId=unknown
> > > > > > java.version=1.5.0
> > > > > > java.vendor=Apache Software Foundation
> > > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > > Command-line arguments:  -debug .options
> > > > > >
> > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > > > !MESSAGE Error reading configuration:
> > > > > >
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > > !STACK 0
> > > > > > java.io.FileNotFoundException:
> > > > > >
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >
> > > > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> > OSFileSystem.java:227)
> > > > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java
> > :98)
> > > > > >        at
> > org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> > (Locker_JavaNio.java:34)
> > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> > FileManager.java:361)
> > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> > FileManager.java:658)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> > EclipseAdaptor.java:818)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> > EclipseAdaptor.java:139)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.Framework.initialize(
> > Framework.java:128)
> > > > > >        at org.eclipse.osgi.framework.internal.core.Framework
> > .<init>(Framework.java:106)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> > :90)
> > > > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> > OSGi.java:31)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> > EclipseStarter.java:272)
> > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run (
> > EclipseStarter.java:159)
> > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > Main.java:334)
> > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > >        at org.eclipse.core.launcher.Main.run(Main.java :973)
> > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > >
> > > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > > > !MESSAGE Application error
> > > > > > !STACK 1
> > > > > > java.lang.IllegalStateException: Unable to acquire application
> > service.
> > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > EclipseStarter.java :367)
> > > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> > EclipseStarter.java:163)
> > > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> > VMReflection.java)
> > > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > > >        at org.eclipse.core.launcher.Main.invokeFramework(
> > Main.java:334)
> > > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > > >
> > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22: 39.732
> > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > !STACK 0
> > > > > > java.io.IOException: Manager is not opened.
> > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.add (
> > FileManager.java:174)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> > StreamManager.java:236)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close (
> > StreamManagerOutputStream.java:46)
> > > > > >        at java.io.FilterOutputStream.close(
> > FilterOutputStream.java:59)
> > > > > >        at java.io.FilterOutputStream.close(
> > FilterOutputStream.java:59)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> > EclipseAdaptor.java:733)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > EclipseAdaptor.java :438)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> > SystemBundleActivator.java:64)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run (
> > BundleContextImpl.java:1035)
> > > > > >        at java.security.AccessController.doPrivilegedImpl(
> > AccessController.java:112)
> > > > > >        at java.security.AccessController.doPrivileged(
> > AccessController.java :75)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> > BundleContextImpl.java:1031)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(
> > StartLevelManager.java:651)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> > StartLevelManager.java:600)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(
> > StartLevelManager.java:283)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> > StartLevelManager.java:256)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend (
> > SystemBundle.java:190)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.Framework.shutdown(
> > Framework.java:536)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run (
> > SystemBundle.java:171)
> > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > >
> > > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > > !STACK 0
> > > > > > java.io.IOException: Manager is not opened.
> > > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> > FileManager.java :393)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> > EclipseAdaptor.java:278)
> > > > > >        at
> > org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(
> > AbstractFrameworkAdaptor.java:343)
> > > > > >        at
> > org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> > EclipseAdaptor.java:439)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop (
> > SystemBundleActivator.java:64)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> > BundleContextImpl.java:1035)
> > > > > >        at java.security.AccessController.doPrivilegedImpl (
> > AccessController.java:112)
> > > > > >        at java.security.AccessController.doPrivileged(
> > AccessController.java:75)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop (
> > BundleContextImpl.java:1031)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> > (StartLevelManager.java:651)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL (
> > StartLevelManager.java:600)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> > (StartLevelManager.java:283)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown (
> > StartLevelManager.java:256)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> > SystemBundle.java:190)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.Framework.shutdown (
> > Framework.java:536)
> > > > > >        at
> > org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> > SystemBundle.java:171)
> > > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > > -----------------------------------------------
> > > > > >
> > > > > >  thanks, Vladimir
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>
> --
> Paulex Yang
> China Software Development laboratory
> IBM




-- 
Paulex Yang
China Software Development laboratory
IBM

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Yang Paulex <pa...@gmail.com>.
It is caused by patch of HARMONY-3656, which commited by me, sorry for the
inconvenience, will roll back the patch soon(I'm running tests locally).

2007/4/27, Ivan Popov <iv...@gmail.com>:
>
> I submitted critical bug to JIRA:
> http://issues.apache.org/jira/browse/HARMONY-3783
>
> Thanks.
> Ivan
>
> On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> > I've found out that in the last Harmony binaries launcher cannot load
> > class if path to this class include directory started with dot. It may
> > cause the problem with running Eclipse. I'll submit JIRA for this
> > problem.
> >
> > Thanks.
> > Ivan
> >
> > On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > > On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
> > > > Bad news...
> > > >
> > >
> > > > Is this file available?
> > > >
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > >
> > > No, this file should be created as part of startup process.
> > >
> > > > Have you tried to run Eclipse without CC?
> > >
> > > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > > ----------- run log -----------------------
> > > C:\cruise\tools\eclipse3.1.1>java -version
> > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> Foundatio
> > > n or its licensors, as applicable.
> > > java version "1.5.0"
> > > pre-alpha : not complete or compatible
> > > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > http://incubator.apache.org/harmony
> > >
> > > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > > ---------------------------------------------
> > >
> > > ---------- log file ------------------------
> > > !SESSION 2007-04-27 16:35:51.452-----------------------------------------------
> > > eclipse.buildId=unknown
> > > java.version=1.5.0
> > > java.vendor=Apache Software Foundation
> > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > Command-line arguments:  -os win32 -ws win32 -arch x86
> > >
> > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > > !MESSAGE Error reading configuration:
> > >
> c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > !STACK 0
> > > java.io.FileNotFoundException:
> > >
> c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > >         at org.apache.harmony.luni.platform.OSFileSystem.open(
> OSFileSystem.java:227)
> > >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > >         at
> org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> (Locker_JavaNio.java:34)
> > >         at org.eclipse.core.runtime.adaptor.FileManager.lock(
> FileManager.java:361)
> > >         at org.eclipse.core.runtime.adaptor.FileManager.open(
> FileManager.java:658)
> > >         at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> EclipseAdaptor.java:818)
> > >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> EclipseAdaptor.java:139)
> > >         at
> org.eclipse.osgi.framework.internal.core.Framework.initialize(
> Framework.java:128)
> > >         at org.eclipse.osgi.framework.internal.core.Framework.<init>(
> Framework.java:106)
> > >         at
> org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> :90)
> > >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> OSGi.java:31)
> > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> EclipseStarter.java:272)
> > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:159)
> > >         at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java
> :334)
> > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > >         at org.eclipse.core.launcher.Main.main(Main.java:948)
> > >         at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > >         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
> > >
> > > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > > !MESSAGE Application error
> > > !STACK 1
> > > java.lang.IllegalStateException: Unable to acquire application
> service.
> > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:367)
> > >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:163)
> > >         at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java
> :334)
> > >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> > >         at org.eclipse.core.launcher.Main.main(Main.java:948)
> > >         at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > >         at java.lang.reflect.Method.invoke(Method.java:382)
> > >         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
> > >
> > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > > !MESSAGE FrameworkEvent.ERROR
> > > !STACK 0
> > > java.io.IOException: Manager is not opened.
> > >         at org.eclipse.core.runtime.adaptor.FileManager.add(
> FileManager.java:174)
> > >         at
> org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> StreamManager.java:236)
> > >         at
> org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(
> StreamManagerOutputStream.java:46)
> > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> :59)
> > >         at java.io.FilterOutputStream.close(FilterOutputStream.java
> :59)
> > >         at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> EclipseAdaptor.java:733)
> > >         at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:438)
> > >         at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> > >         at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> > >         at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> > >         at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> > >         at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> > >         at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> > >         at org.eclipse.osgi.framework.internal.core.Framework.shutdown
> (Framework.java:536)
> > >         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run
> (SystemBundle.java:171)
> > >         at java.lang.Thread.run(Thread.java:661)
> > >
> > > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.686
> > > !MESSAGE FrameworkEvent.ERROR
> > > !STACK 0
> > > java.io.IOException: Manager is not opened.
> > >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> FileManager.java:393)
> > >         at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> EclipseAdaptor.java:278)
> > >         at
> org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop
> (AbstractFrameworkAdaptor.java:343)
> > >         at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:439)
> > >         at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> > >         at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> > >         at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> > >         at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> > >         at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> > >         at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> > >         at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> > >         at org.eclipse.osgi.framework.internal.core.Framework.shutdown
> (Framework.java:536)
> > >         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run
> (SystemBundle.java:171)
> > >         at java.lang.Thread.run(Thread.java:661)
> > >
> > > >
> > > > SY, Alexey
> > > >
> > > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > > Hello everyone,
> > > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The
> execution log is:
> > > > >
> > > > > ---------------- run.log------------------------------------------------
> > > > > C:\cruise\trunk\cc>echo off
> > > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache
> Software
> > > > > Foundation or its licensors, as applicable.
> > > > > Deprecated syntax to set internal property, use -XX:key=value
> instead:
> > > > > -XDvm.assert_dialog=false
> > > > > java version "1.5.0"
> > > > > pre-alpha : not complete or compatible
> > > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > > http://incubator.apache.org/harmony
> > > > > Install location:
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > > Configuration file:
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > > > found or not read
> > > > > Configuration location:
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > > Configuration file:
> > > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > > > found or not read
> > > > > Framework located:
> > > >
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > Framework classpath:
> > > >
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > > Debug options:
> > > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > > Time to load bundles: 109
> > > > > 13
> > > > > FAILED on Workspace Launcher
> > > > >
> -----------------------------------------------------------------------
> > > > >
> > > > > ----- eclipse log
> -------------------------------------------------
> > > > > !SESSION 2007-04-27 12:22:35.357-----------------------------------------------
> > > > > eclipse.buildId=unknown
> > > > > java.version=1.5.0
> > > > > java.vendor=Apache Software Foundation
> > > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > > Command-line arguments:  -debug .options
> > > > >
> > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > > !MESSAGE Error reading configuration:
> > > > >
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > > !STACK 0
> > > > > java.io.FileNotFoundException:
> > > > >
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(
> OSFileSystem.java:227)
> > > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java
> :98)
> > > > >        at
> org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
> (Locker_JavaNio.java:34)
> > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(
> FileManager.java:361)
> > > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(
> FileManager.java:658)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(
> EclipseAdaptor.java:818)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(
> EclipseAdaptor.java:139)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.Framework.initialize(
> Framework.java:128)
> > > > >        at org.eclipse.osgi.framework.internal.core.Framework
> .<init>(Framework.java:106)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java
> :90)
> > > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(
> OSGi.java:31)
> > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(
> EclipseStarter.java:272)
> > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:159)
> > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java
> :334)
> > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > >
> > > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > > !MESSAGE Application error
> > > > > !STACK 1
> > > > > java.lang.IllegalStateException: Unable to acquire application
> service.
> > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:367)
> > > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> EclipseStarter.java:163)
> > > > >        at java.lang.reflect.VMReflection.invokeMethod(
> VMReflection.java)
> > > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java
> :334)
> > > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > > >
> > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > !STACK 0
> > > > > java.io.IOException: Manager is not opened.
> > > > >        at org.eclipse.core.runtime.adaptor.FileManager.add(
> FileManager.java:174)
> > > > >        at
> org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(
> StreamManager.java:236)
> > > > >        at
> org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(
> StreamManagerOutputStream.java:46)
> > > > >        at java.io.FilterOutputStream.close(FilterOutputStream.java
> :59)
> > > > >        at java.io.FilterOutputStream.close(FilterOutputStream.java
> :59)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(
> EclipseAdaptor.java:733)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:438)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> > > > >        at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> > > > >        at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java
> :536)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> SystemBundle.java:171)
> > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > >
> > > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > > !MESSAGE FrameworkEvent.ERROR
> > > > > !STACK 0
> > > > > java.io.IOException: Manager is not opened.
> > > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(
> FileManager.java:393)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(
> EclipseAdaptor.java:278)
> > > > >        at
> org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop
> (AbstractFrameworkAdaptor.java:343)
> > > > >        at
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(
> EclipseAdaptor.java:439)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(
> SystemBundleActivator.java:64)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(
> BundleContextImpl.java:1035)
> > > > >        at java.security.AccessController.doPrivilegedImpl(
> AccessController.java:112)
> > > > >        at java.security.AccessController.doPrivileged(
> AccessController.java:75)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(
> BundleContextImpl.java:1031)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles
> (StartLevelManager.java:651)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(
> StartLevelManager.java:600)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel
> (StartLevelManager.java:283)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(
> StartLevelManager.java:256)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(
> SystemBundle.java:190)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java
> :536)
> > > > >        at
> org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(
> SystemBundle.java:171)
> > > > >        at java.lang.Thread.run(Thread.java:661)
> > > > > -----------------------------------------------
> > > > >
> > > > >  thanks, Vladimir
> > > > >
> > > >
> > >
> >
>



-- 
Paulex Yang
China Software Development laboratory
IBM

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Ivan Popov <iv...@gmail.com>.
I submitted critical bug to JIRA:
http://issues.apache.org/jira/browse/HARMONY-3783

Thanks.
Ivan

On 4/27/07, Ivan Popov <iv...@gmail.com> wrote:
> I've found out that in the last Harmony binaries launcher cannot load
> class if path to this class include directory started with dot. It may
> cause the problem with running Eclipse. I'll submit JIRA for this
> problem.
>
> Thanks.
> Ivan
>
> On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> > On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
> > > Bad news...
> > >
> >
> > > Is this file available?
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >
> > No, this file should be created as part of startup process.
> >
> > > Have you tried to run Eclipse without CC?
> >
> > yes, I set up JAVA_HOME and PATH and start eclipse after that:
> > ----------- run log -----------------------
> > C:\cruise\tools\eclipse3.1.1>java -version
> > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio
> > n or its licensors, as applicable.
> > java version "1.5.0"
> > pre-alpha : not complete or compatible
> > svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > http://incubator.apache.org/harmony
> >
> > C:\cruise\tools\eclipse3.1.1>eclipse.exe
> > ---------------------------------------------
> >
> > ---------- log file ------------------------
> > !SESSION 2007-04-27 16:35:51.452 -----------------------------------------------
> > eclipse.buildId=unknown
> > java.version=1.5.0
> > java.vendor=Apache Software Foundation
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments:  -os win32 -ws win32 -arch x86
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> > !MESSAGE Error reading configuration:
> > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > !STACK 0
> > java.io.FileNotFoundException:
> > c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >         at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
> >         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> >         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> >         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
> >         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
> >         at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
> >         at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
> >         at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
> >         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
> >         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
> >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
> >         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:382)
> >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> >         at org.eclipse.core.launcher.Main.main(Main.java:948)
> >         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:382)
> >         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> > !MESSAGE Application error
> > !STACK 1
> > java.lang.IllegalStateException: Unable to acquire application service.
> >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
> >         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
> >         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:382)
> >         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >         at org.eclipse.core.launcher.Main.run(Main.java:973)
> >         at org.eclipse.core.launcher.Main.main(Main.java:948)
> >         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >         at java.lang.reflect.Method.invoke(Method.java:382)
> >         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >         at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
> >         at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
> >         at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
> >         at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >         at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> >         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> >         at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> >         at java.security.AccessController.doPrivileged(AccessController.java:75)
> >         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> >         at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> >         at java.lang.Thread.run(Thread.java:661)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 16:35:56.686
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >         at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
> >         at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
> >         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> >         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> >         at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> >         at java.security.AccessController.doPrivileged(AccessController.java:75)
> >         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> >         at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> >         at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> >         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> >         at java.lang.Thread.run(Thread.java:661)
> >
> > >
> > > SY, Alexey
> > >
> > > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > > Hello everyone,
> > > > eclipse3.1.1 failed to start today in my env on WinXP x86. The execution log is:
> > > >
> > > > ---------------- run.log ------------------------------------------------
> > > > C:\cruise\trunk\cc>echo off
> > > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> > > > Foundation or its licensors, as applicable.
> > > > Deprecated syntax to set internal property, use -XX:key=value instead:
> > > > -XDvm.assert_dialog=false
> > > > java version "1.5.0"
> > > > pre-alpha : not complete or compatible
> > > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > > http://incubator.apache.org/harmony
> > > > Install location:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > > Configuration file:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > > found or not read
> > > > Configuration location:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > > Configuration file:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > > found or not read
> > > > Framework located:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > Framework classpath:
> > > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > > Debug options:
> > > >    file:/C:/cruise/trunk/cc/.options not found
> > > > Time to load bundles: 109
> > > > 13
> > > > FAILED on Workspace Launcher
> > > > -----------------------------------------------------------------------
> > > >
> > > > ----- eclipse log -------------------------------------------------
> > > > !SESSION 2007-04-27 12:22:35.357 -----------------------------------------------
> > > > eclipse.buildId=unknown
> > > > java.version=1.5.0
> > > > java.vendor=Apache Software Foundation
> > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > > Command-line arguments:  -debug .options
> > > >
> > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > > !MESSAGE Error reading configuration:
> > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > > !STACK 0
> > > > java.io.FileNotFoundException:
> > > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > >        at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
> > > >        at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > > >        at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> > > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
> > > >        at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
> > > >        at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
> > > >        at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
> > > >        at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
> > > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
> > > >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > >
> > > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > > !MESSAGE Application error
> > > > !STACK 1
> > > > java.lang.IllegalStateException: Unable to acquire application service.
> > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
> > > >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > > >
> > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> > > > !MESSAGE FrameworkEvent.ERROR
> > > > !STACK 0
> > > > java.io.IOException: Manager is not opened.
> > > >        at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
> > > >        at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
> > > >        at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
> > > >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> > > >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> > > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> > > >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> > > >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> > > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> > > >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> > > >        at java.lang.Thread.run(Thread.java:661)
> > > >
> > > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > > !MESSAGE FrameworkEvent.ERROR
> > > > !STACK 0
> > > > java.io.IOException: Manager is not opened.
> > > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
> > > >        at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
> > > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> > > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> > > >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> > > >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> > > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> > > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> > > >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> > > >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> > > >        at java.lang.Thread.run(Thread.java:661)
> > > > -----------------------------------------------
> > > >
> > > >  thanks, Vladimir
> > > >
> > >
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Alexey Petrenko <al...@gmail.com>.
2007/4/27, Tim Ellison <t....@gmail.com>:
> Ivan Popov wrote:
> > I've found out that in the last Harmony binaries launcher cannot load
> > class if path to this class include directory started with dot. It may
> > cause the problem with running Eclipse. I'll submit JIRA for this
> > problem.
>
> Please let us know the number once it is opened.
>
> Could you please try backing out
>        http://svn.apache.org/viewvc?view=rev&rev=532683
>
> and see if that fixes it for you?
It helps with 3783.
Ivan, could you please try to run Eclipse without this commit?

SY, Alexey

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Tim Ellison <t....@gmail.com>.
Ivan Popov wrote:
> I've found out that in the last Harmony binaries launcher cannot load
> class if path to this class include directory started with dot. It may
> cause the problem with running Eclipse. I'll submit JIRA for this
> problem.

Please let us know the number once it is opened.

Could you please try backing out
	http://svn.apache.org/viewvc?view=rev&rev=532683

and see if that fixes it for you?

Thanks,
Tim


Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Ivan Popov <iv...@gmail.com>.
I've found out that in the last Harmony binaries launcher cannot load
class if path to this class include directory started with dot. It may
cause the problem with running Eclipse. I'll submit JIRA for this
problem.

Thanks.
Ivan

On 4/27/07, Vladimir Ivanov <iv...@gmail.com> wrote:
> On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
> > Bad news...
> >
>
> > Is this file available?
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
>
> No, this file should be created as part of startup process.
>
> > Have you tried to run Eclipse without CC?
>
> yes, I set up JAVA_HOME and PATH and start eclipse after that:
> ----------- run log -----------------------
> C:\cruise\tools\eclipse3.1.1>java -version
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio
> n or its licensors, as applicable.
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
>
> C:\cruise\tools\eclipse3.1.1>eclipse.exe
> ---------------------------------------------
>
> ---------- log file ------------------------
> !SESSION 2007-04-27 16:35:51.452 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0
> java.vendor=Apache Software Foundation
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments:  -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
> !MESSAGE Error reading configuration:
> c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> !STACK 0
> java.io.FileNotFoundException:
> c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
>         at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
>         at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
>         at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
>         at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
>         at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
>         at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
>         at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
>         at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
>         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
>         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:382)
>         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>         at org.eclipse.core.launcher.Main.run(Main.java:973)
>         at org.eclipse.core.launcher.Main.main(Main.java:948)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:382)
>         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
>
> !ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
> !MESSAGE Application error
> !STACK 1
> java.lang.IllegalStateException: Unable to acquire application service.
>         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
>         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:382)
>         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>         at org.eclipse.core.launcher.Main.run(Main.java:973)
>         at org.eclipse.core.launcher.Main.main(Main.java:948)
>         at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>         at java.lang.reflect.Method.invoke(Method.java:382)
>         at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)
>
> !ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>         at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
>         at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
>         at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
>         at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>         at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
>         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
>         at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>         at java.security.AccessController.doPrivileged(AccessController.java:75)
>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
>         at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
>         at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
>         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
>         at java.lang.Thread.run(Thread.java:661)
>
> !ENTRY System Bundle 0 0 2007-04-27 16:35:56.686
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>         at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
>         at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
>         at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
>         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
>         at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>         at java.security.AccessController.doPrivileged(AccessController.java:75)
>         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
>         at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
>         at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
>         at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
>         at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
>         at java.lang.Thread.run(Thread.java:661)
>
> >
> > SY, Alexey
> >
> > 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > > Hello everyone,
> > > eclipse3.1.1 failed to start today in my env on WinXP x86. The execution log is:
> > >
> > > ---------------- run.log ------------------------------------------------
> > > C:\cruise\trunk\cc>echo off
> > > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> > > Foundation or its licensors, as applicable.
> > > Deprecated syntax to set internal property, use -XX:key=value instead:
> > > -XDvm.assert_dialog=false
> > > java version "1.5.0"
> > > pre-alpha : not complete or compatible
> > > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > > http://incubator.apache.org/harmony
> > > Install location:
> > >    file:/C:/cruise/tools/eclipse3.1.1/
> > > Configuration file:
> > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > found or not read
> > > Configuration location:
> > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > > Configuration file:
> > >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > > found or not read
> > > Framework located:
> > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > Framework classpath:
> > >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > > Debug options:
> > >    file:/C:/cruise/trunk/cc/.options not found
> > > Time to load bundles: 109
> > > 13
> > > FAILED on Workspace Launcher
> > > -----------------------------------------------------------------------
> > >
> > > ----- eclipse log -------------------------------------------------
> > > !SESSION 2007-04-27 12:22:35.357 -----------------------------------------------
> > > eclipse.buildId=unknown
> > > java.version=1.5.0
> > > java.vendor=Apache Software Foundation
> > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > > Command-line arguments:  -debug .options
> > >
> > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > > !MESSAGE Error reading configuration:
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > > !STACK 0
> > > java.io.FileNotFoundException:
> > > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > >        at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
> > >        at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> > >        at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> > >        at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
> > >        at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
> > >        at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
> > >        at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
> > >        at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
> > >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
> > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
> > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
> > >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > >
> > > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > > !MESSAGE Application error
> > > !STACK 1
> > > java.lang.IllegalStateException: Unable to acquire application service.
> > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
> > >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
> > >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> > >        at java.lang.reflect.Method.invoke(Method.java:382)
> > >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> > >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> > >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> > >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> > >
> > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> > > !MESSAGE FrameworkEvent.ERROR
> > > !STACK 0
> > > java.io.IOException: Manager is not opened.
> > >        at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
> > >        at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
> > >        at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
> > >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> > >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> > >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> > >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> > >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> > >        at java.lang.Thread.run(Thread.java:661)
> > >
> > > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > > !MESSAGE FrameworkEvent.ERROR
> > > !STACK 0
> > > java.io.IOException: Manager is not opened.
> > >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
> > >        at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
> > >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> > >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> > >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> > >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> > >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> > >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> > >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> > >        at java.lang.Thread.run(Thread.java:661)
> > > -----------------------------------------------
> > >
> > >  thanks, Vladimir
> > >
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Vladimir Ivanov <iv...@gmail.com>.
On 4/27/07, Alexey Petrenko <al...@gmail.com> wrote:
> Bad news...
>

> Is this file available?
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock

No, this file should be created as part of startup process.

> Have you tried to run Eclipse without CC?

yes, I set up JAVA_HOME and PATH and start eclipse after that:
----------- run log -----------------------
C:\cruise\tools\eclipse3.1.1>java -version
Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio
n or its licensors, as applicable.
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r532981, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
http://incubator.apache.org/harmony

C:\cruise\tools\eclipse3.1.1>eclipse.exe
---------------------------------------------

---------- log file ------------------------
!SESSION 2007-04-27 16:35:51.452 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0
java.vendor=Apache Software Foundation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2007-04-27 16:35:54.358
!MESSAGE Error reading configuration:
c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
!STACK 0
java.io.FileNotFoundException:
c:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
	at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
	at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
	at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
	at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
	at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
	at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
	at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
	at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)

!ENTRY org.eclipse.osgi 2007-04-27 16:35:55.764
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service.
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
	at java.lang.reflect.Method.invoke(Method.java:382)
	at org.apache.harmony.vm.JarRunner.main(JarRunner.java:80)

!ENTRY System Bundle 0 0 2007-04-27 16:35:56.421
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.IOException: Manager is not opened.
	at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
	at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
	at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
	at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
	at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
	at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
	at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
	at java.security.AccessController.doPrivileged(AccessController.java:75)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
	at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
	at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
	at java.lang.Thread.run(Thread.java:661)

!ENTRY System Bundle 0 0 2007-04-27 16:35:56.686
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.IOException: Manager is not opened.
	at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
	at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
	at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
	at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
	at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
	at java.security.AccessController.doPrivileged(AccessController.java:75)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
	at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
	at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
	at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
	at java.lang.Thread.run(Thread.java:661)

>
> SY, Alexey
>
> 2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> > Hello everyone,
> > eclipse3.1.1 failed to start today in my env on WinXP x86. The execution log is:
> >
> > ---------------- run.log ------------------------------------------------
> > C:\cruise\trunk\cc>echo off
> > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> > Foundation or its licensors, as applicable.
> > Deprecated syntax to set internal property, use -XX:key=value instead:
> > -XDvm.assert_dialog=false
> > java version "1.5.0"
> > pre-alpha : not complete or compatible
> > svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> > http://incubator.apache.org/harmony
> > Install location:
> >    file:/C:/cruise/tools/eclipse3.1.1/
> > Configuration file:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > found or not read
> > Configuration location:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> > Configuration file:
> >    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> > found or not read
> > Framework located:
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > Framework classpath:
> >    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> > Debug options:
> >    file:/C:/cruise/trunk/cc/.options not found
> > Time to load bundles: 109
> > 13
> > FAILED on Workspace Launcher
> > -----------------------------------------------------------------------
> >
> > ----- eclipse log -------------------------------------------------
> > !SESSION 2007-04-27 12:22:35.357 -----------------------------------------------
> > eclipse.buildId=unknown
> > java.version=1.5.0
> > java.vendor=Apache Software Foundation
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > Command-line arguments:  -debug .options
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> > !MESSAGE Error reading configuration:
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> > !STACK 0
> > java.io.FileNotFoundException:
> > C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> >        at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
> >        at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
> >        at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
> >        at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
> >        at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
> >        at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
> >        at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
> >        at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
> >        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
> >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >        at java.lang.reflect.Method.invoke(Method.java:382)
> >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> >
> > !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> > !MESSAGE Application error
> > !STACK 1
> > java.lang.IllegalStateException: Unable to acquire application service.
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
> >        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
> >        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
> >        at java.lang.reflect.Method.invoke(Method.java:382)
> >        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
> >        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> >        at org.eclipse.core.launcher.Main.run(Main.java:973)
> >        at org.eclipse.core.launcher.Main.main(Main.java:948)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >        at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
> >        at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
> >        at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
> >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> >        at java.lang.Thread.run(Thread.java:661)
> >
> > !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> > !MESSAGE FrameworkEvent.ERROR
> > !STACK 0
> > java.io.IOException: Manager is not opened.
> >        at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
> >        at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
> >        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
> >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
> >        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
> >        at java.security.AccessController.doPrivileged(AccessController.java:75)
> >        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
> >        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
> >        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
> >        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
> >        at java.lang.Thread.run(Thread.java:661)
> > -----------------------------------------------
> >
> >  thanks, Vladimir
> >
>

Re: [drlvm][eclipse] eclipse failed to start today in my env on WinXp x86

Posted by Alexey Petrenko <al...@gmail.com>.
Bad news...

Is this file available?
C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock

Have you tried to run Eclipse without CC?

SY, Alexey

2007/4/27, Vladimir Ivanov <iv...@gmail.com>:
> Hello everyone,
> eclipse3.1.1 failed to start today in my env on WinXP x86. The execution log is:
>
> ---------------- run.log ------------------------------------------------
> C:\cruise\trunk\cc>echo off
> Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software
> Foundation or its licensors, as applicable.
> Deprecated syntax to set internal property, use -XX:key=value instead:
> -XDvm.assert_dialog=false
> java version "1.5.0"
> pre-alpha : not complete or compatible
> svn = r532935, (Apr 27 2007), Windows/ia32/msvc 1310, debug build
> http://incubator.apache.org/harmony
> Install location:
>    file:/C:/cruise/tools/eclipse3.1.1/
> Configuration file:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> found or not read
> Configuration location:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/
> Configuration file:
>    file:/C:/cruise/tools/eclipse3.1.1/configuration/config.ini not
> found or not read
> Framework located:
>    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> Framework classpath:
>    file:/C:/cruise/tools/eclipse3.1.1/plugins/org.eclipse.osgi_3.1.1.jar
> Debug options:
>    file:/C:/cruise/trunk/cc/.options not found
> Time to load bundles: 109
> 13
> FAILED on Workspace Launcher
> -----------------------------------------------------------------------
>
> ----- eclipse log -------------------------------------------------
> !SESSION 2007-04-27 12:22:35.357 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0
> java.vendor=Apache Software Foundation
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments:  -debug .options
>
> !ENTRY org.eclipse.osgi 2007-04-27 12:22:38.122
> !MESSAGE Error reading configuration:
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
> !STACK 0
> java.io.FileNotFoundException:
> C:\cruise\tools\eclipse3.1.1\configuration\org.eclipse.osgi\.manager\.fileTableLock
>        at org.apache.harmony.luni.platform.OSFileSystem.open(OSFileSystem.java:227)
>        at java.io.FileOutputStream.<init>(FileOutputStream.java:98)
>        at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock(Locker_JavaNio.java:34)
>        at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
>        at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initFileManager(EclipseAdaptor.java:818)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.initialize(EclipseAdaptor.java:139)
>        at org.eclipse.osgi.framework.internal.core.Framework.initialize(Framework.java:128)
>        at org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.java:106)
>        at org.eclipse.osgi.framework.internal.core.OSGi.createFramework(OSGi.java:90)
>        at org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:272)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:159)
>        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>        at java.lang.reflect.Method.invoke(Method.java:382)
>        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>        at org.eclipse.core.launcher.Main.run(Main.java:973)
>        at org.eclipse.core.launcher.Main.main(Main.java:948)
>
> !ENTRY org.eclipse.osgi 2007-04-27 12:22:39.560
> !MESSAGE Application error
> !STACK 1
> java.lang.IllegalStateException: Unable to acquire application service.
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
>        at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>        at java.lang.reflect.Method.invoke(Method.java:382)
>        at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
>        at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>        at org.eclipse.core.launcher.Main.run(Main.java:973)
>        at org.eclipse.core.launcher.Main.main(Main.java:948)
>
> !ENTRY System Bundle 0 0 2007-04-27 12:22:39.732
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>        at org.eclipse.core.runtime.adaptor.FileManager.add(FileManager.java:174)
>        at org.eclipse.core.runtime.adaptor.StreamManager.closeOutputStream(StreamManager.java:236)
>        at org.eclipse.core.runtime.adaptor.StreamManagerOutputStream.close(StreamManagerOutputStream.java:46)
>        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>        at java.io.FilterOutputStream.close(FilterOutputStream.java:59)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:733)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:438)
>        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
>        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
>        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>        at java.security.AccessController.doPrivileged(AccessController.java:75)
>        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
>        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
>        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
>        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
>        at java.lang.Thread.run(Thread.java:661)
>
> !ENTRY System Bundle 0 0 2007-04-27 12:22:39.935
> !MESSAGE FrameworkEvent.ERROR
> !STACK 0
> java.io.IOException: Manager is not opened.
>        at org.eclipse.core.runtime.adaptor.FileManager.lookup(FileManager.java:393)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:278)
>        at org.eclipse.osgi.framework.adaptor.core.AbstractFrameworkAdaptor.frameworkStop(AbstractFrameworkAdaptor.java:343)
>        at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:439)
>        at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:64)
>        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035)
>        at java.security.AccessController.doPrivilegedImpl(AccessController.java:112)
>        at java.security.AccessController.doPrivileged(AccessController.java:75)
>        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:651)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:600)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:283)
>        at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:256)
>        at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:190)
>        at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:536)
>        at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171)
>        at java.lang.Thread.run(Thread.java:661)
> -----------------------------------------------
>
>  thanks, Vladimir
>