Internal Website Search

51-100 of 109 results

Query can't see recently persisted object

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

How to resolve 404 errors with Eclipse/Maven Spring MVC

debug thru the controller class.   Thanks siegfried siegfried siegfried heintze I am not sure I

Catching exceptions from online backup

;em . close ( ) ;      }      }  I was debugging the process

Changes in detach behaviour?

Hello! Today i upgraded to 2.3.5_04. My program stopped working. After some debugging i found out that all fields of retrieved objects are on their default value till i first call a getter or detach them explicitly. Up to 2.3.4 they where initialized immediately. The problem in my case is that i

ClassNotFoundException messages in the log file

is enabled at DEBUG level. You can reduce the logging level of "type.loader" to WARNING to avoid

Database size is much larger than expected (x2)

unlimited debugging services. Please understand that it doesn't matter for ObjectDB if you store an empty

Unable to delete the .odb file programatically

.isDebugEnabled()) {     codeLogger. debug ("Created a new PM ("+pm+")"); } try {  

Failed to synchronize replicated database

, since the last breakpoint (i.e. an available db backup), e.g. for debugging . In replication

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

... all work fine.   DB Doctor does not fix the problem. We need guidance on how to debug

"Attempt to lock a non entity object" error

object" session.rollback() is somehow causing the problem (found through debugging

How find out ObjectDB version at runtime (in a web app)

for the version at run-time ? It does not seem to be in the odb logs, and turning on the debug mode does not

Java fails to run when using JMX Remote + ODB agent

you debug this issue?   lwalkowski Lukasz Walkowski Please try build 2.2.8_09 that should fix

Auto Date for Creation and Update

we cannot offer this service of debugging and investigating issues in user projects (obviously as

multi EntityManager with Spring Boot, but 'Too many persistable types (>10)

? Can you run ObjectDB on the same computer otherwise? support Support I'm now debugging , so two database

JDO sequences from ORM file

getSequence() returns null. I've tried increasing the logging level to " debug " in objectdb.conf

First query takes 4+ minutes to complete

); }     return dtoList; }   1. What can we do to enable debugging /profiling

evictAll() behavior

additional action (such as evict). support Support hi I've checked in debuger that every data model class

How to retrieve the ObjectDB version number?

Hi! We need  the ObjectDB version for debug purpose/logging. Our project supports also EclipseLink - http://stackoverflow.com/questions/3493495/getting-database-connection-in-pure-jpa-setup With the Connection object the Database name & version can be retrieved. For ObjectDB

Help with 'not like/lower' query

that out for sanity purposes with a debug statement.    Code: package com.objectdb.forum

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

Wrong data stored in date only fileds

_odbHidden. All fields have an _odbHidden partner. Is this a debug code leftover? Thank you Emil

type.loader java.lang.ClassNotFoundException

for feedback, Webel   webel Dr Darren Kelly With logging enabled in debug level - some 'normal' 

ODB should auto-restart if it detects it's necessary

and needed a lot of time for debugging and fixing). This is the error I got after adding a new field

Remove a modified entity cause an optimistic lock exception

this changed example, the exception is only caused in our OSGi example. I believe you must debug the OSGi

Recursive calls with @PreUpdate annotation and Glassfish OutOfMemoryError

William I keep thinking this to myself and just based on some debugging I came to the assumptions

Path in tomcat

Hi, If I put the .jar into /opt/Tomcat/lib/, then where the .conf should be in? And the .odb? When I debug the Eclipse web project, I export all things into a .war file. Then I use Tomcat's web deploy tool by the .war file. However, if I put objectdb into the project's /WEB-INF/, I may lost the db

Not Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found

of this message may change from WARNING to DEBUG in the future. support Support I understand. Thank you. zmirc Mircea Chirac

NullPointerException while setting a new property value

without any error. Here is the log file in DEBUG mode, but there is nothing special or detailed error

PersistenceException: Failed to locate field

won't allow schema evolution. dmoshal David Moshal not sure how to debug your question re the server

Is there a function of "drop table" or "delete from table"?

() cause exceptions. Yes, you'd better to put it into manual, since "drop table" is often in debugging

java.lang.ClassCastException in query results

.City); } In debug mode i see that the objects in List results are of type Object and not Stadium

Need help to analyse very high memory usage by objectdb (PRU, SEV, VAL[])

Hello, we have a useCase in which we consume too much memory and run into a "GC overhead limit exceeded" exception. Nearly 90% of the memory are taken by com.objectdb.o.PRU (49%) com.objectdb.o.SEV (29%) and com.objectdb.oVAL [] (9%). When debugging , we did not get the reason for the high memory

can removing an entity throw an exception if the entity is in use?

. The ObjectDB Doctor  reports broken references so it could be very helpful during testing and debugging

High memory consumption even after close() of EntityManagerFactory

Hello, we still have memory usage problems. When debugging , we have now observed a case in which the execution of multiple queries increasingly byte array were generated (about 1.5 GB) which from GC could not be released. Not even after the EntityManagerFactory closed. We created a small test

Pre-detach loading: retrieval by navigation not working in if statement

of the real problem.) Similarly, using debug logging can also trigger loading.  

EntityManager.find(entityClass, primaryKey) is slow when accessing non-existent IDs

Is this problem solvable? --- package debug ; import static java.lang.System.out; import static java.time.Duration.between; import static java.time.Instant.now; import static javax.persistence.Persistence.createEntityManagerFactory; import java.io.File; import java.time.Duration; import java.time

ClassCastException thrown when running count query

for the fields in the query. Log of the query execution using DEBUG logging level. support Support Hello

Lazy retrieval by access not working correctly

I have a problem loading lazy associations by access/navigation with an @Embedded attribute containing an @ElementCollection which is lazy loaded.  I'm not sure if the same problem exists elsewhere.  Furthermore, if I set a breakpoint in the right spot in debug mode, everything works

Memory leak in com.objectdb.o.CST

if that still affects it.  Or if there is something I can log in the debug to output

NullPointerException using with "refresh" method

this problem. There is no time for debugging . itsme Martin Petzold Unfortunately we cannot tell

database corrupt

debugging . It requires starting with a duplicate database that is later used to play

Enhancing a class causes it to not save changes.

So when we enhance the Account class, no changes are saved to it. When it is reflection mode, everything works perfectly. In reflection mode, the objectdb log on debug mode refers to classes that have not existed for ages.  In enhancement mode, there are no exceptions. I can't figure

Best practise loading big data

; Here is my debug scenario: I have an existing DB File that contains One single root MyStepBlockCollection

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

JPA Composite Key make Object Db throws "Unexpected exception (Error 990)"

I don't know why this cast is made ... i haven't any BigInteger in my app. Well, debugging

Error on commit

; bmcalist.odb Brian The database seems to be healthy. These stack traces are normal when using DEBUG level

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

NoResultException: No matching results for a unique query

on!?? Here's the stacktrace (copy+paste from debug output): com.objectdb.o.MSG.d(MSG.java:61) com.objectdb.o.PRG.af(PRG

ObjectDB 2.8.7

Added an option to slow backup (see  feature request #2681 ). Added an option to view old type versions in the Explorer (-Dobjectdb.ui. debug =true) Improved the Doctor (see  issue #2691 ). Improved performance following a large eager fetch ( issue #2694 ). Restricted waiting time

ClassCastException in Tuple.get

(Main.java:49) While debugging I noticed that unexpectedly for me both root and joinParent