You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case similar error was caused by OpenLog configuration in config.xml . I have openlog on my server, but probably something isn't set correctly. When I removed this part of configuration, error disappeared.
Fix to avoid error messagez "HTTP JVM: This database object is already open as ...\OpenLog.nsf", in the method "dk.majkilde.logreader.menu.actions.NSFAction.isValid()", add "if (!db.isOpen())" before "db.open();" -> if (!db.isOpen()) db.open();
This seems to happen every time I open the Log Reader:
NOTESLOG SEVERE: (Reader.xsp) null [dk.majkilde.logreader.menu.MenuItem.add]
error-log-0.xml:
The text was updated successfully, but these errors were encountered: