ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
70

Enhancer failure: Failed to process class file of type

Stack trace below: [ObjectDB 2.7.1_02] Failed to process class file of type 'app.model.ClientSession' (error 422) com.objectdb.o.UserException: Failed to process class file of type 'app.model.ClientSession'         at com.objectdb.o.MSG.d(MSG.java:75)         at com.objectdb.o.JEL.A(JEL.java
70

Failed to create a new file 'target\objectdb\log\archive' (error 112)

Hi, we are using ObjectDB 2.4.6_10 (embedded mode). The pre-registration of a data type (see below) fails because ODB can't create a new file in a non-existing folder hierarchy. The user ... to create a new file 'target\objectdb\log\archive' (error 112) [11:47:18]: [com.rbccm.felix
70

Spring MVC configuration files

Hi!! how are you guys? I have been working with Spring MVC framework and it is really helpful, but now I have a question, as you know Spring MVC framework create by default the xml configuration files and I would like to know if the is a way to create automatic java based configuration file instead
70

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.<init>(IXN.java:136) ~[na:na] at com.objectdb.o.UTY.Z(UTY.java:703) ~[na:na] at com.objectdb.o.TYS.l(TYS.java:176) ~[na:na] at com
70

_PersistenceException: Failed to open file

Hello! I am experiencing a problem: JBWEB000309: type JBWEB000066: Exception report JBWEB000068: message com.objectdb.o._PersistenceException: Failed to open file '/Users/username/JBossSoftware/jboss-eap-6.2/bin/$objectdb:/localhost:8080/db/guests.odb' the path in persistence.xml
70

Enhancement from gradle build file

Just wondering if it's possible to add enhancement in the gradle build file after compilation? an example of this, for an IntelliJ gradle based project would be very helpful. David dmoshal David Moshal The following seems to work: task enhance(type: JavaExec) {   main = 'com.objectdb.Enhancer
70

Get database schema from objectDB file

I am a little bit confused about that Can someone explain what steps do I have to do in order to get the database schema in java given only the objectdb file? i.e. database.odb ezazop Akis Zazopoulos See the JPA Metamodel API. support Support
70

ClassNotFoundException messages in the log file

In the ObjectDB log file, I still see one ClassNotFoundException. Is this to be expected, or do I have another issue I need to correct? [2017-11-03 13:52:01 #18 type.loader] java.lang.ClassNotFoundException: String at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader
14

query returns failed to read from database file

we have since today exceptions on executing some queries like this: Failed to read from file 'F:\Hummingbird\Objectdb\db\coreSystemDb.odb' we are using objectdb 2.7.2_05 in the objectdb log ... Zwicker Please post the full stack trace from the ObjectDB log file. support Support
14

Compare two schemas or odb files

For example, if we make a backup of our database it would be helpful to have the possibility to compare the backup schema (odb file) with the current version in the database and as result we should get the difference between the two schemas. It would also be sufficient, if we can compare object

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support