Search code examples
tomcat7sts-springsourcetoolsuite

Tomcat server does not start and says "internal error occur launching ... org/eclipse/jdt/debug/core/JDIDebugModel


I am using Ubunt 12.04. My project was running fine till yesterday and today when i open the springtoolsuit and start tomcat (i am using tomcat 7.0), a pop up opens and says:

In details it says : An internal error occurred during: "Starting tomcat_server_name**". org/eclipse/jdt/debug/core/JDIDebugModel

Can i be issue due to ubuntu updates ??

** Tomcat_server_name is the name of my tomcat server.

Kindly help me, as i searched google alot but could not found any solution.


Solution

  • Answering my own question as it may help some one like me facing the same problem.

    sudo apt-get --reinstall install tzdata-java
    

    solve the problem. Got solution from Here