Software Archive
Read-only legacy content
17061 Discussions

XDK Simulator Error

Joubert__Lew
Beginner
310 Views

I had 3619 installed when this error first appeared. I then updated to 3641, error persists.
Running Debian Jessie 8.3 (64 bit)
Problem:
When attempting to run simulator, the following error message appears.

HTML/Cordova Simulator Error
Error trying to establish a connection to the simulator server

Help appreciated.

0 Kudos
3 Replies
PaulF_IntelCorp
Employee
310 Views

My guess is that you've got a block on access to localhost on your system. For example, you might have your firewall configured so that the XDK Simulator client cannot access the server component.

0 Kudos
Joubert__Lew
Beginner
310 Views

Still cannot use XDK on my Debian machine (Jessie 64 bit) - same error, have tried everything I can think of. There is no firewall installed.

Does anyone know the name of the file on the local machine for the XDK simulator server? If I could locate it perhaps I could check it's permissions. I use 'locate xdk' but get hundreds of file results in various directories.

Annoying thing is that it worked fine then suddenly stopped.

 

0 Kudos
PaulF_IntelCorp
Employee
310 Views

You might try installing the Microsoft Simulate project as a separate stand-alone project. It's an open-source node app, you can find it here > https://github.com/Microsoft/cordova-simulate < if you've got node and npm already installed a "npm install -g cordova-simulate" will install it onto your system.

0 Kudos
Reply