After installing the subscription edition, the server does not start.
This is the error message in the log:
2017-05-04 15:33:55.190 +0200 WARNING: org.bonitasoft.engine.service.impl.BonitaSpringContext Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jobService' defined in class path resource [bonita-pl atform-community.xml]: Cannot resolve reference to bean 'tenantRecorderSyncForPlatform' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantRecorderSyncForPlatform' defined in class path resource [bonita-platform-commun ity.xml]: Cannot resolve reference to bean 'persistenceService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'persistenceService' defined in class path resource [bonita-platform-community.xml]: Cannot resolve reference to bean 'extraTenantHibernateProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'extraTenantHibernateProperties' defined in class path resource [bonita-platform-sp.xml]: Cannot create inner bean 'com.bonitasoft.en gine.service.impl.URLofFileInFolderFactory#1bc04d8f' of type [com.bonitasoft.engine.service.impl.URLofFileInFolderFactory] while setting bean property 'map' with key [TypedStringValue: value [net.sf.ehcache.configurationResourceName], target type [null]]; nested exception is org.springframework.beans.factory.BeanCre ationException: Error creating bean with name 'com.bonitasoft.engine.service.impl.URLofFileInFolderFactory#1bc04d8f' defined in class path resource [bonita-platform-sp.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException
Version is 7.4.3 subscription edition, the console during startup:
`-----------------------------------------------------
Starting Tomcat server…
/opt/BonitaBPM/start-bonita.sh: 26: /opt/BonitaBPM/start-bonita.sh: ./server/bin/startup.sh: not found
root@bpm:/# cd /opt/BonitaBPM
root@bpm:/opt/BonitaBPM# ./start-bonita.sh
Initializing and configuring Bonita BPM Tomcat bundle
| _ \ () | | _ | __ | / |
| |) | ___ _ __ | | __ _ | |) | |__) | \ / |
| _ < / _ | ’ | | / ` | | _ <| /| |/| |
| |) | () | | | | | || (| | | |) | | | | | |
|____/ _/|| |||__,| |_/|| || ||
(platform Setup 7.4.3)
[INFO] configuration for Database vendor: postgres
[INFO] Connected to ‘postgres’ database with url: ‘jdbc:postgresql://localhost:5432/bonitaengine’ with user: ‘postgres’
[INFO] Platform is already created. Nothing to do.
[INFO] Tomcat environment detected with root /opt/BonitaBPM
[INFO] Running auto-configuration using file /opt/BonitaBPM/setup/database.properties
[INFO] Creating a backup of configuration file ‘server/bin/setenv.bat’ to ‘setup/tomcat-backups/setenv.bat.2017-05-04_15h33m45s’
[INFO] Setting Bonita BPM internal database vendor to ‘postgres’ and Business Data database vendor to ‘postgres’ in ‘setenv.bat’ file
[INFO] Creating a backup of configuration file ‘server/bin/setenv.sh’ to ‘setup/tomcat-backups/setenv.sh.2017-05-04_15h33m45s’
[INFO] Setting Bonita BPM internal database vendor to ‘postgres’ and Business Data database vendor to ‘postgres’ in ‘setenv.sh’ file
[INFO] Creating a backup of configuration file ‘server/conf/Catalina/localhost/bonita.xml’ to ‘setup/tomcat-backups/bonita.xml.2017-05-04_15h33m45s’
[INFO] Configuring file ‘conf/Catalina/localhost/bonita.xml’ with your DB values for Bonita BPM internal database on ‘postgres’ and for Business Data database on ‘postgres’
[INFO] Creating a backup of configuration file ‘server/conf/bitronix-resources.properties’ to ‘setup/tomcat-backups/bitronix-resources.properties.2017-05-04_15h33m45s’
[INFO] Configuring file ‘conf/bitronix-resources.properties’ with your DB values for Bonita BPM internal database on postgres and for Business Data database on postgres
[INFO] Copying your postgres driver file ‘setup/lib/postgresql-9.3-1102-jdbc41.jar’ to tomcat lib folder ‘server/lib/bonita’
[INFO] Your postgres driver file ‘server/lib/bonita/postgresql-9.3-1102-jdbc41.jar’ already exists. Skipping the copy.
[INFO] Tomcat auto-configuration complete.
Starting Tomcat server…
Using CATALINA_BASE: /opt/BonitaBPM/server
Using CATALINA_HOME: /opt/BonitaBPM/server
Using CATALINA_TMPDIR: /opt/BonitaBPM/server/temp
Using JRE_HOME: /usr/lib/jvm/java-8-oracle
Using CLASSPATH: /opt/BonitaBPM/server/bin/bootstrap.jar:/opt/BonitaBPM/server/bin/tomcat-juli.jar
Using CATALINA_PID: /opt/BonitaBPM/server/catalina.pid
Tomcat started.`
What can cause this, and how to fix it?