· 6 years ago · Mar 24, 2020, 01:40 PM
1PS C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421> .\run.bat -t
2Environment check
3Obtaining IP of docker machine ...
4Setting up environment using port prefix: 2
5
6Frontend: http://192.168.99.100:8281
7Postgres: 192.168.99.100:25432
8
9Deploying ...
10Error response from daemon: Get https://docker.mathesio.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
11Creating network "workflow-2020-03-24_132421_default" with the default driver
12Creating volume "workflow-2020-03-24_132421_postgres" with local driver
13Creating volume "workflow-2020-03-24_132421_teiid" with local driver
14Creating volume "workflow-2020-03-24_132421_workflow-server" with local driver
15Creating volume "workflow-2020-03-24_132421_workflow-local-config" with local driver
16Creating wf-deploy ... done - Wiping old data ...
17 - Copying database ...
18 - Copying teiid data ...
19 - Updating configuration files ...
20Creating config backup
21C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421\docker-compose.override.yml
22C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421\docker-compose.yml
23 2 file(s) moved.
24C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421\.env
25C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421\workflow.env
26 2 file(s) moved.
27C:\Users\Vojta Mates\Downloads\workflow-2020-03-24_132421\conf.local.groovy
28 1 file(s) moved.
29 1 dir(s) moved.
30
31Generating docker configuration [docker-compose.yml]...
32Removing support services (adminer, files, snapshot ...)
33Volume update ...
34 Replacing "postgres" volume [postgres:/var/lib/postgresql/data]
35 Replacing "teiid" volume [teiid:/opt/jboss/wildfly/standalone]
36Port setup
37 [postgres]: 25432:5432
38 [workflow]: 8281:8281
39 [workflow]: 8282:8282
40 [workflow]: 8283:8283
41 [workflow]: 8223:8223
42
43Generating workflow configuration...
44[000-docker-ports.groovy] (port setup):
45 8282 - REST API
46 8223 - REST Events
47[000-deploy-domain.groovy] (domain setup / CORS):
48 192.168.99.100
49[000-sentry-dns.groovy] (sentry DNS reset)
50
51Put this at the end of your conf.groovy if you want connect this instance to your local build:
52
53database.runtime.hostname = "192.168.99.100:25432"
54teiid.primaryServer.address = "192.168.99.100"
55teiid.primaryServer.port = 23100
56teiid.primaryServer.adminPort = 29990
57
58Uploading configuration to /var/workflow-local-config/...
59
60Launching ...
61application: http://192.168.99.100:8281
62postgres: 192.168.99.100:25432
63
64invalid argument "label" for "-f, --filter" flag: bad format of filter (expected name=value)
65See 'docker ps --help'.
66wf-deploy is up-to-date
67Creating workflow-2020-03-24_132421_postgres_1 ... done Creating workflow-2020-03-24_132421_teiid_1 ... done Creating workflow-2020-03-24_132421_workflow_1 ... done Ready
68
69docker-compose logs -f workflow
70Press any key to start log output
71Attaching to workflow-2020-03-24_132421_workflow_1
72workflow_1 | Forced update (removing old deploy)
73workflow_1 | rm: cannot remove 'workflow-server': Device or resource busy
74workflow_1 | Downloading fresh build (v0.5.2.0/1483)
75workflow_1 | --2020-03-24 13:34:28-- https://repo.mathesio.com/repository/workflow/server/dev/v0.5.2.0/1483/build/workflow-server-1483.zip
76workflow_1 | Resolving repo.mathesio.com (repo.mathesio.com)... failed: Temporary failure in name resolution.
77workflow_1 | wget: unable to resolve host address ‘repo.mathesio.com’
78workflow_1 | End-of-central-directory signature not found. Either this file is not
79workflow_1 | a zipfile, or it constitutes one disk of a multi-part archive. In the
80workflow_1 | latter case the central directory and zipfile comment will be found on
81workflow_1 | the last disk(s) of this archive.
82workflow_1 | unzip: cannot find zipfile directory in one of build.zip or
83workflow_1 | build.zip.zip, and cannot find build.zip.ZIP, period.
84workflow_1 | Extracting ... done
85workflow_1 | mv: cannot stat '/opt/workflow-server/conf.d': No such file or directory
86workflow_1 | cp: cannot stat '/opt/workflow-server/conf.vanilla~/*': No such file or directory
87workflow_1 | Copying default docker configuration:
88workflow_1 | ls: cannot access '/opt/workflow-server/conf.d/.': No such file or directory
89workflow_1 | ls: cannot access '/opt/workflow-server/conf.d.docker-default/.': No such file or directory
90workflow_1 | ls: ls: cannot access '/opt/workflow-server/conf.d/.'cannot access '/opt/workflow-server/conf.d.docker-default/.': No such file or directory: No such file or directory
91workflow_1 |
92workflow_1 | cp: cannot stat '/opt/workflow-server/conf.d.docker-default/.': No such file or directory
93workflow_1 | Copying local configuration (from /var/workflow-local-config/conf.d):
94workflow_1 | 000-default-domain.groovy
95workflow_1 | 000-deploy-domain.groovy
96workflow_1 | 000-docker-ports.groovy
97workflow_1 | 000-sentry-dns.groovy
98workflow_1 | 001-deploy-cors.groovy
99workflow_1 | 200-smtp.groovy
100workflow_1 | 900-api-forwarding.groovy
101workflow_1 | ls: cannot access '/opt/workflow-server/conf.d/.': No such file or directory
102workflow_1 | Copying override configuration (from /var/workflow-local-config/conf.groovy):
103workflow_1 | conf.groovy
104workflow_1 | chmod: cannot access '/opt/workflow-server/bin/workflow-server': No such file or directory
105workflow_1 |
106workflow_1 | Deployed:
107workflow_1 | v0.5.2.0/1483
108workflow_1 | Just now
109workflow_1 |
110workflow_1 | Launching server ...
111workflow_1 | /opt/entry.sh: line 127: bin/workflow-server: No such file or directory