aspose file tools
The moose likes JSP and the fly likes help me deal this error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "help me deal this error" Watch "help me deal this error" New topic
Author

help me deal this error

ruben chan
Greenhorn

Joined: Apr 26, 2002
Posts: 10
i run my jsp pages in resin and i got error like
this:
at com.caucho.jsp.JavaPage.service(JavaPage.java:87)
at com.caucho.jsp.JavaPage.subservice(JavaPage.java:81)
at com.caucho.jsp.Page.service(Page.java:407)
at com.caucho.server.http.Invocation.service(Invocation.java:290)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:121)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:238)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:157)
at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
i am quite new to java and jsp.
and i don't what caused these errors.
what are httpRequest.java and tcpconnection.java
i did not use them in my pages!
thanks for your help!
:roll:


hello
Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

"ruben_chen"
Welcome to the JavaRanch! Please adjust you displayed name to meet the JavaRanch Naming Policy -- in general, your first and last name seperated by a space. You can change it here.
As for your question --
can you please post a simplified version of your JSP that reproduces the problem so we can better help you?
Thanks!


- Jess
Blog:KnitClimbJava | Twitter: jsant | Ravelry: wingedsheep
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help me deal this error
 
Similar Threads
IllegalAccessException when creating object instance in jsp
connection reset on MySQL and Resin-3.0.13
Exception while creating form bean
Getting InstantiationException
No getter method