Problem in the installed CDO Source [message #900636] |
Tue, 07 August 2012 17:29  |
Eclipse User |
|
|
|
Hi all,
I successfully installed the CDO Source and I ran the "CDO Server" run Configuration. Now CDO Server is started.
Now, I want to run "CDOClient1" or "CDOClient2". But when I run any of these, I get the "Error Message Box" saying that,
"The application could not start. Would you like view the log?"
When I view the log file in an editor, I get the following error.
Error is given below:
!SESSION 2012-08-07 23:23:23.577 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.platform.ide
Command-line arguments: -product org.eclipse.platform.ide -data C:\Users\Uma\workspace\Thesis_Indigo_Workspace\New/../cdo.client1 -dev file:C:/Users/Uma/workspace/Thesis_Indigo_Workspace/New/.metadata/.plugins/org.eclipse.pde.core/CDOClient1/dev.properties -debug C:\Users\Uma\workspace\Thesis_Indigo_Workspace\New\.metadata\.plugins\org.eclipse.pde.core\CDOClient1/.options -os win32 -ws win32 -arch x86 -console
!ENTRY org.eclipse.osgi 4 0 2012-08-07 23:23:26.976
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error, org.eclipse.ant.core.antRunner, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.emf.cdo.server.app.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
[Updated on: Tue, 07 August 2012 17:31] by Moderator
|
|
|
|
Re: Problem in the installed CDO Source [message #900678 is a reply to message #900636] |
Wed, 08 August 2012 03:11   |
Eclipse User |
|
|
|
Am 07.08.2012 23:29, schrieb UmaShankar Subramani:
> Hi all,
>
> I successfully installed the CDO Source and I ran the "CDO Server" run Configuration. Now CDO Server is started.
>
> Now, I want to run "CDOClient1" or "CDOClient2". But when I run any of these, I get the following error.
That indicates problems with your target platform/installation or your launch config. Make sure the
"org.eclipse.ui.ide.application" is properly activated.
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
>
>
> Error is given below:
>
>
> !SESSION 2012-08-07 23:23:23.577 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.6.0_31
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product org.eclipse.platform.ide
> Command-line arguments: -product org.eclipse.platform.ide -data
> C:\Users\Uma\workspace\Thesis_Indigo_Workspace\New/../cdo.client1 -dev
> file:C:/Users/Uma/workspace/Thesis_Indigo_Workspace/New/.metadata/.plugins/org.eclipse.pde.core/CDOClient1/dev.properties
> -debug C:\Users\Uma\workspace\Thesis_Indigo_Workspace\New\.metadata\.plugins\org.eclipse.pde.core\CDOClient1/.options
> -os win32 -ws win32 -arch x86 -console
>
> !ENTRY org.eclipse.osgi 4 0 2012-08-07 23:23:26.976
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The
> applications available are: org.eclipse.equinox.app.error, org.eclipse.ant.core.antRunner,
> org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool,
> org.eclipse.emf.cdo.server.app.
> at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
> at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
> 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.equinox.launcher.Main.invokeFramework(Main.java:629)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
>
|
|
|
|
|
|
|
|
|
|
|
Re: Problem in the installed CDO Source [message #902907 is a reply to message #902692] |
Tue, 21 August 2012 01:34  |
Eclipse User |
|
|
|
Am 19.08.2012 19:09, schrieb UmaShankar Subramani:
> Hi Martin,
>
> Thanks for your reply. I did the same as you, but I did something more.
> I guess there is not seperate "RunConfiguration for DAWN".
>
> So, in the RunConfiguration, in Plug-ins tab, I selected all the plugins
> under "workspace" section. Then added all required plugins.
Please do not add specific plugins on your own. Just create a new
runtime config and use it with all workspace bundles (default)
Cheers,
Martin
|
|
|
Powered by
FUDForum. Page generated in 0.06253 seconds