Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problems Running RCP outside Eclipse
Problems Running RCP outside Eclipse [message #444713] Sat, 18 February 2006 21:26 Go to next message
James Leotta is currently offline James LeottaFriend
Messages: 202
Registered: July 2009
Senior Member
Hello, I get the following. Any help would be appreciated.

eclipse.buildId=unknown
java.version=1.5.0_06
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 2006-02-18 16:19:57.640
!MESSAGE Bundle org.eclipse.equinox.common@2:start not found.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.640
!MESSAGE Bundle org.eclipse.core.jobs@2:start not found.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.640
!MESSAGE Bundle org.eclipse.equinox.registry@2:start not found.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.650
!MESSAGE Bundle org.eclipse.equinox.preferences not found.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.650
!MESSAGE Bundle org.eclipse.core.contenttype not found.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.750
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle
initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20051208.jar/
was not resolved.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles (EclipseStarter.java:1016)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:580)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:302)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:173)
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:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Bundle
initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20051208.jar/
was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Missing required bundle org.eclipse.equinox.registry_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Missing required bundle org.eclipse.core.jobs_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Missing required bundle org.eclipse.equinox.preferences_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Missing required bundle org.eclipse.core.contenttype_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.770
!MESSAGE Missing required bundle org.eclipse.equinox.common_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-18 16:19:57.780
!MESSAGE Bundle
initial@reference :file:plugins/org.eclipse.update.configurator_3.1.100.v20051 214.jar/
[2] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-18 16:19:57.780
!MESSAGE Missing required bundle org.eclipse.core.runtime_[3.1.0,4.0.0).
Re: Problems Running RCP outside Eclipse [message #444714 is a reply to message #444713] Sat, 18 February 2006 22:18 Go to previous messageGo to next message
James Leotta is currently offline James LeottaFriend
Messages: 202
Registered: July 2009
Senior Member
I have reduced the previous error to the following:

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 2006-02-18 17:17:18.558
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException[1]:
java.lang.ClassNotFoundException: com.ac.fho.Application
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:405)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1235)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:218)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:211)
at
org.eclipse.core.internal.registry.ExtensionRegistry.process ExecutableExtension(ExtensionRegistry.java:801)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:246)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 53)
at
org.eclipse.core.internal.registry.eclipse.LegacyConfigurati onElementHandle.createExecutableExtension(LegacyConfiguratio nElementHandle.java:60)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:105)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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:338 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: Problems Running RCP outside Eclipse [message #444740 is a reply to message #444714] Mon, 20 February 2006 12:22 Go to previous messageGo to next message
James Leotta is currently offline James LeottaFriend
Messages: 202
Registered: July 2009
Senior Member
Fixed by manually editing the manifest adding ., to the classpath. This
should have been fixed by now. Yes?


James Leotta wrote:
> I have reduced the previous error to the following:
>
> 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 2006-02-18 17:17:18.558
> !MESSAGE Application error
> !STACK 1
> org.eclipse.core.runtime.CoreException[1]:
> java.lang.ClassNotFoundException: com.ac.fho.Application
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:405)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350)
>
> at
> org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLoader.java:78)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1235)
>
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:218)
>
> at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI .createExecutableExtension(RegistryStrategyOSGI.java:211)
>
> at
> org.eclipse.core.internal.registry.ExtensionRegistry.process ExecutableExtension(ExtensionRegistry.java:801)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:246)
>
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 53)
>
> at
> org.eclipse.core.internal.registry.eclipse.LegacyConfigurati onElementHandle.createExecutableExtension(LegacyConfiguratio nElementHandle.java:60)
>
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:105)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
>
> 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:338 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
Re: Problems Running RCP outside Eclipse [message #444753 is a reply to message #444740] Mon, 20 February 2006 14:15 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

James Leotta wrote:
> Fixed by manually editing the manifest adding ., to the classpath. This
> should have been fixed by now. Yes?
>

https://bugs.eclipse.org/bugs/show_bug.cgi?id=108781


Previous Topic:[EXPORT RCP] - Problem
Next Topic:M5 Coolbar does not show up in mail RCP Example
Goto Forum:
  


Current Time: Thu Nov 14 18:40:20 GMT 2024

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

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

Back to the top