ObjectDB ObjectDB

Internal Website Search

1-10 of 24 resultsRefresh
78

SSL Configuration

file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path ... when accessing remote ObjectDB databases over an insecure network such as the Internet. SSL Keystore and Truststore Files To use SSL you have to generate at least two files: A Keystore file that functions as
25

SSL Problem

-keypass kpi135-keystore-storepass mykeystore ab987c-validity 180 Then I put in the configuration file objectdb: <ssl enabled="true"> <server-keystore path="$objectdb/ssl/mykeystore" password ... ) at java.security.KeyStore.getKey(KeyStore.java:792) at sun.security.ssl.SunX509KeyManagerImpl.<init
16

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue
16

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

="password" />         </users>         <ssl enabled="false">                 <server-keystore path ... >         <ssl enabled="false">                 <server-keystore path="$objectdb/ssl/server-kstore" password
16

Replication error on slave restart

" /> </user> </users> <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore ... ,modify,create,delete" />   </user> </users> <ssl enabled="false">   <server-keystore path
16

Replication issue, Replayer failing due to NullPointerException.

> <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd ... " /> </user> </users> <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore
11

Connection is closed Caused by: java.io.EOFException

username="user1" password="user1" /> </users> <ssl enabled="false"> <server-keystore path
10

[ODB1] Chapter 8 - ObjectDB Server

, which is integrated in J2SDK as a standard package since version 1.4. Keystore and Trustore To use SSL you have to generate at least two files: A Keystore file that functions as a unique signature ... is generated from the Keystore file, by omitting the private key (it still contains the general information
3

Unable to stop server after starting in SSL mode

" /> </user> </users> <ssl enabled="true"> <server-keystore path="$objectdb/lib/ssl/keystore" password="xxxxxx" /> <client-truststore path="$objectdb/lib/ssl/keystore" password="xxxxxx
2

[ODB1] Chapter 9 - ObjectDB Explorer

. You can learn more about using SSL with ObjectDB in section 8.4. Notice that all the keystore

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