RCP M9 SDK start up errors [message #247058] |
Fri, 28 May 2004 19:09  |
Eclipse User |
|
|
|
Greetings,
I get the following error when I try to run RCP M9 SDK.
--snip--
!SESSION May 29, 2004
11:04:59.546 ---------------------------------------------
eclipse.buildId=I200405211200
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi May 29, 2004 11:04:59.562
!MESSAGE Startup error
!STACK 1
java.lang.IllegalArgumentException: Bundle org.eclipse.update.configurator
not found.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
ter.java:431)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
219)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:125)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:638)
at org.eclipse.core.launcher.Main.main(Main.java:622)
--snip--
Now, if I edit the config.ini to override default bundles and start
"org.eclipse.core.runtime" bundle. I get the following error.
--snip--
!SESSION May 29, 2004
11:06:52.140 ---------------------------------------------
eclipse.buildId=I200405211200
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi May 29, 2004 11:06:52.140
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:294)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:638)
at org.eclipse.core.launcher.Main.main(Main.java:622)
--snip--
Any suggestions how I can get started with the RCP SDK ?
Cheers,
Rahul
|
|
|
Re: RCP M9 SDK start up errors [message #247070 is a reply to message #247058] |
Fri, 28 May 2004 20:07  |
Eclipse User |
|
|
|
Originally posted by: pascal.ibm.canada
RCP is *not* an application. It is a base to build against.
You can do the analogy with Java where if you run java.exe nothing happens.
PaScaL
Rahul wrote:
> Greetings,
>
> I get the following error when I try to run RCP M9 SDK.
> --snip--
> !SESSION May 29, 2004
> 11:04:59.546 ---------------------------------------------
> eclipse.buildId=I200405211200
> java.version=1.4.2
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> !ENTRY org.eclipse.osgi May 29, 2004 11:04:59.562
> !MESSAGE Startup error
> !STACK 1
> java.lang.IllegalArgumentException: Bundle org.eclipse.update.configurator
> not found.
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
> ter.java:431)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> 219)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:125)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
> at org.eclipse.core.launcher.Main.run(Main.java:638)
> at org.eclipse.core.launcher.Main.main(Main.java:622)
> --snip--
>
> Now, if I edit the config.ini to override default bundles and start
> "org.eclipse.core.runtime" bundle. I get the following error.
>
> --snip--
> !SESSION May 29, 2004
> 11:06:52.140 ---------------------------------------------
> eclipse.buildId=I200405211200
> java.version=1.4.2
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> !ENTRY org.eclipse.osgi May 29, 2004 11:06:52.140
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: No application id has been found.
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
> java:294)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:256)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
> at org.eclipse.core.launcher.Main.run(Main.java:638)
> at org.eclipse.core.launcher.Main.main(Main.java:622)
> --snip--
>
> Any suggestions how I can get started with the RCP SDK ?
>
> Cheers,
>
> Rahul
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03806 seconds