ObjectDB Database Search

51-100 of 132 results

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_04] at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_04] at java

NullPointerException while setting a new property value

version). In my theory, this is a (possible) cause and what we are doing - concurrent access ... concurrently executing threads, as the entity manager and persistence context are not required

Getting exception while executing the Query

I have facing a problem when i am executing the query first time, Please find the stack trace below java.lang.InterruptedException at java.util. concurrent .locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1301) at java.util. concurrent .Semaphore.acquire

Attempt to execute a query using a closed EntityManager

.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util. concurrent .ThreadPoolExecutor$Worker.run

Attempt to begin a new transaction when a transaction is active

like this : com.objectdb.jpa.Provider   From other beans I need concurrent access to the database ... (updatedRecord); or recordDao.storeRecord(newRecord); Other concurrent operations that I execute

PersistenceException UserException: Failed to validate persistence.xml

(JIoEndpoint.java:312) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang

UserException - Object User#2 belongs to another EntityManager

.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util. concurrent .ThreadPoolExecutor$Worker.run

How to deploy an Objectdb project with Jboss AS 7?

] at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21] at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21

Embedding ObjectDB on server application

.SFSEventManager$SFSEventRunner.run(SFSEventManager.java:64) java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util. concurrent .ThreadPoolExecutor$Worker.run

Cast exception?

(SFSEventManager.java:64) java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang

Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg'

concurrency issue with one lock - then when the first process delete the lock and then the folder ... that two processes will try to delete the same obsolete directory concurrently , but this should not cause any problem. support Support

Problem upgrading

(NioEndpoint.java:1456) [tomcat-embed-core-8.0.28.jar:8.0.28] at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_72] at java.util. concurrent .ThreadPoolExecutor$Worker

Performance tuning, best practices

if the performance issue is due to load of several concurrent clients, or maybe same slow performance ... concurrent requests from different users, and also tries to use multiple cores for a single request

locks on pure query activities

it. In addition, we just released a new build (2.7.1_01) that supports concurrent reading from ... :     System.setProperty("objectdb.temp. concurrent -file-read", "true"); (or using

Deploy ObjectDB in WildFly 10

; at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)         at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java

New Index causing troubles

(Unknown Source) java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run

EntityTransaction.commit() does not release a pessimistic lock

.ArrayList; import java.util.HashMap; import java.util.Map; import java.util. concurrent .CyclicBarrier; import java.util. concurrent .TimeUnit; public class Main { public static void main(String[] args

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

;  at io.netty.util. concurrent .SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java ... )     at io.netty.util. concurrent .FastThreadLocalRunnable.run(FastThreadLocalRunnable

Query Method NullPointerException on List iteration

.35.jar:9.0.35] at java.base/java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[na:na] at java.base/java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor

Failed to resize file - file system limitation error

to set the objectdb.temp. concurrent -file-read system property to true when running your server (-D objectdb.temp. concurrent -file-read=true) . If set to true , try false . If not tried already, try

Query and commit simultaneously

/PersistenceManager level. To have real concurrent operations, you have to use ObjectDB 2.0 (and not ObjectDB 1.0

Externalising persistence.xml properties in Glassfish?

that the whole issue could be delegated to the container? I'm concurrently developing actively

OptimisticLockException

of the merge. Still haven't used ObjectDB in embedded mode. My issue was concurrency , and as OP posted, they are mainly single threaded. Willks William

Pessimistic Lock Timeouts setting

pessimistic locking due to a highly concurrent system that requires integrity on some value. Rest

ObjectDB eclipse plugin

there are other feature requests with higher priority. True, I concurr that IT WORKS. However consider the bloat

Exception on creation when running multithreaded

what may be the cause for this exception? I could understand a  concurrency issue when persisting

Embedded & Activation & Scalation

cannot write to the same ObjectDB database concurrently . Future versions may remove this limitation

Optimistic locking failure

Optimistic locking failure: I am using a Semaphore to force this execution of concurrents transactions T1 and T2 that cause parallel updates to A/B but it does not throw an OptimisticLockException and roll back. T1 T2 ---------------------------------------------------------- READ(A) version=1

Index causes increased memory usage

? A separate cache is managed per open database. How many database files do you use concurrently

Out of memory

. Alternatively, you may also try reducing concurrent memory consumption by using less working threads  

internal object DB locking in an embedded multi threaded application

Hi, we are using Embeded objectDB 2.4.4_06 in a highly multithreaded concurrent manner and we have noticed a performance problem in our application that seems to be attributed to ObjectDb's internal locking. When profiling our app in JVisualVm we notice a large number of threads are blocked

Transaction isolation support?

of an object. To avoid using the same object by different users concurrently (even for read

InternalException

Trying to move a project from test into production phase, I have started to get internal exceptions when working on large data sets: java.util. concurrent .ExecutionException: com.objectdb.o.InternalException: Unexpected internal exception .... Caused by: com.objectdb.o.InternalException: Unexpected

Object DB In memory : without Filestore

with ObjectDB along with Concurrency controls and transaction mgmt. Let us know if it is possible to run

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

this is related to registering persistable types in the database concurrently , i.e. when running the application

Object Relations Error after Schema Change

of using more than one version of an entity class concurrently . When you restart the server

wrong query result

of entity classes concurrently . When you upgrade your schema you must make sure that the ObjectDB

ArrayIndexOutOfBoundException

workaround if it works. It may also indicate that the problem is related to concurrent use of the cache ... Sedlakova During the weekend we ran intensive tests of concurrent persist/find/remove/update operations

Server crash - Mismatch client-server protocol prefix

) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java

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

.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util. concurrent .ThreadPoolExecutor$Worker.run

NullpointerException at a normal select

.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util. concurrent .ThreadPoolExecutor$Worker.run

An entityManager.flush() with many entities is not possible

(Unknown Source)         at java.util. concurrent .ThreadPoolExecutor.runWorker(Unknown Source)         at java.util. concurrent

InvalidClassException

.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util. concurrent .ThreadPoolExecutor$Worker.run

NullPointerException on TreeSet load

.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util. concurrent .ThreadPoolExecutor

​​​​​​​Unexpected internal exception

.DispatchedTask.run(Dispatched.kt:233) at java.util. concurrent .ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util. concurrent .ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624

Memory leak in com.objectdb.o.CST

distinct databases concurrently ? If not and you only have one database, try to build ... is that maybe your application has 132 concurrent connections to the database (e.g. in 132

missing merger

.temp. concurrent -file-read", "true"); by the way, in our application it is not possible that some ... and queried concurrently , but no exceptions are thrown later, i.e. restarting the system wasn't really

ObjectDB 2.2.5

object. Fixed merging entity objects of another EntityManager . Fixed a bug in concurrent

Server out of memory exceptions

open databases do you use concurrently ? Following the thread dump I count about 9 open databases

NullPointerException when using multithreading

DB in Server mode, I have numerous threads trying to concurrently persist new entities