When using JBoss Enterprise Web Server, two unexpected problems occur. Firstly, the mod_snmp agent starts on the UDP:161 default port even if a configuration agentaddress 1610 is specified in <filename>snmpd.conf</filename>. Secondly, when httpd starts, no notice appears in the httpd error_log file. The expected error message starts with the following:
<screen>[notice] SNMP: generic logger: Could not log error-info\n</screen>
This is a known issue in JBoss Enterprise Web Server 2.1 and there is currently no workaround for this problem.
Description of problem:
1. mod_snmp agent starts everytime on UDP:161 default port even if it has configuration agentaddress 1610 in snmpd.conf
2. There is notice in httpd error_log during httpd starting:
[notice] SNMP: generic logger: Could not log error-info\n
How reproducible:
everytime
Steps to Reproduce:
1. setup mod_snmp on windows - configs attched
2. httpd.exe -k install
3. httpd.exe -k start