You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using locally build docker from the main branch and after running simple select query I get following message:
the system is not yet ready to accept queries
at org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:297)
at org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:368)
at org.mariadb.jdbc.message.ClientMessage.readPacket(ClientMessage.java:137)
at org.mariadb.jdbc.client.impl.StandardClient.readPacket(StandardClient.java:833)
at org.mariadb.jdbc.client.impl.StandardClient.readResults(StandardClient.java:772)
at org.mariadb.jdbc.client.impl.StandardClient.readResponse(StandardClient.java:691)
at org.mariadb.jdbc.client.impl.StandardClient.execute(StandardClient.java:634)
at org.mariadb.jdbc.Statement.executeInternal(Statement.java:935)
at org.mariadb.jdbc.Statement.execute(Statement.java:1061)
at org.mariadb.jdbc.Statement.execute(Statement.java:452)
at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.execute(JDBCStatementImpl.java:330)
at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.executeStatement(JDBCStatementImpl.java:131)
I can easily recreate the error.
I have yet to make any progress on this to produce any meaningful output from the processes which need to run. I have opened #22, to handle the evalaution and eventualy migration to something liek systemd in docker. It's clunky, but there are too many scripts which need porting.
Using locally build docker from the
main
branch and after running simple select query I get following message:The sample table
Insert:
Select after which i get before mentioned error:
The text was updated successfully, but these errors were encountered: