Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

First check if the Iguana service is running using something like:

Code Block
./iguana --service status

Then another thing to check is the IguanaServiceLog.txt file - you can see if there were issues listening on the port. This file is found in the working directory of Iguana typically something like:

Code Block
/home/<user id>/.iNTERFACEWARE/IguanaX/<instance dir>/IguanaServiceLog.txt

You can test if IguanaX is running on a port using either curl or wget. These are command line tools which can be used to pull down a file from a webserverweb server.

Most systems will have either curl or wget - you’ll need to see what the default tool is for your system. They can both operate with similar syntax:

...