Can anyone shed any light on the following error that is coming up
intermittently for me in Forte CE?
Sometimes the jsp pages still seem to run fine (or at least compilation
completes), other times they spit the dummy with a variety of can't find the
class type errors

docs.jsp [-1:-1] java.lang.NullPointerException
        at
org.netbeans.modules.web.debug.PreTranslationCompiler$Group.start(PreTransla
tionCompiler.java:187)
        at
org.netbeans.core.compiler.CompilationEngineImpl$CompilerThread$GroupCompile
r.run(CompilationEngineImpl.java:257)


The latest jsp to give me this error provided the following through the
browser (ie4.0).
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile
E:\jakarta-tomcat-3.3\work\DEFAULT\fai\docs_1.java:7: Package javax.sql not
found in import.
import javax.sql.*;

where javax.sql is being imported and is also working fine on other pages.

eg:
<%@page
import="java.util.*,java.io.*,au.com.ue.fai.*,javax.sql.*,java.sql.*" %>

Any help will be truly appreciated.

Thanks in advance


Tref Gare
Web Developer
eCommerce Group
Phone:  (03) 9221 4106
Mobile: 0409 556 478
Fax:    (03) 9941 4295

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to