ERROR Error occured
while converting date.
java.lang.NullPointerException
Exception in thread
"Thread-2" java.lang.NullPointerException
Do you try to run your tomcat server inside Eclipse or outside it and you got the previous error and your server stopped?
Well here is the solution:
Delete your ode
deployed folder inside tomcat by navigating to your
webapps tomcat path location:
C:\apache-tomcat-6.0.35\webapps
Then delete ode
folder.
Finally start up
your tomcat from C:\apache-tomcat-6.0.35\bin\start
up to regenerate redeploy ode folder again.
If this doesn't work
with you, try the following other solutions:
Comments
Post a Comment