ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
197

Database Server

ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making ... machines. The main benefits in running an ObjectDB server and using the client-server mode ... and use databases on remote machines over the network. Since client-server mode carries the overhead
179

Server Configuration

The <server> configuration element specifies settings for running an ObjectDB Server. The server ... > configuration elements. The default configuration file contains the following <server> element: <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files
170

Server User List

The <users> configuration element lists the users that are allowed to access the ObjectDB Server ... a username and a password that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP
27

SSL Configuration

communication in client-server mode, for both the client side and the server side. The default configuration file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore
24

Server crash - Mismatch client-server protocol prefix

We've been having a problem where our ObjectDB server goes unresponsive every 2 days or so. I've reviewed the server-side logs, and there are no events logged shortly before the crash. Once the server gets in this state, it is unresponsive to bin/server.sh restart; I have had to reboot the entire
22

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database
4

Constants.PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID The name of the persistence manager factory element's "server-time-zone-id" attribute. Since: JDO 2.1
4

Constants.PROPERTY_SERVER_TIME_ZONE_ID

Static Field javax.jdo.Constants String PROPERTY_SERVER_TIME_ZONE_ID Mapping "javax.jdo.option.ServerTimeZoneID" Since: JDO 2.1
2

[ODB1] Chapter 9 - ObjectDB Explorer

To open a connection to a remote database using client-server mode (supported only by ObjectDB Server Edition) use the "File | Open Remote" menu command (or the equivalent toolbar button). In ... . You also have to specify a path of the database file on the remote server, possibly using the "Browse
2

[ODB1] Chapter 1 - About ObjectDB

and Microsoft SQL Server. In addition, by using JDO you are backed up by a large community that's expanding ... one of two modes: embedded mode or client server mode. Client-Server Mode In client-server mode, an ObjectDB server is running on a separate JVM (in a separate process). Applications running on different JVM's

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