Skip to main content

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


Perhaps you can say how you are trying to run it now?  It all should just work if you use the Run > Equinox Framework mechanism.  We do this all the time.

Jeff



"Piero Campanelli" <pierocampanelli@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

11/19/2006 02:11 PM

Please respond to
pc@xxxxxxxxxxxxxxxxxxxx; Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
"Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] Re: Problem Running 'org.eclipse.osgi' in development        mode inside eclipse





Analyzing again it seems that is unable to find manifest.fm for system
bundle (i am running an unpacked version of system bundle). I get:

.....
Caused by: org.eclipse.osgi.service.pluginconversion.PluginConversionException:
Could not find a META-INF/MANIFEST.MF, plugin.xml or a fragment.xml in
C:\Users\pc\eclipse_workspaces\equinox_cvs\org.eclipse.osgi\bin.
......

so how to run Equinox inside Eclipse directly from sources?

On 11/19/06, Piero Campanelli <pierocampanelli@xxxxxxxxx> wrote:
> 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
>


--
Piero Campanelli
http://blog.pierocampanelli.info
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top