-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hi,
using the jevd-client with "--recursive" I always get the following after a while:
ERROR: Unexpected runtime error occurred!
java.lang.NullPointerException
Looking at victims.trace.db I see:
Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-171]
I tried to add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL, but I always get "invalid setting"
Maybe the url is wrong (I tried a lot of different): java -jar jevd-client-0.9.jar --victims-db-url=jdbc:h2:victims.h2.db;DB_CLOSE_ON_EXIT=FALSE
Any idea?
Thanks in advance