Permission denied when trying to start project server in Windows
#217
Closed
opened 5 years ago by YizhePKU
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Running
raco pollen start
gives:Then the program quits.
The Chinese text in that message basically means "Permission denied when trying to open a socket."
I'm on Windows 10. I tried turning off firewall, but the problem persists.
I doubt this has anything to do with Pollen. I can start the project server on Windows 10 without an error. It’s possible something is already occupying port 8080. You can try a different port with
raco pollen start . 888
(where888
is any TCP port number).Thanks for the quick reply. Yes it was because of port conflicts. Problem resolved now. Probably a good idea to insert a check to warn the user though.
Again, many thanks.