jsp compilation fails at load time...
Hi,
We have just moved from jdk1.4.1 to jdk1.4.2. also with this we have jwsdp 1.6, webserver 6.1sp6
I am getting followong error. Please can anyone tell me what is wrong.
In older version the import of a servlet "import servelt1" is working but for the same statemenbt is gives the compiler error and says "." is needed. Mysaxparser and PVC are servlets.
error:
[04/Nov/2006:22:52:46] info (24140): CORE5073: Web server shutdown in progress
[04/Nov/2006:22:52:46] info (24888): CORE1116: Sun ONE Web Server 6.1SP6 B05/07/
2006 12:33
[04/Nov/2006:22:52:46] info (24889): CORE5076: Using [Java HotSpot(TM) Server VM
, Version 1.4.2_05] from [Sun Microsystems Inc.]
[04/Nov/2006:22:52:46] info (24889): WEB0100: Loading web module in virtual serv
er [https-NetScope-2007.1Int] at [/search]
[04/Nov/2006:22:52:49] info (24889): HTTP3072: [LS ls1] http://icorebld00:35101
ready to accept requests
[04/Nov/2006:22:52:49] info (24889): CORE3274: successful server startup
[04/Nov/2006:22:59:47] info (24889): CORE5073: Web server shutdown in progress
[04/Nov/2006:22:59:47] info (25383): CORE1116: Sun ONE Web Server 6.1SP6 B05/07/
2006 12:33
@
:$
import MySaxParser;
^
/usr/iplanet/servers6.1sp6/https-NetScope-2007.1Int/ClassCache/https-NetScope-20
07.1Int/default-webapp/_jsps/_StatsLite_jsp.java:7: '.' expected
import PVC;
^
2 errors
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServl
et.java:778)
at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspSe
rvlet.java:636)
at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:413
)
at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:375)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
at org.apache.catalina.core.StandardWrapperValve.invokeServletService(St
andardWrapperValve.java:771)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:322)
@
^
2 errors

