ObjectDB ObjectDB

Internal Website Search

1-10 of 123 resultsRefresh
44

Database Server

. Usage: java com.objectdb.Server [options] start | stop | restart options include: -conf <path ... server mode: > java -server -Xmx512m com.objectdb.Server start Stopping and Restarting To stop the server you can use the stop command: > java com.objectdb.Server stop To stop the server
37

Unable to stop server after starting in SSL mode

ObjectDB server starts & stops fine in non-SSL mode using start & stop shell scripts. ObjectDB server starts fine in SSL mode using start script but throws error and does not stop using stop shell script. Non-SSL mode server start/stop output: ObjectDB Server started on port 7032. ObjectDB
35

WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)

Hi, We have threads that are not stopping with Tomcat requiring a hard stop of the container ... . • We are also suspecting the server taking a long time to stop, because of this issue. Warning ... ##000.00] appears to have started a thread named [ODB- WeakRefPurger] but has failed to stop
34

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 to three progress dots quickly then stops progressing, all while consuming 100% CPU until killed manually ... dots before stopping. It looks like it's hitting some sort of resource constraints, possibly memory
4

[ODB1] Chapter 8 - ObjectDB Server

below: Usage: java com.objectdb.Server [options] start | stop | restart options include: -conf ... the cache and improve server performance: > java -server -Xmx512m com.objectdb.Server start To stop the server you can use the stop command: > java com.objectdb.Server stop To stop the server
3

Step 3: Add a Context Listener Class

. The database will be closed when the web application stops (or when the web server shuts down), by ... and closes the EntityManagerFactory and the database - when the application stops (contextDestroyed
3

Step 1: Create a Maven Web Project

> <execution> <id>stop-jetty</id> <phase>post-integration-test</phase> <goals> <goal>stop</goal> </goals> </execution> </executions> </plugin
3

Step 1: Create a Maven Web Project

>       <execution>        <id>stop-jetty</id>        <phase>post-integration-test</phase>        <goals>         <goal>stop</goal>        </goals>       </execution>      </executions>     </plugin
3

Step 3: Add a Context Listener Class

. The database will be closed when the web application stops (or when the web server shuts down), by ... and the database - when the application stops (contextDestroyed). The next step is adding a servlet class that will manage the guestbook page.
2

Step 7: Run the Spring Web App

under the Tomcat directory. You can stop the Tomcat server and open the database file in ObjectDB

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