hi guys,
i'm facing this issue from past 15 days can anyone give me the solution..
actually i'm putting war file into some domain provider....
the application is working fine locally and when i'm trying put the war file onto the domain..its giving the following error..
and i can access the database remotely from my system bue couldnot work the same when it was in domain... i hav put all the jar files as well...
for the first when i trying to accesss it will give the following exception...
===============================================
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
root cause
java.lang.ExceptionInInitializerError
com.echrome.gps.services.util.HibernateUtil.<clinit>(HibernateUtil.java:43)
com.echrome.gps.services.controller.UserInfoController.viewAddress(UserInfoController.java:94)
com.echrome.gps.services.servlets.TestServlet.doGet(TestServlet.java:21)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.4 logs.
===============================================
if refresh th epage again it will gve the following error
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
root cause
java.lang.NoClassDefFoundError
com.echrome.gps.services.controller.UserInfoController.viewAddress(UserInfoController.java:94)
com.echrome.gps.services.servlets.TestServlet.doGet(TestServlet.java:21)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.4 logs.
===============================================
pls can anybody tel the solution......i hope u'l do it soon,
thanks,
Raghu
|