readthefuckingmanual.net

[SOLVED] Unexpected error - access denied (jave.net.SocketPermission 132.201.106.21:80 connect,resolve)

Error added: 2010-12-01T18:29:28Z

0 people waiting for the answer...

3 answers found.

Answer 1585 (100.0% helpful)

No the previous answer is wrong. It's not about binding, it's about making a connection out on port 80.

Look at the Java security manager. You need to either disable it (the nuclear option), or allow the app to resolve and make connections to that IP on port 80 explicitly.
Permalink

Answer 1581 (0.0% helpful)

You need to be a privileged user (root) to open sockets at ports les than 1024.  So sudo to root then run again OR better idea bind to a port > 1024 like 8080 or something.
Permalink

Answer 1586 (0.0% helpful)

And WTF is Jave?
Permalink

Add an answer/solution

If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people struggling with this too.


Please enter 61948 here

If you want to be notified via email when this is solved, enter your email address here: