File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Error at RequestDispactch.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Error at RequestDispactch.." Watch "Error at RequestDispactch.." New topic
Author

Error at RequestDispactch..

padmshree Patil
Ranch Hand

Joined: Dec 18, 2000
Posts: 54
Hi,
I am trying to deploy project on www.webappcabaret.com site.
So far it's working fine.I am able to redirect from html to html and html to servlet .But when I do from servlet to html file
getting error as below.
It is giving error at
out.println("Before dispatch"+"<BR>");
RequestDispatcher RD =getServletContext().getRequestDispatcher ("http://www.webappcabaret.com/padmashree/Login.html");
RD.forward(req,res);
out.println("After Dispatch");
it prints Before dispatch and then Error :500

Error: 500
Location: /padmashree/Registration
Internal Servlet Error:
java.lang.NullPointerException
at RegForm.doGet(RegForm.java:123)
at RegForm.doPost(RegForm.java:136)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at ngasi.b.a.n.a(Unknown Source)
at ezj.b.e.run(Unknown Source)

you also can check at
http://www.webappcabaret.com/padmashree/RegForm.html
I have not used tomcat and Apache server before.Though it's working fine on my PC (with JRUN).
Thanks
Padmashree

Madhav Lakkapragada
Ranch Hand

Joined: Jun 03, 2000
Posts: 5040
i can get to a form, without any exceptions!
do you need me to do something there to get the
exception?
Also, if you have a guest accnt setup, pl.
send me the login info so i can try! Not another
accnt again....
regds.
- satya


Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
padmshree Patil
Ranch Hand

Joined: Dec 18, 2000
Posts: 54
Hi all ,
My problem solved. I had given absolute path in request dispatch method so it was giving error.
Thanks,
Padmashree
 
 
subject: Error at RequestDispactch..
 
Threads others viewed
Beginner's, servlet problem
Looking for JSP web hosting company...
www.webappcabaret.com
unable to access LogServlet...not the same error that Juliane had
How to make JSP work
developer file tools