Troubleshooting Faspex |
Error Code | Error Message | Issue | Solution |
---|---|---|---|
Code 44 | Error: Failed to open TCP connection for SSH | Faspex uses port 33001 to connect to the node. If the node is running a Linux operating system, port 33001 may not be open. | If your node is a Linux machine, open the sshd_config file (/etc/ssh/sshd_config) in text editor and
add the lline Port 33001 to the configuration file to enable access to port
33001. Restart the service: # service sshd restart |
Code 19 | Error: Authentication failed | Faspex uses the Connect Browser Plug-in key to authenticate an SSH connection with the Connect Browser Plug-in. An authentication failure may mean a missing key. | Copy the contents of the key (/opt/aspera/var/aspera_id_dsa.pub) into the
authorized_keys file (/home/faspex/.ssh/authorized_keys). For more information, see Configuring a Remote Transfer Node for Faspex. Note: Make sure the
authorized_keys file has no file extension. Some text editors add a
.txt extension to the filename automatically. Be sure to remove the extension
if it was added to the filename.
|
Faspex may display this error message if HTTP Fallback is configured incorrectly. The fallback settings for the transfer server product (IBM Aspera Enterprise Server or IBM Aspera Connect Server) must match the Faspex fallback settings. For more information, see Configuring HTTP and HTTPS Fallback.