migrate from 3.7 to 3.8 [message #806609] |
Sat, 25 February 2012 02:19  |
Eclipse User |
|
|
|
I want to try out the scout 3.8 so I update my eclipse scout to 3.8 using the nightly build. There are some error when I import my code from scout 3.7:
In scout 3.7, the nls text are included in shared runtime, but in 3.8 it is not there and give me a error. I try to change it to the scout core TEXTS, but it can not look up the text I input previously.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: migrate from 3.7 to 3.8 [message #883337 is a reply to message #806609] |
Fri, 08 June 2012 06:10   |
Eclipse User |
|
|
|
Now I resolved all my problems with eclipse and scout I have a new error :
!ENTRY org.eclipse.equinox.http.jetty 4 0 2012-06-08 14:10:30.640
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841 [3]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.jetty.http; version="[8.0.0,9.0.0)"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1177)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.osgi 4 0 2012-06-08 14:10:30.643
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841.jar was not resolved.
!ENTRY org.eclipse.osgi 2 0 2012-06-08 14:10:30.661
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.661
!MESSAGE Bundle update@plugins/org.eclipse.scout.rt.jdbc.derby_10.5.3.201205300618.jar was not resolved.
!SUBENTRY 2 org.eclipse.scout.rt.jdbc.derby 2 0 2012-06-08 14:10:30.661
!MESSAGE Missing imported package org.apache.derby.jdbc_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.661
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.662
!MESSAGE Missing imported package org.eclipse.jetty.util_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.662
!MESSAGE Missing imported package org.eclipse.jetty.io.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.662
!MESSAGE Missing imported package org.eclipse.jetty.http_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.662
!MESSAGE Missing imported package org.eclipse.jetty.server.session_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.662
!MESSAGE Missing imported package org.eclipse.jetty.server.ssl_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.663
!MESSAGE Missing imported package org.eclipse.jetty.io.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.663
!MESSAGE Missing imported package org.eclipse.jetty.util.log_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.663
!MESSAGE Missing imported package org.eclipse.jetty.server.handler_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.663
!MESSAGE Missing imported package org.eclipse.jetty.util.component_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.663
!MESSAGE Missing imported package org.eclipse.jetty.server_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.664
!MESSAGE Missing imported package org.eclipse.jetty.servlet_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.664
!MESSAGE Missing imported package org.eclipse.jetty.server.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.664
!MESSAGE Missing imported package org.eclipse.jetty.server.bio_[8.0.0,9.0.0).
!ENTRY org.eclipse.osgi 2 0 2012-06-08 14:10:30.675
!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 2012-06-08 14:10:30.675
!MESSAGE Bundle org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841 [3] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.675
!MESSAGE Missing imported package org.eclipse.jetty.http_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.675
!MESSAGE Missing imported package org.eclipse.jetty.io.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.676
!MESSAGE Missing imported package org.eclipse.jetty.io.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.676
!MESSAGE Missing imported package org.eclipse.jetty.server_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.676
!MESSAGE Missing imported package org.eclipse.jetty.server.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.676
!MESSAGE Missing imported package org.eclipse.jetty.server.handler_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.676
!MESSAGE Missing imported package org.eclipse.jetty.server.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.677
!MESSAGE Missing imported package org.eclipse.jetty.server.session_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.677
!MESSAGE Missing imported package org.eclipse.jetty.server.ssl_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.677
!MESSAGE Missing imported package org.eclipse.jetty.servlet_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.677
!MESSAGE Missing imported package org.eclipse.jetty.util_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.678
!MESSAGE Missing imported package org.eclipse.jetty.util.component_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.678
!MESSAGE Missing imported package org.eclipse.jetty.util.log_[8.0.0,9.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.678
!MESSAGE Bundle org.eclipse.scout.rt.jdbc.derby_10.5.3.201205300618 [18] was not resolved.
!SUBENTRY 2 org.eclipse.scout.rt.jdbc.derby 2 0 2012-06-08 14:10:30.678
!MESSAGE Missing imported package org.apache.derby.jdbc_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.678
!MESSAGE Bundle eclipse.org.minicrm.server_1.0.0.qualifier [32] was not resolved.
!SUBENTRY 2 eclipse.org.minicrm.server 2 0 2012-06-08 14:10:30.679
!MESSAGE Missing required bundle org.eclipse.scout.rt.jdbc.derby_0.0.0.
!ENTRY org.eclipse.osgi 2 0 2012-06-08 14:10:30.696
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.697
!MESSAGE Bundle update@plugins/org.eclipse.scout.rt.jdbc.derby_10.5.3.201205300618.jar was not resolved.
!SUBENTRY 2 org.eclipse.scout.rt.jdbc.derby 2 0 2012-06-08 14:10:30.697
!MESSAGE Missing imported package org.apache.derby.jdbc_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.697
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.697
!MESSAGE Missing imported package org.eclipse.jetty.util_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.698
!MESSAGE Missing imported package org.eclipse.jetty.io.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.698
!MESSAGE Missing imported package org.eclipse.jetty.http_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.698
!MESSAGE Missing imported package org.eclipse.jetty.server.session_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.698
!MESSAGE Missing imported package org.eclipse.jetty.server.ssl_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.699
!MESSAGE Missing imported package org.eclipse.jetty.io.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.699
!MESSAGE Missing imported package org.eclipse.jetty.util.log_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.699
!MESSAGE Missing imported package org.eclipse.jetty.server.handler_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.699
!MESSAGE Missing imported package org.eclipse.jetty.util.component_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.699
!MESSAGE Missing imported package org.eclipse.jetty.server_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.700
!MESSAGE Missing imported package org.eclipse.jetty.servlet_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.700
!MESSAGE Missing imported package org.eclipse.jetty.server.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.700
!MESSAGE Missing imported package org.eclipse.jetty.server.bio_[8.0.0,9.0.0).
!ENTRY org.eclipse.osgi 2 0 2012-06-08 14:10:30.707
!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 2012-06-08 14:10:30.707
!MESSAGE Bundle org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841 [3] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.707
!MESSAGE Missing imported package org.eclipse.jetty.http_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.707
!MESSAGE Missing imported package org.eclipse.jetty.io.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.707
!MESSAGE Missing imported package org.eclipse.jetty.io.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server.bio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server.handler_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server.nio_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server.session_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.708
!MESSAGE Missing imported package org.eclipse.jetty.server.ssl_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.709
!MESSAGE Missing imported package org.eclipse.jetty.servlet_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.709
!MESSAGE Missing imported package org.eclipse.jetty.util_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.709
!MESSAGE Missing imported package org.eclipse.jetty.util.component_[8.0.0,9.0.0).
!SUBENTRY 2 org.eclipse.equinox.http.jetty 2 0 2012-06-08 14:10:30.709
!MESSAGE Missing imported package org.eclipse.jetty.util.log_[8.0.0,9.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.709
!MESSAGE Bundle org.eclipse.scout.rt.jdbc.derby_10.5.3.201205300618 [18] was not resolved.
!SUBENTRY 2 org.eclipse.scout.rt.jdbc.derby 2 0 2012-06-08 14:10:30.709
!MESSAGE Missing imported package org.apache.derby.jdbc_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-08 14:10:30.710
!MESSAGE Bundle eclipse.org.minicrm.server_1.0.0.qualifier [32] was not resolved.
!SUBENTRY 2 eclipse.org.minicrm.server 2 0 2012-06-08 14:10:30.710
!MESSAGE Missing required bundle org.eclipse.scout.rt.jdbc.derby_0.0.0.java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
I'm working on it .... if someone have an idea ...
A question the service I have to registered in plugin.xml where do I have to registered it ? In Which plugin.xml do I have to add it ? client ? server ? swing ? swt ? all of them ?
Thanks in advance for your answer
[Updated on: Fri, 08 June 2012 08:13] by Moderator
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.29435 seconds