ObjectDB ObjectDB

Internal Website Search

51-60 of 146 resultsRefresh
11

Can't post on your forum

). We had to change your password so please set your password again. We received a similar report from another user and apparently after a similar action of changing his password the problem was solved ... get it to work with the new password. I tried in Chrome and Firefox. I tried in incognito, but nothing. Just in
9

JSON serialization and __odbHidden members

(String eMail & password with relevant getters/setters) RESTful service class: @Path("/user ... ":    {        "eMail": "foo@bar.fb",        "password": "somepass"    },    "loginInfo__odbHidden":    {        "eMail": "foo@bar.fb",        "password": "somepass"    },    "profile
9

persistence.xml classes not respected by ObjectDB

.persistence.jdbc.password" value="xxx"/> </properties> </persistence-unit> <persistence-unit ... .persistence.jdbc.user" value="xxx"/> <property name="javax.persistence.jdbc.password" value="xxx ... " value="xxx"/>     <property name="javax.persistence.jdbc.password" value="xxx"/>   </properties
9

Problem with entities detection

" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin ... " value="postgres"/> <property name="javax.persistence.jdbc.password" value="qwerty ... "/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties
9

SSL Problem

objectdb: <ssl enabled="true"> <server-keystore path="$objectdb/ssl/mykeystore" password="ab987c" /> <client-truststore path="$objectdb/ssl/mykeystore" password="ab987c" /> </ssl> When I ... Martines Maybe the password is wrong. See: https://stackoverflow.com/questions/1321557/can-not-get-key-from-keystore support Support
9

unable to connect to remote server using VPN

follows. <users> <user username="admin" password="admin" > <dir path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###" ip="10.11.12.0-10.11.12.244 ... " disk-space="5mb" /> </dir> </user> <user username="user1" password="user1" /> </users> eko EKO FAJAR
9

Problem connecting to the replicated server

//masterserverurl.net:6136/prod/theFile.odb;user=slaveUserName;password=slavePassword; I get an error: User ... user. Trianglehead Json Error In the connection url try to specify a username/password for the master ... 'masterUserName' or password) (error 575)" Trianglehead Json Error
2

Unable to stop server after starting in SSL mode

" user="true" password="true" /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false ... /test.odb;user=admin;password=admin" /> --> </server> <users> <user username="xxx" password ... " password="xxxxxx" /> <client-truststore path="$objectdb/lib/ssl/keystore" password="xxxxxx
2

How to change properties in urls2.xml ?

see it exists a file name "urls2.xml". <url><main>/var/lib/tomcat7/db/myDb.odb;user=admin;password=admin</main><alt>objectdb://127.0.0.1:38059/;user=$code;password=a2e54ea3-d889-41a7-953c-dabc42877742 ... and their port / user / password properties. I have no control on the port and password used. :( Does
2

Cannot activate ObjectDB

. Everything was OK (I stated username, password etc), and I got the web address for activation. But opening the web ... Unfortunately there is an issue with the error message when a bad username/password are specified ... we see the real error: "Unknown username or bad password." Please try again, and make sure you type the username and password correctly. support Support

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