ObjectDB Database Search
51-100 of 200 resultsAttempt to remove a detached entity object (error 613) Hello, that's a strange error for me ... I have a detached object in my Java code and i just wanted to merge it ... Unfortunatly, i get this error : Failed to commit transaction: Attempt to remove a detached entity object ( error 613) at com.objectdb.jpa.EMImpl.commit | |
Error during cascaded merge the problem down I created this simple testcase which triggers the error : @Test @Transactional public ... Moser Merge errors are the result of fixing issue #222, which indicates correctly that an attempt to pass a non entity object to merge should throw an exception with a clear error message | |
Unexpected exception (Error 990) I have a huge amount of inserts/updates and after a about 850.000 Entities I got the following error : [ObjectDB 2.4.7_16] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_30 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue | |
Unexpected exception (error 990) When i run my code, the console returns to me the following error : Exception in thread "main" [ObjectDB 2.8.7] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 15.0.2 (on Windows 10 10.0). Please report this error on http://www.objectdb.com/issue/new com.objectdb.o | |
Failed to create a new file 'target\objectdb\log\archive' (error 112); Resulting error : [11:47:18]: [com.rbccm.felix.server:integration-test] 11:47:18,588 main WARN ... .server:integration-test] Failed to create a new file 'target\objectdb\log\archive' ( error 112) [11 | |
SSL cannot connect from client StackOverflow error.getPersistenceManager() On server it keeps writing SSL Error : Unsupported or unrecognized SSL message until the StackOverflowError is printed. 2021-03-01 16:17:38,098 | ERROR | java.lang.StackOverflowError | |
Why the internal error was thrown? to isolate the issue: [ObjectDB 2.6.8_01] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.8.0_51 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database | |
Error when I switch to server mode exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.6.0_21 (on Windows 7 6.1). Please report this error to ObjectDB support (support@objectdb.com). com.objectdb.o.InternalException: java | |
errors on repair Zwicker Unfortunately these are critical errors that indicate a corrupted database file. Please provide ... our application - error : 'free page list is broken at page #0' occurs every time when we run the doctor | |
Connection is closed (error 526) ( error 526) at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:633) at fpg.Nodes.getSons(Nodes ... .PersistenceException Connection is closed ( error 526) at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery | |
Internal objectdb error when open a database or open an entity manager we get following exception when we open a database or open an entity manager Exception in thread "ODB IndexActivation" [ObjectDB 2.6.6_06] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_51 (on Windows 7 6.1). Please report this error on http://www | |
Error: Failed to write value of field X using reflection (oneToMany relation) try to get a list of Client, I get an error . static public List getClientes() throws Exception{ em ... option when creating the database. And there is when the error shows up. So, the program works fine | |
Attempt to refresh a non managed entity object (error 635) Just ran into a problem that I've not seen in 10 years of running ObjectDb: java.lang.IllegalArgumentException Attempt to refresh a non managed entity object ( error 635) Nothing changed in my code ... David Moshal This error message indicates invoking refresh (explicitly or implicitly by cascading | |
Failed to commit transaction: Java heap space (error 613) Hi, the following exception occurred in our production machine last night: 2013-07-17 20:41:46,665 pdnsrttor3rc42-WSAgent-2-Existing/16 ERROR ObjectDbMessagePipe - Failed to put a message on queue ... .RollbackException Failed to commit transaction: Java heap space ( error 613) We are using ObjectDB 2 | |
Persist error @ManyToMany how to define correct entities relationships) it throws persist error . Now my question is : what should i do to avoid that? i want Product ... ;@ManyToMany on Product in Order otherwise it went into objectdb internal error . Now everything is persisted | |
Embedded Entity in EmbeddedId not persisted. Error 631 at select. annotated, error 631 @Embedded // case 2, annotated, all fine ... #1 ( error 631) at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:738) at debug.OdbError631 | |
Memory error during commit, if @ElementCollection field contains many elements. But this one runs into memory error and happens only, if we have many elements in the element collection ... a memory error ? btc_es BTC EmbeddedSystems When an entity object (such as a TCStep instance | |
createQuery method error : false; } Once I compile it, Error : C:\Users\xxx\xxxxx\vobs\xxxxx\xxxxx\src\main\java\com\xxxx\ xxxx ... ; support Support Thanks. I got it. I have javaee-api-5.jar in my classpath which causes the error hongsun Hong Sun | |
Out of Memory Error Hi Team, We are observing an Out of Memory error while accessing odb files, but it occurs inconsistently. The sizes of the odb files are not large, with a maximum of 4-5MB. Please see the attached for stack trace from the error logs below and let us know what could be causing this issue. Thanks | |
Error using query with MAX() function I have a class that is persisting a Entity that holds remarks and a time. Then when I query for the latest remark I get a internal error when the remark is larger than 1966 chars. Here is a test class and entity that reproduces the problem on my system. @Entity @Table(name = "TestEntity", schema | |
NontransactionalWrite error using Collections.sort . Hi, i started to use ObjectDB today and i'm having problem using command Collections.sort in persisted object. Attempt to modify an object with no active transaction when NontransactionalWrite is disabled: br.ufpa.linc.MetriX.api.model.Interface#105 ( error 635) I don't want | |
Entity Type is not found (error 301) in Query Overall test OpenJPA, HibernateJAP, EclipseLink and ObjectDB. No Problem with OpenJPA, HibernateJAP, EclipseLink For ObjectDB there is one query in following method, where the full qualified class name is necessary. See method code - red part Otherwise an error will occure. [ObjectDB 2.4.7_17 | |
Activation error on Schema change Hi, Is @OrderBy annotation supported ? When I add this annotation to my entity I get an error , saying that I did not activate my ObjectDB (which I did) : Caused by: com.objectdb.o._PersistenceException: Too many persistable types (10) - exceeds evaluation limit at com.objectdb.o | |
Error with org.springframework.data.jpa.domain.AbstractPersistable I am working on a Spring Boot application. I want to integrate ObjectDB with Spring Data JPA. I refer to the http://www.objectdb.com/database/forum/860 to do the configuration. When I start up my application, I got below error . It seems like ObjectDB does not support a generic @ID in the super | |
Distinct Error. 11:30:49.764 [main] ERROR c.c.handlers.SearchRequestHandler - Exception thrown during search request | |
Error opening database with ObjectDB Explorer when using composite key Hi, When I use a composite key in an entity and fill this database with this entity, ObjectDB explorer throws me an error when opening this database saying something about an invalid ID class and not able to locate a field. I can however retrieve entries from my program. An example program | |
Error in reading Enum in JPA - Failed to read using reflection the Object (findById), the system throws an error com.objectdb.o.UserException: Failed to read | |
Subquery error My query: TypedQuery query = em.createQuery("SELECT p FROM Station p WHERE rid = (SELECT p FROM Station p where tpl='York') AND tpl != 'York'", Station.class); Error : Exception in thread "main" [ObjectDB 2.6.6_04] SELECT p FROM Station p WHERE rid = ( == SELECT | |
ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs enhancement messages, not least because I have lots of entities, but also some of these errors | |
Error 613 - i cant put a list | |
DBDoctor BTree Errors Hello, we ran the db doctor on a database. What does the following errors mean? Do we have to repair the database? BTree Value Errors ------------------ [1] com.btc.ep.architecture.bl.internal.dmos ... of these classes, as shown on the Doctor report (as actual), then you may ignore these errors . Theoretically | |
Error on commit% 100% ------------------------- No errors have been found -------------------------   ... -04-20 11:56:07 #212 server] [ObjectDB 2.3.7_15] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_26 (on Windows XP 5.2). Please report this error on http | |
new database error Exception in thread "main" [ObjectDB 2.7.3] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.8.0_31 (on Windows 8.1 6.3). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: com.objectdb.o.UserException: Failed | |
[ObjectDB 2.6.7_04] Unexpected exception (Error 990) Since Version 2.6.7_04 we get the following NullPointerException at Query execution: [ObjectDB 2.6.7_04] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.8.0_51 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o | |
[ObjectDB 2.6.0_04] Unexpected exception (Error 990) com.objectdb.jpa.JpaQuery.getResultList Hello, the following exception appears when we execute a query: [ObjectDB 2.6.0_04] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.7.0_71 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o | |
[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null reporting issue as requested [ObjectDB 2.2.5_02] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.6.0_17 (on Windows XP 5.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: java.lang.NullPointerException | |
Error reading UTF string (Serialized Objects in Explorer) the Explorer but no exception is thrown - only the serialized fields display an error message. support ... build, since the previous error message is not expected anymore). If this will not help | |
Update query null error%" and objectsInCharge.nodePath like "%MARAS%" both result in: Query Execution Error ===================== null Query ... a better error message in that case of course. support Support just as a remark, doing the query | |
500 Internal Server Error on creating a new issue Hi, we tried (several times) to create a new issue but we receive a message: hgzwicker Hans-Georg Zwicker Thank you for this report. The error seems to be related to uploading a file (according to the website log), but unfortunately we couldn't repeat the error . Please report again if it reoccurs | |
Critical error:: com.objectdb.o.InternalException: Unexpected internal exception with query.receiver.qubletId=22))))) and this is the result: [ObjectDB 2.4.4] Unexpected exception ( Error 990 ... this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: java.lang | |
Unexpected exception Error 990 Hello, following exception occurs when querying objectdb: [ObjectDB 2.4.7_07] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Server VM 1.6.0_30 (on Windows Server 2008 R2 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException | |
error 990 ? This is what I got today: [ObjectDB 2.2.5] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) Client VM 1.6.0_31 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: null com.objectdb.o.InternalException | |
Unexpected Exception (Error 990) with ArrayIndexOutOfBoundsException Hey, I get the following exception: ODB-Line-Checker Exception: [ObjectDB 2.8.1] Unexpected exception ( Error 990) Generated by OpenJDK 64-Bit Server VM 11.0.2 (on Linux 4.14.71). Please report this error on http://www.objectdb.com/issue/new com.objectdb.o.InternalException: java.lang | |
Query execution causes an unexpected internal exception (Error 990) We have the following exception, why our query fails? [ObjectDB 2.6.7_05] Unexpected exception ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.8.0_51 (on Windows 7 6.1). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: null com | |
version 2.4.5+ with GlassFish 3.1.2, errors when runs application. Version 2.4.4 worked but not 2.4.5 or later All latest versions later 2.4.5+ even 2.4.5_05 doesn't work, it deployed but errors when running. But 2.4.4 worked javax.ejb.EJBException at com.sun.ejb.containers.BaseContainer ... . If you see this error when using a newer ObjectDB build - please reopen it. support Support Build 2.4 | |
ObjectDb Doctor : Failed to locate set method for field property com.test.Video$VideoId.sourceId using reflection (error 316) Hello everyone ! I have just launched the ObjectDb Doctor for testing purposes. But while inspecting my base, the Doctor throws me a strange error : [ObjectDB 2.4.6] Invalid ID class com.test.Video ... $VideoId.sourceId using reflection) ( error 316) It seems that the Doctor can't find the SourceId | |
[ObjectDB 2.4.3_07] Unexpected exception (Error 990) ( Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 1.6.0_35 (on Linux 2.6.32-300.10.1.el5uek). Please report this error on http://www.objectdb.com/database/issue/new com.objectdb.o | |
Unexpected exception (Error 990) follows: [2013-08-21 11:54:27 #29 client] [ObjectDB 2.5.1_02] Unexpected exception ( Error 990 ... this error on http://www.objectdb.com/database/issue/new com.objectdb.o.InternalException: null com | |
Generating new activation code gives 500 server error The link I got for activation doesn't work after I pasted onto the browser cause of the 500 error . Ieodaq Daniele Lotti Solved. Ieodaq Daniele Lotti | |
Errors after unexpected server shutdown you should be able to repair the entire database by running the Doctor. We will also check why you got the error in |