Reputation:
I'm working with Rapidclipse and created a project. I'm always testing my project by running the servlet on a tomcat server. It always work for me until recently. Rapidclipse hang up and i had to close it with the task manager. After i started it again i couldn't start ste servlet anymore. There is always this error message:
I'm desperate! Anyone has a solution for this problem?
Upvotes: 0
Views: 128
Reputation: 143
Just a rough idea, based on less information you provided.
Did you work with RC4?
If yes, did you try to run a Maven update?
If not, select you project root in RC4. right click, select maven and update project.
Select force update of snapshot releases.
Or, second hint: check you navigation targets.
Upvotes: 0