Re: JasperException: Array index out of range

2007-04-20 Thread Gabor Konrad
Hi Rashmi!


 StandardWrapperValve[action]: Servlet.service() for servlet action threw 
 exception
 org.apache.jasper.JasperException: Array index out of range: 0

indicates that there's some code that is accessing the wrong index of
an Array , either the index is less than 0 or greater than or equal to
the size of the Array.
Check your code.


Did you see the call stack trace? It doesn't contains any call of my program. 

How could I index out of array's range in my program?



GKonrad




Re: JasperException: Array index out of range

2007-04-20 Thread Rashmi Rubdi

Hi Gabor,

Yes I did look at the full stack track you've posted. Is this stack
trace only from the JSP page?

Please look in the log files for additional stack trace, if there are any.

Otherwise this may be a Tomcat bug, and you can file a bug report on Bugzilla.

-Rashmi

On 4/20/07, Gabor Konrad [EMAIL PROTECTED] wrote:

Hi Rashmi!


 StandardWrapperValve[action]: Servlet.service() for servlet action threw 
exception
 org.apache.jasper.JasperException: Array index out of range: 0

indicates that there's some code that is accessing the wrong index of
an Array , either the index is less than 0 or greater than or equal to
the size of the Array.
Check your code.


Did you see the call stack trace? It doesn't contains any call of my program.

How could I index out of array's range in my program?



GKonrad





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JasperException: Array index out of range

2007-04-20 Thread Rashmi Rubdi

I also noticed Struts in the stack trace and it could be a bug in Struts also.

-Rashmi

On 4/20/07, Rashmi Rubdi [EMAIL PROTECTED] wrote:

Hi Gabor,

Yes I did look at the full stack track you've posted. Is this stack
trace only from the JSP page?

Please look in the log files for additional stack trace, if there are any.

Otherwise this may be a Tomcat bug, and you can file a bug report on Bugzilla.

-Rashmi

On 4/20/07, Gabor Konrad [EMAIL PROTECTED] wrote:
 Hi Rashmi!


  StandardWrapperValve[action]: Servlet.service() for servlet action threw 
exception
  org.apache.jasper.JasperException: Array index out of range: 0

 indicates that there's some code that is accessing the wrong index of
 an Array , either the index is less than 0 or greater than or equal to
 the size of the Array.
 Check your code.


 Did you see the call stack trace? It doesn't contains any call of my program.

 How could I index out of array's range in my program?



 GKonrad






-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JasperException: Array index out of range

2007-04-19 Thread Konrád Gábor

I use JBuilder 8 with Tomcat 4.1.30, and I run my WEB application in the 
JBuilder IDE.
When the application is running I get the following error.
Can anyone help me to solve this problem?


Thank you in advance
Gabor Konrad


ApplicationDispatcher[/my-app]: Servlet.service() for servlet debugjsp threw 
exception
org.apache.jasper.JasperException: Array index out of range: 0
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:432)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:356)
at 
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1033)
at 
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:436)
at 
org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:401)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:711)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:687)
at java.lang.Thread.run(Thread.java:536)
StandardWrapperValve[action]: Servlet.service() for servlet action threw 
exception
org.apache.jasper.JasperException: Array index out of range: 0
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 

Re: JasperException: Array index out of range

2007-04-19 Thread Rashmi Rubdi

Hi Konrád ,

This error:


StandardWrapperValve[action]: Servlet.service() for servlet action threw 
exception
org.apache.jasper.JasperException: Array index out of range: 0


indicates that there's some code that is accessing the wrong index of
an Array , either the index is less than 0 or greater than or equal to
the size of the Array.

Check your code.

-Rashmi

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]