Hi, I'm trying to use jswdk-1.0 with Visual Cafe 3. I'm able to start the debug-session and the static pages are served ok. But any JSP-page gives Exception: 8X-------------------------------------------------------------------- loading com.sun.web.shell.Startup.class for debugging... Connecting to remote session on host "localhost" with password "3k4qv5" com.sun.web.shell.Startup.class successfully loaded JSDK WebServer Version 2.1 Loaded configuration from: file:G:\jswdk-1.0\webserver.xml endpoint created: localhost/127.0.0.1:8080 com.sun.web.core.DefaultServlet: init com.sun.jsp.runtime.JspServlet: init Scratch dir for the JSP engine is: work\%3A8080%2Fmlh IMPORTANT: Do not modify the generated servlets Unhandled error! You might want to consider having an error page to report such errors more gracefully java.lang.NullPointerException at com.sun.jsp.compiler.Main.getClassFileData(Main.java:219) at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:128) at com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet. java:77) at com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:87) at com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218) at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294) at javax.servlet.http.HttpServlet.service(HttpServlet.java:840) at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155) at com.sun.web.core.Context.handleRequest(Context.java:414) at com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139) 8X-------------------------------------------------------------------- I would like to debug my code through VisualCafe with Symantec's VM. (JDK1.2 VM hangs when used with VCafe remote debugging.) Best would be to be able to run the code in a local debug session. Have anybody some guidelines how to use jswdk-1.0 with Visual Cafe? If someone has succesfully used another IDE with jswdk-1.0 could you tell about your experiences. Hannu P��kk� IT Consultant ----------------------------------------------- Phone +358 9 5067 2626 Mobile +358 40 5909 639 Fax +358 9 5067 3905 EMail [EMAIL PROTECTED] Company information: SysOpen Group (SysOpen Consulting Oy) Pasilankatu 4B 00240 Helsinki Finland Company phone 0424 202 01 Company fax 0424 202 0700 ----------------------------------------------- =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
