Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP and Java Webstart
RCP and Java Webstart [message #444727] Mon, 20 February 2006 06:22 Go to next message
Eclipse UserFriend
Originally posted by: gvillot.free.fr

Hi All,

I've been trying to export my RCP application using the Java Webstart technology using Eclipse 3.1.2 and Java JDK 1.5.0_06 under Linux, without any success.

I got several errors, some related to the plugins directory which is not valid, some related to the application id which hasn't been found, some related to plugins which are not resolved.

To do it, I followed the Eclipse help ( http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/java_web_start.htm)
for multiple plugins RCP, by creating a Feature project to wrap all plugins (Eclipse core plugins + my plugins)...

I have attached all jnlp files + the log I've got from the cache.

At the moment, everything seems to be downloaded "correctly", all jars are present in the cache, but the application doesn't start...

thanks in advance for your help,
cheers
gv
Re: RCP and Java Webstart [message #444728 is a reply to message #444727] Mon, 20 February 2006 06:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gvillot.free.fr

For some reasons, the attached files haven't been taken into account :(

so my main jnlp is:
*******************

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://blade8:8099/rcp/" href="rcp.jnlp">
<information>
<title>Bioinformatiq Rich Client</title>
<vendor>Proteome Systems</vendor>
</information>
<offline-allowed/>
<security>
<all-permissions/>
</security>
<!-- The name of the main class to execute. This does not change-->
<application-desc main-class="org.eclipse.core.launcher.WebStartMain">
<argument>-nosplash</argument>
</application-desc>
<resources>
<extension href="features/rcp_deploy_custom_1.0.0.jnlp" />
<jar href="startup.jar"/>
<property
name="eclipse.product"
value="com.proteomesystems.rcp.app.appProdId"/>
<property
name="osgi.bundles"
value="org.eclipse.core.runtime@2:start,org.eclipse.update.configurator@3:start"/>
<property
name="osgi.bundles.defaultStartLevel"
value="4"/>
</resources>
<resources>
<j2se version="1.4+" />
</resources>
</jnlp>
[/xml]
Second jnlp:
************

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://blade8:8099/rcp/">
<information>
<title>BIQ Rich Client</title>
<vendor>Proteome Systems</vendor>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<component-desc/>
<resources>
<j2se version="1.4+" />
</resources>
<resources>
<jar href="plugins/com.proteomesystems.rcp.app_1.0.0.jar"/>
<jar href="plugins/com.proteomesystems.rcp.dialog.login_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.imageeditor_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.perspective_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.view.imageview_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.view.listview_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.view.treeview_1.0.0.jar "/>
<jar href="plugins/com.proteomesystems.rcp.wizard.gnu_1.0.0.jar"/ >
<jar href="plugins/org.eclipse.core.expressions_3.1.0.jar"/>
<jar href="plugins/org.eclipse.core.resources_3.1.2.jar"/>
<jar href="plugins/org.eclipse.core.runtime_3.1.2.jar"/>
<jar href="plugins/org.eclipse.help_3.1.0.jar"/>
<jar href="plugins/org.eclipse.jdt.core_3.1.2.jar"/>
<jar href="plugins/org.eclipse.jdt.ui_3.1.2.jar"/>
<jar href="plugins/org.eclipse.jface_3.1.1.jar"/>
<jar href="plugins/org.eclipse.osgi_3.1.2.jar"/>
<jar href="plugins/org.eclipse.swt_3.1.0.jar"/>
<jar href="plugins/org.eclipse.ui_3.1.2.jar"/>
<jar href="plugins/org.eclipse.ui.editors_3.1.1.jar"/>
<jar href="plugins/org.eclipse.ui.forms_3.1.0.jar"/>
<jar href="plugins/org.eclipse.ui.ide_3.1.1.jar"/>
<jar href="plugins/org.eclipse.ui.views_3.1.1.jar"/>
<jar href="plugins/org.eclipse.ui.workbench_3.1.2.jar"/>
<jar href="plugins/org.eclipse.core.commands_3.1.0.jar"/>
<jar href="plugins/org.eclipse.update.configurator_3.1.0.jar"/>
</resources>
</jnlp>
[/xml]
The log from the cache:
***********************

!SESSION 2006-02-20 16:35:58.750 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US

!ENTRY org.eclipse.update.configurator 2006-02-20 16:36:00.651
!MESSAGE /home/gvillot/.java/deployment/cache/javaws/http/Dblade8/P80 99/DMrcp/plugins is not a valid plugins directory.

!ENTRY org.eclipse.core.runtime 2006-02-20 16:36:00.687
!MESSAGE Product com.proteomesystems.rcp.app.appProdId could not be found.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.702
!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:204)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.WebStartMain.basicRun(WebStartMain .java:59)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.WebStartMain.main(WebStartMain.jav a:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:115 4)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java: 515)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:595)

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.710
!MESSAGE Bundle initial@reference:file:DMplugins/RMcom.proteomesystems.rcp.app_1.0.0.jar/ [13] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.710
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.710
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.713
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.713
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.713
!MESSAGE Missing required bundle com.proteomesystems.rcp.wizard.gnu_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.716
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.dialog.login_1.0.0 .jar/ [14] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.716
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.718
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.imageeditor_1.0.0. jar/ [15] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.718
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.718
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.731
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.perspective_1.0.0. jar/ [16] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.731
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.imageview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.731
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.listview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.731
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.734
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.imageview_1.0 .0.jar/ [17] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.734
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.734
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.734
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.734
!MESSAGE Missing required bundle com.proteomesystems.rcp.imageeditor_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.736
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.listview_1.0. 0.jar/ [18] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.736
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.736
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.737
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.imageview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.737
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.754
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.treeview_1.0. 0.jar/ [19] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.754
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.754
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.761
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.wizard.gnu_1.0.0.j ar/ [20] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.761
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.761
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.762
!MESSAGE Missing required bundle org.eclipse.jdt.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.762
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.762
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.762
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.764
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.core.resources_3.1.2.jar/ [22] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.764
!MESSAGE Missing required bundle org.eclipse.core.runtime.compatibility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.764
!MESSAGE Missing optionally required bundle org.eclipse.ant.core_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.766
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.jdt.core_3.1.2.jar/ [24] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.766
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.766
!MESSAGE Missing required bundle org.eclipse.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.766
!MESSAGE Missing optionally required bundle org.eclipse.team.core_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.jdt.ui_3.1.2.jar/ [25] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.ui.console_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.search_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.debug.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.774
!MESSAGE Missing required bundle org.eclipse.debug.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.jdt.launching_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.compare_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.team.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.ui.editors_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.core.runtime.compatibility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.775
!MESSAGE Missing required bundle org.eclipse.ltk.core.refactoring_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.776
!MESSAGE Missing required bundle org.eclipse.ltk.ui.refactoring_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.778
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.ui.editors_3.1.1.jar/ [29] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.778
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.778
!MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.784
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.784
!MESSAGE Missing required bundle org.eclipse.core.filebuffers_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.784
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-20 16:36:00.786
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.ui.ide_3.1.1.jar/ [31] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.786
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.786
!MESSAGE Missing required bundle org.eclipse.update.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-20 16:36:00.786
!MESSAGE Missing required bundle org.eclipse.update.ui_0.0.0.




Thanks in advance for all
gv
Re: RCP and Java Webstart [message #444732 is a reply to message #444728] Mon, 20 February 2006 10:13 Go to previous messageGo to next message
Ricky is currently offline RickyFriend
Messages: 204
Registered: July 2009
Senior Member
Have a look at this post maybe there is something relevant in it for you:

http://www.eclipsezone.com/forums/thread.jspa?messageID=9191 8802&#91918802

In your jnlp file some properties are missing:

<property
name="osgi.instance.area"
value="@user.home/Application Data/myApp/workspace"/>

<property
name="osgi.configuration.area"
value="@user.home/Application Data/myApp/configuration"/>

hth,

Ricky
Re: RCP and Java Webstart [message #444792 is a reply to message #444732] Tue, 21 February 2006 03:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gvillot.free.fr

Hi Ricky,

by specifying those 2 XML tags, you specify where the application configuration files should be saved. If they are not specified, then they will be saved in the cache directory by default.
By specifying those to point to ~/.rcp, I got the following errors:

!SESSION 2006-02-21 11:11:44.824 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en_US

!ENTRY org.eclipse.update.configurator 2006-02-21 11:11:46.844
!MESSAGE /home/gvillot/.java/deployment/cache/javaws/http/Dblade8/P80 99/DMrcp/plugins is not a valid plugins directory.

!ENTRY org.eclipse.core.runtime 2006-02-21 11:11:46.911
!MESSAGE Product com.proteomesystems.rcp.app.appProdId could not be found.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.928
!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:204)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.WebStartMain.basicRun(WebStartMain .java:59)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.WebStartMain.main(WebStartMain.jav a:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.javaws.Launcher.executeApplication(Launcher.java:115 4)
at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1101)
at com.sun.javaws.Launcher.continueLaunch(Launcher.java:944)
at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java: 515)
at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
at com.sun.javaws.Launcher.run(Launcher.java:165)
at java.lang.Thread.run(Thread.java:595)

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.937
!MESSAGE Bundle initial@reference:file:DMplugins/RMcom.proteomesystems.rcp.app_1.0.0.jar/ [13] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.937
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.937
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.938
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.939
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.939
!MESSAGE Missing required bundle com.proteomesystems.rcp.wizard.gnu_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.941
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.dialog.login_1.0.0 .jar/ [14] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.941
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.943
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.imageeditor_1.0.0. jar/ [15] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.943
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.943
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.945
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.perspective_1.0.0. jar/ [16] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.945
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.imageview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.945
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.listview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.945
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.947
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.imageview_1.0 .0.jar/ [17] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.947
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.947
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.948
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.948
!MESSAGE Missing required bundle com.proteomesystems.rcp.imageeditor_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.949
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.listview_1.0. 0.jar/ [18] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.950
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.951
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.951
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.imageview_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.951
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.955
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.view.treeview_1.0. 0.jar/ [19] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.955
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.955
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.957
!MESSAGE Bundle initial@reference :file:DMplugins/RMcom.proteomesystems.rcp.wizard.gnu_1.0.0.j ar/ [20] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.957
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.957
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.958
!MESSAGE Missing required bundle org.eclipse.jdt.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.958
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.958
!MESSAGE Missing required bundle com.proteomesystems.rcp.dialog.login_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.958
!MESSAGE Missing required bundle com.proteomesystems.rcp.view.treeview_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.960
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.core.resources_3.1.2.jar/ [22] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.960
!MESSAGE Missing required bundle org.eclipse.core.runtime.compatibility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.960
!MESSAGE Missing optionally required bundle org.eclipse.ant.core_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.962
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.jdt.core_3.1.2.jar/ [24] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.963
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.963
!MESSAGE Missing required bundle org.eclipse.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.963
!MESSAGE Missing optionally required bundle org.eclipse.team.core_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.970
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.jdt.ui_3.1.2.jar/ [25] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.970
!MESSAGE Missing required bundle org.eclipse.ui.console_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.970
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.970
!MESSAGE Missing required bundle org.eclipse.jdt.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.970
!MESSAGE Missing required bundle org.eclipse.search_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.debug.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.debug.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.jdt.launching_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.compare_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.team.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.971
!MESSAGE Missing required bundle org.eclipse.ui.editors_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.972
!MESSAGE Missing required bundle org.eclipse.core.runtime.compatibility_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.972
!MESSAGE Missing required bundle org.eclipse.ltk.core.refactoring_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.972
!MESSAGE Missing required bundle org.eclipse.ltk.ui.refactoring_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.974
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.ui.editors_3.1.1.jar/ [29] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.975
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.975
!MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.980
!MESSAGE Missing required bundle org.eclipse.jface.text_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.981
!MESSAGE Missing required bundle org.eclipse.core.filebuffers_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.981
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.

