Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Issue

  • Iguana instance becomes unresponsive and dashboard cannot be reached

  • Crash dump files may or may not be generated

  • Iguana service may be running, but the dashboard is unreachable

Possible Causes and Solutions

Causes

Possible Solutions

Browser Related issues

  • May see “This page isn't working ERR_EMPTY_RESPONSE“

  • Page doesn’t load, unable to access Iguana Dashboard

  • Use a different browser

  • Clear Browser Cache

  • To rule out it being a browser related issue, try sending a HTTP/HTTPS request to the web page and it should send a response back:

    • Open Powershell in Command Prompt

      powershell
      Invoke-WebRequest
      uri: http://localhost:6543/

Too Many Open Sockets Error

  • Iguana Logs > “too many open sockets (FD_SETSIZE=2048 reached)”

  • This error occurs when you try to open more than 2048 socket connections for an instance of Iguana.

  • Run the socket diagnostic command to check socket usage:

http://localhost:<Iguana port number>/socket_diagnostic.html

External Environment Issue

  • Network issues

  • External application preventing users from reaching Iguana dashboard

Training Videos

  • No labels