neo4j - how to avoid java.nio.channels.OverlappingFileLockException -
i have java web app , trying use neo4j 2.0. wrote servlet allow me observe of action in database. uses same singleton database connection used other servlets in application, when try access debug servlet, 'overlappingfilelockexception' error.
is there can around this?
Comments
Post a Comment