-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5.0-HF05
-
Component/s: nuxeoctl start/stop/admin
-
Environment:JBoss
This is a regression since NXP-7810.
For instance with a postgresql template, nuxeoctl start will return:
Exception in thread "main" java.lang.NullPointerException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.nuxeo.launcher.config.ConfigurationGenerator.lookupDriver(ConfigurationGenerator.java:1359) at org.nuxeo.launcher.config.ConfigurationGenerator.checkDatabaseConnection(ConfigurationGenerator.java:1309) at org.nuxeo.launcher.config.ConfigurationGenerator.verifyInstallation(ConfigurationGenerator.java:998) at org.nuxeo.launcher.NuxeoLauncher.configure(NuxeoLauncher.java:1512)
The nuxeo.db.jdbc.url and nuxeo.db.driver are missing on the nuxeo.defaults for the JBoss templates.
- is required by
-
NXP-5616 Check availability of required driver depending on the chosen template (default, postgresql, mysql, ...)
- Resolved