ObjectDB Database Search

51-100 of 200 results

Mismatch client-server protocol prefix

:757) I checked multiple times if the versions match. They do. DB server version 2.6.2. Client ... starts with a prefix that is checked by the server before handling the request. That check could fail ... with this exception. Please check the log files for other exceptions, possibly before this exception is thrown

500Mb ObjectDb database opening issue

the database since they are checked and analyzed. But it should not take more than a fraction ... that just open the database? Alternatively, please check opening the database with a Profiler ... which show problem with long data base open operation issue. Could you check from ObjectDb

Left join fetch behaviour doesn't retrieve children?

;      // Ok my em is now closed, let's check if children are retrieved ... , let's check if children are retrieved   em.clear();   em.close();   emf.close();   ... that : 1- Broken index could happen ? 2- How to check if index is broken ? 3- If previous anwser if "test

evictAll() behavior

is the same like before evictAll() mth and i in the result i get OutOfMemory How I can check size od ... additional action (such as evict). support Support hi I've checked in debuger that every data model class ... Tomasz Tomasz Wozniak OK. So please check the state of the objects before evictAll . evictAll affects

virtual servers and one file

? Are the database and the OS on separate hard drives? and maybe the most important check ... you for the quick reply, I have checked all the links to VMware's knowledgebase for matches ... ; objectdb.conf file that is not is use). Check which configuration file in actually used in the log

Memory Leak in EntityManagerFactory ?

