0 votes
1 view
HI all,

I have issues with my Cockpits (own and samples). I get blank page for all of them and it is happening just after secure access was configured (HTTPS / SSL).

Has the same thing happened to someone and how did you solve it?

Thank you.
Environment Version: 7.1.5 - windows - tomcat
asked Jun 9, 2020 in General Configuration by ingenieria (160 points) | 1 view

1 Answer

0 votes

You need to set your HTTPS url in host_url section of the server.xml file

answered Jun 23, 2020 by darwinpasco (2,770 points)
edited Jun 23, 2020 by darwinpasco
Please help me, after configure SSL i have this error:

14-Dec-2021 12:12:18.670 GRAVE [https-openssl-nio-8443-exec-5] org.apache.catalina.core.StandardWrapperValve.invoke El Servlet.service() para el servlet [BirtReportServlet] en el contexto con ruta [/knowagebirtreportengine] lanzó la excepción [javax.servlet.ServletException: Message: Error occured while retrieving user profile of user [eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiZGFuaWVsLmFsdmFyZXpAY2VsZWMuZ29iLmVjIiwiZXhwIjoxNjM5NTM3NjA4fQ.VTtIa9H8eRHLajAspnrfR9BoXl8MJJ1R8yakZ-rNqOk] from service [Security Service] at endpoint [https://localhost:8443/knowage/services/SecurityService]; Cause: Impossible to locate [Security Service] at [https://localhost:8443/knowage/services/SecurityService]] con causa raíz

javax.servlet.ServletException: Message: Error occured while retrieving user profile of user

The file server.xml :

  <Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase"/>

  

<Environment name="resource_path" type="java.lang.String" value="E:\KNOWAGE\Knowage-Server-CE\resources"/>

<Environment name="service_url" type="java.lang.String" value="https://localhost:8443/knowage"/>

<Environment name="host_url" type="java.lang.String" value="https://172.16.211.201:8443"/>

<Environment name="sso_class" type="java.lang.String" value="it.eng.spagobi.services.common.JWTSsoService"/>

<Environment description="HMAC key" name="hmacKey" type="java.lang.String" value="iFtGvNTp"/>

<Environment description="File for security encryption location" name="password_encryption_secret" type="java.lang.String" value="E:\KNOWAGE\Knowage-Server-CE/conf/passwordEncryptionSecret"/>

   

Thank you
1,554 questions
1,017 answers
2,037 comments
2,568 users