Kbase P99238: Getting errors 6019 and 5804 when trying to access a request on the DMZ through NAT firewall
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/08/2009 |
|
Status: Unverified
SYMPTOM(s):
Getting errors when trying to access a request on the DMZ
WebSpeed error from messenger process (6019)
Msngr: Failed to connect to the specified WebSpeed named service. <BR>Verify that the service has been started. <BR>Verify the configuration for the service is correct. (5804)
Msngr: Failed to connect to the specified WebSpeed named service. Verify that the service has been started. Verify the configuration for the service is correct. (5804): Error -65
All requests accessed internally (not from the DMZ) work fine with no errors
FACT(s) (Environment):
WebSpeed
Working within a Distributed Configuration
Using Network Address Translation (NAT)
IP address of the broker's machine is present within WebServer's host file
Broker is registered to the NameServer via registrationMode=Register-IP
CAUSE:
To make a client connection through a NAT firewall, you must set registrationMode to Register-HostName, and set hostName to the hostname of the system where the broker is running.
FIX:
Change the registrationMode of the broker to "Register-HostName".
Ensure that the ubroker.properties file of the broker looks like this;
Example:
registrationMode=Register-HostName
hostName=(host system name)
Description=(type of IP address)