WO 5.4.1, Eclipse 3.3.2, WOLips Nightly, OS X 10.5.2
I just recently migrated a Java Client application from 5.3 to 5.4.1. Everything works just fine when building and launching the application from Eclipse using the WOAutoOpenClientApplication=true argument.
It opens the Java Client application just fine using the launch script, but if I bring up the web-page that has a hyperlink to the JavaClient.jnlp file, I get this error:
[2008-3-11 9:16:43 EDT] <WorkerThread5> <com.webobjects.appserver._private.WOStaticResourceRequestHandler> Unable to get contents of file for uri. file: /Library/WebServer/Documents/BakeryManagement_D2JavaClientUI/WebObjects/BakeryManagement_D2JavaClientUI.woa/eowebstart/com.webobjects.eodistribution._EOWebStartAction/webStart/JavaClient.jnlp; uri: /BakeryManagement_D2JavaClientUI/WebObjects/BakeryManagement_D2JavaClientUI.woa/eowebstart/com.webobjects.eodistribution._EOWebStartAction/webStart/JavaClient.jnlp
[2008-3-11 9:16:43 EDT] <WorkerThread5> java.io.FileNotFoundException: /Library/WebServer/Documents/BakeryManagement_D2JavaClientUI/WebObjects/BakeryManagement_D2JavaClientUI.woa/eowebstart/com.webobjects.eodistribution._EOWebStartAction/webStart/JavaClient.jnlp (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at com.webobjects.appserver._private.WOStaticResourceRequestHandler.handleRequest(WOStaticResourceRequestHandler.java:86)
at com.webobjects.appserver.WOApplication.dispatchRequest(WOApplication.java:1678)
at com.webobjects.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
at com.webobjects.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
at java.lang.Thread.run(Thread.java:613)