0

I'm getting the following error when I try to access Roller:

enter image description here

I'm running it on Tomcat on Windows 7. I've just put the roller.war file in the webapps folder, Tomcat is properly configured, but Roller does not work. How do I solved it? Why this error happens?

Ericson Willians
  • 7,606
  • 11
  • 63
  • 114
  • Could you paste relevant parts of log files of Roller and Tomcat here? Roller log is placed on the path that you have specified in roller-custom.properties. – Kohei Nozaki Aug 19 '15 at 00:56

2 Answers2

1

There are two situations that make this error: The first check the connection to the Database (do you use correct driver or not). The second is to check that javax.mail.jar exists in the lib folder of tomcat.

Hope this help you resolve this problem.

Rick Smith
  • 9,031
  • 15
  • 81
  • 85
tiepvut
  • 90
  • 9
0

This error is often presented if the database is not started or not accessible. You might find some messages like "RAR5038:Unexpected exception while creating resource for pool RollerPool" in your Tomcat's log files.