ibm-datapower / datapower-tutorials

DataPower Tutorials
51 stars 62 forks source link

Problem when using Datapower #10

Closed hunghip95 closed 6 years ago

hunghip95 commented 6 years ago

Hi guys, I'm new at API Connect.

I followed this tut: https://community.ibm.com/community/user/imwuc/browse/blogs/blogviewer?BlogKey=3e2a288d-96c1-4b04-aceb-e8cd5cbcbee1

I installed nodejs v6.12.0, npm v3.10.10, API Connect: v5.0.8.4-iFix (apiconnect: v2.8.29), docker toolbox.

This is version of docker I installed:

Client:
 Version:       18.03.0-ce
 API version:   1.37
 Go version:    go1.9.4
 Git commit:    0520e24302
 Built: Fri Mar 23 08:31:36 2018
 OS/Arch:       windows/amd64
 Experimental:  false
 Orchestrator:  swarm

Server:
 Engine:
  Version:      18.06.0-ce
  API version:  1.38 (minimum version 1.12)
  Go version:   go1.10.3
  Git commit:   0ffa825
  Built:        Wed Jul 18 19:13:39 2018
  OS/Arch:      linux/amd64
  Experimental: false

I'm using windows 10.

I completed steps installing docker machine attach a local VM. This is docker machine I installed:


NAME      ACTIVE   DRIVER       STATE     URL                         SWARM   DOCKER        ERRORS
default   *        virtualbox   Running   tcp://192.168.99.100:2376           v18.06.0-ce

When I trying to run my app through Designer, sometimes it shows that:

Service testApp20180813 started but did not initialize within the timeout period. Dumping log buffer.
[08/15/18 19:41:06] com.ibm.diagnostics.healthcenter.loader INFO: Node Application Metrics 3.1.3.201711070422 (Agent Core 3.2.6)
[08/15/18 19:41:09] com.ibm.diagnostics.healthcenter.mqtt INFO: Connecting to broker localhost:1883
strong-supervisor attaching dashboard at /appmetrics-dash
2018-08-15T12:41:09.876Z pid:3924 worker:0 INFO supervisor starting (pid 3924)
2018-08-15T12:41:09.881Z pid:3924 worker:0 INFO supervisor reporting metrics to `internal:`
2018-08-15T12:41:10.070Z pid:3924 worker:0 INFO supervisor size set to undefined
2018-08-15T12:41:10.709Z pid:4780 worker:1 [08/15/18 19:41:10] com.ibm.diagnostics.healthcenter.loader INFO: Node Application Metrics 3.1.3.201711070422 (Agent Core 3.2.6)
2018-08-15T12:41:10.903Z pid:4780 worker:1 [08/15/18 19:41:10] com.ibm.diagnostics.healthcenter.mqtt INFO: Connecting to broker localhost:1883
2018-08-15T12:41:10.915Z pid:4780 worker:1 strong-supervisor attaching dashboard at /appmetrics-dash

And when I restart it, log on Designer:

[08/15/18 19:44:21] com.ibm.diagnostics.healthcenter.loader INFO: Node Application Metrics 3.1.3.201711070422 (Agent Core 3.2.6)
[08/15/18 19:44:21] com.ibm.diagnostics.healthcenter.mqtt INFO: Connecting to broker localhost:1883
2018-08-15T12:44:21.678Z pid:5928 worker:0 INFO supervisor starting (pid 5928)
2018-08-15T12:44:21.692Z pid:5928 worker:0 INFO supervisor reporting metrics to `internal:`
2018-08-15T12:44:21.956Z pid:5928 worker:0 INFO supervisor size set to undefined
2018-08-15T12:44:22.661Z pid:10872 worker:1 [08/15/18 19:44:22] com.ibm.diagnostics.healthcenter.loader INFO: Node Application Metrics 3.1.3.201711070422 (Agent Core 3.2.6)
2018-08-15T12:44:22.779Z pid:10872 worker:1 [08/15/18 19:44:22] com.ibm.diagnostics.healthcenter.mqtt INFO: Connecting to broker localhost:1883
2018-08-15T12:45:30.803Z pid:10872 worker:1 [0x8040001c][system][notice] : DataPower IDG is on-line.
2018-08-15T12:45:39.491Z pid:10872 worker:1 [0x8100003b][mgmt][notice] domain(default): Domain configured successfully.
2018-08-15T12:46:55.540Z pid:10872 worker:1 [0x8100003b][mgmt][notice] domain(apiconnect): Domain configured successfully.
2018-08-15T12:47:08.038Z pid:10872 worker:1 [apim-lite][info] DataPower API Connect Gateway is on-line

