From: Sascha H. <ma...@sa...> - 2006-08-20 00:22:42
|
Frusty, after finally updating your changes here locally I can't run any of our demo applications using your modified launch-configuration. xmlob always fails: java.lang.NullPointerException at java.io.Reader.<init>(Reader.java:61) at java.io.InputStreamReader.<init>(InputStreamReader.java:55) at org.xmlob.gw.simple.XMLOBHTTPRequestHandler.sendFile(XMLOBHTTPRequestHandler.java:177) at org.xmlob.gw.simple.XMLOBHTTPRequestHandler.sendBootFiles(XMLOBHTTPRequestHandler.java:104) at org.xmlob.gw.simple.XMLOBHTTPRequestHandler.handleRequest(XMLOBHTTPRequestHandler.java:85) at org.xmlob.gw.simple.XMLOBHTTPRequestHandler.run(XMLOBHTTPRequestHandler.java:68) After debugging it, it looks like xmlob fails to find the JavaScript files needed for boot-up (sendBootFiles). What solved this problem for me was to add the path to xmlob ( and xmlvm, too) to the classpath, using the "Advanced" button. I think this is because you changed the launchConfig to use the projects xmlvm and xmlob rather than the compiled jar-files? -- Sascha Wolfgang Korn wrote: > Guys, > > I just updated XML11's launch configuration and the run target. JARs are > no longer referenced via the boot classpath. Instead the regular > classpath is used. > > -- Frusty > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > XML11-devel mailing list > XML...@li... > https://lists.sourceforge.net/lists/listinfo/xml11-devel > > > |