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
Wondering if you have any troubleshooting suggestions? The only modification I made is to config.json to use port 80. I started ignite using ignite.sh examples/config/example-cache.xml. Any suggestions would be appreciated. Running a curl on http://localhost:8080/ignite?cmd=version returns the correct Ignite version so it appears the rest api is running.
2016-08-03T18:26:26.682Z - info: Configuration loaded successfully from /home/ec2-user/aiex/config.json rootPath=/api, port=80, zmqSocketAddress=tcp://127.0.0.1:5555
2016-08-03T18:26:27.209Z - info: Web Server Ready on port: 80
2016-08-03T18:26:51.457Z - info:
2016-08-03T18:26:51.501Z - info: Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer as oncomplete
2016-08-03T18:27:04.512Z - info: key=abc, val=123
2016-08-03T18:27:04.515Z - info: Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer as oncomplete
The text was updated successfully, but these errors were encountered:
var r = process.env.IGNITE_REST;
var rootUrl = r !== undefined ? "http://" + process.env.IGNITE_REST + "/ignite?cmd=" : "http://localhost:8080/ignite?cmd=";
Wondering if you have any troubleshooting suggestions? The only modification I made is to config.json to use port 80. I started ignite using ignite.sh examples/config/example-cache.xml. Any suggestions would be appreciated. Running a curl on http://localhost:8080/ignite?cmd=version returns the correct Ignite version so it appears the rest api is running.
2016-08-03T18:26:26.682Z - info: Configuration loaded successfully from /home/ec2-user/aiex/config.json rootPath=/api, port=80, zmqSocketAddress=tcp://127.0.0.1:5555
2016-08-03T18:26:27.209Z - info: Web Server Ready on port: 80
2016-08-03T18:26:51.457Z - info:
2016-08-03T18:26:51.501Z - info: Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer as oncomplete
2016-08-03T18:27:04.512Z - info: key=abc, val=123
2016-08-03T18:27:04.515Z - info: Error: getaddrinfo ENOTFOUND
at errnoException (dns.js:37:11)
at Object.onanswer as oncomplete
The text was updated successfully, but these errors were encountered: