ObjectDB Database Search

51-100 of 110 results

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

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

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

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

Eager Fetch is not stable for collection or map types?

= result.get(0); logger. debug ("[trace_fetch] ["+g.getMembers().size()+"]"); return g; } } finally { em

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

Unable to delete the .odb file programatically

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

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

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

Log is almost empty (log level 'trace')

Hi, Using 2.4.6_01 version on Linux (2.6.18, VPS)..  Just wondering what should I suppose to see in a log file with a log level 'trace'/' debug '.. Trying to fix an issue that server version sometimes accidentally quits without any notice.. My log file (independently on whats specified in

JDO sequences from ORM file

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

"Attempt to lock a non entity object" error

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

Deadlock in objectdb code

to the configuration file: or, use the " debug " level to get more information on the registered type

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

Log4j error

; It seems like this error somehow changes our logging level to DEBUG . Is there possibility that ObjectDB's

First query takes 4+ minutes to complete

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

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

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

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

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

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

Wrong data stored in date only fileds

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

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

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

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

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

NegativeArraySizeException on commiting a transaction

is attached. I also attached screenshots from the debug enviroment showing the values of the variables in

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

PersistenceException: Failed to locate field

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

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

(" debug " level).  The "Works_xxx" file is from the build computer that has no error.  The "Fails

ClassNotFoundException messages in the log file

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

Query can't see recently persisted object

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

Auto Date for Creation and Update

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

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

. Would you please explain how I can use the tracing information to debug

Bulk update of embedded entities in linked list

while debugging , but after a fresh selection of the previously changed object, the old values

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

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

Activation license not picked up in Jenkins

license. Is there some way to debug this? Alternatively is there some docker configuration

Failed to synchronize replicated database

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

ClassCastException thrown when running count query

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

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

Error on commit

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

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

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

ClassCastException in Tuple.get

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

Best practise loading big data

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

ObjectDB 2.7.5

Improved recovery from failure when recovery is enabled with no sync  ( issue #2293 ). Added support of using JDO listeners with JPA EntityManager. Added debug logging got persist cascading ( issue #2299 ). Fixed a bug in restricting server access to a range of IPs ( issue #2292 ). Fixed

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

database corrupt

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

NullPointerException using with "refresh" method

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

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