ObjectDB Database Search

101-150 of 200 results

Server connection management

.java:107) at com.objectdb.Server. main (Server.java:66) It would be useful to have a configuration ... replicated servers that can be connected automatically by the client (in read only mode) in case the main ... .objectdb.Server. main (Server.java:66) felixobjectdb Richard Szurgot I just ran a quick test

PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException

is expected: Exception in thread " main " [ObjectDB 2.2] javax.jdo.JDOUserException Failed to find ... .jdo.PMImpl.getObjectsById(PMImpl.java:535) at com.objectdb.test.bug.T296. main (T296.java:21 ... .java:535) at com.objectdb.test.bug.T296. main (T296.java:21) [ObjectDB 2.2] javax.jdo

Project runs in Eclipse but not when exported to runnable jar

on understanding the basics before working out how to effeciently commit and retrieve the main data. I'm ... . Main .SchoolsList( Main .java:147)         at gui.MainFrame ... cannot reproduce the exception (on Windows XP with JDK 1.6.0_26). The application starts and the main

Stalling on "run File" in Netbeans when using -javaagent:lib/objectdb.jar

: -javaagent:lib/objectdb.jar where there is a lib folder under the main project folder. This works ... am having problems with a console-based Netbeans Java Application with a nominated Main class to run, and with executing Run File on a selected file with a main method, when -javaagent:lib

ODB tries to create log files inside its own jar on Win7

