ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
15

OEM Enhancer causing Jenkins job to freeze

}/our/entities/package/"/> </java> Is it possible to enable some detailed logging for enhancer ... .forName(Class.java:169) at org.apache.commons.logging.impl.Log4JLogger.class$(Log4JLogger.java:55)     Local Variable: java.lang.String#20504 at org.apache.commons.logging.impl.Log4JLogger.<clinit
14

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
13

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
12

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
11

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
11

Replication error on slave restart

="50" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="*" level="info ... inactivity-timeout="0" />   <url-history size="50" user="true" password="true" />   <log path
11

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