Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hello,

I can not operate Knowage. Here is what I did :

- Install Tomcat 7

- Install Java JDK & JRE 1.8

- Set JAVA_HOME variable to JRE folder

- Move "knowage.war" file in "webapps" folder

- Start with success tomcat

- A "knowage" folder under "webapps" is well created

- Accessing "http://localhost:8080/knowage" redirect to an blank page "http://localhost:8080/knowage/servlet/AdapterHTTP?PAGE=LoginPage&NEW_SESSION=TRUE"

- Got in "knowage.log" : 

                   ERROR org.hibernate.connection.DatasourceConnectionProvider.configure:78 - Could not find datasource: java:/comp/env/jdbc/knowage

                   javax.naming.NameNotFoundException: Name [jdbc/knowage] is not bound in this Context. Unable to find [jdbc].

Full log :

https://pastebin.com/GWpF0w6R

I do not have any notions in java

What i'm doing wrong ? Not found awnser on google.. Thanks in advance..

Environment Knowage 6.1.1 / Tried Widows 8.1 & Debian 8 / Tomcat 7
in Installer by (120 points)
Have you used the installer?
We are in the same boat. Not able to start it here either.....
How did you installed Knowage in Tomcat? Did you set properly the server.xml and resource connection?
Thanks for replies. I installed tomcat on ubuntu 16 machine, and moved .war file to webapps folder.

I don't know about a server.xml file.

1 Answer

0 votes

It seems that you haven't configured your Apache Tomcat properly.

Please follow the documentation here: https://knowage.readthedocs.io/en/latest/admin/README/index.html#installation-from-released-package

by (15.2k points)
...