Internal Website Search

21-30 of 200 resultsRefresh

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

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. run on the server, results are sent to the client and deleted there. This enables ... : a DELETE query is run directly on the server, objects are not sent to the client. This may break

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 ... downloading and running the tutorial, if following step by step doesn't work. support Support

Running doctor.jar with entity classes in classhpath

could add new instances of these entities to database through explorer. I tried to run com.objectdb.Doctor ... ; I run doctor by executing cmd like : java -cp bin\objectdb.jar ... : Run the Explorer with the new class in the classpath:  

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 ... .java:160) at com.objectdb.o.TOL.run(TOL.java:117) at java.lang.Thread.run(Unknown Source

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

planned, to run ObjectDB purely in-memory, without a any file on disk? Note that "file on RAM disk ... could not open explorer. then i erase this line then i could able to run the explorer and server ... ("objectdb:test.mem"); After running program it gives Exception:

Error happened while running report.

> org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report ... (DataSetPreviewer.java:68) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:366) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run

How to open a running db in ObjectDB Explorer?

; When enabled, embedded mode runs automatic server at the background, and any attempt ... objectdb.jar to run! May be, it uses the configuration file which is packaged within objectdb.jar

ODB Doctor Stops Progressing (runs forever)

Hi, I have an issue with the ODB Doctor running endlessly on a 1.35GB ODB file.  ... is being placed.  When I run the DB Doctor without a destination file (just to check the database ... ://stackoverflow.com/questions/10756105/how-to-get-a-complete-stack-trace-of-a-running-java-program

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 ... .service.ServiceRunner.run(Unknown Source) at java.lang.Thread.run(Thread.java:595) Caused by: com