Problem starting RCP app that has been exported [message #436725] |
Thu, 15 September 2005 11:09  |
Eclipse User |
|
|
|
I have an RCP app that works fine in the IDE. I exported it using the
Export Product wizard and when I try to run it I get the error shown below
after the splash screen shows up.
Does anyone know why this is happening and how I can resolve the problem?
Thanks,
Jim
!SESSION 2005-09-15
11:04:25.275 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 2005-09-15 11:04:26.577
!MESSAGE Startup error
!STACK 1
java.lang.NullPointerException
at
org.eclipse.osgi.framework.internal.core.ManifestLocalizatio n.getHeaders(ManifestLocalization.java:62)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getH eaders(AbstractBundle.java:993)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getH eaders(AbstractBundle.java:941)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stallWorkerPrivileged(AbstractBundle.java:869)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle$5.ru n(AbstractBundle.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stallWorker(AbstractBundle.java:845)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stall(AbstractBundle.java:819)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.uninstallBun dles(EclipseStarter.java:936)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:539)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:288)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:159)
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.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
|
|
|
Re: Problem starting RCP app that has been exported [message #436891 is a reply to message #436725] |
Mon, 19 September 2005 20:26  |
Eclipse User |
|
|
|
It seems that you forgot to export some files.
See if the build.properties of your plugins contain all the appropriate
files.
PascaL
jnorris wrote:
> I have an RCP app that works fine in the IDE. I exported it using the
> Export Product wizard and when I try to run it I get the error shown below
> after the splash screen shows up.
>
> Does anyone know why this is happening and how I can resolve the problem?
>
> Thanks,
> Jim
>
> !SESSION 2005-09-15
> 11:04:25.275 -----------------------------------------------
>
> eclipse.buildId=unknown
>
> java.version=1.5.0_02
>
> java.vendor=Sun Microsystems Inc.
>
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2005-09-15 11:04:26.577
>
> !MESSAGE Startup error
>
> !STACK 1
>
> java.lang.NullPointerException
>
> at
> org.eclipse.osgi.framework.internal.core.ManifestLocalizatio n.getHeaders(ManifestLocalization.java:62)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getH eaders(AbstractBundle.java:993)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getH eaders(AbstractBundle.java:941)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stallWorkerPrivileged(AbstractBundle.java:869)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle$5.ru n(AbstractBundle.java:821)
>
> at java.security.AccessController.doPrivileged(Native Method)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stallWorker(AbstractBundle.java:845)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.unin stall(AbstractBundle.java:819)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.uninstallBun dles(EclipseStarter.java:936)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:539)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:288)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:159)
>
> 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.core.launcher.Main.invokeFramework(Main.java:334 )
>
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
>
> at org.eclipse.core.launcher.Main.run(Main.java:973)
>
> at org.eclipse.core.launcher.Main.main(Main.java:948)
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.45860 seconds