samtecspg / articulate

A platform for building conversational interfaces with intelligent agents (chatbots)
http://spg.ai/projects/articulate/
Apache License 2.0
598 stars 158 forks source link

Training error #779

Closed Chiagoro-ahaotu closed 5 years ago

Chiagoro-ahaotu commented 5 years ago

Issues

If you're having trouble with Articulate we definitely want to help you. If you can provide a little bit of information it will make our troubleshooting job easier.

Please describe the issue you are having here and answer the question below.


Hello there,

I was able to create my first agent successfully. After creating a new category and adding some sayings, I tried training my model but it keeps giving me training error. I am not sure what could be wrong. I have attached the log from the shell. P.S: I am new to Articulate but I think the UI interface is really cool!

api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo+1.0&model=default_just_er_7b6a7a61-c3b0-6298-475e-85f7186e87fe', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 09:51:02+0000 [-] "172.18.0.4" - - [30/May/2019:09:51:01 +0000] "POST /train?project=MyRobo+1.0&model=default_just_er_c35e8c89-069b-ded7-8f22-b74bd8e635ab HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Hello",\n "intent": "Greeting Response",\n "entities": []\n },\n {\n "text": "Hi",\n "intent": "Greeting Response",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo+1.0&model=default_just_er_c35e8c89-069b-ded7-8f22-b74bd8e635ab HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 520\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo+1.0&model=default_just_er_c35e8c89-069b-ded7-8f22-b74bd8e635ab', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | { error: api_1 | Error: not found api_1 | at CreatedClass.getHashAll (/usr/src/app/node_modules/nohm/ts/model.ts:1328:13) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7), api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 404, api_1 | message: api_1 | 'Can\'t find models in the path \'Agent->Category->Saying\' with the ids \'2,1,2\'' }, api_1 | message: 'Agent id=[2] error removing Saying id=[2]' } api_1 | Debug: internal, implementation, error api_1 | Error: handler method did not return a value, a promise, or throw an error api_1 | at module.exports.internals.Manager.execute (/usr/src/app/node_modules/hapi/lib/toolkit.js:52:29) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7) api_1 | { error: api_1 | { Error: Validation failed. See .errors on this Error or the Nohm model instance for details. api_1 | at CreatedClass.save (/usr/src/app/node_modules/nohm/ts/model.ts:623:15) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7) modelName: 'Agent', errors: { agentName: [Array] } }, api_1 | message: null } rasa_1 | 2019-05-30 10:00:09+0000 [-] "172.18.0.4" - - [30/May/2019:10:00:09 +0000] "POST /train?project=MyRobo&model=default_just_er_b3c0018a-7071-4ecb-ddaa-e0cb1ce5d006 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_b3c0018a-7071-4ecb-ddaa-e0cb1ce5d006 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_b3c0018a-7071-4ecb-ddaa-e0cb1ce5d006', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:00:52+0000 [-] "172.18.0.4" - - [30/May/2019:10:00:52 +0000] "POST /train?project=MyRobo&model=default_just_er_0801470e-2261-8efb-f84d-63b3d71fc133 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_0801470e-2261-8efb-f84d-63b3d71fc133 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_0801470e-2261-8efb-f84d-63b3d71fc133', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:00:54+0000 [-] "172.18.0.4" - - [30/May/2019:10:00:53 +0000] "POST /train?project=MyRobo&model=default_just_er_1d60ef44-c9b6-849d-fed8-dbf1b9903da6 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_1d60ef44-c9b6-849d-fed8-dbf1b9903da6 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_1d60ef44-c9b6-849d-fed8-dbf1b9903da6', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } elasticsearch_1 | [2019-05-30T10:03:20,906][INFO ][o.e.m.j.JvmGcMonitorService] [hoRa3X6] [gc][young][1177][10] duration [871ms], collections [1]/[1s], total [871ms]/[1s], memory [191.9mb]->[191.9mb]/[495.3mb], all_pools {[young] [133.1mb]->[133.1mb]/[133.1mb]}{[survivor] [10.4mb]->[10.4mb]/[16.6mb]}{[old] [48.3mb]->[48.3mb]/[345.6mb]} elasticsearch_1 | [2019-05-30T10:03:20,997][WARN ][o.e.m.j.JvmGcMonitorService] [hoRa3X6] [gc][1177] overhead, spent [871ms] collecting in the last [1s] rasa_1 | 2019-05-30 10:04:15+0000 [-] "172.18.0.4" - - [30/May/2019:10:04:14 +0000] "POST /train?project=MyRobo&model=default_just_er_d10f2147-8970-b66d-e9aa-5088a6c7acb1 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_d10f2147-8970-b66d-e9aa-5088a6c7acb1 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_d10f2147-8970-b66d-e9aa-5088a6c7acb1', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:04:28+0000 [-] "172.18.0.4" - - [30/May/2019:10:04:27 +0000] "POST /train?project=MyRobo&model=default_just_er_f30c0883-c10c-5c14-8771-3b049fc2a162 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_f30c0883-c10c-5c14-8771-3b049fc2a162 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_f30c0883-c10c-5c14-8771-3b049fc2a162', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:00+0000 [-] "172.18.0.4" - - [30/May/2019:10:08:59 +0000] "POST /train?project=MyRobo&model=default_just_er_a8d45e36-b056-6c70-3fd2-0ac03ba22086 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_a8d45e36-b056-6c70-3fd2-0ac03ba22086 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_a8d45e36-b056-6c70-3fd2-0ac03ba22086', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:01+0000 [-] "172.18.0.4" - - [30/May/2019:10:09:00 +0000] "POST /train?project=MyRobo&model=default_just_er_a8309801-b428-eaa3-dc0c-2346ca797f69 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_a8309801-b428-eaa3-dc0c-2346ca797f69 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_a8309801-b428-eaa3-dc0c-2346ca797f69', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:02+0000 [-] "172.18.0.4" - - [30/May/2019:10:09:01 +0000] "POST /train?project=MyRobo&model=default_just_er_c200f822-647e-8aa8-fadc-86e32ffa8362 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_c200f822-647e-8aa8-fadc-86e32ffa8362 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_c200f822-647e-8aa8-fadc-86e32ffa8362', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:02+0000 [-] "172.18.0.4" - - [30/May/2019:10:09:01 +0000] "POST /train?project=MyRobo&model=default_just_er_423d108e-e2b4-3fbb-0acf-0e93002d87b7 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_423d108e-e2b4-3fbb-0acf-0e93002d87b7 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_423d108e-e2b4-3fbb-0acf-0e93002d87b7', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:02+0000 [-] "172.18.0.4" - - [30/May/2019:10:09:01 +0000] "POST /train?project=MyRobo&model=default_just_er_558a3bad-03a3-ac5e-54d6-922141e008f3 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_558a3bad-03a3-ac5e-54d6-922141e008f3 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_558a3bad-03a3-ac5e-54d6-922141e008f3', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:09:03+0000 [-] "172.18.0.4" - - [30/May/2019:10:09:02 +0000] "POST /train?project=MyRobo&model=default_just_er_a5473a26-c3bf-9c8b-ed9b-4b3508d7f70d HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_a5473a26-c3bf-9c8b-ed9b-4b3508d7f70d HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_a5473a26-c3bf-9c8b-ed9b-4b3508d7f70d', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:36:16+0000 [-] "172.18.0.4" - - [30/May/2019:10:36:16 +0000] "POST /train?project=MyRobo&model=default_just_er_174e2396-f245-d01b-751f-1c41546d4a69 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_174e2396-f245-d01b-751f-1c41546d4a69 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_174e2396-f245-d01b-751f-1c41546d4a69', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 10:36:17+0000 [-] "172.18.0.4" - - [30/May/2019:10:36:17 +0000] "POST /train?project=MyRobo&model=default_just_er_c2b01592-9ac1-8c5a-9406-be2e00857461 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_c2b01592-9ac1-8c5a-9406-be2e00857461 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_c2b01592-9ac1-8c5a-9406-be2e00857461', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } elasticsearch_1 | [2019-05-30T11:00:39,574][WARN ][o.e.t.TransportService ] [hoRa3X6] Received response for a request that has timed out, sent [16032ms] ago, timed out [1202ms] ago, action [cluster:monitor/nodes/stats[n]], node [{hoRa3X6}{hoRa3X66QOGDvLTUGo0r6Q}{8Zt9C5F2TvaOAe5YodZXaA}{172.18.0.3}{172.18.0.3:9300}{xpack.installed=true}], id [325] elasticsearch_1 | [2019-05-30T11:24:51,034][WARN ][o.e.t.TransportService ] [hoRa3X6] Received response for a request that has timed out, sent [18674ms] ago, timed out [3605ms] ago, action [cluster:monitor/nodes/stats[n]], node [{hoRa3X6}{hoRa3X66QOGDvLTUGo0r6Q}{8Zt9C5F2TvaOAe5YodZXaA}{172.18.0.3}{172.18.0.3:9300}{xpack.installed=true}], id [417] elasticsearch_1 | [2019-05-30T11:26:29,169][WARN ][o.e.m.j.JvmGcMonitorService] [hoRa3X6] [gc][6162] overhead, spent [530ms] collecting in the last [1s] elasticsearch_1 | [2019-05-30T11:26:58,294][WARN ][o.e.t.TransportService ] [hoRa3X6] Received response for a request that has timed out, sent [23244ms] ago, timed out [8216ms] ago, action [cluster:monitor/nodes/stats[n]], node [{hoRa3X6}{hoRa3X66QOGDvLTUGo0r6Q}{8Zt9C5F2TvaOAe5YodZXaA}{172.18.0.3}{172.18.0.3:9300}{xpack.installed=true}], id [423] elasticsearch_1 | [2019-05-30T11:27:41,369][WARN ][o.e.t.TransportService ] [hoRa3X6] Received response for a request that has timed out, sent [21240ms] ago, timed out [6411ms] ago, action [cluster:monitor/nodes/stats[n]], node [{hoRa3X6}{hoRa3X66QOGDvLTUGo0r6Q}{8Zt9C5F2TvaOAe5YodZXaA}{172.18.0.3}{172.18.0.3:9300}{xpack.installed=true}], id [425] elasticsearch_1 | [2019-05-30T11:28:20,504][WARN ][o.e.t.TransportService ] [hoRa3X6] Received response for a request that has timed out, sent [15426ms] ago, timed out [401ms] ago, action [cluster:monitor/nodes/stats[n]], node [{hoRa3X6}{hoRa3X66QOGDvLTUGo0r6Q}{8Zt9C5F2TvaOAe5YodZXaA}{172.18.0.3}{172.18.0.3:9300}{xpack.installed=true}], id [427] api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_fe3a4dee-ecf1-370f-9e6e-80b5a0b0b69b HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_fe3a4dee-ecf1-370f-9e6e-80b5a0b0b69b', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:03+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:03 +0000] "POST /train?project=MyRobo&model=default_just_er_fe3a4dee-ecf1-370f-9e6e-80b5a0b0b69b HTTP/1.1" 403 62 "-" "axios/0.18.0" rasa_1 | 2019-05-30 12:34:04+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:04 +0000] "POST /train?project=MyRobo&model=default_just_er_3dd459ac-b99f-e90f-532a-1a4af0f73bc0 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_3dd459ac-b99f-e90f-532a-1a4af0f73bc0 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_3dd459ac-b99f-e90f-532a-1a4af0f73bc0', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:42+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:41 +0000] "POST /train?project=MyRobo&model=default_just_er_cc287a6a-6bb4-f731-2313-2fac57e26a1d HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_cc287a6a-6bb4-f731-2313-2fac57e26a1d HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_cc287a6a-6bb4-f731-2313-2fac57e26a1d', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:42+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:42 +0000] "POST /train?project=MyRobo&model=default_just_er_3f74dfe2-e29e-c121-608e-6a813127348f HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_3f74dfe2-e29e-c121-608e-6a813127348f HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_3f74dfe2-e29e-c121-608e-6a813127348f', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:42+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:42 +0000] "POST /train?project=MyRobo&model=default_just_er_9c348bc2-1e1e-d609-9971-d97981e62a3d HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_9c348bc2-1e1e-d609-9971-d97981e62a3d HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_9c348bc2-1e1e-d609-9971-d97981e62a3d', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:42 +0000] "POST /train?project=MyRobo&model=default_just_er_d2e11ec2-f848-d6a8-c5c0-a103cffd8ea2 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_d2e11ec2-f848-d6a8-c5c0-a103cffd8ea2 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_d2e11ec2-f848-d6a8-c5c0-a103cffd8ea2', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:43 +0000] "POST /train?project=MyRobo&model=default_just_er_59eaad0a-ee4d-71da-7929-020a93c75ee6 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_59eaad0a-ee4d-71da-7929-020a93c75ee6 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_59eaad0a-ee4d-71da-7929-020a93c75ee6', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:43 +0000] "POST /train?project=MyRobo&model=default_just_er_d6d1ea1f-9b12-7f56-a383-ac1727e1c6d1 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_d6d1ea1f-9b12-7f56-a383-ac1727e1c6d1 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_d6d1ea1f-9b12-7f56-a383-ac1727e1c6d1', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:43 +0000] "POST /train?project=MyRobo&model=default_just_er_09372f15-4682-0d2a-db79-c265d01cf33b HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_09372f15-4682-0d2a-db79-c265d01cf33b HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_09372f15-4682-0d2a-db79-c265d01cf33b', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:43 +0000] "POST /train?project=MyRobo&model=default_just_er_e5077cc2-67cf-55cd-70f4-eff8d7f4811d HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_e5077cc2-67cf-55cd-70f4-eff8d7f4811d HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_e5077cc2-67cf-55cd-70f4-eff8d7f4811d', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:44+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_8897fafe-13e1-d253-ab46-9c9715e5664c HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_8897fafe-13e1-d253-ab46-9c9715e5664c HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_8897fafe-13e1-d253-ab46-9c9715e5664c', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:44+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_3cf32464-7c6d-d0dd-9d73-a332e4d5a632 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_3cf32464-7c6d-d0dd-9d73-a332e4d5a632 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_3cf32464-7c6d-d0dd-9d73-a332e4d5a632', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:44+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_0e10b76a-9a96-57fe-d333-2edd0626e55f HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_0e10b76a-9a96-57fe-d333-2edd0626e55f HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_0e10b76a-9a96-57fe-d333-2edd0626e55f', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:44+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_84e402c3-b5ce-29ea-c1ac-86fc7737ecca HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_84e402c3-b5ce-29ea-c1ac-86fc7737ecca HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_84e402c3-b5ce-29ea-c1ac-86fc7737ecca', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:44+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_95cf9ab0-b439-d4a3-b590-20cb7eaeeb37 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_95cf9ab0-b439-d4a3-b590-20cb7eaeeb37 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_95cf9ab0-b439-d4a3-b590-20cb7eaeeb37', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:34:45+0000 [-] "172.18.0.4" - - [30/May/2019:12:34:44 +0000] "POST /train?project=MyRobo&model=default_just_er_1eb37454-13ed-f3bd-6c38-5a562ffc907a HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_1eb37454-13ed-f3bd-6c38-5a562ffc907a HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_1eb37454-13ed-f3bd-6c38-5a562ffc907a', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:35:08+0000 [-] "172.18.0.4" - - [30/May/2019:12:35:08 +0000] "POST /train?project=MyRobo&model=default_just_er_7a8ad8a1-192c-e3b2-517b-e3fd2e16f804 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_7a8ad8a1-192c-e3b2-517b-e3fd2e16f804 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_7a8ad8a1-192c-e3b2-517b-e3fd2e16f804', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } rasa_1 | 2019-05-30 12:35:51+0000 [-] "172.18.0.4" - - [30/May/2019:12:35:51 +0000] "POST /train?project=MyRobo&model=default_just_er_8a821e79-7899-1842-aefb-d7c6cced9ee9 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Bien avenue!",\n "intent": "Greeting",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Greeting",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=MyRobo&model=default_just_er_8a821e79-7899-1842-aefb-d7c6cced9ee9 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 512\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=MyRobo&model=default_just_er_8a821e79-7899-1842-aefb-d7c6cced9ee9', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null } api_1 | Debug: internal, implementation, error api_1 | Error: handler method did not return a value, a promise, or throw an error api_1 | at module.exports.internals.Manager.execute (/usr/src/app/node_modules/hapi/lib/toolkit.js:52:29) api_1 | at process._tickCallback (internal/process/next_tick.js:68:7) rasa_1 | 2019-05-30 12:54:43+0000 [-] "172.18.0.4" - - [30/May/2019:12:54:42 +0000] "POST /train?project=ARMie&model=default_just_er_cc52850a-a6d8-c0f2-a94d-39ec476ac692 HTTP/1.1" 403 62 "-" "axios/0.18.0" api_1 | { error: api_1 | { Error: Request failed with status code 403 api_1 | at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15) api_1 | at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:18:12) api_1 | at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:201:11) api_1 | at IncomingMessage.emit (events.js:194:15) api_1 | at IncomingMessage.EventEmitter.emit (domain.js:441:20) api_1 | at endReadableNT (_stream_readable.js:1125:12) api_1 | at process._tickCallback (internal/process/next_tick.js:63:19) api_1 | config: api_1 | { adapter: [Function: httpAdapter], api_1 | transformRequest: [Object], api_1 | transformResponse: [Object], api_1 | timeout: 0, api_1 | xsrfCookieName: 'XSRF-TOKEN', api_1 | xsrfHeaderName: 'X-XSRF-TOKEN', api_1 | maxContentLength: -1, api_1 | validateStatus: [Function: validateStatus], api_1 | headers: [Object], api_1 | method: 'post', api_1 | baseURL: 'http://rasa:5000', api_1 | params: [Object], api_1 | url: 'http://rasa:5000/train', api_1 | data: api_1 | '---\n language: "en"\n pipeline: \n - \n name: "nlp_spacy"\n - \n name: "tokenizer_spacy"\n - \n name: "ner_crf"\n - \n name: "ner_synonyms"\n - \n name: "ner_spacy"\n data: {\n "rasa_nlu_data": {\n "common_examples": [\n {\n "text": "Hi, there",\n "intent": "Default Fallback Action",\n "entities": []\n },\n {\n "text": "Hello",\n "intent": "Default Fallback Action",\n "entities": []\n },\n {\n "text": "Bien avenue!",\n "intent": "Default Fallback Action",\n "entities": []\n }\n ],\n "regex_features": [],\n "entity_synonyms": []\n }\n}' }, api_1 | request: api_1 | ClientRequest { api_1 | domain: null, api_1 | _events: [Object], api_1 | _eventsCount: 6, api_1 | _maxListeners: undefined, api_1 | output: [], api_1 | outputEncodings: [], api_1 | outputCallbacks: [], api_1 | outputSize: 0, api_1 | writable: true, api_1 | _last: true, api_1 | chunkedEncoding: false, api_1 | shouldKeepAlive: false, api_1 | useChunkedEncodingByDefault: true, api_1 | sendDate: false, api_1 | _removedConnection: false, api_1 | _removedContLen: false, api_1 | _removedTE: false, api_1 | _contentLength: null, api_1 | _hasBody: true, api_1 | _trailer: '', api_1 | finished: true, api_1 | _headerSent: true, api_1 | socket: [Socket], api_1 | connection: [Socket], api_1 | _header: api_1 | 'POST /train?project=ARMie&model=default_just_er_cc52850a-a6d8-c0f2-a94d-39ec476ac692 HTTP/1.1\r\nAccept: application/json, text/plain, /\r\nContent-Type: application/x-yml\r\nUser-Agent: axios/0.18.0\r\nContent-Length: 656\r\nHost: rasa:5000\r\nConnection: close\r\n\r\n', api_1 | _onPendingData: [Function: noopPendingOutput], api_1 | agent: [Agent], api_1 | socketPath: undefined, api_1 | timeout: undefined, api_1 | method: 'POST', api_1 | path: api_1 | '/train?project=ARMie&model=default_just_er_cc52850a-a6d8-c0f2-a94d-39ec476ac692', api_1 | _ended: true, api_1 | res: [IncomingMessage], api_1 | aborted: undefined, api_1 | timeoutCb: null, api_1 | upgradeOrConnect: false, api_1 | parser: null, api_1 | maxHeadersCount: null, api_1 | _redirectable: [Writable], api_1 | [Symbol(isCorked)]: false, api_1 | [Symbol(outHeadersKey)]: [Object] }, api_1 | response: api_1 | { status: 403, api_1 | statusText: 'Forbidden', api_1 | headers: [Object], api_1 | config: [Object], api_1 | request: [ClientRequest], api_1 | data: [Object] } }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'Request failed with status code 403' }, api_1 | message: null }