!ENTRY org.eclipse.osgi 2006-02-21 11:11:46.986
!MESSAGE Bundle initial@reference:file:DMplugins/RMorg.eclipse.ui.ide_3.1.1.jar/ [31] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.986
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.986
!MESSAGE Missing required bundle org.eclipse.update.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2006-02-21 11:11:46.986
!MESSAGE Missing required bundle org.eclipse.update.ui_0.0.0.



Thanks in advance for all,

georges.
Re: RCP and Java Webstart [message #444800 is a reply to message #444792] Tue, 21 February 2006 10:39 Go to previous messageGo to next message
Ricky is currently offline RickyFriend
Messages: 204
Registered: July 2009
Senior Member
> by specifying those 2 XML tags, you specify where the application
> configuration files should be saved. If they are not specified, then
> they will be saved in the cache directory by default.

That may be true and as the first error is "is not a valid plugins
directory" this fits perfectly together. I am sure you need these
properties set. As I developed a web application I always purged the cache
directory of webstart and the configuration directories. So try to delete
every trace of your application in your system when you changed something.
After that try to deploy it again.

In the long run you should start to increase the version numbers. I have
been told that this will eliminate the stale cache files. But for starters
simply delete all cached files to be sure that it runs.

Ricky
Re: RCP and Java Webstart [message #444917 is a reply to message #444800] Fri, 24 February 2006 06:54 Go to previous message
Eclipse UserFriend
Originally posted by: gvillot.free.fr

Hi Ricky,

thanks for your help.

I found my pb(s) after several attempts: I had to put OSGI bundle manifest for all plugins as those have been developped before Eclipse 3.0... and put all external jars into plugins...

thanks again for your tips,
cheers,
georges.
Previous Topic:Eclipse 3.2 M5 Workingsets button on toolbar
Next Topic:Reposition org.eclipse.help.ui.HelpView in IPageLayout
Goto Forum:
  


Current Time: Thu Dec 12 08:48:19 GMT 2024

Powered by FUDForum. Page generated in 0.27078 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top