Suresh Krishnamoorthi
Suresh Krishnamoorthi

Reputation: 123

system restarts while running a java web application in eclipse with tomcat server

When I run my java web application from eclipse using tomcat server, system gets restart. Its not even showing any exception or errors.

My system Configuration is,

Please help me to solve this problem.

Upvotes: 1

Views: 238

Answers (1)

Sarin Jacob Sunny
Sarin Jacob Sunny

Reputation: 2138

The problem may be either with your eclipse version or with the server or any code fragment which you are using. Try with fresh version of eclipse and server, if the problem still exists, check the system for any virus. If that also give negative check recently added code fragments..

Upvotes: 1

Related Questions