Skip to main content



      Home
Home » Eclipse Projects » Equinox » NPE with j9
NPE with j9 [message #69451] Tue, 04 July 2006 10:06 Go to next message
Eclipse UserFriend
Hello everybody,

First sorry for may poor english.
I just downloaded org.eclipse.osgi_3.2.0.v20060601.jar and i tried to make
it run on my box which is an ARM920 ; OS=LINUX and java VM is J9 version
2.2.
Previously it worked fine with org.eclipse.osgi_3.1.1.jar so i just
changed the jar to load at startup, ie. :
j9 -jcl:ppro10 -Xbootclasspath/a:./jclPPro10/classes.zip -jar
org.eclipse.osgi_3.*.jar (with * meaning 2.0.v20060601 or 1.1)

with 3.2.v20060601.jar I obtain a beautifull
Exception in thread "main" java.lang.reflect.InvocationTargetException:
java.lang.NullPointerException
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
...

To be complete it indicates the line 186 in EclipseStarter.run(line 186)
when i launch it with debug options.

What do you think of it ? Is it a known pb ? How cabn i do to have it work
?

Thanks in advance.
--
LBR
Re: NPE with j9 [message #69633 is a reply to message #69451] Tue, 11 July 2006 22:56 Go to previous message
Eclipse UserFriend
Originally posted by: p.p.com

Could you please open a bug against equinox / framework with the specifics
of the VM you are using, etc, etc...
Thx

"LBR" <lbroque@mercur.fr> wrote in message
news:b693f5c2fb6eacd5e53a50a4634b88df$1@www.eclipse.org...
> Hello everybody,
>
> First sorry for may poor english.
> I just downloaded org.eclipse.osgi_3.2.0.v20060601.jar and i tried to make
> it run on my box which is an ARM920 ; OS=LINUX and java VM is J9 version
> 2.2.
> Previously it worked fine with org.eclipse.osgi_3.1.1.jar so i just
> changed the jar to load at startup, ie. :
> j9 -jcl:ppro10 -Xbootclasspath/a:./jclPPro10/classes.zip -jar
> org.eclipse.osgi_3.*.jar (with * meaning 2.0.v20060601 or 1.1)
>
> with 3.2.v20060601.jar I obtain a beautifull
> Exception in thread "main" java.lang.reflect.InvocationTargetException:
> java.lang.NullPointerException
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
> ..
>
> To be complete it indicates the line 186 in EclipseStarter.run(line 186)
> when i launch it with debug options.
>
> What do you think of it ? Is it a known pb ? How cabn i do to have it work
> ?
>
> Thanks in advance.
> --
> LBR
>
>
Previous Topic:how to write an serlvet bundle in OSGI ?
Next Topic:Best practices for exception handling
Goto Forum:
  


Current Time: Tue May 13 07:14:29 EDT 2025

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

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

Back to the top