| Summary: | Starting Tomcat v7.0 Server at localhost | ||
|---|---|---|---|
| Product: | [WebTools] WTP ServerTools | Reporter: | Murugapandian Ramaiah <barathee> |
| Component: | jst.server | Assignee: | Larry Isaacs <larryisaacs> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Angel Vera <arvera> |
| Severity: | normal | ||
| Priority: | P3 | CC: | barathee, dipesh3535, kentarou |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Murugapandian Ramaiah
I am using Tomcat 5.5. It used to work fine, but when i installed Hibernate Tools on eclipse it has stopped working. Following is the stack trace i get while trying to start server Messsage: An internal error occurred during: "Starting Tomcat v5.5 Server at localhost". java.lang.NoSuchMethodError: org.eclipse.wst.server.core.model.ServerBehaviourDelegate.getTempDirectory(Z)Lorg/eclipse/core/runtime/IPath; at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getTempDirectory(TomcatServerBehaviour.java:619) at org.eclipse.jst.server.tomcat.core.internal.TomcatVersionHelper.getStandardBaseDirectory(TomcatVersionHelper.java:154) at org.eclipse.jst.server.tomcat.core.internal.Tomcat50Handler.getRuntimeBaseDirectory(Tomcat50Handler.java:118) at org.eclipse.jst.server.tomcat.core.internal.TomcatServer.getRuntimeBaseDirectory(TomcatServer.java:271) at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeBaseDirectory(TomcatServerBehaviour.java:103) at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getRuntimeProgramArguments(TomcatServerBehaviour.java:115) at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.setupLaunchConfiguration(TomcatServerBehaviour.java:832) at org.eclipse.wst.server.core.internal.Server.setupLaunchConfiguration(Server.java:1440) at org.eclipse.wst.server.core.internal.Server.getLaunchConfiguration(Server.java:1526) at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3048) at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3001) at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:300) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) This would only occur if a 3.2.x version of the org.eclipse.jst.server.tomcat.core plug-in was run with a 3.1.x or pre-05/06/2010 pre-release 3.2 version of the org.eclipse.wst.server.core plug-in. This implies the eclipse installation is corrupt, possibly by using a WTP 3.2.x update site with a 3.4 Eclipse containing 3.1.x WTP. Sorry for not responding sooner. I'll assume that these problems went away with some form of "re-installation" and mark this bug as WORKSFORME. If there is still a problem, please re-open. |