We are trying to migrate our RCP application from Eclipse 3.2 to 3.3.1.1.
When we deploy the application, we get the following error:  #### Could not
find main-class org.eclipse.core.launcher.WebStartMain.class in
http://localhost:18080/AgileCourtWebStart/org.eclipse.equinox.launcher_1.0.1
.R33x_v20070828.jar
<http://localhost:18080/AgileCourtWebStart/org.eclipse.equinox.launcher_1.0.
1.R33x_v20070828.jar> 

 

Below is the full exception with the JNLP file included.  Does anyone have
any suggestions?

 

Thanks,

Dennis

 

JNLPException[category: Launch File Error : Exception: null : LaunchDesc: 

<jnlp spec="1.0+" codebase="http://localhost:18080/AgileCourtWebStart/";>

  <information>

    <title>AgileCourt Rich Client 1.0</title>

    <vendor>(c) 2007 ACS</vendor>

    <homepage
href="http://localhost:18080/AgileCourtWebStart/www.acs-inc.com"/>

    <description>AgileCourt Rich Client 1.0</description>

  </information>

  <security>

    <all-permissions/>

  </security>

  <resources>

    <j2se initial-heap-size="134217728" max-heap-size="134217728"
version="1.5+"/>

    <extension href="http://localhost:18080/RcpWebStart/RcpWebStart.jnlp";
name="RCP Framework"/>

    <jar
href="http://localhost:18080/AgileCourtWebStart/org.eclipse.equinox.launcher
_1.0.1.R33x_v20070828.jar" download="eager" main="false"/>

    <jar
href="http://localhost:18080/AgileCourtWebStart/acs.ui.AgileCourt_0.1.733216
06.jar" download="eager" main="false"/>

    <property name="osgi.configuration.area"
value="@user.home/AgileCourt/configuration"/>

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

    <property name="osgi.bundles"
value="[EMAIL PROTECTED]:start,[EMAIL PROTECTED]:
start,[EMAIL PROTECTED],

 
com.ibm.icu,flute,itext,javax.servlet,js,org.apache.batik.bridge,org.apache.
batik.css,org.apache.batik.dom.svg,org.apache.batik.dom,

 
org.apache.batik.ext.awt,org.apache.batik.parser,org.apache.batik.svggen,org
.apache.batik.transcoder,org.apache.batik.util.gui,

 
org.apache.batik.util,org.apache.batik.xml,org.apache.commons.codec,org.apac
he.xerces,org.apache.xml.resolver,

 
org.eclipse.ant.core,org.eclipse.birt.chart.engine.extension,org.eclipse.bir
t.chart.engine,org.eclipse.birt.chart.reportitem,

 
org.eclipse.birt.core,org.eclipse.birt.data,org.eclipse.birt.report.data.ada
pter,org.eclipse.birt.report.engine.emitter.html,

 
org.eclipse.birt.report.engine.emitter.pdf,org.eclipse.birt.report.engine.em
itter.postscript,org.eclipse.birt.report.engine.emitter.ppt,

 
org.eclipse.birt.report.engine.emitter.prototype.excel,org.eclipse.birt.repo
rt.engine.emitter.wpml,org.eclipse.birt.report.engine,

 
org.eclipse.birt.report.model,org.eclipse.core.commands,org.eclipse.core.con
tenttype,org.eclipse.core.databinding,

              org.eclipse.core.expressions,

 
org.eclipse.core.filesystem.win32.x86,org.eclipse.core.filesystem,org.eclips
e.core.jobs,org.eclipse.core.resources.compatibility,

 
org.eclipse.core.resources.win32,org.eclipse.core.resources,org.eclipse.core
.runtime.compatibility.auth,

 
org.eclipse.core.runtime.compatibility,org.eclipse.core.runtime,org.eclipse.
core.variables,

 
org.eclipse.datatools.connectivity.oda.consumer,org.eclipse.datatools.connec
tivity.oda.profile,org.eclipse.datatools.connectivity.oda,

 
org.eclipse.datatools.connectivity,org.eclipse.datatools.enablement.oda.xml,

 
org.eclipse.draw2d,org.eclipse.emf.common,org.eclipse.emf.ecore.xmi,org.ecli
pse.emf.ecore,

 
org.eclipse.equinox.app,org.eclipse.equinox.common,org.eclipse.equinox.prefe
rences,org.eclipse.equinox.launcher,org.eclipse.equinox.registry,

 
org.eclipse.help,org.eclipse.jface.databinding,org.eclipse.jface,

 
org.eclipse.osgi.services,org.eclipse.osgi,org.eclipse.swt.win32.win32.x86,o
rg.eclipse.swt,org.eclipse.ui.forms,org.eclipse.ui.workbench,

 
org.eclipse.ui,org.eclipse.update.configurator,org.w3c.css.sac,org.w3c.dom.s
mil,org.w3c.dom.svg"/>

    <property name="eclipse.product" value="acs.ui.AgileCourt.Client"/>

  </resources>

  <application-desc
main-class="org.eclipse.core.launcher.WebStartMain.class">

    <argument>-nosplash</argument>

  </application-desc>

</jnlp> ]

      at com.sun.javaws.LaunchDownload.getMainClassName(Unknown Source)

      at com.sun.javaws.Launcher.continueLaunch(Unknown Source)

      at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)

      at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)

      at com.sun.javaws.Launcher.run(Unknown Source)

      at java.lang.Thread.run(Unknown Source)

 

 

_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to