ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
16

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:     <log path="$objectdb/log/" max="8mb" stdout="true" stderr="false" /> When stdout is set to true, all the logging
15

Replication issue, Replayer failing due to NullPointerException.

which i'm also seeing in the slave logs when it's trying to replicate... $ sudo java -cp objectdb ... is unexpectedly closed. Maybe there are additional relevant stack traces in the log? support Support There isn't too much else useful in the log, i've tried deleting all the DB files on both sides
14

General Performance Issues Illustrated with a Specific Method

(out of the 64GB, you can check it in the Explorer schema tab). You should also run this query with logging ... seconds phrase and sorry for that. Below is the relevant log. [2023-09-23 00:13:10 #168 query.manager
14

Getting com.objectdb.o.UserException:

Group\Tomcat 4.0\webapps\Expresso\WEB-INF\log\odb20120904.log' at com.objectdb.o.MSG.d(MSG.java:74 ... Group\Tomcat 4.0\webapps\Expresso\WEB-INF\log\odb20120904.log (The filename, directory name, or ... more Is there any way to disable the object db logging to avoid this error or how do i solve the above issue
14

query hint

must match one of the query plans logging text. Logging format and text might have changed between ... nothing now. To check the up to date logging text of query plans that used that index run the query with debug logging: <general>  ... <logger name="query" level="debug" /> </general
13

InternalError on multiple AND and JOIN Query

:3.0.5.RELEASE o commons-logging:commons-logging:1.1.1 o org.springframework:spring-context:3.0.5 ... _example-%d{yyyy-MM-dd}.log for the active file 09:30:08,884 |-INFO in c.q.l.core.rolling ... _example-%d{yyyy-MM-dd}.log'. 09:30:08,884 |-INFO in c.q.l.core.rolling
12

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

size="50" user="true" password="true" />                 <log path="$objectdb/log/" max="8mb" stdout="true" stderr="true" />                 <log-archive path="$objectdb/log/archive/" retain="90 ... " />                 <log path="$objectdb/log/" max="8mb" stdout="true" stderr="true
2

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null:

(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
2

combined index not used

, which fixes the "composite index not used" and a new warning to the log if this threshold is exceeded ... and selecting the best manually: The log panel shows the position (in the list of query plans ... /sequence of query plans ? hgzwicker Hans-Georg Zwicker You can see all the query plans in the log
2

Freeze during save

so there were no long loops. Just an idea - what I would find helpful is some form of logging of the making ... idea how to change this test case to reproduce the exception? Debug logging was added in version 2.7 ... with <logger name="entity.persist.cascade" level="debug" /> and post the relevant log lines? Thanks

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