Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Ray Neiheiser
okay will try it tomorrow =D 2017-05-01 21:55 GMT-03:00 Luca Garulli : > Ok, if you see server.sh it has this setting: > > -Djava.util.logging.config.file=$ORIENTDB_HOME/config/ > orientdb-server-log.properties > > Could you please run your JVM with OrientDB embedded with this setting? > > Best R

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Luca Garulli
Ok, if you see server.sh it has this setting: -Djava.util.logging.config.file=$ORIENTDB_HOME/config/orientdb-server-log.properties Could you please run your JVM with OrientDB embedded with this setting? Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 2 May 2017

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Ray Neiheiser
Didn't change anything of the logging settings. The only code starting the database is the one I set up there. 2017-05-01 21:35 GMT-03:00 Luca Garulli : > Ok, what logging settings are you using? Could you please set the OrientDB > logging settings? Look at server.sh and copy the setting under yo

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Luca Garulli
Ok, what logging settings are you using? Could you please set the OrientDB logging settings? Look at server.sh and copy the setting under your JVM. Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 1 May 2017 at 23:58, Ray Neiheiser wrote: > Now It's completely em

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Ray Neiheiser
Now It's completely empty. 2017-05-01 18:57 GMT-03:00 Luca Garulli : > Great, do you see any logs under the "log" folder you just mentioned? > > Best Regards, > > Luca Garulli > Founder & CEO > OrientDB LTD > > On 1 May 2017 at 22:26, Ray Neiheiser wrote: > >> Didn't creat

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Luca Garulli
Great, do you see any logs under the "log" folder you just mentioned? Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 1 May 2017 at 22:26, Ray Neiheiser wrote: > Didn't create any logs at all. > > I'm start it from java: > > factory = new OrientGraphFactory(BASE

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Ray Neiheiser
Didn't create any logs at all. I'm start it from java: factory = new OrientGraphFactory(BASE_PATH + this.id).setupPool(1, 10); And the BASE_PATH: "PLOCAL:" + System.getProperty("user.home") + "/OrientDB"; in OrientDB/ there are the folders like config, bin, log etc. Additionally in OrientDB/ t

Re: [orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Luca Garulli
Hi Ray, Without the logs it's hard to guess. Could you provide logs of all servers zipped? Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 1 May 2017 at 22:06, Ray Neiheiser wrote: > Would be very helpful if I could get the results of this into my academic > pa

[orientdb] Re: Run OrientDB HA from Java

2017-05-01 Thread Ray Neiheiser
Would be very helpful if I could get the results of this into my academic paper Am Mittwoch, 12. April 2017 15:28:17 UTC-3 schrieb Ray Neiheiser: > > I am trying o figure out how I can run OrientDB HA from java and then also > write and read from java. > > I used the guide configuration for the