ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
127

Mismatch client-server protocol prefix

.JpaSystemException: com.objectdb.o.UserException: Mismatch client-server protocol prefix; nested exception is javax.persistence.PersistenceException: com.objectdb.o.UserException: Mismatch client-server protocol prefix] with root cause com.objectdb.o.UserException: Mismatch client-server protocol prefix
124

Client server mode no longer works after JRE install

Hi I had client server mode working with no problems with my application. Then suddenly I ... ' on a client machine. It worked in embedded mode but not client server mode. After investigating I ... java from the machine and included a jdk in my application there were no problems, client server mode
124

lockfiles in client/server mode

the client is attempting to create lockfiles in /tmp/ObjectDB. my account and the tomcat account ... , and creates lockfiles in both locations. so i still cannot start the client in an unconfigured state that would use /tmp. jon jon Your description indicates a collision of the server and the client
124

Changing from client server to embedded mode

Hi, I have created a java web application and used ObjectDB in client Server mmode. It worked as per my expection. In Client server mode I used     Persistence.createEntityManagerFactory ... Client Server mode. kindly provide information how to switch from client server mode to embedded
124

client server mod of communication

Hi, I want to use in client Server mode one is client and another in server mode. Assume that one server is there and 'n' number of clients are there each client wants to communicate with server, in client server mode. 1)EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb
123

Online Backup in client-server mode

Hello, we have issue with online-backup when using client-server mode. It seems, that it is working ... efficiently as the embedded mode does it. thamal Tomas Hamal Actually in client-server mode ... file is created on the server and then, when ready, downloaded to the client. This is useful
36

SSL Configuration

communication in client-server mode, for both the client side and the server side. The default configuration ... ="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore ... ). A Truststore file that functions as a certificate that enables the client to validate the server
26

Online Backup

of the ObjectDB home directory (and in client-server mode a subdirectory of the ObjectDB home directory ... represents a client-server connection then the backup file will be downloaded to the client and will be stored on the client machine. Alternatively, the backup target could be specified as a String value
3

[ODB1] Chapter 8 - ObjectDB Server

these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database ... support for embedded mode. In order to use client server mode, you have to install the odbse.jar file on both the client and the server machines. This section explains how to run the server
2

[ODB1] Chapter 1 - About ObjectDB

one of two modes: embedded mode or client server mode. Client-Server Mode In client-server mode, an ObjectDB ... communicate with the database server using TCP/IP. Many client processes (running on the same ... support may be achieved only by multithreading (several threads) in a single process. Client-Server

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