Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem starting RCP app that has been exported
Problem starting RCP app that has been exported [message #436725] Thu, 15 September 2005 15:09 Go to next message
James Norris is currently offline James NorrisFriend
Messages: 52
Registered: July 2009
Member
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] Tue, 20 September 2005 00:26 Go to previous message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
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)
>
>
Previous Topic:Invalid Menu Extension error messages.
Next Topic:Workbench ActionFactory and i18n
Goto Forum:
  


Current Time: Fri Dec 06 13:54:07 GMT 2024

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

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

Back to the top