Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » problem with dependencies
problem with dependencies [message #453578] Thu, 03 August 2006 14:36 Go to next message
Carsten Spieker is currently offline Carsten SpiekerFriend
Messages: 197
Registered: July 2009
Senior Member
Hi!

I have a problem with my plugin dependencies.

I have one RCP-app with the id
(1) "com.dvelop.ecm.basic"

and two seperate plug-ins with the ids
(2) "com.dvelop.ecm.runtime" and
(3) "com.dvelop.ecm.test"


(3) depends on (2) and (1) depends on (3). But when I want to start the
RCP-App (1) I get the following error message:



!SESSION 2006-08-03
16:32:43.116 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments: -application com.dvelop.ecm.basic.application
Command-line arguments: -application com.dvelop.ecm.basic.application -data
E:\workspace/../runtime-EclipseApplication(3) -dev
file:E:/workspace/.metadata/.plugins/org.eclipse.pde.core/Ec lipse
Application (3)/dev.properties -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.428
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not resolved.
!SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
!MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
!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 2006-08-03 16:32:44.444
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
resolved.
!SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
!MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
resolved.
!SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.444
!MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2006-08-03 16:32:44.459
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "com.dvelop.ecm.basic.application"
could not be found in the registry. The applications available are:
org.eclipse.ant.core.antRunner, org.eclipse.ui.ide.workbench,
org.eclipse.update.core.standaloneUpdate,
org.eclipse.update.core.siteOptimizer.
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)

!ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not resolved.
!SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
!MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
!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 2006-08-03 16:32:44.459
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
resolved.
!SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
!MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
!MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
resolved.
!SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.459
!MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.



Can anyone help me, please?!

Thanks a lot!

