Error when starting the Jetty server (Extensions workshop)
Hello,
I am on step 1.6 of the Setting up the IBM RTC SDK document and trying to test the Jetty based server launch. Unfortunately, at step _d, after clicking Run on the Create RTC Test Database step, console is reporting errors.
Here are some of the errors from the log file:
org.osgi.framework.BundleException: The bundle "org.junit4_4.8.1.v20100525 [146]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.junit; bundle-version="4.8.1"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1301)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:319)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:374)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1067)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:561)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:546)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:459)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:440)
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.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.filesystem.linux.ppc64_1.4.0.R36x_v20130402-0505.jar/ was not resolved.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.osgi.patch_5.0.2000.v20150702_0054 [15] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.resources.win32.x86_3.5.100.v20100505-1345.jar/ was not resolved.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.jfs.app.config.nl2a_1.1.1.v201505131349 [21] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.jfs.app.auth.nl1_1.0.4.v201505131347 [22] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.jfs.app.xml.nl2_1.1.1.v201109280231 [28] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.http.client.impl.nl2_1.1.1.v201109280231 [29] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.jfs.app.nl1_1.2.1.v201211071552 [33] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle com.ibm.team.jfs.app.servlet.nl2_1.2.2.v201307311200 [34] is not active.
!ENTRY org.eclipse.osgi 4 0 2018-02-22 13:30:34.738
!MESSAGE Bundle org.eclipse.jdt.compiler.apt_1.0.350.v20111011-0800_R362_J7 [35] is not active.
...
Please provide any pointers you may have. Thanks.
Regards,
NP
Accepted answer
If you had mentioned the RTC version an answer might have been possible. There are issues with the 6.0.4 and 6.0.5 SDKs with PMRs open and being worked on. 6.0.3 works.
Comments
1 vote