Hi all
I would try to play with webix Jet (
https://www.gitbook.com/book/webix/webix-jet/details) ; I have installed it on my IBM I and then run :
npm install
npm start
after that I went to the browser and if I put “myIbmIp:8080” (192.168.xx.z:8080) I receive the error “impossible to connect to the site” “ERR_CONNECTION_REFUSED”
If I try to run “telnet myIbmIp 8080” I receive error : impossible to open connection with host…
Npm start says (seems) all Ok :
Project is running at
http://localhost:8080/
webpack output is served from /codebase/
Hash: 294c66a1cec2fe031e38
Version: webpack 3.10.0
Time: 11152ms
Asset Size Chunks Chunk Names
myapp.js 1.49 MB 0 [emitted] [big] main
./myapp.css 1.99 kB 0 [emitted] main
[1] ./node_modules/webix-jet/index.js 715 bytes {0} [built]
[12] multi (webpack)-dev-server/client?
http://localhost:8080 ./sources/myapp.js 40 bytes {0} [built]
[13] (webpack)-dev-server/client?
http://localhost:8080 7.96 kB {0} [built]
[14] ./node_modules/url/url.js 23.1 kB {0} [built]
[21] ./node_modules/strip-ansi/index.js 161 bytes {0} [built]
[23] ./node_modules/loglevel/lib/loglevel.js 8.64 kB {0} [built]
[24] (webpack)-dev-server/client/socket.js 1.06 kB {0} [built]
[26] (webpack)-dev-server/client/overlay.js 3.67 kB {0} [built]
[28] ./node_modules/html-entities/index.js 230 bytes {0} [built]
[31] (webpack)/hot nonrecursive ^\.\/log$ 170 bytes {0} [built]
[33] (webpack)/hot/emitter.js 74 bytes {0} [built]
[35] ./sources/myapp.js 294 bytes {0} [built]
[36] ./sources/styles/app.css 41 bytes {0} [built]
[53] ./node_modules/webix-jet/plugins/Theme.js 1.47 kB {0} [built]
[54] ./node_modules/webix-jet/plugins/User.js 1.88 kB {0} [built]
+ 41 hidden modules
Child extract-text-webpack-plugin node_modules/extract-text-webpack-plugin/dist node_modules/css-loader/index.js!node_modules/less-loader/dist/cjs.js!sources/styles/app.css:
[0] ./node_modules/css-loader!./node_modules/less-loader/dist/cjs.js!./sources/styles/app.css 2.07 kB {0} [built]
[1] ./node_modules/css-loader/lib/css-base.js 2.26 kB {0} [built]
webpack: Compiled successfully.
I realized that in the “Display connection state TCP” (option 5 from NETSTAT *CNN) I see this values in this parameters
Local Host name : LOOPBACK
Local internet address : 127.0.0.1
Local port : 8080
In other port/service (that works) I see this other values:
Local Host name : (*Blank)
Local internet address : *
Local port : 8080
Can some one help me to solve this problem ?
Thanks in advance
As an Amazon Associate we earn from qualifying purchases.