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.
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.
ObjectDB has no permission to create a log file at the default path.
Possible solutions:
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!