The following list covers some of the most common problems associated with running the sample aglets of Aglets Workbench. Each problem description is associated with possible causes and suggested actions.
The following error message is displayed in the message panel of the dialog box:
IN <host>:....:class aglet.ServerNotAvailableException:<host>; ;DURING dispatching.
Make sure that the target host is running an aglet server and rerun the application.
The following error message is displayed in the message panel of the dialog box:
IN <host>:....:class java.net.UnknownHostException:<host>; ;DURING dispatching.
Choose a correct URL and rerun the application.
The following error message is displayed in the message panel of the dialog box:
IN <host>;aglet.AgletException::Try to access non-existing file;DURING <phase>
suggested actions:
choose an existing file and rerun the application.
The following error message is displayed in the message panel of the dialog box:
IN <host>;ibm.aglets.AgletsSecurityException::Illegal File Access c:/home/;DURING <phase>
suggested actions:
add the file name (or its complete directory) to the paths specified in the "Security Preferences" of Tahiti of the target aglet server (see Tahiti's User Guide) and rerun the application.