Some runtime problems you may encounter:
- Wrong JGate?
--- Caught Exception: java.io.IOException: CCL6551E: Unable to connect to Gateway.
[address = myJGate, port = 2006] [ java.net.UnknownHostException: myJGate ]
Ensure your JGate (-j parameter) is correct. If using a hostname make sure
that your nameserver is accessible. A null hostname will attempt to use
the host defined in your hosts file.
- Wrong JGate port?
--- Caught Exception: java.io.IOException: CCL6551E: Unable to connect to Gateway.
[address = myJgate, port = 2009] [ java.net.SocketException: getsockname ]
Ensure your JGate port (-r parameter) is correct. The default is 2006.
Also ensure your JGate is running!
- Error running applet although application works OK?
--- Caught Exception: ibm.JEmpower.AppletSecurityException: security.socket.connect: (IP address)
Check your classpath is picking up the test suite classes.