ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
95

How to run JPA query on Terminal instead of explorer.jar??

Because I am planning to run linux VM on Google compute Engine, I don't know whether is able to run Explorer.jar or not, if not able to run. What are the alternative way to explore database? taheta Taheta Woon If you have an ObjectDB server running on a remote Linux machine, you can still use
95

Server closes if large query runs out of memory

: the objectdb server can run out of memory and stop if a query deals with too many objects. This isn't ... are implemented in ObjectDB differently for JDO and JPA: In JDO: a SELECT query is run on the server, results ... and the server, but very inefficient if you delete a lot of objects. In JPA: a DELETE query is run directly
95

Unable to run NetBeans/JPA Web Application Tutorial

I followed each and every step of NetBeans/JPA Web Application Tutorial but when i am trying to run the web application the following error is prompted on the run console: Start is in progress ... . You may also try downloading and running the tutorial, if following step by step doesn't work. support Support
95

Running doctor.jar with entity classes in classhpath

instances of these entities to database through explorer. I tried to run com.objectdb.Doctor with model ... explorer). Could it be possible to add that kind of feature in next relase ? I run doctor by ... , you can follow these 2 steps: Run the Explorer with the new class in the classpath:     java -cp
95

run several embedded systems on one server, problem with double used port

we want to run several embedded systems on one server. In principle this is working but there are endless logs generated reporting about a double used port. Ist there a possibility to configure ... .objectdb.o.TOL.run(TOL.java:117) at java.lang.Thread.run(Unknown Source) hgzwicker Hans-Georg
95

Is there an update on running ObjectDB purely in-memory?

to know whether there is a change or an outlook regarding the topic: Is it possible, or planned, to run ... "/>     </database> i could not open explorer. then i erase this line then i could able to run ... "); After running program it gives Exception: org.xml.sax.SAXParseException; lineNumber: 22
95

Error happened while running report.

while running the report. at org.eclipse.birt.report.engine.api.impl.DatasetPreviewTask.doRun ... .dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:366) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Caused by: java.lang.NoClassDefFoundError
94

How to open a running db in ObjectDB Explorer?

="$objectdb/db" />   <embedded-server enabled="true" /> When enabled, embedded mode runs automatic server ... of the problem! The explorer requires objectdb.jar to run! May be, it uses the configuration file
19

ODB Doctor Stops Progressing (runs forever)

Hi, I have an issue with the ODB Doctor running endlessly on a 1.35GB ODB file. It gets ... . There is plenty of /tmp space and space on the drive where the new database is being placed. When I run ... of the running Doctor, when it seems to have no progress? support Support While attempting to install JDK
19

NullPointer running multiple client against server

Hi, I'm running objectdb in server mode, config as it comes out of the box. In this case the database is being used as a queue with multiple seperate processes, each with multiple threads, writing ... ) at rbccm.felix.framework.service.ServiceRunner.run(Unknown Source) at java.lang.Thread.run(Thread

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