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

When I type http://localhost:8080/knowage into Chrome browser, the connection is refused.
Proxy is not enabled and the port 8080/5701 is not already taken by another process.

Any thoughts?

Thanks!

I can start tomcat:

Daniels-MacBook-Pro:bin Danny$ /Applications/Knowage-Server-CE/bin/knowage_startup.sh
Waiting for MariaDB...
/Applications/Knowage-Server-CE/bin/knowage_startup.sh: line 62: /Applications/Knowage-Server-CE/bin/../../MariaDB/bin/mysqld_safe: No such file or directory
Starting Knowage...
Using CATALINA_BASE:   /Applications/Knowage-Server-CE
Using CATALINA_HOME:   /Applications/Knowage-Server-CE
Using CATALINA_TMPDIR: /Applications/Knowage-Server-CE/temp
Using JRE_HOME:        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
Using CLASSPATH:       /Applications/Knowage-Server-CE/bin/bootstrap.jar:/Applications/Knowage-Server-CE/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.


Catalina logs:
https://docs.google.com/document/d/112lZBWAkGaN4NZ1BMn7Zhg3Yc1lj-cl5gGP7FGEGPXc/edit?usp=sharing

Environment Knowage 8.0.1 community edition, MacOS 11.6, Chrome 94.0.4606.81, Java 8, MySQL 8.0.26, JRE 1.8.0
in Installer by (130 points)

I start to think that Tomcat isn't really started. When I "start" it and then execute 

netstat -an | grep 8080

nothing is returned. This means no service is active on port 8080.

Hi daniel87,

Do you have more than one JAVA version installed in you environment? This happens when Java version you are using does not match with the version of policy files. The problem seems to be related to the mismatch of java home and path. Please, check your environment Java configuration.

Greetings
Alberto

Please log in or register to answer this question.

...