wrathagom commented 5 years ago

Can you give me a screenshot of the interface? It looks like you aren't providing enough training data, but there should be an error to that note in the UI if that is the case.

Chiagoro-ahaotu commented 5 years ago

Image 1

Here it is. Note that I intentionally set the action to the fallback response

wrathagom commented 5 years ago

I notice you are accessing Articulate via port 3000 as opposed to port 8080, which version re you running again?

Also your hitting a non-localhost IP so what is your setup? Is this a cloud VM accessed over http or are you tunneling in?

Long story short every request to Rasa is being refused, which suggests a networking issue.

Chiagoro-ahaotu commented 5 years ago

I am running Articulate version v0.22.0. I couldn't get Articulate run on that port 8080 I ran the "docker ps" command on command prompt and discovered the UI container was running on port 3000. I am running the articulate locally (I changed it to localhost:3000) but obtained this error. image

wrathagom commented 5 years ago

it needs to be through 8080 or not everything will connect to the API correctly. What was the error there?

Chiagoro-ahaotu commented 5 years ago

Here's the log. I'm guessing the error is coming from the elasticsearch.

Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> cd C:\articulate-v0.22.0 PS C:\articulate-v0.22.0> docker-compose up Starting articulate-v0220_elasticsearch_1 ... done Starting articulate-v0220_api_1 ... done Starting articulate-v0220_duckling_1 ... done Starting articulate-v0220_redis_1 ... done Starting articulate-v0220_rasa_1 ... done Recreating articulate-v0220_ui_1 ... done Attaching to articulate-v0220_elasticsearch_1, articulate-v0220_duckling_1, articulate-v0220_api_1, articulate-v0220_redis_1, articulate-v0220_rasa_1, articulate-v0220_ui_1 api_1 | 2019/05/31 09:43:23 Waiting for: http://elasticsearch:9200 api_1 | 2019/05/31 09:43:23 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:24 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:25 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s redis_1 | 1:C 31 May 09:43:22.486 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 31 May 09:43:22.535 # Redis version=4.0.6, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 31 May 09:43:22.536 # Configuration loaded redis_1 | 1:M 31 May 09:43:22.544 Running mode=standalone, port=6379. redis_1 | 1:M 31 May 09:43:22.544 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 31 May 09:43:22.544 # Server initialized redis_1 | 1:M 31 May 09:43:22.544 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. redis_1 | 1:M 31 May 09:43:22.580 DB loaded from append only file: 0.035 seconds redis_1 | 1:M 31 May 09:43:22.580 * Ready to accept connections api_1 | 2019/05/31 09:43:26 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:27 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:28 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:29 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:30 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:31 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | yarn run v1.15.2 elasticsearch_1 | OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. api_1 | 2019/05/31 09:43:32 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | $ cross-env NODE_ENV=production env-cmd .env babel-node server api_1 | 2019/05/31 09:43:33 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:34 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:35 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:36 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:37 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:38 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:39 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:40 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:41 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:42 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:43 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:44 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:45 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:46 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:47 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:48 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:49 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:51 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:52 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:53 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:43:53,612][WARN ][o.e.c.l.LogConfigurator ] [unknown] Some logging configurations have %marker but don't have %node_name. We will automatically add %node_name to the pattern to ease the migration for users who customize log4j2.properties but will stop this behavior in 7.0. You should manually replace %node_name with [%node_name]%marker in these locations: elasticsearch_1 | /usr/share/elasticsearch/config/log4j2.properties api_1 | 2019/05/31 09:43:54 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:55 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:56 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:57 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:58 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:43:59 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:00 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:01 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:02 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:03 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:04 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:05 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:06 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:07 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:08 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:09 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:10 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:11 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:12 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:13 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:14,008][INFO ][o.e.e.NodeEnvironment ] [hoRa3X6] using [1] data paths, mounts [[/usr/share/elasticsearch/data (//10.0.75.1/C)]], net usable_space [634.6gb], net total_space [930.4gb], types [cifs] elasticsearch_1 | [2019-05-31T09:44:14,009][INFO ][o.e.e.NodeEnvironment ] [hoRa3X6] heap size [495.3mb], compressed ordinary object pointers [true] api_1 | 2019/05/31 09:44:14 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:14,508][INFO ][o.e.n.Node ] [hoRa3X6] node name derived from node ID [hoRa3X66QOGDvLTUGo0r6Q]; set [node.name] to override elasticsearch_1 | [2019-05-31T09:44:14,509][INFO ][o.e.n.Node ] [hoRa3X6] version[6.5.1], pid[1], build[default/tar/8c58350/2018-11-16T02:22:42.182257Z], OS[Linux/4.9.125-linuxkit/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.1/11.0.1+13] elasticsearch_1 | [2019-05-31T09:44:14,511][INFO ][o.e.n.Node ] [hoRa3X6] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.uV2JmRPe, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Djava.locale.providers=COMPAT, -XX:UseAVX=2, -Des.cgroups.hierarchy.override=/, -Xms512m, -Xmx512m, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=tar] api_1 | 2019/05/31 09:44:15 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s duckling_1 | no port specified, defaulting to port 8000 duckling_1 | Listening on http://0.0.0.0:8000 api_1 | 2019/05/31 09:44:16 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:17 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:18 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:19 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:20 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:21 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:22 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:23 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s rasa_1 | 2019-05-31 09:44:23+0000 [-] Log opened. api_1 | 2019/05/31 09:44:24 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s rasa_1 | 2019-05-31 09:44:24+0000 [-] Site starting on 5000 rasa_1 | 2019-05-31 09:44:24+0000 [-] Starting factory <twisted.web.server.Site object at 0x7f5c919bef98> api_1 | 2019/05/31 09:44:25 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:26 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:27 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:27,686][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [aggs-matrix-stats] elasticsearch_1 | [2019-05-31T09:44:27,686][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [analysis-common] elasticsearch_1 | [2019-05-31T09:44:27,687][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [ingest-common] elasticsearch_1 | [2019-05-31T09:44:27,687][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [lang-expression] elasticsearch_1 | [2019-05-31T09:44:27,688][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [lang-mustache] elasticsearch_1 | [2019-05-31T09:44:27,688][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [lang-painless] elasticsearch_1 | [2019-05-31T09:44:27,689][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [mapper-extras] elasticsearch_1 | [2019-05-31T09:44:27,689][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [parent-join] elasticsearch_1 | [2019-05-31T09:44:27,690][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [percolator] elasticsearch_1 | [2019-05-31T09:44:27,690][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [rank-eval] elasticsearch_1 | [2019-05-31T09:44:27,690][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [reindex] elasticsearch_1 | [2019-05-31T09:44:27,691][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [repository-url] elasticsearch_1 | [2019-05-31T09:44:27,691][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [transport-netty4] elasticsearch_1 | [2019-05-31T09:44:27,693][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [tribe] elasticsearch_1 | [2019-05-31T09:44:27,693][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-ccr] elasticsearch_1 | [2019-05-31T09:44:27,694][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-core] elasticsearch_1 | [2019-05-31T09:44:27,694][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-deprecation] elasticsearch_1 | [2019-05-31T09:44:27,695][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-graph] elasticsearch_1 | [2019-05-31T09:44:27,695][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-logstash] elasticsearch_1 | [2019-05-31T09:44:27,696][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-ml] elasticsearch_1 | [2019-05-31T09:44:27,696][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-monitoring] elasticsearch_1 | [2019-05-31T09:44:27,697][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-rollup] elasticsearch_1 | [2019-05-31T09:44:27,697][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-security] elasticsearch_1 | [2019-05-31T09:44:27,699][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-sql] elasticsearch_1 | [2019-05-31T09:44:27,700][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-upgrade] elasticsearch_1 | [2019-05-31T09:44:27,701][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded module [x-pack-watcher] elasticsearch_1 | [2019-05-31T09:44:27,704][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded plugin [ingest-geoip] elasticsearch_1 | [2019-05-31T09:44:27,705][INFO ][o.e.p.PluginsService ] [hoRa3X6] loaded plugin [ingest-user-agent] api_1 | 2019/05/31 09:44:28 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | ws-proxy-plugin ui_1 | Error: Connection terminated while waiting to connect ui_1 | http://53f6009dc50c:3000 ui_1 | method path description ui_1 | ------ --------- ----------- ui_1 | AUTH /nes/auth ui_1 | ui_1 | Server started ! ✓ ui_1 | ui_1 | Access URLs: ui_1 | ----------------------------------- ui_1 | Localhost: http://localhost:3000 ui_1 | LAN: http://172.18.0.7:3000 ui_1 | ----------------------------------- ui_1 | Press CTRL-C to stop ui_1 | ui_1 | http://53f6009dc50c:3000 ui_1 | method path description ui_1 | ------ ------------- ----------- ui_1 | /api/{paths*} ui_1 | AUTH /nes/auth ui_1 | api_1 | 2019/05/31 09:44:29 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:30 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true api_1 | 2019/05/31 09:44:31 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:32 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true api_1 | 2019/05/31 09:44:33 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:34 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:35 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:36 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:37 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true api_1 | 2019/05/31 09:44:38 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:39 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:40 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:41 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:42 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:42,305][INFO ][o.e.d.DiscoveryModule ] [hoRa3X6] using discovery type [single-node] and host providers [settings] api_1 | 2019/05/31 09:44:43 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s api_1 | 2019/05/31 09:44:44 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:44,547][INFO ][o.e.n.Node ] [hoRa3X6] initialized elasticsearch_1 | [2019-05-31T09:44:44,548][INFO ][o.e.n.Node ] [hoRa3X6] starting ... ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true elasticsearch_1 | [2019-05-31T09:44:45,127][INFO ][o.e.t.TransportService ] [hoRa3X6] publish_address {172.18.0.3:9300}, bound_addresses {0.0.0.0:9300} api_1 | 2019/05/31 09:44:45 Problem with request: Get http://elasticsearch:9200: dial tcp 172.18.0.3:9200: connect: connection refused. Sleeping 1s elasticsearch_1 | [2019-05-31T09:44:45,395][INFO ][o.e.h.n.Netty4HttpServerTransport] [hoRa3X6] publish_address {172.18.0.3:9200}, bound_addresses {0.0.0.0:9200} elasticsearch_1 | [2019-05-31T09:44:45,395][INFO ][o.e.n.Node ] [hoRa3X6] started elasticsearch_1 | [2019-05-31T09:44:46,836][INFO ][o.e.l.LicenseService ] [hoRa3X6] license [3ba1f4d3-b71c-4a71-ab7f-5155ffa1c3e7] mode [basic] - valid elasticsearch_1 | [2019-05-31T09:44:46,839][INFO ][o.e.g.GatewayService ] [hoRa3X6] recovered [1] indices into cluster_state api_1 | 2019/05/31 09:44:47 Received 200 from http://elasticsearch:9200 elasticsearch_1 | [2019-05-31T09:44:50,595][INFO ][o.e.c.r.a.AllocationService] [hoRa3X6] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[document][3]] ...]). ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true api_1 | yarn run v1.15.2 api_1 | $ nodemon server --exec babel-node ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect api_1 | [nodemon] 1.18.10 api_1 | [nodemon] reading config ./package.json api_1 | [nodemon] to restart at any time, enter rs api_1 | [nodemon] or send SIGHUP to 27 to restart api_1 | [nodemon] ignoring: ./node_modules/*/ api_1 | [nodemon] watching: . api_1 | [nodemon] watching extensions: js,mjs,json api_1 | [nodemon] starting babel-node server api_1 | [nodemon] spawning api_1 | [nodemon] child pid: 40 api_1 | [nodemon] watching 344 files ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | [WS] Error http://api:7500 ui_1 | Error: Connection terminated while waiting to connect ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: undefined, ui_1 | explanation: 'Unknown', ui_1 | reason: undefined, ui_1 | wasClean: undefined, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | [WS] Connected to http://api:7500 ui_1 | webpack built b20af1f1abda0cec4eff in 112873ms ui_1 | ℹ 「wdm」: Compiled with warnings. ui_1 | [WS] Heartbeat Timeout from http://api:7500 ui_1 | [WS] Will Reconnect = true ui_1 | ⚠ 「wdm」: Hash: b20af1f1abda0cec4eff ui_1 | Version: webpack 4.12.0 ui_1 | Time: 112873ms ui_1 | Built at: 05/31/2019 9:46:20 AM ui_1 | Asset Size Chunks Chunk Names ui_1 | 6.ad682d1011ae2dee3da1.chunk.js 39.6 KiB 6 [emitted] ui_1 | ffcc050b2d92d4b14a4fcb527ee0bcc8.woff 21.1 KiB [emitted] ui_1 | 285467176f7fe6bb6a9c6873b3dad2cc.woff2 15.2 KiB [emitted] ui_1 | de8b7431b74642e830af4d4f4b513ec9.woff 19.5 KiB [emitted] ui_1 | 9680d5a0c32d2fd084e07bbc4c8b2923.woff 21 KiB [emitted] ui_1 | .htaccess.bin 1.75 KiB [emitted] ui_1 | 7b770d6c53423deb1a8e49d3c9175184.woff2 16.8 KiB [emitted] ui_1 | 6232f43d15b0e7a0bf0fe82e295bdd06.woff2 16.3 KiB [emitted] ui_1 | bafb105baeb22d965c70fe52ba6b49d9.woff 19.4 KiB [emitted] ui_1 | e9dbbe8a693dd275c16d32feb101f1c1.woff 19.5 KiB [emitted] ui_1 | 5d4aeb4e5f5ef754e307d7ffaef688bd.woff2 15 KiB [emitted] ui_1 | d704bb3d579b7d5e40880c75705c8a71.woff 20.8 KiB [emitted] ui_1 | cf6613d1adf490972c557a8e318e0868.woff 19.4 KiB [emitted] ui_1 | 19b7a0adfdd4f808b53af7e2ce2ad4e5.woff2 15 KiB [emitted] ui_1 | favicon.ico 5.27 KiB [emitted] ui_1 | 510dec37fa69fba39593e01a469ee018.woff2 16.5 KiB [emitted] ui_1 | d69924b98acd849cdeba9fbff3f88ea6.woff2 16.7 KiB [emitted] ui_1 | 010c1aeee3c6d1cbb1d5761d80353823.woff2 16.2 KiB [emitted] ui_1 | 8c2ade503b34e31430d6c98aa29a52a3.woff 19.5 KiB [emitted] ui_1 | d8bcbe724fd6f4ba44d0ee6a2675890f.woff2 16.5 KiB [emitted] ui_1 | 55536c8e9e9a532651e3cf374f290ea3.woff2 15.1 KiB [emitted] ui_1 | 037d830416495def72b7881024c14b7b.woff2 15.1 KiB [emitted] ui_1 | 846d1890aee87fde5d8ced8eba360c3a.woff 20.6 KiB [emitted] ui_1 | 987b84570ea69ee660455b8d5e91f5f1.woff2 15 KiB [emitted] ui_1 | bc833e725c137257c2c42a789845d82f.woff 21.3 KiB [emitted] ui_1 | a1471d1d6431c893582a5f6a250db3f9.woff 19.4 KiB [emitted] ui_1 | 0.57f9bbe85e5c6a589b06.chunk.js 26.4 KiB 0 [emitted] ui_1 | 1.5783e42c38b5d2362458.chunk.js 35.9 KiB 1 [emitted] ui_1 | 2.fd6b8d422b6591d778d4.chunk.js 19.4 KiB 2 [emitted] ui_1 | 3.97cde26a7e4a8beb16fa.chunk.js 35.6 KiB 3 [emitted] ui_1 | 4.66343c52c02b2ac1456e.chunk.js 74.1 KiB 4 [emitted] ui_1 | 5.403fe9d67072167c04b3.chunk.js 135 KiB 5 [emitted] ui_1 | 210a7c781f5a354a0e4985656ab456d9.woff 21.3 KiB [emitted] ui_1 | 7.d9afb114dfe26231ad65.chunk.js 15.8 KiB 7 [emitted] ui_1 | 8.ce827b4d6d0145e15992.chunk.js 11.8 KiB 8 [emitted] ui_1 | 9.4afa6b54e754c5e06bbd.chunk.js 106 KiB 9 [emitted] ui_1 | 10.809238302226ad749461.chunk.js 142 KiB 10, 2 [emitted] ui_1 | 11.9f4f5a15096abbec0859.chunk.js 21.9 KiB 11 [emitted] ui_1 | 12.a090991a5f020e5fde7d.chunk.js 44.3 KiB 12 [emitted] ui_1 | 13.e16e8381b0ea8c4901ee.chunk.js 68.6 KiB 13 [emitted] ui_1 | 14.f958e1dc35ad6b2f22a8.chunk.js 96.3 KiB 14 [emitted] ui_1 | 15.cd182d20d490a54f8957.chunk.js 9.53 KiB 15 [emitted] ui_1 | 16.5b82e9c566e938020bbd.chunk.js 7.78 KiB 16 [emitted] ui_1 | 17.03eff918c86d55d6377b.chunk.js 61.1 KiB 17 [emitted] ui_1 | 18.ce425ed211028e9f2163.chunk.js 59.6 KiB 18 [emitted] ui_1 | 19.07e7abf3c4eed4b92794.chunk.js 23.6 KiB 19 [emitted] ui_1 | 20.764e4d8195ff756292f4.chunk.js 79 bytes 20 [emitted] ui_1 | runtime~main.40dc33aa369c965490e3.js 2.69 KiB 21 [emitted] runtime~main ui_1 | vendors~main.fbad551de73a3d110d78.chunk.js 1.6 MiB 22 [emitted] [big] vendors~main ui_1 | main.c636e3c573fa6f0f0ce9.chunk.js 286 KiB 23 [emitted] main ui_1 | index.html 986 bytes [emitted] ui_1 | sw.js 22.2 KiB [emitted] ui_1 | manifest.d8fcf0a94683656d7419d47d36076fa6.json 1.67 KiB [emitted] ui_1 | icon_512x512.4751ce58b25e8811771c200d23671e91.png 12.4 KiB [emitted] ui_1 | icon_384x384.edfa9cacb9b1a25f070a968449102119.png 8.3 KiB [emitted] ui_1 | icon_192x192.a850b490191d979987e953b545bff9a6.png 3.2 KiB [emitted] ui_1 | icon_180x180.6a2c67316019ef8feaff1fcf98f2c6d3.png 2.91 KiB [emitted] ui_1 | icon_167x167.cfc4878a083407e4884b69a80b505731.png 2.75 KiB [emitted] ui_1 | icon_152x152.face1ca585254b54b75b9df9c400afc3.png 2.43 KiB [emitted] ui_1 | icon_144x144.6a14edf6ded92e6456504b54ea3c85c9.png 2.32 KiB [emitted] ui_1 | icon_128x128.b8191e3d81f53d4310e0f543873f6522.png 2.04 KiB [emitted] ui_1 | icon_120x120.a7d89eda1a1ea79d0a8e43ed215ffe42.png 1.9 KiB [emitted] ui_1 | icon_96x96.162cc35d3689e3134773f4f70e983d43.png 1.5 KiB [emitted] ui_1 | icon_72x72.f8aa4cce7e8c3451e0a5edcddfc56011.png 1.19 KiB [emitted] ui_1 | Entrypoint main [big] = runtime~main.40dc33aa369c965490e3.js vendors~main.fbad551de73a3d110d78.chunk.js main.c636e3c573fa6f0f0ce9.chunk.js ui_1 | [0785de3f40b134973d35] ./app/i18n.js 2.27 KiB {23} [built] ui_1 | [1283171292070762fea8] ./app/configureStore.js 3.32 KiB {23} [built] ui_1 | [63f14ac74ce296f77f4d] ./node_modules/react-dom/index.js 1.33 KiB {22} [built] ui_1 | [6c925591d78ad1124781] ./app/containers/App/index.js 15.9 KiB {23} [built] ui_1 | [6cbaae35658a59059130] ./app/containers/LanguageProvider/index.js 7.05 KiB {23} [built] ui_1 | [1] multi ./app/app.js 28 bytes {23} [built] ui_1 | [7fa3d1d0596e1f2a0f74] ./app/global-styles.js 52 bytes {23} [built] ui_1 | [8af190b70a6bc55c6f1b] ./node_modules/react/index.js 190 bytes {22} [built] ui_1 | [8b703812aa8ae3c41814] ./app/app.js 8.94 KiB {23} [built] ui_1 | [97694e21b72f8e9351c4] ./node_modules/intl/index.js 574 bytes {6} [built] ui_1 | [9c6be9f00377ac8be3d8] ./node_modules/file-loader/dist/cjs.js?name=[name].[ext]!./app/images/favicon.ico 57 bytes {23} [built] ui_1 | [a26e52c4218006ed1d2f] ./node_modules/babel-polyfill/lib/index.js 833 bytes {22} [built] ui_1 | [d7dd51e1bf6bfc2c9c3d] ./node_modules/react-redux/lib/index.js 751 bytes {22} [built] ui_1 | [f030ad8f70186ef5cb63] ./node_modules/intl/locale-data/jsonp/en.js 23.5 KiB {19} [built] ui_1 | [f80cfb70fdcfc87cd982] ./node_modules/@material-ui/core/CssBaseline/index.js 365 bytes {22} [built] ui_1 | + 1552 hidden modules ui_1 | ui_1 | WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). ui_1 | This can impact web performance. ui_1 | Assets: ui_1 | vendors~main.fbad551de73a3d110d78.chunk.js (1.6 MiB) ui_1 | ui_1 | WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. ui_1 | Entrypoints: ui_1 | main (1.6 MiB) ui_1 | runtime~main.40dc33aa369c965490e3.js ui_1 | vendors~main.fbad551de73a3d110d78.chunk.js ui_1 | ui_1 | Child offline_serviceworker: ui_1 | Asset Size Chunks Chunk Names ui_1 | __offline_serviceworker 16.1 KiB 0 offline_serviceworker ui_1 | Entrypoint __offline_serviceworker = offline_serviceworker ui_1 | [1f528958a29eea1e7233] ./node_modules/exports-loader?self.fetch!./node_modules/whatwg-fetch/dist/fetch.umd.js 14.5 KiB {0} [built] ui_1 | [22249e1ea7baa06e7c1b] ./node_modules/offline-plugin/lib/misc/sw-loader.js?json=%7B%22data_var_name%22%3A%22wpo%22%2C%22cacheMaps%22%3A%5B%7B%22match%22%3A%22function%28url%29%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20if%20%28url.pathname%20%3D%3D%3D%20location.pathname%29%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20return%3B%5Cn%20%20%20%20%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%20%20%20%20return%20new%20URL%28%5C%22/%5C%22%2C%20location%29%3B%5Cn%20%20%20%20%20%20%20%20%7D%22%2C%22to%22%3Anull%2C%22requestTypes%22%3A%5B%22navigate%22%5D%7D%5D%2C%22navigationPreload%22%3A%22false%22%7D!./node_modules/offline-plugin/tpls/empty-entry.js 21.2 KiB {0} [built] ui_1 | [6872a71ed75a597694c7] ./node_modules/offline-plugin/tpls/empty-entry.js 0 bytes {0} [built] ui_1 | Child html-webpack-plugin for "index.html": ui_1 | Asset Size Chunks Chunk Names ui_1 | index.html 4.86 KiB 0 ui_1 | Entrypoint undefined = index.html ui_1 | [798c46fd90a016ad8d48] ./node_modules/html-webpack-plugin/lib/loader.js!./app/index.html 1.21 KiB {0} [built] ui_1 | [WS] Error http://api:7500 ui_1 | Error: Disconnecting due to heartbeat timeout ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: 1005, ui_1 | explanation: 'No status received', ui_1 | reason: '', ui_1 | wasClean: true, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | [WS] Connected to http://api:7500 ui_1 | [WS] Error http://api:7500 ui_1 | Error: Disconnecting due to heartbeat timeout ui_1 | [WS] Heartbeat Timeout from http://api:7500 ui_1 | [WS] Will Reconnect = true articulate-v0220_elasticsearch_1 exited with code 137 ui_1 | [WS] Disconnect from http://api:7500 ui_1 | { code: 1006, ui_1 | explanation: 'Abnormal closure', ui_1 | reason: '', ui_1 | wasClean: false, ui_1 | willReconnect: true, ui_1 | wasRequested: false } ui_1 | [WS] Will Reconnect = true ui_1 | [WS] [onUnsubscribe] API WS Not connected ui_1 | [WS] [onSubscribe] API WS Not connected ui_1 | [WS] Connected to http://api:7500 rasa_1 | 2019-05-31 09:52:10+0000 [-] "172.18.0.2" - - [31/May/2019:09:52:08 +0000] "POST /parse HTTP/1.1" 200 187 "-" "axios/0.18.0" api_1 | Elasticsearch ERROR: 2019-05-31T09:52:34Z api_1 | Error: Request error, retrying api_1 | POST http://elasticsearch:9200/document/document?refresh=true => getaddrinfo ENOTFOUND elasticsearch elasticsearch:9200 api_1 | at Log.error (/usr/src/app/node_modules/elasticsearch/src/lib/log.js:226:56) api_1 | at checkRespForFailure (/usr/src/app/node_modules/elasticsearch/src/lib/transport.js:259:18) api_1 | at HttpConnector. (/usr/src/app/node_modules/elasticsearch/src/lib/connectors/http.js:164:7) api_1 | at ClientRequest.wrapper (/usr/src/app/node_modules/lodash/lodash.js:4935:19) api_1 | at ClientRequest.emit (events.js:189:13) api_1 | at ClientRequest.EventEmitter.emit (domain.js:441:20) api_1 | at Socket.socketErrorListener (_http_client.js:392:9) api_1 | at Socket.emit (events.js:189:13) api_1 | at Socket.EventEmitter.emit (domain.js:441:20) api_1 | at emitErrorNT (internal/streams/destroy.js:82:8) api_1 | api_1 | { error: api_1 | { Error: No Living connections api_1 | at sendReqWithConnection (/usr/src/app/node_modules/elasticsearch/src/lib/transport.js:226:15) api_1 | at next (/usr/src/app/node_modules/elasticsearch/src/lib/connection_pool.js:214:7) api_1 | at process._tickCallback (internal/process/next_tick.js:61:11) api_1 | message: 'No Living connections', api_1 | body: undefined, api_1 | status: undefined }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'No Living connections' }, api_1 | message: null } api_1 | { error: api_1 | { isHandled: true, api_1 | statusCode: 500, api_1 | message: 'No Living connections' }, api_1 | message: null }

Chiagoro-ahaotu commented 5 years ago

Meanwhile, here's a snapshot from cmd showing the port for the articulate ui (port 3000) image

Chiagoro-ahaotu commented 5 years ago

Got it working now. I had to increase the memory allotment for docker to up to 4GB. Not sure that was the issue but it works. image

image