Skip to content

jdbc: NPE when with libreoffice base tool #198

Open
@Totktonada

Description

@Totktonada

I have added Tools → Options → LibreOffice → Advanced → Class Path... → /path/to/connector-1.9.3-SNAPSHOT.jar

Then I open LibreOffice Base tool and create a connection via JDBC (jdbc:tarantool://localhost:3301, JDBC driver class org.tarantool.jdbc.SQLDriver). 'Test connection' succeeds. After that I don't see my tables in 'Tables' tab. Also I tried to perform simple select * from "s" request and got 'the data content could not be loaded'.

Once I get the following error in a console (from which I run libreoffice):

java.lang.NullPointerException
  at org.tarantool.jdbc.SQLPreparedStatement.getMetaData(SQLPreparedStatement.java:316)

But now I'm not sure how to reproduce it.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions