ObjectDB Database Search
101-150 of 200 resultsInternal 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 | |
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 | |
Open a db file causes an error We get the following error , if we open a db file. We use ObjectDB 2.6.8. What is wrong? Caused by: java.lang.NullPointerException: null at com.objectdb.o.IXN. (IXN.java:136) ~[na:na] at com.objectdb ... an unexpected type during initialization. Could you please provide more details about when this error started | |
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 | |
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 | |
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 | |
ObjectDB Explorer query error: Unexpected query token 'value' Hi, my entity is named "XXXValue": this has several attributes, one of these is "value". In query tab, if I do "select value from XXXValue", I get the error . I try "select XXXValue.value from XXXValue" and the error is the same. Queries on others attributes work fine. Thanks! luca | |
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 | |
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 | |
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 | |
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 | |
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 | |
Error 613 - i cant put a list | |
Criteria query error: Unexpected query token Using JPA2, I can save entities now in JBoss, and also fetch them uniquely by id. However, if I try to fetch it by getting back all instances (e.g. findAll, I get the following error : org.jboss.arquillian.spi.ArquillianProxyException: com.objectdb.o._PersistenceException : Unexpected query token | |
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 | |
Mysterious "Attempt to persist a reference to a non managed instance" error transaction: Attempt to persist a reference to a non managed failing.Ostrich instance ( error 613 | |
Distinct Error. 11:30:49.764 [main] ERROR c.c.handlers.SearchRequestHandler - Exception thrown during search request | |
Cascading merge() leading to "Attempt to persist a reference to a non managed instance" error" reproduces the error : public final class ObjectDbCascadingMergeTest { public void | |
Replication Error the db with the doctor. No error is found. I use the latest version of ObjectDB. (2.3.6_16) Do i miss | |
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 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 | |
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 | |
Replication error on slave restart replicated database" error message. support Support Failed to synchronize replicated database Also appeared | |
Invalid file type for enhancement (error 104) Trying to run enhancement, I get: [ObjectDB 2.5.5_05] Invalid file type for enhancement: /home/steve/java/spiffymap-svn/sealog-core/build/classes/com/spiffymap/sealog/model/Audit.java ( error 104) com.objectdb.o.UserException: Invalid file type for enhancement: /home/steve/java | |
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 | |
Failed to write the value of field using reflection (error 363) on LAZY fetch the value of field field ch.megloff.zeus.model.Modell.articles using reflection ( error 363) at ch.megloff | |
Internal objectdb error when execute a flush We get an internal objectdb error , when we execute a flush. Why? What's wrong? It performs with version objectdb-2.6.4_04. It does not perform with version objectdb-2.6.6_04. Caused by: com.objectdb.o.InternalException: Unexpected internal exception at com.objectdb.o.JPE.h(JPE.java:168 | |
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's Database Doctor Incorrect Error Report this error use page size of 64KB or smaller. support Support Ah, OK. I will do that. I | |
Corrupted Database or error in ObjectDBExplorer? Hello, we have problems when we open our Database file with the ObjectDB-Explorer (2.6.8_b8). Can you analyze the problem and tell us if its a problem of the explorer or a real problem in the Database-File? An analysis with the DB-Doctor found no problems. We observe the error if we try | |
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 happened while running report. Hi At the Creation of ObjectDB Data Set step.The parameter setting finished,the problem occurred at preview result time. Like: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report. at org.eclipse.birt.report.engine.api.impl | |
Error activating objectdb C: \ Users \ Roberto Pinto java -cp objectdb.jar com.objectdb.Activator Error : The main class com.objectdb.Activator was not found or loaded this is the path of the activator D: \ BBDD_Entornos \ Objecdb \ Objectdb-2.74_03 \ objectdb-2.7.4_03 \ bin this is the route where the clkase Activator | |
Enhancement Error: ClassNotFoundException I download the 2.8.5_03, another exception appeared. Thanks --- bmpccdeMac-mini:CloudAI eko$ bash enhancer.sh build/libs/asli-cloudai.jar [ObjectDB 2.8.5_03] Failed to process class file of type 'io.grpc.netty.shaded.io.netty.handler.codec.compression.JZlibEncoder' ( error 422) com.objectdb.o | |
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 | |
Query in Spring Data error Like for Integer records Hi!, Does anyone know how I can use this type of Query with Like and that does not give an error when you search in an Integer type field? I have been forced to change the "CodigoTienda" record in my entity from an Integer type to a String type. Greetings. televoip2 Antonio Gonzalez Bonilla | |
Post-compile enhancement sometimes causes error in generic loops: incompatible types found: java.lang.Object: required: Entity over an @entity type I get a generics error . The generic for loop is: for (Steel s ... understand the circumstances) gives this error : incompatible types found: java.lang.Object required | |
[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.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 | |
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 | |
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 | |
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 | |
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 | |
[ObjectDB 2.8.1] Unexpected exception (Error 990) [ObjectDB 2.8.1] Unexpected exception ( Error 990) Generated by OpenJDK 64-Bit Server VM 1.8.0_212 (on Linux 5.0.0-27-generic). Please report this error on http://www.objectdb.com/issue/new com.objectdb.o.InternalException: java.lang.NullPointerException: null java.lang.NullPointerException at com | |
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 | |
Enhancement does not show an error message when an outdated license is used shows that all entites are enhanced. Can you throw an error message, if the license is outdated ... to the standard error when an expired activation is found in the configuration file. Thank you again for this report. support Support | |
Error during closing an entity manager, but the error throws again. btc_es BTC EmbeddedSystems Could you please check build 2.7.1_03? support | |
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 | |
Generating new activation code gives 500 server error Trying to generate a new activation code using our site license key gives a 500 error every time. Code generated using version 2.7.4_04 and openjdk 1.8.0_171. spiffy Jonathan Harley There was a problem, thank you for this report. Please try again now. support Support | |
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 |