ObjectDB Database Search

101-150 of 200 results

Database is erased after deploying a new web application version

Hello, I'm a new ObjectDB user and currently working on a Java web application that's running ... it: When running a new web application version, I get an exception saying this file could not be opened ... the web-app is running , I have no intention of closing the connection to the database

UTF Error

) at com.objectdb.o.SHN.J(SHN.java:491) at com.objectdb.o.SHN.x(SHN.java:157) at com.objectdb.o.HND. run (HND ... .WorkerThreadIOStrategy$WorkerThreadRunnable. run (WorkerThreadIOStrategy.java:114) at org.glassfish.grizzly ... .threadpool.AbstractThreadPool$Worker. run (AbstractThreadPool.java:549) at java.base/java.lang.Thread

Replication error on slave restart

I'm trying to enable replication on master server that was running with "recovery" enabled ... ) at com.objectdb.o.SHN.aw(SHN.java:703) at com.objectdb.o.SHN.K(SHN.java:202) at com.objectdb.o.HND. run (HND.java:133) at java.lang.Thread. run (Unknown Source) And, maybe it is irrelevant to this topic, if I

ObjectDB is opening too many sockets

(or File-Close Connection is used), the same way, when our application is running , those connections ... with running ObjectDB Server, and did all connections from explorer only. I was working with 2 DB files ... bellow are steps done on 1 running ObjectDBServer without restarts, also explorer was single instance

Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x

. Please find the odb file which i am using. I have already pasted the code which is being exeucted to run ... the index the database has to be rebuilt by running the Doctor in repair mode. After fixing the index in that database (by running the Doctor) the query runs fast. support Support Thanks. i will check

Add class to objectdb ?

.EventQueue$3. run (EventQueue.java:682) at java.awt.EventQueue$3. run (EventQueue.java:680) at java.security ... (ProtectionDomain.java:87) at java.awt.EventQueue$4. run (EventQueue.java:696) at java.awt.EventQueue$4. run ... .WaitDispatchSupport$2. run (WaitDispatchSupport.java:182) at java.awt.WaitDispatchSupport$4. run (WaitDispatchSupport.java

Date field Index is corrupted due to time change

that running DB Doctor on it shows the following issues: root@localhost totalrecall]# ./dbDoctor.sh db ... you can see from the DB file. All DB operations are sequential, i.e. only one DB operation runs ... .passive.SnifferProvider$1. run (SnifferProvider.java:180) at com.arunta.tech.timer.TimerTaskWrapper. run

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

a Java RMI interface which allows remote RMI clients to run JPQL queries on the DB. The application internally runs SELECT NEW ... queries. For example: SELECT NEW com.arunta.base.db.FileNameDTO(r.id, r.fileName) FROM RecordingMetaData AS r WHERE ... A remote RMI client runs SELECT (but not SELECT

Error 990... and then new version?

So when I finally got everything up and running and ran a test with my (rather complex) data ... .JUnit5TestReference. run (JUnit5TestReference.java:89) at org.eclipse.jdt.internal.junit.runner.TestExecution. run ... .java:763) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. run (RemoteTestRunner.java:463

Trouble viewing db in Explorer.

* at java.net.URLClassLoader$1. run (Unknown Source) at java.security.AccessController.doPrivileged(Native ... $000(Unknown Source) at java.awt.EventQueue$1. run (Unknown Source) at java.awt.EventQueue$1. run ... .doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2. run (Unknown Source) at java.awt.EventQueue

newbie - lots of exeptions

.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask. run (ContextTask.java:71 ... .grizzly.util.AbstractThreadPool$Worker. run (AbstractThreadPool.java:513) at java.lang.Thread. run ... .call(SelectionKeyContextTask.java:59) at com.sun.grizzly.ContextTask. run (ContextTask.java:71) at com.sun.grizzly.util

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

$1. run (ServerRuntime.java:224) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271 ... . run (WorkerThreadIOStrategy.java:135) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:564) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker. run

Replication error - parsing objectdb config

server is running fine but the 6136 server refuses to start - no error or other messages are output ... (TestMethodRunner.java:75) at org.junit.internal.runners.TestMethodRunner. run (TestMethodRunner.java:45 ... :66) at org.junit.internal.runners.TestClassMethodsRunner. run (TestClassMethodsRunner.java:35) at org

Unable to execute update query

. run (EventQueue.java:709) at java.awt.EventQueue$3. run (EventQueue.java:703) at java.security ... .doIntersectionPrivilege(ProtectionDomain.java:86) at java.awt.EventQueue$4. run (EventQueue.java:731) at java.awt.EventQueue$4. run (EventQueue.java:729) at java.security.AccessController.doPrivileged

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

.internal.TestMethodWorker. run (TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner. run (TestRunner.java:505) at org.testng.SuiteRunner.runTest ... .SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner. run (SuiteRunner.java:364

500Mb ObjectDb database opening issue

;   +---java.lang.Thread. run ()       ... ;   | +---com.anritsu.pa3.application.pa3guiapplication.managers.AppDataImportManager$4. run ... .EventDispatchThread. run ()               

First query takes 4+ minutes to complete

SELECT query that we run on the DB which contains about 320,000 records of a single type of object ... System We are running our tests on a 64bit Linux (CentOS 6.3) machine with JDK 1.7. The system has 4Gb of RAM (DDT ... (related to the query that we run ). @Entity(name="RecordingMetaData") @SequenceGenerator( name

InternalError on multiple AND and JOIN Query

Hi, Using objectdb 2.2.8_06. Running the following query: SELECT DISTINCT $1 FROM CDI $1 JOIN $1 ... (FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable. run ... .BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) at org.junit.runners.ParentRunner$3. run (ParentRunner.java

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

Hi! Scenario: Copy attached DB into localhost ObjectDB server (I'm running 2.5.1_03). Open ... . Run project on Apache Tomee 1.5.2 standard. Take a look at NetBeans' output to see how many entities ... the change, close ObjectDB's connection, and run the project again. Important : do all that until a new

Failed to resize file - file system limitation error

.java:132) at com.objectdb.o.DTT. run (DTT.java:85) at com.objectdb.o.STD. run (STD.java:75) com.objectdb ... ) at com.objectdb.o.DFL. run (DFL.java:1002) at java.lang.Thread. run (Thread.java:745) Caused by: java.io ... may be to run the Doctor in repair mode and check whether you still have the errors with the new generated

Java 6/7 Performance Comparison

embedded mode based on the console tutorial, there seems to be a bit of a performance gap running ... may have missed while running under java 7. long start = System.currentTimeMillis(); EntityManagerFactory ... to perform comparably. I've tried running this on a brand new machine as well as my main dev machine

Out of memory

;  at com.objectdb.o.HND. run (HND.java:151)         at java.lang.Thread. run (Thread.java:662) Exception in thread "ODB-StoreHandler-39" java.lang.OutOfMemoryError ... ; lwalkowski Lukasz Walkowski Some new data. After 5 hours of running database memory usage is quite high

Online backup problem

.ClassNotFoundException: org.springframework.security.userdetails.UserDetails at java.net.URLClassLoader$1. run ... .o.SHN.J(SHN.java:113) at com.objectdb.o.HND. run (HND.java:133) at java.lang.Thread. run (Thread.java ... .springframework.security.userdetails.UserDetails at java.net.URLClassLoader$1. run (URLClassLoader.java:217

problem with lazy loading - unittest project attached

.0.5.RELEASE.jar:3.0.5.RELEASE] at org.junit.internal.runners.model.ReflectiveCallable. run ... .runChild(BlockJUnit4ClassRunner.java:49) [junit-4.8.2.jar:na] at org.junit.runners.ParentRunner$3. run ... ) [spring-test-3.0.5.RELEASE.jar:3.0.5.RELEASE] at org.junit.runners.ParentRunner. run (ParentRunner

ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs

(EjbOptionalIntfGenerator.java:65) at com.sun.ejb.codegen.EjbOptionalIntfGenerator$1. run (EjbOptionalIntfGenerator ... .DeployCommand.execute(DeployCommand.java:491) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1. run (CommandRunnerImpl.java:539) at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1. run (CommandRunnerImpl

InternalException when reading a HashMap

Hi, our app threw this exception during saving an object after running for several days (using ... running application. Apart from those 2 exceptions the database for all DB files was working ... earlier next time.   jakab Gergely Jakab Hi, Usually running the Doctor on every backup

Unexpected exception during open the database

) at com.objectdb.o.MST.Zc(MST.java:1180) at com.objectdb.o.IXA$1. run (IXA.java:418)   Exception 2 ... .objectdb.o.IXA.a(IXA.java:294) at com.objectdb.o.IXA. run (IXA.java:266) at java.lang.Thread. run ... .DSS.ZR(DSS.java:699) at com.objectdb.o.MST.Zc(MST.java:1181) at com.objectdb.o.IXA$1. run (IXA.java:418

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

) that when running my "console" test app in NetBeans IDE using the Run context menu it was in fact over-writing ... .console.Main.createProject(Main.java:129) at com.greensoft.objectdb.test.console.Main. run (Main.java ... from three runs : Run1:  explicitly: System.setProperty("objectdb.temp.no-enhancement-crc-check

locks on pure query activities

.AbstractConnection$2. run (AbstractConnection.java:544) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) at org.eclipse.jetty.util.thread.QueuedThreadPool$3. run (QueuedThreadPool.java:555) at java.lang.Thread. run (Unknown Source) Locked ownable synchronizers: - None or

How to resolve 404 errors with Eclipse/Maven Spring MVC

I have created a project as guided by www.objectdb.com/tutorial/jpa/eclipse/spring/ run . When I ... 6 server icon indicating the jar has been deployed to the tomcat6 server. Neither version will run with tomcat 6. Both versions will run with "mvn jetty:run". Thank you (very much!) for taking a look

Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project

I have a Max OSX Lion and am running Netbeans 7.2 with Glassfish 3.1.2. I download the tutorial and run it. The moment I type something in the sign in block and click add, I get the following error ... .ContextTask. run (ContextTask.java:71) at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork

UserException: Package com.example.model is not found by the enhancer

My program works fine when I run it from Netbeans but as soon as I clean and build and move the dist directory out of the project to a remote location and run it using java -jar example.jar then I ... deployment of the web application with already enhanced classes, so there is no need to run

Connection is closed (error 526)

.java:54) at src. run .testNodes.getSonsAll(testNodes.java:191) at src. run .testNodes.main(testNodes ... .Nodes.getSons(Nodes.java:53) at src. run .testNodes.getSonsAll(testNodes.java:300) at src. run .testNodes ... .SFL.ah(SFL.java:990) at com.objectdb.o.SFL.af(SFL.java:950) at com.objectdb.o.SFL. run (SFL.java:896

Searching lists within objects

. support Support Okay, I've follow suggestion one. Now I'm running some example queries.   ... .runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable. run ... .BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) at org.junit.runners.ParentRunner$3. run

Server out of memory exceptions

I've started to get memory exceptions on objectdb instances running as a server. The objectdb log ... .objectdb.o.NTS.z(NTS.java:314) at com.objectdb.o.NTS.y(NTS.java:274) at com.objectdb.o.HND. run (HND.java:128) at java.lang.Thread. run (Thread.java:595) [2011-07-30 19:53:24 #22 store] Database 'F

missing merger

, 10, 3855 and 3577), but the cause is unclear. Please advise whether there are errors when you run ... $DoPostEvent. run (Timer.java:243)     at java.desktop/java.awt.event.InvocationEvent.dispatch ... (EventQueue.java:773)     at java.desktop/java.awt.EventQueue$4. run (EventQueue.java:720

Unexpected exception (Error 990) com.objectdb.o.InternalException

) at com.btc.ep.formalnotation.al.internal.PatternApplicationServiceImpl$AjcClosure27. run ... (CreateDummySpecification.java:101) at com.btc.ep.formalnotation.ui.handlers.CreateDummySpecification$1. run (CreateDummySpecification.java:73) at org.eclipse.core.internal.jobs.Worker. run (Worker.java:54) btc_es BTC

combined index not used

-Georg Zwicker Running the query on the sample database that you sent in the Explorer shows ... have to try different query plans by running them in the background in order to optimise and select best ... running the query several times in the Explorer with the position hint: 1, 2, 3, 4, 5 as explained

ArrayIndexOutOfBoundException

.SecuredPrintQue.singleDeviceQue(SecuredPrintQue.java:499) at ysoft.sqpro.queue.SecuredPrintQue. run ... of running . Maruta M Sedlakova The Database Doctor output indicates that the database is healthy ... more often. The cache cannot be disabled completely. support Support You may also try running ObjectDB

Blocked by find

threads which use this method. In a run today one of the threads seems to have got stuck ... ) rbccm.felix.framework.service.ServiceRunner. run (ServiceRunner.java:259) java.lang.Thread. run (Thread ... (WorkflowService.java:75) rbccm.felix.framework.service.ServiceRunner. run (ServiceRunner.java:259) java.lang.Thread

ObjectDB BIRT Driver Update

.datatools.connectivity.oda.design.internal.ui.DataSourceEditorPageCore$1. run (DataSourceEditorPageCore ... . run (AbstractElementAction.java:70) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:214) at org.eclipse.jface.viewers.StructuredViewer$1. run

each 1-2 days objects on some objectdb level lock/block each other

;   support Support The 80% are only in these escalation situations. When the system runs smoothly ... is not caused by any specific activity, we run more or less the same queries all day.  The 80% cpu ... return fast enough it tries running it again and again? This could also be a user or users that send

again merger missing logs + objectdb exception

.java:480) at org.eclipse.jetty.io.AbstractConnection$2. run (AbstractConnection.java:544) at org.eclipse ... .thread.QueuedThreadPool$3. run (QueuedThreadPool.java:555) at java.lang.Thread. run (Unknown Source ... (AbstractWebSocketConnection.java:480) at org.eclipse.jetty.io.AbstractConnection$2. run

ArrayIndexOutOfBoundsException on flush

.service.ServiceRunner. run (Unknown Source) at java.lang.Thread. run (Thread.java:662) Caused by: com ... (SFL.java:991) at com.objectdb.o.SFL. run (SFL.java:899) ... 1 more felixobjectdb Richard Szurgot Unfortunately the database that you have uploaded is totally corrupted (as shown by running the Doctor

Exception makes the system unusable for several minutes

.java:480) at org.eclipse.jetty.io.AbstractConnection$2. run (AbstractConnection.java:544) at org ... .thread.QueuedThreadPool$3. run (QueuedThreadPool.java:555) at java.lang.Thread. run (Unknown Source ... .jetty.io.AbstractConnection$2. run (AbstractConnection.java:544) at org.eclipse.jetty.util.thread

[ObjectDB 2.6.0_04] Unexpected exception (Error 990) com.objectdb.jpa.JpaQuery.getResultList

. run (TargetLinkXmlBypassHandler.java:1) at com.btc.ep.base.transactions.annotations ... (Display.java:3761) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9. run ... ) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine. run (PartRenderingEngine.java:1032

ArrayIndexOutOfBoundsException: -1

I've attached a test which fails with the error "ArrayIndexOutOfBoundsException: -1". It runs 10 ... a single class test I'm afraid but it is standalone. I'm running as follows: java -classpath objectdb ... , sometimes it will run for a couple of minutes - so is most likely connected to the multiple threads. I

Error 990 when querying a class with persistence-capable-superclass

? Could it be because of the superclass, as I guessed? Or a failure of run -time enhancement? RDBMS-based JDO ... ) with instructions how to run it and reproduce the exception, isolating the problem into a small test case ... .runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable. run

Enhanced classes problem

(ReplicationMarkerGeneratorJob.java:36) at org.quartz.core.JobRunShell. run (JobRunShell.java:202) ... 1 more Caused ... (ReplicationMarkerGeneratorJob.java:36) 2013/05/23 09:25:26.182 | at org.quartz.core.JobRunShell. run (JobRunShell.java:202) 2013/05/23 09:25:26.184 | at org.quartz.simpl.SimpleThreadPool$WorkerThread. run (SimpleThreadPool.java

Unexpected Exception (java.lang.NullPointerException: Cannot invoke "com.objectdb.o.ORS.Z9())

.ExtReplicationImportHelper. run (ExtReplicationImportHelper.java:167) at de.advolux.jpa.network ... .reorg.persistent.ReorgManager. run (ReorgManager.java:147) at java.base/java.lang.Thread. run (Thread.java ... always occur when running the application. Do you know any reason, why this NullPointerException