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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

JVM crash when using IBM JDK 1.6.0

/jpa/EMF.createEntityManager(EMF.java:160) 4XESTACKTRACE at com/ibm/ check /cmvc2git/database/Database. (Database.java:52) 4XESTACKTRACE at com/ibm/ check /cmvc2git/CMVCSync.runCommand(CMVCSync.java:100) 4XESTACKTRACE at com/ibm/ check /cmvc2git/CMVCSync.main(CMVCSync.java:90) 3XMTHREADINFO3 Native

Spring LTW Problem

that are annotated with JPA/JDO/ObjectDB annotations. However, since annotations are checked using the Java reflection API - the check itself involves class loading. The stack trace indicates that an attempt to check ... versions of ObjectDB should check annotations by reading the class file format directly without using

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

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

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:   

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

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

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

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

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

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

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 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

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 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

PersistenceManager.makePersistent(pc) - JDO Method

checking is done during makePersistent of detached instances. If consistency checking is required

JDOImplHelper.checkAuthorizedStateManagerClass(smClass) - JDO Static Method

JDO Static Method in javax.jdo.spi.JDOImplHelper void checkAuthorizedStateManagerClass (   Class smClass ) Check that the parameter instance is a class that is authorized ... classes. Parameters: smClass - a Class to be checked for JDOPermission("setStateManager") Since: JDO 1.0

PersistenceManager.checkConsistency() - JDO Method

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

javax.jdo.annotations.ForeignKey

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

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.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.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

JDOImplHelper.nonBinaryCompatibleIs(pc,sibr) - JDO Method

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

javax.jdo.spi.JDOPermission.GET_METADATA

JDO Static Field in javax.jdo.spi.JDOPermission GET_METADATA An instance of JDOPermission to be used for getMetadata permission checking . Since: JDO 1.0

javax.jdo.spi.JDOPermission.MANAGE_METADATA

JDO Static Field in javax.jdo.spi.JDOPermission MANAGE_METADATA An instance of JDOPermission to be used for manageMetadata permission checking . Since: JDO 1.0

javax.jdo.spi.JDOPermission.SET_STATE_MANAGER

JDO Static Field in javax.jdo.spi.JDOPermission SET_STATE_MANAGER An instance of JDOPermission to be used for setStateManager permission checking . Since: JDO 1.0

javax.jdo.spi.JDOPermission.CLOSE_PERSISTENCE_MANAGER_FACTORY

JDO Static Field in javax.jdo.spi.JDOPermission CLOSE_PERSISTENCE_MANAGER_FACTORY An instance of JDOPermission to be used for closePersistenceManagerFactory permission checking . Since: JDO 1.0