Jazz server error
I am trying to launch the Jazz server inside eclipse using one of the launch configurations given. I get the following error in my web browser after the server starts up.
Plug-in "com.ibm.team.repository.servlet" was unable to instantiate class "com.ibm.team.repository.servlet.TeamServerServlet".
I dont know why this is happening though the plugin com.ibm.team.repository.servlet is in place.
Plug-in "com.ibm.team.repository.servlet" was unable to instantiate class "com.ibm.team.repository.servlet.TeamServerServlet".
I dont know why this is happening though the plugin com.ibm.team.repository.servlet is in place.
One answer
It sounds like you might be missing some required plugins from your launch configuration. From the launch configuration dialog, can you click the 'Validate Plug-ins' button on the 'Plug-ins' tab to see if it detects any missing dependencies?
Additionally, there is usually a bit more data available when a exception like that occurs, can you include the full stacktrace for the failure?
Additionally, there is usually a bit more data available when a exception like that occurs, can you include the full stacktrace for the failure?