About log
General Settings and Logging
Describes general configuration and logging of the ObjectDB Java object database for JPA and JDO. the ObjectDB General configuration section.... = "true" password = "true" /> <log path = "$objectdb/log/" max = "8mb" stdout = "false" stderr = "false" /> ...
Chapter 6 - Configuration
Explains how to configure and tune ObjectDB, the fast Java object database for JPA/JDO. The ObjectDB configuration file contains one <objectdb> root element with seven subelements: <objectdb > <general > ... </general > <database > ... </database > ...
Problem with log file in an embedded db with netbeans platform application
Hello, I'm starting a new desktop application built with netbeans platform 7 and objectdb/JPA as embedded db (version 2.3). I haven't had any problem with the domain class library project, but running the netbeans platform application that use the same domain class library an error occurs that crash the application. This is part of the stack trace: ... (The filename, directory name, or volume label syntax is ... at ... directory (which is a system property) or the log and log-archive directories (in objectdb.conf ) explicitly. ...
Undeployment of an remote Glassfish application locks objectdb log file
System: Netbeans 7.1 Oracle Glassfish 3.1.2 ObjectDB 2.3.7_04 Senario: Create a simple WebApplication with a "hello world" web service interface in Netbeans. Add objectDB test code to the web service: ... Glassfish server and enable "secure admin". Now, log in remotely to the Glassfish server web managment interface ... "Folder in use" error message. Because the "odbxxxxxx.log" file is in use by an java process. If I restart Glassfish, I can delete ...
ODB tries to create log files inside its own jar on Win7
I sent a demo of an app I've been developing on Linux to some Windows 7 users, and they were unable to run it. The stack traces they sent me indicated that ODB was trying to create its log files inside objectdb.jar, which was inside the executable jar packaged by Eclipse. Here's the end of the stack trace: ... they sent me indicated that ODB was trying to create its log files inside objectdb.jar, which was inside the executable jar ... Failed to create a new file 'rsrc:objec tdb.jar\log\odb20120417.log' at com.objectdb.o.MSG.d(MSG.java:74) ...
Object DB Explorer fails to open database
Hello, I am trying to integrate Object DB into my tapestry project which will use spring-security. I have created an entity class named "Role" which implements springs "GrantedAuthority" interface. The code runs fine. i.e. Role objects are getting persisted in the database. But when I try to open the database using Object DB Explorer, it fails. I have attached all the related files. Regards, Md. Towfique Imam. ... open this database Object DB Explorer error log file Entity class definition that is reported on error log file. edit ...
$temp property not evaluated properly when used in log path
I have the following lines in my objectdb.conf file: <log path="$temp/ObjectDB/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$temp/ObjectDB/log/archive/" retain="90" /> I don't believe that the $temp property is being evaluated properly here as it creates a new directory "$temp" in the same directory as my execution script. Shouldn't this be logging to the system temp directory? ... the following lines in my objectdb.conf file: <log path = "$temp/ObjectDB/log/" max = "8mb" stdout = "false" stderr = "false" /> ...
log entry date/time
It would be very useful if each entry in the log file has a date/time stamp. Thanks, Carl ... It would be very useful if each entry in the log file has a date/time stamp. Thanks, Carl ... Version 2.2.2 adds date/time stamps to the log. Thank you for your suggestion. ObjectDB ...
SectionClassifier message in log
I'm trying to track down an issue in an application - the problem occurs around the retrieval of an object from a database the specifics are unclear at the moment. In the objectdb log the following message is written everytime the issue occurs. Could you give more detail about what this message means? [2011-11-24 20:43:10 #114098 store] SectionClassifier: SectionClassifier{'4548f06f-405e-4f3e-9b7b-8e27bf4bd91c'->merger[3477129]-missing:1713} ... are unclear at the moment. In the objectdb log the following message is written everytime the issue occurs. Could you give ...
Threaded Test - Failed to commit transaction: Unexpected internal exception
Hi I'm trying to create a simple producer-consumer queue scenario but am getting the followin exception: ... the "take" commit. I've attached the objectdb log from these runs if that helps. odb20110614.log edit ...