Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] exception when running demo application

Radek,

the mailing-list is for development related communication only.
Please use the newsgroups for questions, support and information
exchange between users and developers of RAP:
  http://eclipse.org/rap/support.php#newsgroup
Chances are that you will get a more many-sided answer as most users read the newsgroup but few also read the mailing list.
About your question: Check your launch configuration and use "Validate bundles" button on "Bundles" tab to ensure that all bundles dependencies are satisfied.

Hope this helps,
Ivan

On 05/04/2010 10:38 AM, Radek Terber wrote:
Hi all

I downloaded pure eclipse 3.5.2 (RCP bundle), installed it and then installed tha RAP 1.2 via update site by foilllowing instructions here: http://eclipse.org/rap/gettingstarted.php
Then I created rap.demo app and run it. I got following output: 

I'm new to OSGI and RAP. What is wrong - this is "pure" installatoin and I suppose this demo app should run.
I tested it on eclipse 3.6 M5 and 4.0 M5 with similar result. 

Thanks for responses.
Radek.

------------------------------------------------------
!SESSION 2010-05-04 09:17:08.203 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=cs_CZ
Command-line arguments:  -dev file:C:/Users/terber/workspaces/rap/.metadata/.plugins/org.eclipse.pde.core/RAP Application/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.rap.demo 4 0 2010-05-04 09:17:08.777
!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.AbstractBundle.getResolverError(AbstractBundle.java:1313)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)

!ENTRY org.eclipse.core.databinding 4 0 2010-05-04 09:17:09.098
!MESSAGE 
------------------------------------------------------

_______________________________________________ rap-dev mailing list rap-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/rap-dev

Back to the top