.EntityManagerFactory; import javax.persistence.Persistence; public class Test { public static void main ... \Desktopjava -jar odb-test.jar Exception in thread " main " java.lang.reflect.InvocationTargetException ... . main (JarRsrcLoa der.java:58) Caused by: java.lang.ExceptionInInitializerError at com.objectdb.o.RCL

Tutorial issue

the project in Step 1; Here's the output; Exception in thread " main " [ObjectDB 2.5.4_04] javax.persistence ... ) at com.objectdb.jpa.JpaQuery.getSingleResult(JpaQuery.java:754) at tutorial. Main . main ( Main .java:29

Field not persisted in abstract class with two level of nesting

static void main (String[] args){         EntityManager em ... ; this.timezone = timezone;     }     public static void main (String[] args ... . Here is the exception when I run MHD1 Exception in thread " main " [ObjectDB 2.5.6] javax.persistence

Activation key causes database to not start

;  at com.objectdb.Server. main (Server.java:62) [ObjectDB 2.6.5_04] Unexpected exception (Error 990 ... .Server.run(Server.java:109)         at com.objectdb.Server. main (Server.java:62) Exception in thread " main " [ObjectDB 2.6.5_04] Unexpected exception (Error 990)  

Persist error @ManyToMany how to define correct entities relationships

javax.persistence.Persistence; public class TestODB_C { public static void main (String[] args) { Test ... .persistence.Persistence; public class TestODB_C { public static void main (String[] args) { Test t ... .persistence.PersistenceException; public class TestODB_C { public static void main (String[] args

ObjectDB Enhancer Tool in Java 9

) at com.objectdb/com.objectdb.o.JEN. (JEN.java:67) at com.objectdb/com.objectdb.Enhancer. main (Enhancer.java:32) Exception in thread " main " java.lang.ExceptionInInitializerError at com.objectdb/com.objectdb.o.JEN. (JEN.java:67) at com.objectdb/com.objectdb.Enhancer. main (Enhancer.java:32) Caused by: com

Enhancer failure: Failed to process class file of type

; at com.objectdb.Enhancer. main (Enhancer.java:33) Caused by: com.objectdb.o.UserException: Failed ... ; main = 'com.objectdb.Enhancer'   classpath = sourceSets. main .runtimeClasspath   args '-cp', 'src/ main /groovy', 'app.framework.AuEntity', 'app.model.*' } compileGroovy.finalizedBy ( enhance

ClassNotFoundException messages in the log file

. Main .startOffloadJavaFx( Main .java:511) at com.unilogical.moxydox.server/com.unilogical.moxydox.server. Main .lambda$start$3( Main .java:326) at com.unilogical.moxydox.server/com.unilogical.moxydox.server

client server mod of communication

;full stack trace. Using Embedded Mode public class Clent {     public static void main (String ... ();         }     } }   Exception: run: Exception in thread " main " java ... ;  at com.objectdb.jpa.EMF.createEntityManager(EMF.java:149)     at test.Server. main

Error 990... and then new version?

) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. main (RemoteTestRunner.java:209) Then, just as ... .jdt.internal.junit.runner.RemoteTestRunner. main (RemoteTestRunner.java:209)   joshua Joshua ... .RemoteTestRunner. main (RemoteTestRunner.java:209) joshua Joshua Chambers Could you please try ObjectDB version

PostUpdate on array changes

this some more, noticed a couple of things: a) objectdb.conf file was no longer being found in src/ main ... concerns: 1) why does objectdb no longer pick up objectdb.conf in src/ main /resources? 2) why am I now ... was no longer being found in src/ main /resources when run by JUnit in IntelliJ, this had been working

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

to implement Enhancement (because the log always says that the classes are not enhanced). The main class starts like this, and does not reference any persistent classes directly. static void main (String ... ; Configuration path: /home/davem/au/codebase/2019/AuctionSoftware-gh01/src/ main /resources/objectdb-au

Consequence of lost ODB$ Files?

back up of the associated .odb ( main database file) and the .odb$ file is lost, will the main .odb file ... .odb ( main database file) and the .odb$ file is lost, will the main .odb file always be usable

Unexpected exception (error 990)

When i run my code, the console returns to me the following error: Exception in thread " main ... (EMImpl.java:421) at e1t13.E1T13. main (E1T13.java:41) //This is the code: //CLASS PEOPLE AND WORKER ... (); System.out.println("¿Qué tipo de energía necesita tu coche?"); this.energia = entrada.next(); } } // MAIN public

JPA example is failing

Main . main (), i get this error:   /usr/lib/jvm/java-1.17.0-openjdk-amd64/bin/java -javaagent ... /1.1/jta-1.1.jar point. Main Exception in thread " main " [ObjectDB 2.8.1] Unexpected exception (Error

Gradle-Kotlin Code Contributions

-jupiter") } tasks.jar { manifest { attributes[" Main -Class"] = "tutorial. Main " } } tasks.test ... .objectdb.Enhancer" classpath = sourceSets[" main "].runtimeClasspath args = listOf( "-cp", "build/classes/java/ main /tutorial/*" ) } tasks.named("compileJava") { finalizedBy("enhance") }   AlphaOne Ron Brennan

Feature Request for database.obj$ file

and stopped either by a deamonmanager or a dockermanager. The main reason is, that we shut ... to the main database file, so the oldest snapshot uses only the main database file and following snapshots use combinations of page versions from the main database file and the $ file.  So first I

Refreshing a dirty object causes permanent JDOOptimisticVerificationException

; public static void main (String[] args) {             Enhancer.enhance ... void main (String[] args) {             PersistenceManagerFactory pmf ... , by first running OdbTest.Enhance. main , then OdbTest.InfiniteLoop. main . We have been using

Does ObjectDB support lazy loading?

void main (String[] args)   { String path = "test.odb"; EntityManagerFactory emf = Persistence ... Thanks for your quick response. Your example works, but then I change the main method as follow ... )]. Why it fails after the DB is re-opened? public static void main (String[] args)  {    

evictAll() behavior

) and there is a result OBJECTDB OUTPUT: main --testDbProvisioning Cache size before COMMIT/BEGIN= 1 transient transient ... ; VERSANT OUTPUT: main --testDbProvisioning Cache size before COMMIT/BEGIN = 280 persistent-new hollow ... and objects states are correct now, but evict still does not work   main --testDbProvisioning Cache

The server cannot start in CentOS

(Server.java:96)         at com.objectdb.Server. main (Server.java ... it get this message: Exception in thread " main " java.lang.ExceptionInInitializerError at fpg.TrieTree. (TrieTree.java:14) at src.run.Exec. (Exec.java:22) at src.run.Exec. main (Exec.java:375) Caused by: com

Mysterious "Attempt to persist a reference to a non managed instance" error

.objectdb.Enhancer; public class ODBTest { public static void main (String[] args) {     ... : Exception in thread " main " [ObjectDB 2.2.6_03] javax.persistence.RollbackException Failed to commit ... ) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:277) at failing.ODBTest. main (ODBTest.java:38) Caused by

"where in" query

operator is currently not supported and will be implemented with subqueries  (since its main use ... {     public static void main (String[] args)     {     ... void main (String[] args)     {        

zip file or JAR manifest missing

thread " main " [ObjectDB 2.2.5] javax.persistence.PersistenceException Type ItemList is not found ... (txt2db.java:82) at src.run.txt2db. main (txt2db.java:57) Caused by: com.objectdb.o.TEX: Type ItemList ... ; SingleManager.close(); } public static void main (String[] args) {   SingleManager.clearDB("Page

ClassCastException of same object type

and retrieving objects ok in the main project. However, when I make a plugin for the project, the new ... relating to objectdb from the supplementary plugin to the main plugin plus a few fixes allowed ... on who uses the application. So the classes cannot be in the main plugin. The next option

using DbUnit with ObjectDb

().getAccessor().getConnection(), "PUBLIC"); but with objectDb this gives: Exception in thread " main ... think that the main limitation of this approach is that it is limited to small data sets that can fit into the main memory, doesn't it? Can you use it to load many GBs of data? If you load the data

How to disable use of graphic windows by objectDB

:223) at com.objectdb.Server.run(Server.java:107) at com.objectdb.Server. main (Server.java:66) Caused by ... .objectdb.Server. main (Server.java:66) Caused by: java.net.UnknownHostException: GhostRider: Name or ... .objectdb.Server.run(Server.java:107) at com.objectdb.Server. main (Server.java:66) Caused by: java.net

Calendar in Criteria Querys

.criteria.*; public final class T615 {     public static void main (String[] args) {   ... get the folling error: Exception in thread " main " [ObjectDB 2.3.4] Unexpected exception (Error 990)   ... ) at TestCase. main (TestCase.java:35) suez Tobias You are right. The parameter value

How to define database structure and insert some initial objects from scratch

a script ? In SQL world we have scripts like "insert into..." - Can we use main objectdb.jar library ... Main {     public static void main (String[] args) {      

Primary key generation problem after changing entity package

.forum; import javax.persistence.*; public class T719 {     public static void main ... objectdb.jar - lib/). Now when I try to run test again I get error : Exception in thread " main " [ObjectDB ... .persist(EMImpl.java:378) at homplex.boostrap.T719. main (T719.java:22) Caused by: com.objectdb.o

Reading 1.x odb files in ObjectDB 2.x without upgrading

.objectdb.Converter. main (new String[] {oldOdbFileName, newOdbFileName}); support Support Sometimes i ... am doing conversion inside the jaa applications by using the following code com.objectdb.Converter. main (new ... .Converter. main (new String[] {oldOdbFileName, newOdbFileName}); I always gets corrupted database. 

Using the wrong class to access a database

; // imports public class Main { public static void main (String[] args) { run(); } static void run ... , but the third ruins the database. Tried and got: Exception in thread " main " java.lang

Internal exception when updating date filed (TemporalType.DATE)

. main (OdbDateBugTestCase.java:27) Caused by: com.objectdb.o.InternalException at com.objectdb.o ... .updatePersonsBirthday(DataManager.java:42) at odbdatebugtestcase.OdbDateBugTestCase. main (OdbDateBugTestCase.java ... ;   public static void main (String[] args) {        

Query on Embedded Primary Key?

;     public static void main (String[] args){         ... ; Exception in thread " main " java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to DBbug.OBJ2$Primkey2 at DBbug.OBJ2. main (OBJ2.java:37) Java Result: 1       EKK Emmanuel

Left join fetch behaviour doesn't retrieve children?

;  public static void main (String[] args)  {          ... case : public class ObjectDbTest { public static void main (String[] args) {   ... ObjectDbTest { public static void main (String[] args) {   EntityManagerFactory emf = Persistence

Possible cause for "Enhancement of type ... is old and cannot be used"

: Failed to set numeric value of field property Element.id using reflection However, in my main real-world ... .9 I have just very carefully checked it with my main (real-world) very large web app ... am NOT using currently at all in my main real-world web app).           webel

Should I be able to persist a JFrame (or gui components in general)?

GUIFormExamples (under samples). 2. Specifically, I worked with the ContactEditor as main . I made a new class ... ; public NewJFrame() { initComponents(); } //more stuff etc................................... // main from JavaApplication1.java..................................... public static void main (String[] args

Exception when querying Map property with @embedded & Enhancer enabled

.EntityManagerFactory; import javax.persistence.Persistence; public class TestEmbeddableMap { public static void main ... ; Exception in thread " main " [ObjectDB 2.6.4_03] javax.persistence.PersistenceException Failed to write ... .objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:725) at TestEmbeddableMap. main (TestEmbeddableMap

Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config

thread " main " java.lang.AbstractMethodError: removedSubClass.ChildClass.__odbSetTracker(Lcom ... .java:716) at removedSubClass.UpdateDB. main (UpdateDB.java:27) We tried to reproduce the issue ... . Otherwise we get an exception: Exception in thread " main " java.lang.AbstractMethodError

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 ... . (AddAgentSkill.java:29) at org.radius.app. Main . main ( Main .java:30) Caused by: java.io

Internal objectdb exception when using different language on a machine

. support Support Hello, we have to two databases. The main database contains the schemas of all entities, also of the entities of the sub database. The main database has also an entity 'TCVectorImpl ... identical with the TCVector interface of main database). We executed a query on the main database

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

). Darren PS: We do not want to have to fork our main web application to go through it and tediously ... changes in my main project (although these won't hurt switching between ObjectDB and EclipseLink, we want to keep that option open if possible until the evaluation runs and is proven on our main web app

query.getResultList() throws ClassCastException

.getResultList(JpaQuery.java:665) at point. Main . main ( Main .java:52) ryan.gustafson Ryan Gustafson

NullPointer when accessing persistent field

.runner.RemoteTestRunner. main (RemoteTestRunner.java:197) If the stack trace is no use I can send a zip ... class T544 {         public static void main (String[] args) {   ... .RemoteTestRunner. main (RemoteTestRunner.java:197)   As before a Map structure was being accessed. @OneToMany

Issue with TYPE expression in Criteria API

.test.virtual.model.MyCustomer $1 WHERE TYPE($1)=class com.test.model.Customer Exception in thread " main ... :675) at com.test.TestRun.test01(TestRun.java:68) at com.test.TestRun. main (TestRun.java:28) Caused ... .persistence.criteria.Root; public class T605 {     public static void main (String[] args

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

, no exceptions. Exception in thread " main " [ObjectDB 2.5.3_03] Unexpected exception (Error 990) Generated ... .JpaQuery.getResultList(JpaQuery.java:686) at test.MyTestCase. main (MyTestCase.java:38) at sun.reflect ... .application.AppMain. main (AppMain.java:120) uncol Dmitry Zakharov Thank you for this bug report