and removed from memory ( checked in the Profiler) 4. nevertheless there are lots of identical Copies ... it. Anyway, if this diagnosis is correct then a possible solution on your side may be to check and commit ... (but I'll check ). Should I remove the isOpen() Condition B? I will also try to call clear. The close

Updating Entities

{ private int level; private int rate; ... public boolean setRate() { //Error Checking ... .getText(); //Error Checking - all checks get passed if(/*No Errors*/) { p.setRate(rate); controller ... thought it was a problem in my code for how I loaded the content into the table, but then I tried checking

Can't post on your forum

Something to check that maybe could help. Log out from the website. Delete all the browser cookies. Log in ... ) PS. Now I'm writing from IE. zmirc Mircea Chirac To check if this is a cache issue, could you please try adding a dummy parameter (e.g. ?x) to urls on our website? In addition, could you please check

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

. support Support Thank you for the link to the class enhancing confirmation checking code.  ... check into our application.)   Yet, I STILL see the issue even after confirming that ObjectDB ... to check what change could cause your enhanced entity classes to be inaccessible to ObjectDB. support

Is 2 level cache in use?

Hi, Is there any way to check , if 2 level cache is in use? Right now I've done two things: 1 ... You cannot check if the L2 cache is enabled directly but you can check its content , by using emf ... and then check if it is cached. The L2 cache doesn't always improve performance. It depends on the application

Handling deleted references

and no version. To simplify the use case I added a @PostLoad method to the User class, which simply checks ... ? This would simplify my use case since all I have to do is to check if the reference is null and create a new ... whatever check to identify previously deleted Entity instances profile = ....; // create new Profile

Activated ObjectDB still throws "Too many persistable types"

have already reactivated and checked that my objectdb.conf is correctly used (by inserting random chars ... be the problem with that? There was a problem in versions until 2.3.7, causing incomplete license checks ... and usve6844? Could you please check both with 2.4.4 and tell which works and which doesn't? support

Maven host down?

for new ODB build and m2.objectdb.com seems to be down. Can you check this please? Thanks. lwalkowski ... . Could you please check again? support Support It's working fine now. Thanks for checking . lwalkowski Lukasz Walkowski No, it is still down actually. These links are not working. satinder_2000 Satinder Singh Checked

Remove an entity which attributes were changed - OptimisticLockException

flushing changes to the database. You may also  disable optimistic locking checks   ... the different plugins? Could you please check if the same Java instance is used by the two operations (as ... both plugins are identical. I checked all of this with a debugger.   We had a similar issue last year 2015

EM close causes an exception

checked the update. But we still get the following exception, if parallel threads access the db: java ... databases, but on the same JVM rather than to multiple JVMs? support Support I checked it in ... . support Support Please also double check that when the exception is thrown with 2 JVMs running the test

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

; It's the Schrödinger's cat of JPA. Darren Kelly, Webel IT Australia webel Dr Darren Kelly I checked some ... the Machine, there must be a point of difference. I checked again and again, the reports ... Enhancer as a Java Agent, every loaded class is checked and automatically enhanced in memory (if applicable

Feature Request for database.obj$ file

to check when everything is done after closing the database? background : As far as we recognized ... . thanks and best regards Arne Arne Arne Stocker   a) is there a valid method to check ...  but short-lived EntityManager connections. Check if you have an EntityManager that is open

Optimistic locking: prevent version increment on entity collection attribute

create the readings in one call and I try to read them in another call. I checked the database ... is detached between the calls, check this issue and the no-detach solution. I have tried to clear ... with the containing entity. Check what the object contains in the debugger, and try to access the collection

Failed to commit transaction: Attempt to commit a rollback only transaction

state change to the database file. Is that possible?   dmoshal David Moshal I don't know. Check ... config file update 2: problem goes away with this check :          ... . It is possible that this is some sort of a locking issue. Notice that disabling version check

Problem with distinct select, order by and equivalent alias/attribute path

option of build 2.6.5_03 for disabling the ORDER BY restriction checks :      ... ObjectDB (possibly also as a JVM -D argument). When these checks are disabled ... " solution would suggest. Could you check these issues again? bklink Benjamin Klink The first point

Cast exception?

). Please post details about both class loaders. Run the query as Query rather than TypedQuery and then check the result type (Player) and its class loader. Check also the class loader of Player.class . support ... and the objectdb package. I've also checked that objectdb is actually loaded by: trace("$$$$$"); trace

disabling JDO in objectdb embedded mode

part of ObjectDB and the stack trace does not mention ObjectDB at all. Please check ... get an exception that mentions X.jdo where X is the name of an entity class. I will check whether I ... external XML files in addition to annotations. Therefore, ObjectDB must check if such XML files exist

Server connection management

pool that checks the health of a connection and reconnects if needed? It would be useful ... and the socket. I just checked now and it seems to work well. Broken Connections on the Client If connection ... system should close the socket and then the server gets an EOF notification. I just checked it on Windows

EntityManager creation taking long time

( check both client and server log files if client-server is used). If you try another createEntityManager immediately when it happens, will it also be slow? Maybe it could be useful to check ... . CAPdev CAP Dev Check the maximum connections in the configuration file (on the server side), maybe

Doctor - high memory usage

. But since it is a background tool (integrity check can be done on a backup copy generated by the online ... Walkowski I just checked the 64MB sample database. With 512MB max heap size ( -Xmx512m ) it works well with the default configuration - it took ~10 seconds to check the database and additional 20

Query to search for common elements in two separate collections.

collections by identical hash code. Candidate collections should then be further filtered by checking ... ? if so, that's not what I was after. I just want to check if a collection contains an element ... until all have been checked . I just wasn't sure if there was something in the JPA that allowed me to put this into the query

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

.3_03 (which fixed an issue reported in this thread ). Could you please check version 2.7.3_04 ... an existing problem, due to an additional new check . It could be again related to class loading ... versions missed some checks that were added recently. This thread discussed a very specific case

EntityManager.contains(entity) - JPA Method

JPA Method in javax.persistence.EntityManager boolean contains (   Object entity ) Check if the instance is a managed entity instance belonging to the current persistence context. Parameters: entity - entity instance Return: boolean indicating if entity is in persistence context

javax.persistence.criteria.CriteriaUpdate

directly to database update operations, bypassing any optimistic locking checks . Portable applications

missing merger

to check . Strangely, the errors in the log (at #1) indicate IDs 9, 10, 3885, 3577 - maybe ... , we are using could that cause problems like these ?     hgzpincher Hans-Georg Zwicker we checked ... ; hgzpincher Hans-Georg Zwicker please check that again, we have again a more than bad situation hgzpincher

Internal objectdb exception when using different language on a machine

with an internal reference to a type id that doesn't exist. Could you please check the database file ... was not enhanced and caused the exceptions above. Although the enhancement check was activated: the enhancement check does not throw an objectdb exception. Have you an idea why the enhancement check does

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

of the original method, and then irrelevant checks are performed by ObjectDB. For example when setting a generated primary key value an "Attempt to modify a primary key" exception is thrown due to a check ... . Build 2.6.9_02 supports an option to disable the "Enhancement ... is old" check and error:   

NullPointerException using with "refresh" method

. Maybe you should also check if ObjectDB is safe here. Just in case, because both issues came ... _and_potential_data_loss itsme Martin Petzold Please check the recovery setting in your ObjectDB ... ". Check the database in the Doctor, if it is already corrupted then first fix it using

combined index not used

more, but you could check in the Action table, typically we take an endDate that is 30 days from ... seconds. Could you please check running that query in the Explorer? support Support Execution time of this query fells to 1457 on repeating runs (when cache is disabled), will be checked now

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

EntityManager . This happens on a check whether the entity object has been modified by comparing ... this check is not needed when entity classes are enhanced, so enhancing the class may solve the issue ... , so double check that all your entity classes are enhanced. Something else to check is that all objects

Unexpected error when loading all entity instance

instances 2. Check for each entity instance if it is references using queries (select from where field ... the database is corrupted. Checking it with the ObjectDB Doctor produces errors. After using the Doctor ... the database file. I shutdown the application by closing all EntityManager instances. Please check

Indexes broken after schema update

) bensteele Ben Steele Could you please check the database with the Doctor? support Support java -cp ... result, dateCreated is not indexed. bensteele Ben Steele Please check the attached file ... - it checks that the data is fine and that the indexes are fine but currently it doesn't check

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

. Could you please double check it (sometimes the old objectdb.jar file remains in the classpath and the wrong ... checked the version and also use Maven we did run Doctor after switching to the latest version ... by the Doctor in May when you switched to 2.7.1_01 it could help in checking if the issue happened

Unexpected exception during query, if entity is not enhanced

Hello, the entity TCVector is not enhanced and the enhancement check in the objectdb.conf ... that the activated enhancement check would throw an exception. In a parallel secondary thread we got ... of the type system. This might be the result of the previous error, so you may want to check

Query fails with failed to read

that nothing is written to ObjectDB log, please check both the client and the server log, or ... ObjectDB? maybe Jetty restart?). You should try to check the system log for activity at the time ... This is strange. ObjectDB throws an exception. Just checked all the way in this stack trace from

ArrayIndexOutOfBoundException

: Can you reproduce this specific exception? Please check the database with the ObjectDB Doctor ... Support We are not able to reproduce the problem. Result from ObjectDB Doctor check is attached ... . We are currently checking this problem, and apparently it looks related to the other issues that you reported

Unexpected exception (Error 990) on find

, and source code is not essential). Alternatively, you may check if this problem exists in previous ... this context, long strings as entity keys could be more relevant. Please check the database file using ... they are much shorter. There was no problem with the keys when I test it with shorter values, but I will check

Tracking changes to new collections (in enhancement mode) after flush

? What ObjectDB version are you using? Can you check if it also happens with version 2.8.4? support Support yes ... ObjectDB version 2.8.0.b04 I will check it with 2.8.4 yet. btc_es BTC EmbeddedSystems We found ... , relying on automatic invocation of change events, including in embedded collections. We should check

PersistenceManager.checkConsistency() - JDO Method

JDOOptimisticVerificationException for each object that failed the consistency check . No datastore resources

JDOImplHelper.getInstance() - JDO Static Method

JDO Static Method in javax.jdo.spi.JDOImplHelper JDOImplHelper getInstance () Get an instance of JDOImplHelper . This method checks that the caller is authorized for JDOPermission("getMetadata") , and if not, throws SecurityException . Return: an instance of JDOImplHelper . Throws

javax.jdo.annotations.ForeignKey.deferred

JDO Annotation Attribute in javax.jdo.annotations.ForeignKey String deferred default "" Whether this foreign key is deferred (constraint is checked only at commit). Since: JDO 2.1

javax.jdo.annotations.ForeignKey

is deferred (constraint is checked only at commit). Since: JDO 2.1 ForeignKeyAction deleteAction default

javax.jdo.identity.SingleFieldIdentity

boolean equals (Object obj) Check the class and class name and object type. If restored from

SingleFieldIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo.identity.SingleFieldIdentity boolean equals (   Object obj ) Check the class and class name and object type. If restored from serialization, class will be null so compare class name. Parameters: obj - the other object Return: true if the class or class name is the same Since: JDO 1.0

JDOImplHelper.nonBinaryCompatibleIs(pc,sibr) - JDO Method

- the instance to be checked sibr - the method object that delegates to the non-binary-compatible