ObjectDB ObjectDB

Failed to write to ObjectDB log file

#1

I get an Error message:

Failed to create a new file 'file:C:\Programme\Cytoscape_v2.8.3\plugins\log\odb20130502.log

my program is a Cytoscape plugin.

edit
delete
#2

ObjectDB has no permission to create a log file at the default path.

Possible solutions:

  • Grant the ObjectDB process permission to write to that path.
  • Disable logging by specifying an empty path.
ObjectDB Support
ObjectDB - Fast Object Database for Java (JPA/JDO)
edit
delete
#3

In my project I want to include objectdb.jar into my jar program. Thus, I have unzipped objectdb.jar, change objectdb.conf in META-INF folder to disable logging by specifying empty path. Then, zipped back into objectdb.jar file. Now it works fine. Thanks! 

edit
delete

Reply

To post on this website please sign in.