ErikOnBike / CodeParadise

Framework for developing web applications and Node.js applications using Smalltalk
MIT License
82 stars 9 forks source link

Error when starting up #28

Closed FunctionPoint closed 2 weeks ago

FunctionPoint commented 1 month ago

Hi Erik, I decided to give CP a try but run into an error. My steps:

ErikOnBike commented 1 month ago

Hi Richard,

This is probably Windows 11 related or a more strict setup on your machine. I just tried with a fresh image on Windows 10 Pro (which has a fair amount of security features turned on) and it works without a problem. I don't have Windows 11 to test this on. Maybe Windows 11 has stricter security settings? Or do you have some firewall software installed that limits the options of starting a WebSocket server connection? Can you try to 'loosen' or override some of these restrictions (temporarily)?

Hope this helps to pinpoint the issue and hopefully fix it. Please let me know how things go, so I can add an explanation for other users as well.

Cheers, Erik

FunctionPoint commented 1 month ago

Thanks for verifying it's a local problem. I indeed tried adding Pharo.exe to the firewall exceptions, but that did not help. I'll investigate further and post the result here.

FunctionPoint commented 2 weeks ago

Hi Erik, it took a while to look. The error was because there was another webserver running on port 8080. When I stop that, CP runs fine. :) Sorry for the confusuion.