Activity for Kent W

  • Kent W Kent W posted a comment on discussion Help

    I am trying to run a job and it completes, but then it errors at the end.. I am using the Docker 13.3.9 implementation of JSMaster and JOC and the regular agent. Nothing changed from the deployment setup by Andreas on the SOS-Berlin page. Containerized MySQL 5.7 I do have a dockervolume (followed the steps on the SOS Berlin' guide as well) and they are all on the same network. I did a search and it seems this error hasn't come up on the discussions before? Impartial Log: 2021-05-19 11:24:11.175Z...

  • Kent W Kent W posted a comment on discussion Help

    Hi Andreas, Thank you for that info and it makes sense. But I do have a question regarding the DB Host address value, if you could please comment. Upon setup, I noticed the host address key value in the batch .xml files could not be localhost or 127.0.0.1 for example, I was forced to use the machine's IP address. To do a sanity check, I could use the mysql client on command line and perform $mysql --host=localhost or $mysql --host=127.0.0.1 and I could connect. But re-reading your response, I suspect...

  • Kent W Kent W modified a comment on discussion Help

    EDIT: Fixed it....turns out it really did need the network flags. A bit strange but I guess a sure fireway to force it to work. The Master became reachable once I put all three containers in a user defined network I followed Andreas's Docker Build and Deploy steps here: https://kb.sos-berlin.com/display/PKB/JobScheduler+Master+for+Docker I only changed - Dockerfile build reference to 13.3.9 from 13.3.3 - Removed network flags for JS since I am deploying this as a single node I have a Master, the...

  • Kent W Kent W modified a comment on discussion Help

    I followed Andreas's Docker Build and Deploy steps here: https://kb.sos-berlin.com/display/PKB/JobScheduler+Master+for+Docker I only changed - Dockerfile build reference to 13.3.9 from 13.3.3 - Removed network flags for JS since I am deploying this as a single node I have a Master, the JOC cockpit, and a MySQL 5.7 database. Everything installs fine on the Master and the mysql tables are written/made. The containers are running. Upon logging in with JOC, I see the error....i'm a bit confused because...

  • Kent W Kent W modified a comment on discussion Help

    I followed Andreas Docker Build and Deploy steps here: https://kb.sos-berlin.com/display/PKB/JobScheduler+Master+for+Docker I only changed - Dockerfile build reference to 13.3.9 from 13.3.3 - Removed network flags for JS since I am deploying this as a single node I have a Master, the JOC cockpit, and a MySQL 5.7 database. Everything installs fine on the Master and the mysql tables are written/made. The containers are running. Upon logging in with JOC, I see the error....i'm a bit confused because...

  • Kent W Kent W posted a comment on discussion Help

    I followed Andreas Docker Build and Deploy steps here: https://kb.sos-berlin.com/display/PKB/JobScheduler+Master+for+Docker I only changed - Dockerfile build reference to 13.3.9 from 13.3.3 - Removed network flags for JS since I am deploying this as a single node I have a Master, the JOC cockpit, and a MySQL 5.7 database. Everything installs fine on the Master and the mysql tables are written/made. The containers are running. Upon logging in with JOC, I see the error....i'm a bit confused because...

  • Kent W Kent W modified a comment on discussion Help

    EDIT: Fixed it by putting the machine private IP into the host address key instead of using localhost or 127.0.0.1 Edit: In my logs, I am getting a A database connection error occurs: Could not connect to address=(host=localhost)(port=3308)(type=master) : Connection refused (Connection refused) I am using the docker build and deploy files from the SOS Berlin page, only modified the docker file to use 13.3.9 and removed the network flag options. I am using the following mysql docker-compose, I read...

  • Kent W Kent W modified a comment on discussion Help

    Edit: In my logs, I am getting a A database connection error occurs: Could not connect to address=(host=localhost)(port=3308)(type=master) : Connection refused (Connection refused) I am using the docker build and deploy files from the SOS Berlin page, only modified the docker file to use 13.3.9 and removed the network flag options. I am using the following mysql docker-compose, I read there's issues with 8 so I am using 5.7 I set the no root password and I can successfully connect to the mySQL via...

  • Kent W Kent W posted a comment on discussion Help

    Full Build Log: Step 1/17 : FROM openjdk:8 ---> 48ff6191b369 Step 2/17 : LABEL maintainer="Software- und Organisations-Service GmbH" ---> Running in a624969431fc Removing intermediate container a624969431fc ---> 471f452d6646 Step 3/17 : ARG USER_ID=$UID ---> Running in 6bda084d2478 Removing intermediate container 6bda084d2478 ---> 7cce611a38df Step 4/17 : ARG JS_MAJOR=1.13 ---> Running in 0c6d519134b7 Removing intermediate container 0c6d519134b7 ---> 63307632d76c Step 5/17 : ARG JS_RELEASE=1.13.9...

  • Kent W Kent W modified a comment on discussion Help

    Edit: In my logs, I am getting a A database connection error occurs: Could not connect to address=(host=localhost)(port=3308)(type=master) : Connection refused (Connection refused) I am using the docker build and deploy files from the SOS Berlin page, only modified the docker file to use 13.3.9 and removed the network flag options. I am using the following mysql docker-compose, I read there's issues with 8 so I am using 5.7 I set the no root password and I can successfully connect to the mySQL via...

  • Kent W Kent W modified a comment on discussion Help

    Hi, I followed the docker instructions from the SOS Berlin webpage, and I am using the template files and example run/build bash files. So its a "out of the box" install. I deployed a docker mysql using the same credentials and schema as the XML so I wouldn't have to modify the batch XML config files. I didn't touch the .xml files at first. But I could not connect to the database during install, so for trouble shooting I then tried setting the DB host key from <entry key="databaseHost" value="mysql-5-7"/>...

  • Kent W Kent W modified a comment on discussion Help

    Hi, I followed the docker instructions from the SOS Berlin webpage, and I am using the template files and example run/build bash files. So its a "out of the box" install. I deployed a docker mysql using the same credentials and schema as the XML so I wouldn't have to modify the batch XML config files. I didn't touch the .xml files at first. But I could not connect to the database during install, so for trouble shooting I then tried setting the DB host key from <entry key="databaseHost" value="mysql-5-7"/>...

  • Kent W Kent W modified a comment on discussion Help

    Hi, I followed the docker instructions from the SOS Berlin webpage, and I am using the template files and example run/build bash files. So its a "out of the box" install. I deployed a docker mysql using the same credentials and schema as the XML so I wouldn't have to modify the batch XML config files. I didn't touch the .xml files at first. But I could not connect to the database during install, so for trouble shooting I then tried setting the DB host key from <entry key="databaseHost" value="mysql-5-7"/>...

  • Kent W Kent W posted a comment on discussion Help

    Hi, I followed the docker instructions from the SOS Berlin webpage, and I am using the template files and example run/build bash files. So its a "out of the box" install. I deployed a docker mysql using the same credentials and schema as the XML so I wouldn't have to modify the batch XML config files. I didn't touch the .xml files at first. But I could not connect to the database during install, so for trouble shooting I then tried setting the DB host key from <entry key="databaseHost" value="mysql-5-7"/>...

1
MongoDB Logo MongoDB