Fisheye fails to start due to invalid bind address

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Following error is reported in the logs when the Fisheye start-up fails:

2012-08-08 14:42:16,138 INFO  [main ] fisheye.app Bind-parse - problem parsing our own bind address
java.lang.NumberFormatException: For input string: "8060/fisheye"
	at java.lang.NumberFormatException.forInputString(Unknown Source)

Cause

Fisheye is expecting a number in the bind address field. 

Resolution

Edit the config.xml file in FISHEYE_INST and if you've placed a context path such as :8060/fisheye then remove the context path, so that the bind address only contains the port number :8060.

For example:
...
        <http bind=":8060"/>
...

Restart Fisheye.

 

 

 

 

 

 

 

 

 

 

 

 

 

Last modified on Nov 21, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.