Internal Website Search
1-50 of 200 resultsGeneral Settings and Logging the Explorer easier. The element General logging settings are specified in the element: The path attribute specifies a directory in which the log files are generated. The $objectdb prefix ... ( "" ) logging to file is disabled. Every day a new log file is generated with the name odb . log | |
ObjectDB Change LogChange Log of ObjectDB Releases | |
Log is almost empty (log level 'trace') to see in a log file with a log level 'trace'/'debug'.. Trying to fix an issue that server version sometimes accidentally quits without any notice.. My log file (independently on whats specified in ... ; Is that right behaviour? Are there are server statistics API/ logs available? Regards, Yuri evilruff | |
Logging archive contains non-objectdb log files Hi, I'm dealing with problem, that objectdb's log archive folder contains several other log files which are not part of objectdb. We use single location for our application log files and also objectdb log files. When application crashes or retarts, we noticed that several of our log files reside | |
Integrating the ObjectDB logging into the application logging based on slf4j We would like to write the logs of ObjectDB with into the log of our application. What do you use for logging ? With or without slf4j and if so, what concrete implementation? Do you see a way to combine your logging with our logging ? btc_es BTC EmbeddedSystems The ObjectDB logging is based | |
Can I Disable the Creation of the "log" Directory? (attached to forum thread mentioned above), I disable logging (by setting log path="") but the " log " directory still gets created. A " log " directory also gets created when I run com.objectdb.Enhancer ... to ignore these " log " directories, which is a minor annoyance. Can the creation of " log " directories | |
ODB tries to create log files inside its own jar on Win7, and they were unable to run it. The stack traces they sent me indicated that ODB was trying to create its log ... 'rsrc:objec tdb.jar\ log \odb20120417. log ' at com.objectdb.o.MSG.d(MSG.java:74) at com.objectdb.o.LFL.L ... ) ... 50 more Caused by: java.io.FileNotFoundException: rsrc:objectdb.jar\ log \odb20120417. log | |
Problem with log file in an embedded db with netbeans platform application\Ce\Desktop\ProteoB\ProteoApp\build\cluster\modules\ext\ log \odb20110921. log (The filename, directory ... a new file 'file:\C:\Users\Ce\Desktop\ProteoB\ProteoApp\build\cluster\modules\ext\ log \odb20110921. log ... ; It seems that the objectdb logging , that occurs only when I | |
Failed to write to ObjectDB log file\ log \odb20130502. log my program is a Cytoscape plugin. marcins Marcin ObjectDB has no permission to create a log file at the default path. Possible solutions: Change the location of the log files to another path . Grant the ObjectDB process permission to write to that path. Disable logging by | |
Speeding up the creation of Log entity objects related to other objects In order to speed-up everything I would like to add log entities related to a device ... = "device") because I don't have a back reference from log to device! ----- @Entity public class Device ... .ALL}, orphanRemoval=true) @JoinColumn(name = "device") private List logs = new LinkedList (); } @Entity | |
Undeployment of an remote Glassfish application locks objectdb log file password on the Glassfish server and enable "secure admin". Now, log in remotely to the Glassfish ... . Because the "odbxxxxxx. log " file is in use by an java process. If I restart Glassfish, I can delete the folder ... Par Wingfelt Could you please check what happens if you configure ObjectDB to use a log file in | |
Is redirecting the log file possible). This directory is protected by the O/S and therefore objectdb has problem creating its log file. Relaxing ... the EntityManagerFactory (or is it the EntityManager?) where to store the log -file somewhere more convenient? Knut Hansson Knut Hansson Yes, you can configure the log path . support Support That did it - many thanks! Knut Hansson Knut Hansson | |
Failed to create a new file 'target\objectdb\log\archive' (error 112) "target\objectdb". The folder "target\objectdb\ log " does not exist yet. Do we have to create ... .server:integration-test] Failed to create a new file 'target\objectdb\ log \archive' (error 112) [11 ... , which should create the log directory if it does not exist yet (and there are sufficient privileges). support Support | |
ClassNotFoundException messages in the log file In the ObjectDB log file, I still see one ClassNotFoundException. Is this to be expected, or ... .BackgroundThread.run(BackgroundThread.java:148) CBE CBE This stack trace is normal when logging is enabled at DEBUG level. You can reduce the logging level of "type.loader" to WARNING to avoid | |
ClassNotFoundException Stack Traces in the Log File If I turn the log level in objectdb.conf to debug I get a lot of ClassNotFoundException 's (see example below). My question is, is there a way to avoid these exceptions? [2013-02-05 10:52:30 #399 ... logging globally. But you can decrease logging level for this specific subject, by updating | |
log entry date/time It would be very useful if each entry in the log file has a date/time stamp. Thanks, Carl FastModel Ben Schreiber Version 2.2.2 adds date/time stamps to the log . Thank you for your suggestion. support Support | |
Logging problem on attempt to start a Server that is already running It seems that there is a bug in logging mechanism, if you try to start the database which is already started it starts filing the log continuously until it runs out of space on disk. How to check is the database runing from command promt. regards. peric.emil Emil Perić This is caused by | |
ArrayIndexOutOfBoundsException prevalent in server logs our server logs 2024-10-08 19:14:59,386 ERROR [http-nio-8080-exec-196 ConsumerHistoryDAO:176] - Failed to write consumer history due to: ArrayIndexOutOfBoundsException: -19 ObjectDB logs [2024-10 | |
log problem Hi we have found that when restarting the database in contrast to making stop/start database log doesnt contain any data. Does anyone have similar issues. regards. peric.emil Emil Perić ... it, and therefore should produce 2 logging messages, e.g. [2014-02-07 13:00:00 #1 server] Server on port 6136 | |
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 | |
$temp property not evaluated properly when used in log path I have the following lines in my objectdb.conf file: 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? carr.onstott Carr Onstott | |
JPA Entity Fields the application, exposing their values might be useful occasionally for debugging and logging . Version values | |
Index Definition but might be presented in the ObjectDB Explorer and in logging . When an entity object is stored in the database | |
Entity Management Settings classes must be enhanced - otherwise an exception is thrown. "warning" - a warning is logged | |
Database Explorer for the results. On the bottom of the query window there is a log panel that displays the selected query | |
again merger missing logs + objectdb exception we are facing similar problems as we had before, in the log we have a lot of entries merger ... missing + an objectdb exception. Some objects in the system behave strange. This is a part of the log ... ; InternalException ( logs #1225, #3 above) and the corruption of one large ObjectProperty object ( logs #1222 - #1224 | |
ODB Server tries to write a log file to a weird location = "$objectdb/ log /odb" max = "8mb" stdout = "false" stderr = "false" / path = "$objectdb/ log /odb/archive ... = "true" / path = "$objectdb/ log /odb-client ... ; path = "$objectdb/ log /odb-client/archive/" retain = "90" /   | |
Exception when the log file is full and no archive is defined We encountered an issue with the logging mechanism. We enabled full logging (logger name="*" level="debug") and logged to a file with limited size. We did not configure a log -archive ( log -archive path="" retain="0"). That caused an exception when the log file reached its size limit | |
message: RetrievalTask in log the log : ... [2019-03-01 11:53:40 #5 store] RetrievalTask.reportPrimaryResult0: page#27184134 ... This logging information is written in addition to throwing an exception. Do you see that exception in the log ? Maybe it was caught by your application? This log message by itself provides very little | |
Deleting archive log folder causes exception Hello, we have observed strange behaviour when we delete odb archive log directory. We are running long term tests and during it we are deleting all logs that are not needed keeping the system running. When the "archive/" folder, where odb logs are archived, is deleted, the exceptions occur: [2014 | |
log entry and massive performance issues) - we have this log entry in our log : ... RetrievalTask.reportPrimaryResult0: page#13887921, reader.getPos() = 1229 ... of such an exception in the log ? Did you get that log error once or is it repeating? Does it happen | |
Errors in log to repprt We have since a while these entries in the log , please inform if this needs a repair (doctor):   ... information regarding special activity with that database just before the errors started in the log | |
merger missing in log we have the following entries in our objectdb log (system continues to work normally, database was repaired before switching to version 2.7.5): [2018-05-14 15:00:48 #1 store] Database ... -merger[14841963]-missing:3831} hgzwicker Hans-Georg Zwicker This log entry indicates an unexpected | |
retrieval tas reports in log we have in the log entries like: [2020-06-03 16:13:06 #17 store] RetrievalTask.reportPrimaryResult0: page#48835201, reader.getPos() = 323 [2020-06-03 16:21:37 #18 store] RetrievalTask.reportPrimaryResult0: page#16686765, reader.getPos() = 689 [2020-06-04 23:15:32 #19 store]  | |
Enhancement Check EmbeddedSystems Logging was now added in build 2.7.6_05. Enable it in the ObjectDB configuration file: and the names of the classes will be written to the ObjectDB log file when the exception is thrown. support Support The logging performs, thanks. But every entity class | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation.lang.Object) must be called from elsewhere. The odb logs show: [2016-08-24 16:14:34 #15 type.registry ... interface the runtime error on attempting to persist disappears (but this does not "fix" the log ... operations in interface IValue as shown above. Result: The odb logs show: [2016-08-24 16:14:34 | |
Attempt to store an instance of a non persistable type: Attempt to store an instance of a non persistable type technology.tavla.common.device.data. log .v2. Log - field technology.tavla.server.runtime.common.data.device.Device. logs at com.objectdb.o ... : Attempt to store an instance of a non persistable type technology.tavla.common.device.data. log .v2 | |
Can't post on your forum Since yesterday, I can't post on the forum because it always says that I should log in in order to do that. I was already logged in, but, anyway, it appeared as not. I go to log in, then I authenticate, then I'm redirected to the home page, but it still looks that I'm not logged in, so I can't | |
OEM Enhancer causing Jenkins job to freeze us a lot of problems with our CI. Is it possible to enable some detailed logging ... (Native Method) at java.lang.Class.forName(Class.java:169) at org.apache.commons. logging .impl.Log4JLogger ... .commons. logging .impl.Log4JLogger. (Log4JLogger.java:80) at java.lang.Class.forName0(Native Method | |
General Performance Issues Illustrated with a Specific Method the Explorer schema tab). You should also run this query with logging enabled in the configuration ... for that. Below is the relevant log . [2023-09-23 00:13:10 #168 query.manager] Query "select ... ; MOH-SL Ministry of Health Sri Lanka The log XML | |
Show Sql/Jpql Is there a way to show the executed Sql/Jpql in the console? wua Andreas Wurm You can set the log element in ObjectDB configuration to write logging also to the console: When stdout is set to true , all the logging information is written to the console, in addition | |
Getting com.objectdb.o.UserException:\Tomcat 4.0\webapps\Expresso\WEB-INF\ log \odb20120904. log ' at com.objectdb.o.MSG.d(MSG.java:74 ... .FileNotFoundException: file:C:\Program Files (x86)\Apache Group\Tomcat 4.0\webapps\Expresso\WEB-INF\ log \odb20120904. log (The filename, directory name, or volume label syntax is incorrect) at java.io.RandomAccessFile | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown/becomes unusable, see doctor report and current log , urgent help required, production of a 500 ... we are currently uploading the database that was repaierd and the logs , as soon as available we send a link. We did not do any schema changes hgzpincher Hans-Georg Zwicker Looking again in the log | |
[ODB1] Chapter 8 - ObjectDB Server its log files. Appropriate file system permissions have to be set on that directory to enable operations by the server process. The location of the log directory is specified in the path attribute | |
objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active' (The classes all implement Serializable where necessary, via a common inherited logging service class ... ; @PostConstruct public void createData() { String $i = "ConfigBean:@PostConstruct:createData"; ... log _info($i,"create project 1 { ..."); builder.buildProject("project1"); log _info($i,"created project 1 }"); log | |
Query fails with failed to read\Objectdb\db\coresystemdb.odb' in the objectdb log there is no entry ... that nothing is written to ObjectDB log , please check both the client and the server log , or catch the exception and log the stack trace by your application). support Support | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct) to understand with careful output logging to the Glassfish logs , and also with a diagnostic table ... Web App and viewing both the Glassfish output log and the single served JSF page indexTest.xthml ... of one object of class TestDeepValues. On creation the logs show: INFO: RequestBean []: Created: com | |
retrieval again and again started but probably worth trying) + improved log , which expects to add additional stack traces to the log in ... Support we do have the retrieval again, see attached log . The queries mentioned here are completely ... in this log seem different than in the original post, so hopefully build 2.9.0_02 did solve the main | |
com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null:,owner); return t; } catch (InstantiationException ex) { logger. log (Level.SEVERE, null, ex); } catch (IllegalAccessException ex) { logger. log (Level.SEVERE, null, ex); } catch (IllegalArgumentException ex) { logger. log (Level.SEVERE, null, ex); } catch (SecurityException ex) { logger. log (Level.SEVERE | |
combined index not used to the log if this threshold is exceeded again. Ability to manually select the query plan ... plans and selecting the best manually: The log panel shows the position (in the list of query plans ... Zwicker You can see all the query plans in the log if you enable logging for queries in trace level |