Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Problems to run Forms Examples

Hello,

I'm trying to run Rap Form Examples downloaded form RAP CVS, but before loading the page I receive the folowing message:
The application could not start.

The log message is folowing:

!SESSION 2008-08-12 08:06:27.765 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_BR
Command-line arguments: -dev file:D:/tests/workspace/.metadata/.plugins/org.eclipse.pde.core/Forms Exampes/dev.properties -os win32 -ws win32 -arch x86 -console -consolelog

!ENTRY org.eclipse.ui.forms.examples 4 0 2008-08-12 08:06:29.468
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.rap.ui; bundle-version="0.0.0" at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305) at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355) at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074) at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616) at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299) at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)

!ENTRY org.eclipse.osgi 4 0 2008-08-12 08:06:29.468
!MESSAGE Bundle initial@reference:file:D:/tests/workspace/org.eclipse.rap.ui.forms.examples/ was not resolved.

!ENTRY org.eclipse.osgi 2 0 2008-08-12 08:06:29.484
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-12 08:06:29.484
!MESSAGE Bundle initial@reference:file:D:/tests/workspace/org.eclipse.rap.ui.forms.examples/ was not resolved.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.484
!MESSAGE Missing required bundle org.eclipse.rap.ui.forms_0.0.0.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.484
!MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2008-08-12 08:06:29.484
!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 2008-08-12 08:06:29.484
!MESSAGE Bundle initial@reference:file:D:/tests/workspace/org.eclipse.rap.ui.forms.examples/ [18] was not resolved.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.484
!MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.484
!MESSAGE Missing required bundle org.eclipse.rap.ui.forms_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2008-08-12 08:06:29.500
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236) 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:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   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:549)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

!ENTRY org.eclipse.osgi 2 0 2008-08-12 08:06:29.515
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-12 08:06:29.515
!MESSAGE Bundle initial@reference:file:D:/tests/workspace/org.eclipse.rap.ui.forms.examples/ was not resolved.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.515
!MESSAGE Missing required bundle org.eclipse.rap.ui.forms_0.0.0.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.515
!MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2008-08-12 08:06:29.515
!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 2008-08-12 08:06:29.515
!MESSAGE Bundle initial@reference:file:D:/tests/workspace/org.eclipse.rap.ui.forms.examples/ [18] was not resolved.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.515
!MESSAGE Missing required bundle org.eclipse.rap.ui_0.0.0.
!SUBENTRY 2 org.eclipse.ui.forms.examples 2 0 2008-08-12 08:06:29.515
!MESSAGE Missing required bundle org.eclipse.rap.ui.forms_0.0.0.


Thanks,

--
Marcos Sousa
www.marcossousa.com Enjoy it!


Back to the top