-
Notifications
You must be signed in to change notification settings - Fork 299
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
Cannot start seldon-server war after clone && package it #10
Comments
Hi, Could you try something. If you have a test environment that you can delete, then delete anything in the "webapps" dir of tomcat, and then create a dir "webapps/ROOT" To make sure it extracted in the right place, you should see the paths like ~/tomcat/webapps/ROOT/META-INF etc.. Then restart tomcat. |
Hi Gurminder, thank you for your answer. To extend my use case I want to install seldon on AWS (without using the seldon AMI, at least not yet :)). Unfortunately I didn't work either. I have tried different options with no luck yet:
Other thoughts about it:
|
Thanks for your investigations. Are you sure this message is an error that is stopping the successful deploy of the application rather than just an INFO message? There are no Tag Libraries in seldon or JSP functionality. |
Hi Clive, thank you for answering me. I'm afraid so ... I've also tried to use the same JDK that is installed on the VM with no success. Once I have removed it from ROOT folder or seldon-server-1.2 folder after uncompress war file, tomcat has run sucessfully (for example, movie-demo context has been loaded as usual). I'm trying now with the Seldon AWS AMI (m3.2xlarge) and gets stuck at the same level:
and log from catalina output:
Trying to get access to tomcat from web browser it is not possible :( |
Issues go stale after 90d of inactivity. |
Hi,
I have tried to deploy the seldon-server following this link:
http://docs.seldon.io/seldon-server-setup.html
but get these errors on tomcat:
org.apache.catalina.startup.TldConfig execute
INFORMACIÓN: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Is there any specific wway to deploy the war file on it?
Thanks!
The text was updated successfully, but these errors were encountered: