Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » "cz.aegis.cms.run.application" could not be found in the registry
"cz.aegis.cms.run.application" could not be found in the registry [message #460994] Wed, 03 January 2007 08:09 Go to next message
Eclipse UserFriend
Originally posted by: m.hybler.email.cz

Hello
I'm developing plug-in into RCP application. I have added new text
editor and after that i have deleted it. I want to start my plugin
again but it throws Application error:

java.lang.RuntimeException: Application "cz.aegis.cms.run.application"
could not be found in the registry. The applications available are: <NONE>.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:68)
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:400)
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:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

I'm sorry but I'm not high skilled in RCP. Someone can help me?
Re: "cz.aegis.cms.run.application" could not be found in the registry [message #460996 is a reply to message #460994] Wed, 03 January 2007 08:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: m.hybler.email.cz

Michal Hybler wrote:
> Hello
> I'm developing plug-in into RCP application. I have added new text
> editor and after that i have deleted it. I want to start my plugin
> again but it throws Application error:
>
> java.lang.RuntimeException: Application "cz.aegis.cms.run.application"
> could not be found in the registry. The applications available are: <NONE>.
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:68)
>
> 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:400)
>
> 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:336 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> at org.eclipse.core.launcher.Main.run(Main.java:977)
> at org.eclipse.core.launcher.Main.main(Main.java:952)
>
> I'm sorry but I'm not high skilled in RCP. Someone can help me?
I have already solved that thanks
Re: &quot;cz.aegis.cms.run.application&quot; could not be found in the regi [message #461519 is a reply to message #460996] Thu, 11 January 2007 03:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: malarkuzhali.yahoo.co.in

I am facing the same problem. Can u please guide me how did u resolve this
Re: &quot;cz.aegis.cms.run.application&quot; could not be found in the regi [message #461522 is a reply to message #461519] Thu, 11 January 2007 05:33 Go to previous messageGo to next message
Eclipse UserFriend
Normally, deleting the launch configuration (go to the Run -> Run... menu) and recreating is enough to solve this problem.

If not, check which plugins get started and/or the log; your plugin may not be being installed.

Alex.
Re: &quot;cz.aegis.cms.run.application&quot; could not be found in the regi [message #461524 is a reply to message #461522] Thu, 11 January 2007 05:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: malarkuzhali.yahoo.co.in

I can not run from run menu, the same problem. How could I check which plugins get started? This is my log file..

!SESSION 2007-01-11 16:15:56.580 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -application EclipseTradeClient.EclipseTradeClientAppID
Command-line arguments: -application EclipseTradeClient.EclipseTradeClientAppID -data /root/malar/RCP workspace/../runtime-EclipseApplication -dev file:/root/malar/RCP workspace/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 4 0 2007-01-11 16:15:57.409
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "EclipseTradeClient.EclipseTradeClientAppID" could not be found in the registry. The applications available are: <NONE>.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:68)
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:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)

!ENTRY org.eclipse.osgi 2 0 2007-01-11 16:15:57.417
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-01-11 16:15:57.417
!MESSAGE Bundle initial@reference:file:../../RCP workspace/EclipseTradeClient/ was not resolved.
!SUBENTRY 2 EclipseTradeClient 2 0 2007-01-11 16:15:57.418
!MESSAGE Missing required bundle SpringClient_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2007-01-11 16:15:57.418
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-01-11 16:15:57.419
!MESSAGE Bundle initial@reference:file:../../RCP workspace/EclipseTradeClient/ [23] was not resolved.
!SUBENTRY 2 EclipseTradeClient 2 0 2007-01-11 16:15:57.419
!MESSAGE Missing required bundle SpringClient_0.0.0.
Re: &quot;cz.aegis.cms.run.application&quot; could not be found in the regi [message #461529 is a reply to message #461524] Thu, 11 January 2007 06:58 Go to previous messageGo to next message
Eclipse UserFriend
This the the problem:

!ENTRY org.eclipse.osgi 2 0 2007-01-11 16:15:57.417
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-01-11 16:15:57.417
!MESSAGE Bundle initial@reference:file:../../RCP workspace/EclipseTradeClient/ was not resolved.
!SUBENTRY 2 EclipseTradeClient 2 0 2007-01-11 16:15:57.418
!MESSAGE Missing required bundle SpringClient_0.0.0.

You've got a Requires-Bundle: SpringClient in your mainfest plugin, but it's not finding it. What plugins do you have selected in the launch configuration? Ensure that all workspace plugins are selected, and that all the target plugins are selected too.

Alex.

PS To find out what's running, you can start your app with a console and noexit:

eclipse -noExit -console

You can then type ? for a list of commands, and 'ss' shows the status of bundles. If it's not ACTIVE, it's not started.
Re: &quot;cz.aegis.cms.run.application&quot; could not be found in the regi [message #461556 is a reply to message #461529] Fri, 12 January 2007 00:11 Go to previous message
Eclipse UserFriend
Originally posted by: malarkuzhali.yahoo.co.in

I am completely new to this area. I hav downloaded an article from the link

http://www.devx.com/Java/Article/31763/1954?pf=true


and done that sample RCP. I got the problem while launching the application.

I am using eclipse-SDK-3.2 and jdk1.5

when I use 'ss' command I can see the list of active and resolved bundles. How could I load my plugin there?
Previous Topic:how to change the color of the title bar of RCP product
Next Topic:Solution to java.lang.NoClassDefFoundError with RCP
Goto Forum:
  


Current Time: Sat Mar 15 04:43:28 EDT 2025

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

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

Back to the top