Internal Website Search

21-30 of 101 resultsRefresh

JPA - ExceptionInInitializerError when creating EntityManager

("EmailSettings.findByName", EmailSettings.class).setMaxResults(1); EmailSettings smtp, port ... (); port = emailSettings.setParameter("name", "Port").getSingleResult(); from = emailSettings ... ", smtp.getValue()); EMAIL_PROPS.put("mail.smtp.port", port.getValue()); EMAIL_FROM = from

Java fails to run when using JMX Remote + ODB agent

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

Replication error - parsing objectdb config

class="code"><server>   <connection port="6136" max="100" />   <data ... :133) at java.lang.Thread.run(Thread.java:619) My master server is running on port ... -config"> <server> <connection port="6138" max="100" /> <data path="$objectdb/db

Start ObjectDB inside java code.

;server>         <connection port="6136" max="100" />String [] test = new String[2] ;   test[0] = "connection port=6136 max=100" ;port=6136 max=100 (error 531) Am not sure this is the right place to ask the question

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 portability

Portability? Regards, lorenzo.sm Lorenzo Solano Martinez At the moment porting data ... >Fully automatic data porting is expected to be supported by the RDBMS-ObjectDB replication. support Support

Connecting to a remote objectdb server

was configured below: <server> <connection port="6136" max ... =admin" to connect to my localhost server running on port 6236. So I am wondering, maybe

How to change properties in urls2.xml ?

url 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 ... .persistence.jdbc.url" value="/var/lib/tomcat7/db/myDb.odb?port=3333"/> <property name="javax

Unable to stop server after starting in SSL mode

> ObjectDB Server started on port 7032. ObjectDB Server stopped. port 7032. SSL mode server stop output: SSL Error ... ;connection port="xxxx" max="100" /> <data path="/opt/tomcat7/xxx" /> <

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 ... Support Greetings, Any updates on the progress of this porting to .NET ?