ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
6

ObjectDb.conf Defaults

-history size="0" user="false" password="false" /> --> <!-- error if missing <log path="" max="8mb" stdout="false" stderr="false" /> --> <!-- error if missing <log-archive path="$objectdb/log
6

Database Inconsistency or corruption

lost. I attached a formatted log file. In the following, I consider the most important part of the log file. Before the update operation, I dump the properties of the object I want to update ... . You can enable logging. > There is still something I don't understand. After persisting the changes, the Id
6

Slow searching with two indexes

, but when I also query using the other key, queries can take minutes. Looking at the database log ... acceptable. sjzlondon Steve Zara Could you please post the query execution plan from the log? The following ... if the ORDER BY is removed? support Support I have investigated further, and I have the query logs from using
6

Failed to read DB file while online backup is running

. Could you please check for more details in the log? support Support You are right I just found the full stack traces in the odb log file rather than the normal application log: Stacktrace 1: [2015-06-11 13:12:41 #4
6

Entity listener - event instead of object

to persist new object. What I want to accomplish is to log difference between new and old values ... );                         if (LOG.isDebugEnabled()) {                             LOG.debug("{} for: {}, ID: {}, property: {}, old
6

Deadlock in objectdb code

, so they aren't first encountered later? Also, is there a logging option to follow schema changes during a run ... . > Also, is there a logging option to follow schema changes during a run? Basic type registration was added now in ... Support Thank you for your fast and effective response to my issue - the new logging option should help solve things. sjzlondon Steve Zara
1

ObjectDB 2.5.5

Added support of Java 8 (JDK 1.8), see issue #1369. Added support for deleting archive log directory when the database is open (issue #1303). Changed the response to starting a database server ... time zones. Fixed log archiving to affect only "odb*.log" files. Fixed an Explorer bug in displaying Integer embedded ID fields as Long.
1

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

you'll see a very similar error (in NetBeans8.1 if you have the Glassfish log window showing ... , is setting this special property supposed to switch off any reports/logging of: "Enhancement of type ... (and different ObjectDB log) if I also (in addition to the post-compile enhancement) have run-time javaagent
1

Unexpected exception (Error 990) com.objectdb.o.InternalException

(CreateDummySpecification.java:45) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) The Log file ... .eclipse.core.internal.jobs.Worker.run(Worker.java:54) In this case, the log file was not created ... (CreateDummySpecification.java:45) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Log file: [2015-03
1

Unexpected exception (Error 990) - NullPointerException

doesn't show up on the log of the client code. I just found out about the null pointer by writing an interceptor annotation that logs all exceptions. Without this interceptor the log file only stated

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support