You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the ml-api-adapter as a node application. I have managed to run npm install and npm rebuild successfully. When I start the application, I run into a segmentation fault when the notification consumer is starting up.
http://sportraxs-HP-EliteBook-8460w:3000
GET / Metadata
GET /documentation
GET /health Status of adapter
GET /swagger.json
GET /swaggerui/{path*}
GET /swaggerui/extend.js
POST /transfers Transfer API.
PUT /transfers/{id} Fulfil a transfer
2018-12-12T07:35:54.504Z - info: Notification::startConsumer
2018-12-12T07:35:54.507Z - info: Notification::startConsumer::topicName: topic-notification-event
2018-12-12T07:35:54.507Z - info: Notification::startConsumer::Consumer: new
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
I am trying to run the ml-api-adapter as a node application. I have managed to run npm install and npm rebuild successfully. When I start the application, I run into a segmentation fault when the notification consumer is starting up.
The text was updated successfully, but these errors were encountered: