Previous ION Script User's Guide Next

Troubleshooting ION Script

If your ION Script application is not working as expected, start by checking the simple things first. Following is a list of some of the more common mistakes that may be causing problems with your application:

Web Server Problems

Before checking problems related to ION Script and IDL, make sure you are able to communicate with your Web server. For example, if you are using the Apache Web Server, you can enter a URL such as http://localhost or http://hostname, where hostname is the hostname or Windows machine name of your computer. If your Web server is properly configured, you should receive a page that says "If you can see this, it means that the installation of the Apache web server software on this system was successful." Consult your Web server documentation to find out how to test your Web server.

Also, make sure you are able to run CGI programs on your Web server.

If You Are Using Microsoft IIS

Using Microsoft IIS, the .exe extension must be included in URLs that point to executables. You will need to use ion-p.exe instead of ion-p in any URLs in your HTML and ION Script pages, and in the location field of your browser when requesting a URL.

"Connection Failed" Errors

If you get the message "ION Script: Error: Connection Failed" when you attempt to load an ION Script page, check the following:

"Not Found" Errors

If you get an HTTP error informing you that the file or script you requested cannot be found, such as "HTTP Error 404," but the URL you are using appears to be correct, check the following:

"No Event or Page" Errors

Licensing Errors

If you get a page with an error message such as "License Error: ITT Visual Information Solutions license checkout failed", ION Script may not be properly licensed. View the licensing instructions in the Installing and Licensing IDL manual and make sure you have properly licensed ION.


Note
You can use the LM_LICENSE_FILE environment variable to point to where you have located your license file. The file does not have to be located in the default location ITT_DIR\license\license.dat, where ITT_DIR is the name of the main installation directory where you selected to install ION Java.

ION Script Syntax Errors

IDL Errors

Variables

Images Not Displaying

If your ION Script page contains an image from an <ION_IMAGE> tag, and a box is being displayed in place of the image you expect, check the following:

Frames

  IDL Online Help (March 06, 2007)