I have problem start pushed broker app on CF.
ERR org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postgreSQLDatabase' defined in file [/home/vcap/app/org/cloudfoundry/community/servicebroker/postgresql/service/PostgreSQLDatabase.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.cloudfoundry.community.servicebroker.postgresql.service.PostgreSQLDatabase]: Constructor threw exception; nested exception is java.lang.NullPointerException
pgsql v 9.6
envs MASTER_JDBC_URL and JAVA_OPTS are set.
hello,
I have problem start pushed broker app on CF. ERR org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postgreSQLDatabase' defined in file [/home/vcap/app/org/cloudfoundry/community/servicebroker/postgresql/service/PostgreSQLDatabase.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.cloudfoundry.community.servicebroker.postgresql.service.PostgreSQLDatabase]: Constructor threw exception; nested exception is java.lang.NullPointerException
pgsql v 9.6 envs MASTER_JDBC_URL and JAVA_OPTS are set.
any help?
Thx
Jan