Skip to main content

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

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




Back to the top