I always get the message ‘Unable to start http server’ while I select the branch in Getting Started Tutorial.
Log:
java.io.IOException: Unable to start http server
at com.dynamo.cr.editor.Activator.initHttpServer(Activator.java:472)
at com.dynamo.cr.editor.Activator.connectToBranch(Activator.java:570)
…
If you get this message it will probably mean that you won’t be able to discover devices running dmengine and pushing content to them. Do you have multiple instances of Defold running? Maybe you have anti virus blocking? Or some other program blocking the port 8001?
If you get this message it will probably mean that you won’t be able to discover devices running dmengine and pushing content to them. Do you have multiple instances of Defold running? Maybe you have anti virus blocking? Or some other program blocking the port 8001?
So I looked into my firewall settings and it seemed like defold and dmengine were both block on private network inbound. However when I changed blocked to enabled, I was still getting that error.
Yes I have the firewall on my pc, however all your processes- defold.exe, dmengine and git-remote-http.exe have the status ‘Allow all’. Moreover I switched off the firewall at all, but no result. So I can’t realize which program blocks port 8001.
Netstat -an also doesn’t give an answer who blocks 8001