Open bithavoc opened 2 years ago
It's more than just those two tables:
; ]; ERROR: null value in column "bookie" of relation "environments" violates not-null constraint
Detail: Failing row contains (local, http://broker:8080, null).; nested exception is org.postgresql.util.PSQLException: ERROR: null value in column "bookie" of relation "environments" violates not-null constraint
Detail: Failing row contains (local, http://broker:8080, null).] with root cause
org.postgresql.util.PSQLException: ERROR: null value in column "bookie" of relation "environments" violates not-null constraint
Detail: Failing row contains (local, http://broker:8080, null).
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:143) ~[postgresql-42.2.5.jar:42.2.5]
at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:132) ~[postgresql-42.2.5.jar:42.2.5]
at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) ~[HikariCP-2.7.9.jar:na]
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) ~[HikariCP-2.7.9.jar:na]
at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]
at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59) ~[mybatis-3.5.4.jar:3.5.4]
at com.sun.proxy.$Proxy197.execute(Unknown Source) ~[na:na]
Docs are broken for 0.2.0 since https://github.com/apache/pulsar-manager/pull/456 was merged
Docs for 0.2.0 reference master branch sql script which creates the tables
roles
androle_binding
, the documentation says:But that script no longer creates such tables, so users of 0.2.0 will get the following error:
\cc @tuteng @urfreespace