Deploying JNLP: my app has plugins that needs to be unpacked [message #460072] |
Tue, 12 December 2006 18:24  |
Eclipse User |
|
|
|
Hello,
my app has several plugins that was (automatically) configured to be unpacked (when I have added them to Eclipse). I need to deploy my app using JNLP and this can be done only if I dont have any unpacked plugins.
The "problematic" plugins:
com.ibm.icu.source_3.4.4.1
org.eclipse.opengl.win32.x86_0.5.0
org.eclipse.opengl_0.5.0
org.eclipse.rcp.source.win32.win32.x86_3.2.0.v20060609m-SVDN gVrNoh-MeGG
org.eclipse.rcp.source_3.2.0.v20060609m-SVDNgVrNoh-MeGG
Btw do I really need the "source" plugins? Eclipse added them automaticaly.
When I check not to unpack these plugins and re-export my app it do not start. For example the following log is when I pack the opengl plugins (both):
!SESSION 2006-12-13 00:23:27.906 -----------------------------------------------
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: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.core.runtime 2006-12-13 00:23:29.125
!MESSAGE Product cz.upol.jo.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2006-12-13 00:23:29.140
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:56)
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-12-13 00:23:29.156
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-13 00:23:29.156
!MESSAGE Bundle update@plugins/cz.upol.jo_1.0.1.jar was not resolved.
!SUBENTRY 2 cz.upol.jo 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing required bundle org.eclipse.opengl_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-13 00:23:29.156
!MESSAGE Bundle update@plugins/org.eclipse.opengl.selectbuffer_0.5.0.jar was not resolved.
!SUBENTRY 2 org.eclipse.opengl.selectbuffer 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing required bundle org.eclipse.opengl_0.0.0.
!ENTRY org.eclipse.osgi 2 0 2006-12-13 00:23:29.156
!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-12-13 00:23:29.156
!MESSAGE Bundle update@plugins/cz.upol.jo_1.0.1.jar [4] was not resolved.
!SUBENTRY 2 cz.upol.jo 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing required bundle org.eclipse.opengl_0.0.0.
!SUBENTRY 2 cz.upol.jo 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing required bundle org.eclipse.opengl.selectbuffer_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-13 00:23:29.156
!MESSAGE Bundle update@plugins/org.eclipse.opengl.selectbuffer.win32.win32.x86_0.5.0.jar [22] was not resolved.
!SUBENTRY 2 org.eclipse.opengl.selectbuffer.win32.win32.x86 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing host org.eclipse.opengl.selectbuffer_0.5.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2006-12-13 00:23:29.156
!MESSAGE Bundle update@plugins/org.eclipse.opengl.selectbuffer_0.5.0.jar [30] was not resolved.
!SUBENTRY 2 org.eclipse.opengl.selectbuffer 2 0 2006-12-13 00:23:29.156
!MESSAGE Missing required bundle org.eclipse.opengl_0.0.0.
Please help, thanks in advance.
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.21594 seconds