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 try to create the cockpit I get the followig error:

HTTP Status 404 - /knowage/servlet/undefined&SBI_ENVIRONMENT=WORKSPACE&IS_TECHNICAL_USER=true&documentMode=EDIT

type : Status report

message:  /knowage/servlet/undefined&SBI_ENVIRONMENT=WORKSPACE&IS_TECHNICAL_USER=true&documentMode=EDIT

description: The requested resource is not available.


I don't know how to solve it. Any help?

Environment knowage 6.2 / application server Tomcat 7
in Cockpit, Dashboard and Console by (120 points)
Did you changed something in the server.xml of your Knowage installation? For example the host_url or service_url.
hello,  I have the same issue. I've tried with service_url and host_url set to localhost, and to the IP. Is there any other  configuration I should be looking at?

thank you!

1 Answer

+2 votes
I had the same issue and this helped me: https://github.com/KnowageLabs/Knowage-Server-Docker/issues/5

You need to add a "cache"-data source (as described on github).

Cheers
by (360 points)
...