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

Hi , Having trouble running generic report after tomcat upgrade to 9.0.38.

Error from the logs :

Error in knowage :

Already tried this solution i found, but did not worked.

  <Resource auth="Container" driverClassName="com.mysql.jdbc.Driver"

        maxActive="200"

        maxIdle="50"

        maxWait="-1"

        name="jdbc/knowage"

        type="javax.sql.DataSource"

        url="jdbc:mysql://a.x:3306/knowagedb" username="user" password="password"

        logAbandoned="true"

        removeAbandoned="true"

        removeAbandonedTimeout="10"  

        validationQuery="select 1 from dual"  

        testWhileIdle="true"  

        testOnBorrow="false"  

        timeBetweenEvictionRunsMillis="30000"  

        minEvictableIdleTimeMillis="1800000"  

        numTestsPerEvictionRun="3"  />

  

Any idea? Thank you in advanced

PS : didn't upgrade knowage version for isolation purposes

Environment Knowage_6.4.4, CentOs 7, Google Chrome, Tomcat 9.0.38
in Admin and Developer Functionalities by (380 points)
******* this is the copy of error in logfile.

13 Oct 2020 09:45:58,651 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:193 - --------------------------------------------------------------------------------
13 Oct 2020 09:45:58,651 ERROR it.eng.spagobi.utilities.filters.SpagoBIAccessFilter.doFilter:194 - SpagoBIAccessFilter:doFilter ServletException!!
javax.servlet.ServletException: Message: Error occured while retrieving user profile of user [eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiYmlhZG1pbiIsImV4cCI6MTYwMjU4OTUxNX0.mi5Vwc_xR8_iVBrqwtNUXWF5HKTWjTaDDaGjbOKHwxI] from service [Security Service] at endpoint [https://r1report.value-exch.com.cn:443/knowage/services/SecurityService]; Cause: ; nested exception is:
        javax.net.ssl.SSLHandshakeException: Received fatal alert: protocol_version

1 Answer

0 votes
Dead Samslervo,

the only certified Tomcat version for knowage 6.4 is the 8.5.37 as you can read in the documentation.
https://knowage-suite.readthedocs.io/en/6.4/installation-guide/requirements.html#application-server

New Tomcat versions will be certified in the future releases.

Regards
by (11.3k points)
Tried it , already working ,thankss
...