I'm having problems trying to start AppBuilder.
I've installed NodeJS, I've done the npm config but when I double click on run.bat, it fires up Chrome with the
following message:
"Chrome could not connect to
127.0.0.1:9009. Try reloading 127.0.0.1:9009/ide/ares/index.html"
and I get a cmd box started with
"Using insecure http..
{"url": "http://127.0.0.1.9010".
I've switched on logging and I get this in the log file:
[2014-04-30 11:38:07.647] [INFO]
AB - --- Backend[local]: {"id":"local","name":"Local
Filesystem","command":"node","params":["login/backend/index.js"],"skip":true}
[2014-04-30 11:38:07.650] [INFO]
AB - --- Project[ide]:
{"id":"ide","backend_id":"local","name":"IDE","params":["9010","hermes/filesystem/root",false]}
[2014-04-30 11:38:07.655] [INFO]
AB - ARES IDE is now running at
<http://127.0.0.1:9009/ide/ares/index.html> Press CTRL + C to shutdown
I've got a feeling this is a proxy type problem. Anyone got any ideas?
Simon