When i deployed the ROOT.war in SCP, i got the below error. Could you please help me solve this issue.
The below error occurs because there is no suitable driver.
Caused by: java.sql.SQLException: No suitable driver
Therefore, it creates sql error
Caused by: java.sql.SQLException: Cannot create JDBC driver of class '' for connect URL 'null'|
APPLICATION FAILED TO START
Description:
Cannot determine embedded database driver class for database type NONE
Action:
If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "neo" are currently active).
Hi,
When i deployed the ROOT.war in SCP, i got the below error. Could you please help me solve this issue.
The below error occurs because there is no suitable driver.
Caused by: java.sql.SQLException: No suitable driver
Therefore, it creates sql error
Caused by: java.sql.SQLException: Cannot create JDBC driver of class '' for connect URL 'null'|
APPLICATION FAILED TO START
Description:
Cannot determine embedded database driver class for database type NONE
Action:
If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "neo" are currently active).