But I can't call API through Datapower because I dont know URL. I tried this link https://192.168.99.100:4002/, but it shows that:

<errorResponse>
<httpCode>404</httpCode>
<httpMessage>Not Found</httpMessage>
<moreInformation>The requested URL was not found on this server</moreInformation>
</errorResponse>

While this link http://127.0.0.1:4001/api/people/1 responses:

{"name":"Luke Skywalker","height":"172","mass":"77","hair_color":"blond","skin_color":"fair","eye_color":"blue","birth_year":"19BBY","gender":"male","homeworld":"https://swapi.co/api/planets/1/","films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/6/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/","https://swapi.co/api/films/7/"],"species":["https://swapi.co/api/species/1/"],"vehicles":["https://swapi.co/api/vehicles/14/","https://swapi.co/api/vehicles/30/"],"starships":["https://swapi.co/api/starships/12/","https://swapi.co/api/starships/22/"],"created":"2014-12-09T13:50:51.644000Z","edited":"2014-12-20T21:17:56.891000Z","url":"https://swapi.co/api/people/1/"}

And I dont know how to access Datapower Web UI. When I access container of Datapower, it shows:


                        ##         .
                  ## ## ##        ==
               ## ## ## ## ##    ===
           /"""""""""""""""""\___/ ===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~
           \______ o           __/
             \    \         __/
              \____\_______/

docker is configured to use the default machine with IP 192.168.99.100
For help getting started, check out the docs at https://docs.docker.com

Start interactive shell

hunghip@DESKTOP-MEJ8B8R MINGW64 /c/Program Files/Docker Toolbox
$

hunghip@DESKTOP-MEJ8B8R MINGW64 /c/Program Files/Docker Toolbox
$

hunghip@DESKTOP-MEJ8B8R MINGW64 /c/Program Files/Docker Toolbox
$ docker container ls
CONTAINER ID        IMAGE                                                      COMMAND                CREATED             STATUS              PORTS                                                                                             NAMES
58bc538783eb        ibm-apiconnect-toolkit/datapower-api-gateway:1.1.10        "/bin/drouter"         10 minutes ago      Up 10 minutes       0.0.0.0:32771->80/tcp, 0.0.0.0:32770->5554/tcp, 0.0.0.0:32769->9090/tcp, 0.0.0.0:4002->9443/tcp   testapp20180813_datapower-api-gateway_1
e74484ee34a3        ibm-apiconnect-toolkit/datapower-mgmt-server-lite:1.1.10   "node lib/server.js"   10 minutes ago      Up 10 minutes       0.0.0.0:32768->2443/tcp                                                                           testapp20180813_datapower-mgmt-server-lite_1

hunghip@DESKTOP-MEJ8B8R MINGW64 /c/Program Files/Docker Toolbox
$ docker attach 58bc538783eb
20180815T125529.165Z [apiconnect][0x80e0027d][system][error] : tid(17680): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125529.165Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(17680)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125533.232Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17696)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53218
20180815T125533.232Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17712)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53219
20180815T125536.067Z [apiconnect][0x80000001][apiconnect][error] mpgw(webapi): tid(17728)[request][192.168.99.1] gtid(179774bb5b7422c700004540): catalog not found: toolkit; env: apic-dev
20180815T125536.067Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(17728)[request][192.168.99.1] gtid(179774bb5b7422c700004540): HTTP/1.1 404 Not Found:
20180815T125536.068Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(17728)[request][192.168.99.1] gtid(179774bb5b7422c700004540): Processing of 'local:///isp/unified-request-select-and-set-tenant.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125536.068Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(17728)[request][192.168.99.1] gtid(179774bb5b7422c700004540): request webapi-mpgw-request-fw #5 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-select-and-set-tenant.xsl is applied. The results are stored in NULL. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125536.068Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(17728)[error][192.168.99.1] gtid(179774bb5b7422c700004540): Dynamic Execution Error
20180815T125536.518Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(17728)[error][192.168.99.1] gtid(179774bb5b7422c700004540): api-error-response multistep error
20180815T125537.062Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18257)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53241
20180815T125537.066Z [apiconnect][0x80000001][apiconnect][error] mpgw(webapi): tid(18273)[request][192.168.99.1] gtid(179774bb5b7422c900004761): catalog not found: toolkit; env: apic-dev
20180815T125537.066Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18273)[request][192.168.99.1] gtid(179774bb5b7422c900004761): HTTP/1.1 404 Not Found:
20180815T125537.067Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(18273)[request][192.168.99.1] gtid(179774bb5b7422c900004761): Processing of 'local:///isp/unified-request-select-and-set-tenant.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125537.067Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(18273)[request][192.168.99.1] gtid(179774bb5b7422c900004761): request webapi-mpgw-request-fw #5 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-select-and-set-tenant.xsl is applied. The results are stored in NULL. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125537.067Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(18273)[error][192.168.99.1] gtid(179774bb5b7422c900004761): Dynamic Execution Error
20180815T125537.346Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18273)[error][192.168.99.1] gtid(179774bb5b7422c900004761): api-error-response multistep error
20180815T125545.741Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18385)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53282
20180815T125545.777Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(18353)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125545.817Z [apiconnect][0x80e00130][mpgw][error] source-https(webapi-https): tid(18353)[192.168.99.1]: could not establish SSL for incoming connection
20180815T125545.975Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(18369)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125545.976Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18369)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53281
20180815T125545.977Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(17856)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125545.977Z [apiconnect][0x80e00130][mpgw][error] source-https(webapi-https): tid(17856)[192.168.99.1]: could not establish SSL for incoming connection
20180815T125545.978Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(17872)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125545.978Z [apiconnect][0x80e00130][mpgw][error] source-https(webapi-https): tid(17872)[192.168.99.1]: could not establish SSL for incoming connection
20180815T125547.008Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(17888)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125547.008Z [apiconnect][0x80e00130][mpgw][error] source-https(webapi-https): tid(17888)[192.168.99.1]: could not establish SSL for incoming connection
20180815T125549.030Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(17904)[192.168.99.1]: SSL library error: error:140780E5:SSL routines:ssl23_read:ssl handshake failure
20180815T125549.031Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17904)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53294
20180815T125549.185Z [apiconnect][0x80e0027d][system][error] : tid(18401): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125549.185Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18401)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125552.041Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(18417)[192.168.99.1]: SSL library error: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
20180815T125552.041Z [apiconnect][0x80e00130][mpgw][error] source-https(webapi-https): tid(18417)[192.168.99.1]: could not establish SSL for incoming connection
20180815T125552.205Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17920)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53320
20180815T125552.205Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17936)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53321
20180815T125552.209Z [apiconnect][0x80000001][apiconnect][error] mpgw(webapi): tid(18449)[request][192.168.99.1] gtid(179774bb5b7422d800004811): catalog not found: toolkit; env: apic-dev
20180815T125552.209Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18449)[request][192.168.99.1] gtid(179774bb5b7422d800004811): HTTP/1.1 404 Not Found:
20180815T125552.209Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(18449)[request][192.168.99.1] gtid(179774bb5b7422d800004811): Processing of 'local:///isp/unified-request-select-and-set-tenant.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125552.210Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(18449)[request][192.168.99.1] gtid(179774bb5b7422d800004811): request webapi-mpgw-request-fw #5 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-select-and-set-tenant.xsl is applied. The results are stored in NULL. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125552.210Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(18449)[error][192.168.99.1] gtid(179774bb5b7422d800004811): Dynamic Execution Error
20180815T125552.549Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18449)[error][192.168.99.1] gtid(179774bb5b7422d800004811): api-error-response multistep error
20180815T125559.037Z [apiconnect][0x8120002f][ssl][error] ssl-sni-server(cmc-webapi-sslsvr-apifsh): tid(18433)[192.168.99.1]: SSL library error: error:140780E5:SSL routines:ssl23_read:ssl handshake failure
20180815T125559.038Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18433)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53319
20180815T125609.208Z [apiconnect][0x80e0027d][system][error] : tid(17952): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125609.208Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(17952)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125629.238Z [apiconnect][0x80e0027d][system][error] : tid(17968): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125629.238Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(17968)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125632.438Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(17984)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53496
20180815T125632.440Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18513)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53497
20180815T125632.444Z [apiconnect][0x80000001][apiconnect][error] mpgw(webapi): tid(18000)[request][192.168.99.1] gtid(179774bb5b74230000004650): catalog not found: toolkit; env: apic-dev
20180815T125632.444Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18000)[request][192.168.99.1] gtid(179774bb5b74230000004650): HTTP/1.1 404 Not Found:
20180815T125632.444Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(18000)[request][192.168.99.1] gtid(179774bb5b74230000004650): Processing of 'local:///isp/unified-request-select-and-set-tenant.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125632.444Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(18000)[request][192.168.99.1] gtid(179774bb5b74230000004650): request webapi-mpgw-request-fw #5 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-select-and-set-tenant.xsl is applied. The results are stored in NULL. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125632.444Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(18000)[error][192.168.99.1] gtid(179774bb5b74230000004650): Dynamic Execution Error
20180815T125632.728Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18000)[error][192.168.99.1] gtid(179774bb5b74230000004650): api-error-response multistep error
20180815T125649.259Z [apiconnect][0x80e0027d][system][error] : tid(18080): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125649.259Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18080)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125709.273Z [apiconnect][0x80e0027d][system][error] : tid(18096): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125709.273Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18096)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125729.307Z [apiconnect][0x80e0027d][system][error] : tid(18112): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125729.307Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18112)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125749.338Z [apiconnect][0x80e0027d][system][error] : tid(18529): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125749.339Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18529)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125758.977Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18128)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53899
20180815T125758.990Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18144)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53900
20180815T125758.998Z [apiconnect][0x80000001][apiconnect][error] mpgw(webapi): tid(18545)[request][192.168.99.1] gtid(179774bb5b74235600004871): catalog not found: toolkit; env: apic-dev
20180815T125758.998Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18545)[request][192.168.99.1] gtid(179774bb5b74235600004871): HTTP/1.1 404 Not Found:
20180815T125758.998Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(18545)[request][192.168.99.1] gtid(179774bb5b74235600004871): Processing of 'local:///isp/unified-request-select-and-set-tenant.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125758.998Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(18545)[request][192.168.99.1] gtid(179774bb5b74235600004871): request webapi-mpgw-request-fw #5 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-select-and-set-tenant.xsl is applied. The results are stored in NULL. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: '
20180815T125758.998Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(18545)[error][192.168.99.1] gtid(179774bb5b74235600004871): Dynamic Execution Error
20180815T125759.372Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18545)[error][192.168.99.1] gtid(179774bb5b74235600004871): api-error-response multistep error
20180815T125809.369Z [apiconnect][0x80e0027d][system][error] : tid(18609): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125809.369Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18609)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125814.126Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18160)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53971
20180815T125814.127Z [apiconnect][0x80e00161][mpgw][error] source-https(webapi-https): tid(18176)[192.168.99.1]: Request processing failed: Connection terminated before request headers read because of the connection error occurs, from URL: 192.168.99.1:53972
20180815T125814.135Z [apiconnect][0x808000f2][apiconnect][error] mpgw(webapi): tid(18192)[request][192.168.99.1] gtid(179774bb5b74236600004710): XSLT custom log message 'Invalid organization or environment. Received host '192.168.99.100:4002' and URI '/' for request '
20180815T125814.135Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18192)[request][192.168.99.1] gtid(179774bb5b74236600004710): HTTP/1.1 404 Not Found: The requested URL was not found on this server
20180815T125814.135Z [apiconnect][0x80c00010][xslt][error] mpgw(webapi): tid(18192)[request][192.168.99.1] gtid(179774bb5b74236600004710): Processing of 'local:///isp/unified-request-init.xsl' stopped: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: The requested URL was not found on this server'
20180815T125814.135Z [apiconnect][0x80c00009][multistep][error] mpgw(webapi): tid(18192)[request][192.168.99.1] gtid(179774bb5b74236600004710): request webapi-mpgw-request-fw #2 xform: Transforming the content of NULL. The transformation local:///isp/unified-request-init.xsl is applied. The results are stored in CONTEXT_WEBAPI_TR. failed: local:///isp/error_template.xsl:85: xsl:message terminate=yes value='HTTP/1.1 404 Not Found: The requested URL was not found on this server'
20180815T125814.135Z [apiconnect][0x00230001][mpgw][error] mpgw(webapi): tid(18192)[error][192.168.99.1] gtid(179774bb5b74236600004710): Dynamic Execution Error
20180815T125814.410Z [apiconnect][0x80000001][xsltmsg][error] mpgw(webapi): tid(18192)[error][192.168.99.1] gtid(179774bb5b74236600004710): api-error-response multistep error
20180815T125829.395Z [apiconnect][0x80e0027d][system][error] : tid(18208): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125829.395Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18208)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125848.420Z [apiconnect][0x80e0027d][system][error] : tid(18673): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125848.420Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18673)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125908.444Z [apiconnect][0x80e0027d][system][error] : tid(18689): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125908.444Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18689)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125928.464Z [apiconnect][0x80e0027d][system][error] : tid(18705): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125928.464Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18705)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T125948.475Z [apiconnect][0x80e0027d][system][error] : tid(18224): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T125948.475Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18224)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130008.501Z [apiconnect][0x80e0027d][system][error] : tid(18721): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130008.501Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18721)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130028.534Z [apiconnect][0x80e0027d][system][error] : tid(18240): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130028.534Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18240)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130048.571Z [apiconnect][0x80e0027d][system][error] : tid(18256): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130048.571Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18256)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130108.591Z [apiconnect][0x80e0027d][system][error] : tid(18737): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130108.591Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18737)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130128.623Z [apiconnect][0x80e0027d][system][error] : tid(18753): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130128.623Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18753)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130148.648Z [apiconnect][0x80e0027d][system][error] : tid(18785): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130148.648Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18785)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130208.674Z [apiconnect][0x80e0027d][system][error] : tid(18272): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130208.674Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18272)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130228.784Z [apiconnect][0x80e0027d][system][error] : tid(18288): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130228.784Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18288)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130248.734Z [apiconnect][0x80e0027d][system][error] : tid(18384): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130248.734Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18384)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130308.748Z [apiconnect][0x80e0027d][system][error] : tid(18400): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130308.748Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18400)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130328.772Z [apiconnect][0x80e0027d][system][error] : tid(18961): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130328.772Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18961)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130348.792Z [apiconnect][0x80e0027d][system][error] : tid(18416): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130348.792Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18416)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130408.818Z [apiconnect][0x80e0027d][system][error] : tid(18432): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130408.818Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18432)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130428.875Z [apiconnect][0x80e0027d][system][error] : tid(18977): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130428.875Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18977)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130448.895Z [apiconnect][0x80e0027d][system][error] : tid(18993): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130448.895Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18993)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'
20180815T130508.921Z [apiconnect][0x80e0027d][system][error] : tid(18448): Unable to open URL 'local:///ext/gateway-properties.xml'
20180815T130508.921Z [apiconnect][0x80e0003e][network][error] xmlmgr(webapi): tid(18448)[scheduled]: url-open: Cannot create connection to 'local:///ext/gateway-properties.xml'

So can someone explain me why sometimes I run app with error. And how can I access Datapower WebUI, what is url of my API through Datapower.

Tks all very much.

I'm so sorry if this question make you hard to understand.

prakashtjp commented 5 years ago

how did you resolve the above issue?

ghost commented 5 years ago

Hi I need answer for this too

ozairs commented 5 years ago

here are good instructions to enable Web GUI: https://www.ibm.com/developerworks/community/blogs/awasen/entry/DataPower_on_Docker_Toolbox?lang=en