We get the below error during FIP installation, any idea why?
InstallerUtil v1.2, incorporating fip v1.3 launchpad=ITStagingLaunchpad, type=test
Indexing destination…
ERROR: tooltwist.fip.FipException Unknown response from FIP server: 500
Exception: tooltwist.fip.FipException: tooltwist.fip.FipException: Unknown response from FIP server: 500
The ‘500’ is an HTTP status code. Looking at wikipedia…
FIP doesn’t return any error information that might help someone hack or crack it’s operation, so you’ll need to look at the output of fipserver on the destination machine.
If you started fipserver using nohup so it wouldn’t hang up when you log off, using
then the output will be in a file named nohup.out, in the same directory.