Getting DB exception while installing xcenter/xadmin with Oracle DB
Hi,
I am deploying xcenter/xadmin in tomcat, using Oracle DB. I am facing below error:
Caused by: java.sql.SQLException: Unable to open a test connection to the given database. JDBC url = jdbc:oracle:thin:@localhost:1521:xadmin, username = [REDACTED]. Terminating connection pool (set lazyInit to true if you expect to start your database after your app). Original Exception: ------
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
I have tried in both Tomcat and Jetty, I'm facing same error. Can any one please help me.
Thanks