The environment is Oralce 19c and Riskminder version 9.1
I was trying to login to admin console to boot strap, but got errors to access the page.
Error Message: java.lang.NullPointerException
Error Code: 500
Target Servlet: arcotadmin
Error Stack:
java.lang.NullPointerException
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:922)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1235)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:143)
When I look at the arcotadmin.log, it has oracle error to connect to the database.
org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
)
Manually test, I was able to connect to the database without any issue.
../sbin/arwfutil vdb
Starting validation of WebFort database tables.
Output written to : /opt/CA/AdvAuth/logs/arcotwebfort-vdb-25-Mar-20.txt
Successfully validated WebFort database tables.
I don't see any misconfiguration in odbc.ini file or arcotcommon.ini. the configuration files will also be uploaded.
Any idea why it happened?
Release : 9.1
Component : RiskMinder(Arcot RiskFort)