Greetz,
Carsten
Re: problem with dependencies [message #453583 is a reply to message #453578] Thu, 03 August 2006 15:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dittmar.steiner.web.de

open the .product file, go to "Configuration" and press the button "Add Required Plug-ins".
May be this could help.

Dittmar


Carsten Spieker schrieb:
> Hi!
>
> I have a problem with my plugin dependencies.
>
> I have one RCP-app with the id
> (1) "com.dvelop.ecm.basic"
>
> and two seperate plug-ins with the ids
> (2) "com.dvelop.ecm.runtime" and
> (3) "com.dvelop.ecm.test"
>
>
> (3) depends on (2) and (1) depends on (3). But when I want to start the
> RCP-App (1) I get the following error message:
>
>
>
> !SESSION 2006-08-03
> 16:32:43.116 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0_05
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> Framework arguments: -application com.dvelop.ecm.basic.application
> Command-line arguments: -application com.dvelop.ecm.basic.application -data
> E:\workspace/../runtime-EclipseApplication(3) -dev
> file:E:/workspace/.metadata/.plugins/org.eclipse.pde.core/Ec lipse
> Application (3)/dev.properties -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.428
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not resolved.
> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>
> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
> !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 2006-08-03 16:32:44.444
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
> resolved.
> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
> resolved.
> !SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.444
> !MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.
>
> !ENTRY org.eclipse.osgi 4 0 2006-08-03 16:32:44.459
> !MESSAGE Application error
> !STACK 1
> java.lang.RuntimeException: Application "com.dvelop.ecm.basic.application"
> could not be found in the registry. The applications available are:
> org.eclipse.ant.core.antRunner, org.eclipse.ui.ide.workbench,
> org.eclipse.update.core.standaloneUpdate,
> org.eclipse.update.core.siteOptimizer.
> 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)
>
> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not resolved.
> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>
> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
> !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 2006-08-03 16:32:44.459
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
> resolved.
> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
> resolved.
> !SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.459
> !MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.
>
>
>
> Can anyone help me, please?!
>
> Thanks a lot!
>
> Greetz,
> Carsten
>
>
Re: problem with dependencies [message #453599 is a reply to message #453583] Fri, 04 August 2006 06:46 Go to previous messageGo to next message
Carsten Spieker is currently offline Carsten SpiekerFriend
Messages: 197
Registered: July 2009
Senior Member
Thanks a lot, that?s it.

Carsten


"Dittmar Steiner" <dittmar.steiner@web.de> schrieb im Newsbeitrag
news:eat5ob$lu0$1@utils.eclipse.org...
> open the .product file, go to "Configuration" and press the button "Add
> Required Plug-ins".
> May be this could help.
>
> Dittmar
>
>
> Carsten Spieker schrieb:
>> Hi!
>>
>> I have a problem with my plugin dependencies.
>>
>> I have one RCP-app with the id
>> (1) "com.dvelop.ecm.basic"
>>
>> and two seperate plug-ins with the ids
>> (2) "com.dvelop.ecm.runtime" and
>> (3) "com.dvelop.ecm.test"
>>
>>
>> (3) depends on (2) and (1) depends on (3). But when I want to start the
>> RCP-App (1) I get the following error message:
>>
>>
>>
>> !SESSION 2006-08-03
>> 16:32:43.116 -----------------------------------------------
>> eclipse.buildId=unknown
>> java.version=1.5.0_05
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
>> Framework arguments: -application com.dvelop.ecm.basic.application
>> Command-line arguments: -application
>> com.dvelop.ecm.basic.application -data
>> E:\workspace/../runtime-EclipseApplication(3) -dev
>> file:E:/workspace/.metadata/.plugins/org.eclipse.pde.core/Ec lipse
>> Application (3)/dev.properties -os win32 -ws win32 -arch x86
>>
>> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.428
>> !MESSAGE One or more bundles are not resolved because the following root
>> constraints are not resolved:
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
>> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>>
>> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
>> !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 2006-08-03 16:32:44.444
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.444
>> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.444
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.444
>> !MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.
>>
>> !ENTRY org.eclipse.osgi 4 0 2006-08-03 16:32:44.459
>> !MESSAGE Application error
>> !STACK 1
>> java.lang.RuntimeException: Application
>> "com.dvelop.ecm.basic.application" could not be found in the registry.
>> The applications available are: org.eclipse.ant.core.antRunner,
>> org.eclipse.ui.ide.workbench, org.eclipse.update.core.standaloneUpdate,
>> org.eclipse.update.core.siteOptimizer.
>> 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)
>>
>> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
>> !MESSAGE One or more bundles are not resolved because the following root
>> constraints are not resolved:
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
>> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>>
>> !ENTRY org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
>> !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 2006-08-03 16:32:44.459
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.test/ [134] was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.test 2 0 2006-08-03 16:32:44.459
>> !MESSAGE Missing required bundle com.dvelop.ecm.runtime_0.0.0.
>> !SUBENTRY 1 org.eclipse.osgi 2 0 2006-08-03 16:32:44.459
>> !MESSAGE Bundle update@E:/workspace/com.dvelop.ecm.basic/ [144] was not
>> resolved.
>> !SUBENTRY 2 com.dvelop.ecm.basic 2 0 2006-08-03 16:32:44.459
>> !MESSAGE Missing required bundle com.dvelop.ecm.test_0.0.0.
>>
>>
>>
>> Can anyone help me, please?!
>>
>> Thanks a lot!
>>
>> Greetz,
>> Carsten
>>
Re: problem with dependencies [message #453612 is a reply to message #453599] Fri, 04 August 2006 09:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dittmar.steiner.web.de

Carsten Spieker schrieb:
> Thanks a lot, that?s it.
>
> Carsten

did it work?

Dittmar
--
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.
Re: problem with dependencies [message #453615 is a reply to message #453612] Fri, 04 August 2006 09:18 Go to previous message
Carsten Spieker is currently offline Carsten SpiekerFriend
Messages: 197
Registered: July 2009
Senior Member
Yes it works, thank you!



"Dittmar Steiner" <dittmar.steiner@web.de> schrieb im Newsbeitrag
news:eav2oj$1k5$1@utils.eclipse.org...
> Carsten Spieker schrieb:
>> Thanks a lot, that?s it.
>>
>> Carsten
>
> did it work?
>
> Dittmar
> --
> Quidquid latine dictum sit, altum sonatur.
> - Whatever is said in Latin sounds profound.
Previous Topic:Session Management in RCP
Next Topic:[3.2] exportation of the application in French
Goto Forum:
  


Current Time: Tue Oct 15 03:38:57 GMT 2024

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

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

Back to the top