Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Nullpointerexception in initializeStorage
Nullpointerexception in initializeStorage [message #103985] Fri, 18 January 2008 10:43
Eclipse UserFriend
Originally posted by: dhrubajyoti.lahon.honeywell.com

Hi,

I am trying to start the osgi framework from a Java environment by calling
"org.eclipse.core.runtime.adaptor.EclipseStarter" from a console. But it
gives a nullpointerexception, the error details are shown below.

I tried to search for similar topic in the forum, but could not locate.

Can anyone please help me.

Best Regards,
Dhruba

**********************
org.eclipse.osgi Startup error
java.lang.NullPointerException
at
org.eclipse.osgi.baseadaptor.BaseAdaptor.initializeStorage(B aseAdapto
r.java:124)
at
org.eclipse.osgi.framework.internal.core.Framework.initializ e(Framewo
rk.java:174)
at
org.eclipse.osgi.framework.internal.core.Framework.<init>(Framework.j
ava:147)
at
org.eclipse.osgi.framework.internal.core.OSGi.createFramewor k(OSGi.ja
va:90)
at
org.eclipse.osgi.framework.internal.core.OSGi.<init>(OSGi.java:31)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarte
r.java:283)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.ja
va:172)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.main(Eclipse Starter.j
ava:149)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.tridium.sys.Nre.runClass(Nre.java:201)
at com.tridium.sys.Nre.main(Nre.java:126)
ERROR [14:18:46 18-Jan-08 IST][sys] Cannot boot
java.lang.NullPointerException
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:21
7)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.main(Eclipse Starter.java:1
49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:
39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorIm
pl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.tridium.sys.Nre.runClass(Nre.java:201)
at com.tridium.sys.Nre.main(Nre.java:126)
Previous Topic:Native Launcher and Current/Working directory
Next Topic:Equinox & OSGi Basics
Goto Forum:
  


Current Time: Thu Apr 25 23:48:21 GMT 2024

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

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

Back to the top