Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Problem Running 'org.eclipse.osgi' in development mode inside eclipse

Hi,

I am running bndle 'org.eclipse.osgi' directly from Eclipse (I am
digging into the source code). But I am unable to start it. It gives
me the following exception:

.................
!ENTRY system.bundle 4 0 2006-11-19 19:29:10.378
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: Exception in
org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start()
of bundle system.bundle.
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)
..............

Analyzing the cause I obtained that the problem is at:
StateManager.java (method readSystemState): problem is that stateFile
is wrong. It points at:

C:\Users\pc\eclipse_workspaces\equinox_cvs\org.eclipse.osgi\bin\configuration\org.eclipse.osgi\.state.0

but under Windows '.state.0' is an invalid file name.

I think I have some mis-configuration about environment.

Tnx
-Piero


Back to the top