ObjectDB ObjectDB

Internal Website Search

21-30 of 98 resultsRefresh
16

JPA - ExceptionInInitializerError when creating EntityManager

(1); EmailSettings smtp, port, from; smtp = emailSettings.setParameter("name", "SMTP").getSingleResult(); port = emailSettings.setParameter("name", "Port").getSingleResult ... server EMAIL_PROPS.put("mail.smtp.host", smtp.getValue()); EMAIL_PROPS.put("mail.smtp.port", port
14

Java fails to run when using JMX Remote + ODB agent

.management.jmxremote -Dcom.sun.management.jmxremote.port=16969 -Dcom.sun.management.jmxremote.ssl ... .management.jmxremote.port=16969 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote ... .sun.management.jmxremote -Dcom.sun.management.jmxremote.port=16969 -Dcom.sun.management.jmxremote.ssl
12

Replication error - parsing objectdb config

I'm trying to replicate a database using the following config: <server> <connection port="6136" max ... :619) My master server is running on port 6136 while the slave runs on 6138. Config from the slave looks as follows: <server> <connection port="6138" max="100" /> <data path="$objectdb/db
12

Start ObjectDB inside java code.

activate those line of code now? i mean where do i put the <server> <connection port="6136" max="100 ... try something like : String [] test = new String[2] ; test[0] = "connection port=6136 max=100" ; test ... command or argument: connection port=6136 max=100 (error 531) Am not sure this is the right place
10

Database connection url

I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer. I left the conf file set as: <server>     <connection port="6136" max="100" />     <data path="$objectdb/db-files" /> </server> However, I'm not sure about the connection url for the code
10

Data portability

Martinez At the moment porting data from ObjectDB to another database requires writing a conversion ... porting is expected to be supported by the RDBMS-ObjectDB replication. support Support
10

Connecting to a remote objectdb server

port="6136" max="100" /> <data path="objectdb://db.mydomain.com/db" /> </server ... to my localhost server running on port 6236. So I am wondering, maybe you could show me the minimum
2

How to change properties in urls2.xml ?

and their port / user / password properties. I have no control on the port and password used. :( Does it exist a way to change urls2.xml properties ? Adding ?port=XXXX at the end of the persistence.xml ... ="javax.persistence.jdbc.url" value="/var/lib/tomcat7/db/myDb.odb?port=3333"/> <property name
2

Unable to stop server after starting in SSL mode

script. Non-SSL mode server start/stop output: ObjectDB Server started on port 7032. ObjectDB Server stopped. SSL mode server start output: ObjectDB Server (SSL) started on port 7032. SSL mode ... ="false" /> </entities> <schema> </schema> <server> <connection port="xxxx" max="100
2

ObjectDB for .NET (C# / VB)

Work on porting ObjectDB to .NET has started. The new file format of ObjectDB 2 has been carefully designed to support multi platform in general and .NET specifically. The same database file ... on the progress of this porting to .NET ? When is the expected date of release and what sort

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