Replies: 1 comment 3 replies
-
Which DBeaver version do you use? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Few days ago dbeaver asked to make an update - I approved it (and I think it also installed\updated a driver)
I'm not 100% that the issue started than, but I am 90% sure about it.
The issue:
Exception:
org.jkiss.dbeaver.DBException
at org.jkiss.dbeaver.model.exec.DBExecUtils.tryExecuteRecover(DBExecUtils.java:232)
at org.jkiss.dbeaver.ui.controls.resultset.ResultSetJobDataRead.run(ResultSetJobDataRead.java:121)
at org.jkiss.dbeaver.ui.controls.resultset.ResultSetViewer$ResultSetDataPumpJob.run(ResultSetViewer.java:5035)
at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: java.lang.NullPointerException
at org.jkiss.dbeaver.model.impl.sql.AbstractSQLDialect.isQuotedIdentifier(AbstractSQLDialect.java:400)
at org.jkiss.dbeaver.model.impl.sql.AbstractSQLDialect.getQuotedIdentifier(AbstractSQLDialect.java:410)
at org.jkiss.dbeaver.model.DBUtils.getQuotedIdentifier(DBUtils.java:159)
at org.jkiss.dbeaver.model.DBUtils.getQuotedIdentifier(DBUtils.java:154)
at org.jkiss.dbeaver.model.impl.sql.StandardSQLDialectQueryGenerator.getConstraintCondition(StandardSQLDialectQueryGenerator.java:344)
at org.jkiss.dbeaver.model.impl.sql.StandardSQLDialectQueryGenerator.appendConditionString(StandardSQLDialectQueryGenerator.java:171)
at org.jkiss.dbeaver.model.impl.sql.StandardSQLDialectQueryGenerator.appendConditionString(StandardSQLDialectQueryGenerator.java:107)
at org.jkiss.dbeaver.model.impl.sql.StandardSQLDialectQueryGenerator.appendConditionString(StandardSQLDialectQueryGenerator.java:92)
at org.jkiss.dbeaver.model.impl.sql.StandardSQLDialectQueryGenerator.appendQueryConditions(StandardSQLDialectQueryGenerator.java:63)
at org.jkiss.dbeaver.model.sql.SQLUtils.appendQueryConditions(SQLUtils.java:1052)
at org.jkiss.dbeaver.model.impl.jdbc.struct.JDBCTable.readData(JDBCTable.java:162)
at org.jkiss.dbeaver.ui.controls.resultset.ResultSetJobDataRead.lambda$0(ResultSetJobDataRead.java:123)
at org.jkiss.dbeaver.model.exec.DBExecUtils.tryExecuteRecover(DBExecUtils.java:173)
... 4 more
I tried to:
if anyone have an idea i'll be glad!
Beta Was this translation helpful? Give feedback.
All reactions