Internal Website Search

11-20 of 27 resultsRefresh

Adding EntityListener Throws Unexpected Internal Exception

; public void onPostLoad(Object o) {         Logger .info("PostLoad ... onPreRemove(Object o) {         Logger .info("PreUpdate call.");   

Show Sql/Jpql

to the console. To write query execution to the log, add the following logger element to the configuration ... . It could be enabled by setting the following logger in the configuration file : This will generate logging

Garbage Free Persistence?

Some logger are now garbage free - like log4j - they do it by avoiding the creation of temporary

Query can't see recently persisted object

); query.setParameter("oid", oid); if ("-62e6083d:1612795a01c:-6e65".equals(oid)) { logger .debug

500Mb ObjectDb database opening issue

(); LOGGER .info( String.format( "took [%d] ms", System.currentTimeMillis() - time ) ); Does exist any way

First query takes 4+ minutes to complete

{ dtoList = q.getResultList(); } catch (PersistenceException e) { logger .error("Unexpected problem", e

Unexpected exception during open the database

the "index" logger to "debug" level. support Support The issue occurs yet with the version 2.8.5_05

Query fails with failed to read

with new logging info for this issue ( logger "store.file", level fatal, so probably no need for any configuration change if fatal logging is enabled for all loggers , which is the default). support

Unexpected Exception (java.lang.NullPointerException: Cannot invoke "com.objectdb.o.ORS.Z9())

mechanism. We enabled full logging ( logger name="*" level="debug") and logged to a file with limited

NullpointerException at a normal select

When I run the following code: EntityManager em = getEm(); Customer result = null; try {     logger .debug("Ident: "+ident);     result = em.createQuery("Select c from Customer c where c.identifier=:id", Customer.class).setParameter("id", ident).getSingleResult