Saturday, December 17, 2011

ATG - IPlanet/Dynamo Failure to connect via TCP to Load Manager

Problem
    Are you getting the following error in your iplanet error log ?

[20/Mar/2009:01:58:50] info ( 4476): WEB0100: Loading web module in virtual server [https-machinename.com] at [/search]
[20/Mar/2009:01:58:50] failure ( 4476): Dynamo NSAPI Module reports: CMLDRP(TCP) Failure to connect via TCP to Load Manager=192.168.1.100:8880, io status=Connection refused.  Please check that the IP Address and Port of the Load Manager is correct and that the Load Manager is using TCP instead of UDP.

Solution
    I had my Dynamo and IPlanet connected via the Dynamo Connection module and the load manager component on the Dynamo App Server side was not started. So I started the following in the atg/dynamo/Configuration.properties and restart the app server and the issue got fixed

loadManagerEnabled=true
drpEnabled=true

No comments:

Post a Comment