Re: [basex-talk] Docker Volumes Permission denied

2019-02-18 Thread Marie Starck
Thank you for this! My ultimate goal is to create my own Docker image based on the BaseX one so I will try that and keep you posted. Marie From: "Michael Seiferle" To: "Marie Starck" Cc: basex-talk@mailman.uni-konstanz.de Sent: Thursday, February 14, 2019 5:19:11 PM

Re: [basex-talk] Docker Volumes Permission denied

2019-02-18 Thread Marie Starck
webapp /srv/BaseXWeb COPY --chown=1984 data /srv/BaseXData COPY --chown=1984 repo /srv/BaseXRepo Hope this helps someone else. Marie From: "Marie Starck" To: "Michael Seiferle" Cc: basex-talk@mailman.uni-konstanz.de Sent: Tuesday, February 19, 2019 12:33:10 AM Subj

[basex-talk] Docker Volumes Permission denied

2019-02-12 Thread Marie Starck
Hello everyone, So I am looking to add Docker to a BaseX webapp that is currently running properly on my local. In order to do that, I ran docker run -ti -d --publish 1984:1984 --publish 8984:8984 --volume ~/Projects/Architextus/basex-xquery-server/data:/srv/BaseXData --volume

[basex-talk] BaseX Docker logs

2019-08-27 Thread Marie Starck
Hello, I am currently running a BaseX server with Docker and for the past week, it has exited twice with this message: /usr/local/bin/basexhttp: line 20:25 Killed java -cp "$CP" $BASEX_JVM org.basex.BaseXHTTP "$@" I want to debug more but I haven't been able to find the

Re: [basex-talk] BaseX Docker logs

2019-08-31 Thread Marie Starck
oot 4096 Aug 30 07:38 .. > -rw-r--r-- 1 basex basex 129 Aug 30 07:38 2019-08-30.log > > > > Hope this helps — sorry to hear your container exits unexpectedly! > > Best > Michael > > Am 27.08.2019 um 15:16 schrieb Marie Starck : > > Hello, > > I am curren

Re: [basex-talk] Connection timeout

2019-09-26 Thread Marie Starck
I am using an ssl certificate and have a keystore on my production Basex instance. Are there extra steps needed to make an HTTPS request from a server to a basex server when those are in place? On Thu, Sep 26, 2019 at 6:14 PM Marie Starck wrote: > Hey Christian, > > This error messag

[basex-talk] Connection timeout

2019-09-25 Thread Marie Starck
Been debugging this for the past couple of days and I am a bit stumped. I am doing a simple get REST request to my BaseX server from a node server and I keep getting a connection timeout error. I also tried the basex node client and I get the same error message. All of this works fine on