Hello
Debugging in JSP is deffenetly not easy for me, but in your case I would
start by taking a look at the servlet that the JSP container generats from
your jsp:
_0002faccount_0005freg_0005fstep_00032_0002ejspaccount_0005freg_0005fstep2_j
sp_1._jspService(_0002faccount_0005freg_0005fstep_00032_0002ejspaccount_0005
freg_0005fstep2_jsp_1.java:89)
Look for this file, open it and at line 89 you'll see something (I hope) ;)
Regards
> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of BERWART Thierry
> Sent: quinta-feira, 12 de Abril de 2001 12:59
> To: [EMAIL PROTECTED]
> Subject: How can i Debug ???
>
>
> Hello I am running a JSP application under Tomcat 3.2
> And I have some error :
>
> Error: 500
> Location: /trustedseal/account_reg_step2.jsp
> Internal Servlet Error:
>
> org.apache.jasper.JasperException: argument type mismatch
> at
> org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(J
> spRuntimeLibra
> ry.java:204)
> at
> org.apache.jasper.runtime.JspRuntimeLibrary.introspect(JspRunt
> imeLibrary.jav
> a:152)
> at
> _0002faccount_0005freg_0005fstep_00032_0002ejspaccount_0005fre
> g_0005fstep2_j
> sp_1._jspService(_0002faccount_0005freg_0005fstep_00032_0002ej
> spaccount_0005
> freg_0005fstep2_jsp_1.java:89)
> at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.service
> (JspServlet.ja
> va:177)
> at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
> .java:318)
> at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper
> .java:404)
> at org.apache.tomcat.core.Handler.service(Handler.java:286)
> at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextM
> anager.java:79
> 7)
> at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
> at
> org.apache.tomcat.service.http.HttpConnectionHandler.processCo
> nnection(HttpC
> onnectionHandler.java:210)
> at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> t.java:416)
> at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> ol.java:498)
> at java.lang.Thread.run(Thread.java:484)
>
>
> I put this context in the server.xml file :
>
> <Context path="/trustedseal"
> docBase="E:\Webserver\Projet_JSP\TrustedSeal"
> crossContext="false"
> debug="9"
> reloadable="true" >
> </Context>
>
> With Debug = "9" ...
>
> My question is how can i debug my jsp ???
>
> Thanks
>
> Thierry
>
> ==============================================================
> =============
> 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://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
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://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets