Internal Website Search

1-50 of 58 results

RollbackException.RollbackException() - JPA Constructor

JPA Constructor in javax.persistence. RollbackException RollbackException () Constructs a new RollbackException exception with null as its detail message. Since: JPA 1.0

RollbackException.RollbackException(message,cause) - JPA Constructor

JPA Constructor in javax.persistence. RollbackException RollbackException (   String message,    Throwable cause ) Constructs a new RollbackException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 1.0

RollbackException.RollbackException(cause) - JPA Constructor

JPA Constructor in javax.persistence. RollbackException RollbackException (   Throwable cause ) Constructs a new RollbackException exception with the specified cause. Parameters: cause - the cause. Since: JPA 1.0

RollbackException.RollbackException(message) - JPA Constructor

JPA Constructor in javax.persistence. RollbackException RollbackException (   String message ) Constructs a new RollbackException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0

javax.persistence.RollbackException

JPA Exception RollbackException java.lang.Object ∟  java.lang.Throwable ∟  java.lang ... ; javax.persistence. RollbackException Thrown by the persistence provider when () EntityTransaction.commit ... RollbackException () Constructs a new RollbackException exception with null as its detail message

com.objectdb.o._RollbackException: Failed to commit transaction

Check the Exception below: (occurs sometimes, ObjectDB 2.3.6_14) com.objectdb.o._ RollbackException : Failed to commit transaction: at com.objectdb.o.JPE.g(JPE.java:89) ~[JPE.class:na] at com.objectdb.o.ERR.f(ERR.java:59) ~[ERR.class:na] at com.objectdb.o.OBC.onObjectDBError(OBC.java:1493) ~[OBC

JPA Exceptions

.QueryTimeoutException javax.persistence. RollbackException javax.persistence ... : The RollbackException exception usually wraps the real failure cause as a nested exception  ... entity object, the nested exception is: Other common causes for RollbackException are lock failures

Database Connection using JPA

to the database prior to the failure) and a RollbackException is thrown.

RT Java application recording into 100DB run OOM after a few hours.

()=com.objectdb.o._ RollbackException : Failed to commit transaction: GC overhead limit exceeded e ... ._ RollbackException EKK Emmanuel Keskes All the settings in the ObjectDB configuration file

Internal exception when updating date filed (TemporalType.DATE)

Hello! ObjectDB version 2.5.3_02. I get internal exception when commiting update Date field (javax.persistence.TemporalType.DATE). [ObjectDB 2.5.3_02] javax.persistence. RollbackException Failed ... 1981 [ObjectDB 2.5.3_02] javax.persistence. RollbackException Failed to commit transaction: (error 613

Database size is much larger than expected (x2)

_22a1404.jpg Exception in thread "main" [ObjectDB 2.2.9_03] javax.persistence. RollbackException Failed ... : Exception in thread "main" [ObjectDB 2.2.9_03] javax.persistence. RollbackException Failed to commit

Optimistic lock failed

Hi, I frequently see exceptions during development such as com.objectdb.o._ RollbackException : Failed to commit transaction: Optimistic lock failed for object com.example.MyEntity#3 (object ... .objectdb.com/database/forum/41 The RollbackException wraps the real exception - see: http://www

Felix, rollback exception, error 613

to /example/ [ObjectDB 2.7.5] javax.persistence. RollbackException Failed to commit transaction ... (Launcher.java:147) Caused by: com.objectdb.o._ RollbackException : Failed to commit transaction

Fantom

: com.objectdb.o._ RollbackException : Failed to commit transaction: Failed to get reference value ... . After that, it threw this error every time: sys::Err: com.objectdb.o._ RollbackException : Failed

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

" [ObjectDB 2.6.9_02] javax.persistence. RollbackException Failed to commit transaction: Failed to locate ... project.. Exception in thread "main" [ObjectDB 2.6.9_02] javax.persistence. RollbackException Failed

Removing an entity throws exception

: Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: com.objectdb.o._ RollbackException : Failed to commit transaction: 51 ... Caused by: com.objectdb.o._ RollbackException : Failed to commit

@OneToMany(fetch = FetchType.LAZY) list is always null

(SystemException e) { e.printStackTrace(); } catch ( RollbackException e) { e.printStackTrace ... (SystemException e) { e.printStackTrace(); } catch ( RollbackException e) { e.printStackTrace(); } catch

EntityTransaction.commit() - JPA Method

JPA Method in javax.persistence.EntityTransaction void commit () Commit the current resource transaction, writing any unflushed changes to the database. Throws: IllegalStateException - if isActive() is false RollbackException - if the commit fails Since: JPA 1.0

javax.persistence.EntityTransaction

changes to the database. Throws: IllegalStateException - if isActive() is false RollbackException

Object belongs to another EntityManager - ERROR

Hi, From time to time we are getting following error in our project when trying to insert/update a record in database [ObjectDB 2.4.6_13] javax.persistence. RollbackException 10:29:14,880 ERROR [stderr] (http--10.23.3.98-8081-5) Failed to commit transaction: Object 'pbdmodel.impl.OrgJedinicaImpl#8

Failed to commit transaction: Attempt to reuse an existing primary key value (613)

. RollbackException Failed to commit transaction: Attempt to reuse an existing primary key value

BTree 8 is not found at com.objectdb.o.JPE.d(JPE.java:91)

Following error occurred after upgrading from 2.7.5_05 to 2.7.6_01 There is a separate, unexplained, license issue on this machine too, but this seems like a different issue. com.objectdb.o._ RollbackException : Failed to commit transaction: Unexpected database state: BTree 8 is not found at com

Is it possible to remove parent/child entities without refresh?

.persistence. RollbackException Failed to commit transaction: (error 613)). Do you have an idea? package

Date field Index is corrupted due to time change

_14] javax.persistence. RollbackException Failed to commit transaction: (error 613) at com.objectdb.jpa

Merge with Parent/Child entities not possible

Can you please tell me why the following unit test ends with "[ObjectDB 2.5.7_02] javax.persistence. RollbackException "? package example; import java.io.File; import java.util.HashMap; import java.util.Map; import javax.persistence.CascadeType; import javax.persistence.Column; import javax

failure to enforce NOT NULL for java.lang.String

successfully violate the @Unique constraint: [ObjectDB 2.3.7] javax.persistence. RollbackException

Persisting collection where members are subclasses

get  [ObjectDB 2.3.6] javax.persistence. RollbackException Failed to commit transaction: Attempt

OptimisticLockException

Have read read the documentation on optimistic locks, still not sure how to deal with these exceptions: [ObjectDB 2.2.5_04] javax.persistence. RollbackException Failed to commit transaction: Optimistic lock failed for object   dmoshal David Moshal perhaps I should explain the problem

calling persist on an object more than once

results in an error (613) when the transaction is commited: [ObjectDB 2.2.4] javax.persistence. RollbackException Failed to commit transaction: Attempt to reuse an existing primary key value (common.model.UserSession:13) (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:271) at javax.jdo

Hitting Evaluation Limit After Code Rollback

_ RollbackException : Failed to commit transaction: Too many persistent objects (1000000) - exceeds evaluation

Error 613 - i cant put a list into a Squad object

] javax.persistence. RollbackException Failed to commit transaction: Failed to write the value of field

alter table

_04] javax.persistence. RollbackException Failed to commit transaction: Failed to get reference value

@Unique member combination not working

, as expected, is: Exception in thread "main" [ObjectDB 2.x] javax.persistence. RollbackException Failed

Saving custom list which implements java.util.List fails

: Exception in thread "main" [ObjectDB 2.4.7_08] javax.persistence. RollbackException Failed to commit

Uninitialized primary key (id = 0)

Exception in thread "main" [ObjectDB 2.2.9_04] javax.persistence. RollbackException Failed to commit transaction: Attempt to reuse an existing primary key value (image.Meta:0) (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:277) I check the db by explorer.jar, and find the only one record

Failed to commit transaction: Java heap space (error 613)

. RollbackException Failed to commit transaction: Java heap space (error 613) We are using ObjectDB 2

how to persist an object twice into two diff. collections of two diff. classes

this exception: Exception in thread "AWT-EventQueue-0" [ObjectDB 2.2.0] javax.persistence. RollbackException

unable to update table in slave server database

.persistence. RollbackException Failed to commit transaction: Attempt to commit a transaction in read

How to create dynamic Entity class.

. RollbackException Failed to commit transaction: Failed to get reference value of field field DClass

InternalException

. RollbackException Failed to commit transaction: (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:279 ... . If another thread has updated the same object the RollbackException is caught and the transaction

Pessimistic lock timeout - blocks indefinitely

.persistence. RollbackException As mentioned before the LockTimeoutExceptions are expected. Here "updater4" gets ... to be getting the original copy rather than the commited update and ends up in a RollbackException

Can not have unique index on Byte Array

I found that it is impossible to insert a record with @Unique byte[] var; after initial insertion of a single record. Below is the exception:   Nbl3hQfe6LHayqZ7TQKivA== iWbldTBdz3etGCqHspWw3Q== Exception in thread "main" [ObjectDB 2.7.4_05] javax.persistence. RollbackException Failed

java.lang.ClassCastException: com.objectdb.o.SCU cannot be cast to com.objectdb.o.PRU

2.7.1] javax.persistence. RollbackException Failed to commit transaction: com.objectdb.o.SCU

InternalException during producer/consumer scenario

.java:595) Caused by: com.objectdb.o._ RollbackException : Failed to commit transaction: Unexpected

Unexpected not reproducable exception during commit

.objectdb.o._ RollbackException : Failed to commit transaction: 2019-02-07 04:22:53 - [main] ERROR com.btc

Query in nested transaction returns detached entity if lazy-loaded

. Unfortunately The version 2.7.4_04 is not usable in our tool. Caused by: com.objectdb.o._ RollbackException

Server out of memory exceptions

. RollbackException Failed to commit transaction: Attempt to commit a transaction after failure in writing

InternalException

Hi, 3 Days before our rollout.. We've just got this when trying to commit persist of a bunch of entities into the DB   Caused by: com.objectdb.o._ RollbackException : Failed to commit transaction: at com.objectdb.o.JPE.g(JPE.java:89) [objectdb-2.4.0.jar:] at com.objectdb.o.ERR.f(ERR.java:60

Error in production. Failed to commit transaction: Unexpected database state: BTree -152 is not found

[ObjectDB 2.5.5] javax.persistence. RollbackException Failed to commit transaction: Unexpected

Unexpected Exception during commit

; [ObjectDB 2.2.9_01] javax.persistence. RollbackException Failed to commit transaction: Unexpected internal