You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Alec Lee <ig...@gmail.com> on 2016/10/24 22:25:39 UTC

aiex webSocket error

HI, All

I try to us “Apache ignite extension”, aiex  in short, but getting blow error after installed, any idea?






thanks

AL

Re: aiex webSocket error

Posted by vkulichenko <va...@gmail.com>.
Hi,

Default REST port in Ignite is 8080. Did you change it to 8090 in the
configuration? Also you should make sure that ignite-rest-http module is
enabled on server nodes. Move IGNITE_HOME/libs/optional/ignite-rest-http
folder to IGNITE_HOME/libs prior to startup.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/aiex-webSocket-error-tp8451p8598.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: aiex webSocket error

Posted by Alec Lee <ig...@gmail.com>.
When I inspect on Chrome, the error is like this:

ocLazyLoad.componentLoaded Array[3]
angular.js:11706 ocLazyLoad.moduleLoaded toaster
4livereload.js?host=localhost:74 WebSocket connection to 'ws://localhost:35729/livereload' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSEDexports.Connector.Connector.connect @ livereload.js?host=localhost:74
4livereload.js?host=localhost:74 WebSocket connection to 'ws://localhost:35729/livereload' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSEDexports.Connector.Connector.connect @ livereload.js?host=localhost:74(anonymous function) @ livereload.js?host=localhost:55(anonymous function) @ livereload.js?host=localhost:1124


thanks



> On Oct 25, 2016, at 11:33 AM, vkulichenko <va...@gmail.com> wrote:
> 
> Hi,
> 
> Looks like the image is not loading. Can you describe the issue in more
> detail? Are there any exceptions on client and/or server side?
> 
> -Val
> 
> 
> 
> --
> View this message in context: http://apache-ignite-users.70518.x6.nabble.com/aiex-webSocket-error-tp8451p8484.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: aiex webSocket error

Posted by Alec Lee <ig...@gmail.com>.
Thank you for reply, 

I follow this page to get aiex installed on ubuntu
https://github.com/sumeet70/aiex <https://github.com/sumeet70/aiex>

Below is the screenshot,

ignite@node10:/home/aiex$ export IGNITE_REST=localhost:8090
ignite@node10:/home/aiex$ npm start

> aiex@0.0.9 start /home/aiex
> node index.js

2016-10-26T01:22:20.351Z - info: Configuration loaded successfully from /home/aiex/config.json rootPath=/api, port=8081, zmqSocketAddress=tcp://127.0.0.1:5555
2016-10-26T01:22:20.617Z - info: Web Server Ready on port: 8081
2016-10-26T01:22:26.736Z - info: 
2016-10-26T01:22:26.752Z - info:  Error: connect ECONNREFUSED 127.0.0.1:8090
    at Object.exports._errnoException (util.js:907:11)
    at exports._exceptionWithHostPort (util.js:930:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1077:14)


I changed IGNITE_REST to other port, getting the same error.

thanks

AL

> On Oct 25, 2016, at 11:33 AM, vkulichenko <va...@gmail.com> wrote:
> 
> Hi,
> 
> Looks like the image is not loading. Can you describe the issue in more
> detail? Are there any exceptions on client and/or server side?
> 
> -Val
> 
> 
> 
> --
> View this message in context: http://apache-ignite-users.70518.x6.nabble.com/aiex-webSocket-error-tp8451p8484.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.


Re: aiex webSocket error

Posted by vkulichenko <va...@gmail.com>.
Hi,

Looks like the image is not loading. Can you describe the issue in more
detail? Are there any exceptions on client and/or server side?

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/aiex-webSocket-error-tp8451p8484.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.