Link to home
Start Free TrialLog in
Avatar of srikotesh
srikotesh

asked on

Tomcat, hangs at “INFO: Initializing Spring root WebApplicationContext”,

Hi Experts,

I am trying to deploy a Spring web application to Tomcat 7.0.24 but it hangs upon startup.
Please find the attachment.
exception.png
Avatar of Am P
Am P
Flag of India image

Looking at the snap it seems that tomcat is 6.0.44.

Give it a try with below checks:
1. Remove all the applications from tomcat and see it is able to start.
2. If no, then perform a clean install and check without deploying any application.
3. If yes, then the problem is with the application deployed.
4. Check all the logs files available in tomcat. Also, enable the logs in your application.

I suspect there must be something (ie. DB connection, Connection to any other app, Lack of memory) in your application which stops launching tomcat.

Also, share the logs files here to look into.
Avatar of srikotesh
srikotesh

ASKER

I have removed all the applications from the tomcat

With out any application tomcat is starting successfully.

When i change the java version of my appliction to java 1.8 it is working fine.
But actually this application developed with java 1.6 so when i keep version as java 1.6
then it is not deploying properly.tomcat is not able start.
ASKER CERTIFIED SOLUTION
Avatar of Am P
Am P
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
working when I run the application outside of tomcat
Perfect. Then it seems an issue with the JVM and tomcat configuration in the eclipse.

Give me some time. I will ask you more questions later.