Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] FrameworkEvent.ERROR: java.io.FileNotFounException

I think in the Debug.. in eclipse you have not given the right path name for infile as an argument.





From: Keith McQueen <kmcqueen@xxxxxxxxxx>
Reply-To: eclipse-dev@xxxxxxxxxxx
To: eclipse-dev@xxxxxxxxxxx
Subject: Re: [eclipse-dev] FrameworkEvent.ERROR: java.io.FileNotFounException
Date: Mon, 14 Mar 2005 09:44:49 -0700

Luis Verge González wrote:

Hi all:

I have a problem with an application that uses hsqldb, when I run it, eclise shows me the next error:

!SESSION mar 14, 2005 10:04:17.372 ---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.4.2_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES

!ENTRY System Bundle 0 0 mar 14, 2005 10:04:17.372
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.FileNotFoundException: c:\Documents and Settings\practicum\eclipse\configuration\org.eclipse.osgi\.bundledata (Access denied)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.<init>(Unknown Source)
   at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.saveMetaData(EclipseAdaptor.java:515)

at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:304)

at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:66)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)

   at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:990)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:660)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:604)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:281)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:254)

at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:201)

at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:466)

at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:182)

   at java.lang.Thread.run(Unknown Source)

!ENTRY System Bundle 0 0 mar 14, 2005 10:04:17.372
!MESSAGE FrameworkEvent.ERROR
!STACK 0
java.io.FileNotFoundException: c:\Documents and Settings\practicum\eclipse\configuration\org.eclipse.osgi\.state (Access denied)
   at java.io.FileOutputStream.open(Native Method)
   at java.io.FileOutputStream.<init>(Unknown Source)
   at java.io.FileOutputStream.<init>(Unknown Source)
at org.eclipse.osgi.internal.resolver.StateManager.writeState(StateManager.java:84)

at org.eclipse.osgi.internal.resolver.StateManager.shutdown(StateManager.java:41)

at org.eclipse.core.runtime.adaptor.EclipseAdaptor.shutdownStateManager(EclipseAdaptor.java:159)

at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor.frameworkStop(DefaultAdaptor.java:817)

at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStop(EclipseAdaptor.java:305)

at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.stop(SystemBundleActivator.java:66)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)

   at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:990)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.suspendAllBundles(StartLevelManager.java:660)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:604)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:281)

at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:254)

at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:201)

at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:466)

at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:182)

   at java.lang.Thread.run(Unknown Source)

Thanks


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

Do you suppose it could have anything to do with spaces in the path?

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



Back to the top