Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Fisheye could not start server

Padmasree P October 10, 2018

when I try to configure fisheye in 443 , I'm getting below error

Could not start server: Permission denied
java.net.SocketException: Permission denied.

 

how do I resolve this

1 answer

0 votes
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 10, 2018

You need to be root to bind to a privileged port. Try starting Fisheye as root, or better yet, leave the Fisheye configuration alone and set up a reverse proxy server ahead of it.

I would not recommend running any Java application as root. If there is a Java vulnerability that allows an attacker to run arbitrary code, it will run as root and make it trivial for someone to take over your server. Using a reverse proxy allows you to leverage the smarts of the proxy to bind to 443 as root and then spawn child processes running as an unprivileged user to manage the connections, which is far more secure.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events