Page History
Tip |
---|
ProTips:
|
Table of Contents | ||
---|---|---|
|
Getting a time out error when trying to navigate to the application in a browser
...
The repository url must match exactly. Typically this happens when http is typed instead of https.
Unable to start repository after installation, error is a classNotFoundException
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
SEVERE: Servlet.service() for servlet [jsp] in context with path [] threw exception
[org.eaglei.repository.status.InternalServerErrorException: javax.servlet.ServletException:
javax.naming.NamingException: Could not create resource factory instance [Root exception is
java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]] |
This is an indication that tomcat has either been incorrectly installed or is missing a key jar file. It seems certain distributions do not include this jar file. Download the jar manually and place it in the tomcat's lib folder, /opt/apache-tomcat-7.0.39/lib
. If your distribution does have this jar, try replacing it with the download.
Application won't load in browser, ERR_SSL_VERSION_OR_CIPHER_MISMATCH
You got a page that looks like the following when you try navigating to your application:
Try generating a self-signed cert that uses RSA 2048 for it's algorithm.
Overview
Content Tools
Activity