cloudfoundry-community / postgresql-cf-service-broker

Cloud Foundry Service Broker for a PostgreSQL instance
Apache License 2.0
17 stars 28 forks source link

problem start after push to CF #11

Open jkujovic opened 6 years ago

jkujovic commented 6 years ago

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

mtekel commented 4 years ago

Hit the same issue.

Immanuelbh commented 3 years ago

@mtekel @jkujovic Have you found any solution?