| Author |
JNLPException with Weblogic 7
|
Bob McKenzie
Greenhorn
Joined: Oct 26, 2004
Posts: 2
|
|
Hi, We're getting the following exception when calling the application (deployed on a weblogic 7 server): ------------------------ JNLPException[category: Download Error : Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ] at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source) at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source) at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown ource) at com.sun.javaws.Launcher.downloadResources(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) ------------------ I can get to it from my pc with no problems but when someone from another machine, we get the exception. Any help appreciated, thanks! Here's the launch file: ---------------------- <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="http://localhost:7001/evalHelper" href="index.jnlp"> <information> <title>Eval Helper</title> <vendor>developers</vendor> <homepage href="index.html"/> <description>Eval Helper</description> <description kind="short">Evaluation Help</description> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.4"/> <jar href="evalHelper.jar"/> <jar href="swtcalendar.jar"/> <jar href="swt.jar"/> <jar href="xml-apis.jar"/> <nativelib href="swt-lib.jar"/> <jar href="xercesImpl.jar"/> </resources> <application-desc main-class="com.evalhelper.EvalHelper"/> </jnlp> ---------
|
 |
Bob McKenzie
Greenhorn
Joined: Oct 26, 2004
Posts: 2
|
|
Ok, we got it!
|
 |
A Haldar
Greenhorn
Joined: Aug 09, 2004
Posts: 3
|
|
I'd be very curious to know the solution, since I am experiencing exactly the same problem (with an almost identical jnlp file). Thanks!
|
 |
 |
|
|
subject: JNLPException with Weblogic 7
|
|
|