I'm receiving a NPE with H2 version 1.3.160 when I call Server#stop() from
within an application.
Immediately prior to that I've called Server#start().
Here is the stack:
java.lang.NullPointerException
at org.h2.value.Transfer.close(Transfer.java:283)
at org.h2.server.TcpServerThread.close(TcpServerThread.java:176)
at org.h2.server.TcpServer.stop(TcpServer.java:301)
at org.h2.tools.Server.stop(Server.java:424)
[snip]
java.lang.NullPointerException
at org.h2.value.Transfer.init(Transfer.java:78)
at org.h2.server.TcpServerThread.run(TcpServerThread.java:63)
at java.lang.Thread.run(Thread.java:680)
My calling code looks like this:
server.start();
server.stop();
I didn't see anywhere in the H2 documentation where to report bugs (the
search string "bugs" returned 0 results :-)), so I'm reporting it here.
Thanks for a great product.
Best,
Laird
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/h2-database/-/OyRkVqJi5AEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.