-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500: java.lang.ClassNotFoundException: org.grapheco.server.ConnectorServlet #62
Comments
It seems to be caused by some mistakes in the deployment of InteractiveGraph-server. |
I now get an other 500 with different exception stack :
I think this exception is the reason why :
conf1.properties line 9
|
That's so strange. I had no problems deploying it in my environment. What version of Tomcat do you use? |
I use it in a docker image with tomcat 8. |
My environment is tomcat-8.5.57 and 1.8.0_281. |
I still have the same error even with the same environement :/ |
I also have the same error, whether it has been solved? |
Can you describe the error information in detail? |
I downloaded Interactive Graph and the IGP (version 0.0.4) and deployed them on a tomcat 8 server.
When I launch any example that uses the
connect()
method, I get an error 500How can I fix this ?
The text was updated successfully, but these errors were encountered: