Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » OSGI settings missing ....
OSGI settings missing .... [message #65237] Fri, 21 April 2006 13:11 Go to next message
Pierre-Henry Perret is currently offline Pierre-Henry PerretFriend
Messages: 33
Registered: July 2009
Member
Hello, this is the stack after clicking on the OSGI launch configuration
icon.


!SESSION 2006-04-21 13:10:34.781
-----------------------------------------------
eclipse.buildId=I20060413-1718
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.jobs 4 2 2006-04-21 13:49:39.109
!MESSAGE An internal error occurred during: "Launching".
!STACK 0
java.lang.NullPointerException
at java.util.TreeMap.compare(Unknown Source)
at java.util.TreeMap.getEntry(Unknown Source)
at java.util.TreeMap.containsKey(Unknown Source)
at
org.eclipse.pde.internal.ui.launcher.EquinoxPluginBlock.retr ieveWorkspaceMap(EquinoxPluginBlock.java:236)
at .core.internal.jobs.Worker.run(Worker.java:58)
...............
_________________________________

this clearly shows that the config for EQUINOX app is missing , but where
is it located, in which file ?
Re: OSGI settings missing .... [message #65855 is a reply to message #65237] Mon, 01 May 2006 20:35 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
This looks like a bug in PDE->UI. I suggest you open a bug against that
component. Thanks.

Tom.

pierre henry wrote:
> Hello, this is the stack after clicking on the OSGI launch configuration
> icon.
>
>
> !SESSION 2006-04-21 13:10:34.781
> -----------------------------------------------
> eclipse.buildId=I20060413-1718
> java.version=1.5.0_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.core.jobs 4 2 2006-04-21 13:49:39.109
> !MESSAGE An internal error occurred during: "Launching".
> !STACK 0
> java.lang.NullPointerException
> at java.util.TreeMap.compare(Unknown Source)
> at java.util.TreeMap.getEntry(Unknown Source)
> at java.util.TreeMap.containsKey(Unknown Source)
> at
> org.eclipse.pde.internal.ui.launcher.EquinoxPluginBlock.retr ieveWorkspaceMap(EquinoxPluginBlock.java:236)
>
> at .core.internal.jobs.Worker.run(Worker.java:58)
> ..............
> _________________________________
>
> this clearly shows that the config for EQUINOX app is missing , but
> where is it located, in which file ?
>
OSGI settings missing ....updated [message #65954 is a reply to message #65855] Tue, 02 May 2006 17:15 Go to previous message
Pierre-Henry Perret is currently offline Pierre-Henry PerretFriend
Messages: 33
Registered: July 2009
Member
I have launched a simple test plugin in the framework console:
________________________
osgi> start test
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.ui;
bundle-version="0.0.0"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:294)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:256)
at
org.eclipse.osgi.framework.internal.core.FrameworkCommandPro vider._start(FrameworkCommandProvider.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.FrameworkCommandInt erpreter.execute(FrameworkCommandInterpreter.java:145)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.do command(FrameworkConsole.java:293)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.co nsole(FrameworkConsole.java:278)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.ru n(FrameworkConsole.java:213)
at java.lang.Thread.run(Unknown Source)
____________________________________________

It is as if the launcher dont know how to get the Bundle-Version
Previous Topic:org.osgi.framework.bootdelegation=*
Next Topic:setting BundleContext properties?
Goto Forum:
  


Current Time: Wed Aug 14 22:10:07 GMT 2024

Powered by FUDForum. Page generated in 0.03212 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top