Hi Jianxia,
Thank you for your reply.
1- I tried both IE11 (11.0.9600.17207) and Chrome Version 36.0.1985.125
2- I tested it on my PC Windows 7 Enterprise - and the app server Windows 2003 Enterprise
3- I did clear the browser's cache, I still the same error
I also ran the node server.js port=3355.
I received the following (also attached PrtScn)
Server listening tcp connection on port 3355 in development mode
Server listening http connection on port 3356 in development mode
Server listening https connection on port 3357 in development mode
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: connect ECONNREFUSED
at errnoException (net.js:904:11)
at Object.afterConnect [as oncomplete] (net.js:895:19)
C:\inetpub\wwwroot\WebAppBuilder\Beta2\arcgis-web-appbuilder-1.0beta2\server>
Thanks,
Tarig
--------------------
Hi Tarig,
To trouble shoot, could you provide the following info:
1, Which browser and version you are using
2. on which os
3. clear browser cache and log in again.
Thanks,
Jianxia
--------------------
Nodejs comes with wab zip file. You don't need to install it. Two options:
1. run startup.bat file as administrator.
2. if option 1 is not working, set node server.js to a different port such as 3355 in command prompt:
enter server directory, run node sever.js -port=3355
Jianxia