What is the problem?

Submitted by ken on Fri, 2006-11-03 23:21.

I build a small application based on OpenClovis ASP,
and build it successfully. But when i start ASP on
the local machine,there is a error message in the
output. Detail is as below:

#cd /root
#mkdir sisp
#cd sisp
#tar -zxvf ../SysNodeInstance0.tgz
#etc/inet.d/sisp start
All the command above run smoothly.
in another shell:
#tail -f /var/log/sisp

ERROR:Failed to connect to the agentx master agent
(/var/agentx/master):Unknown host(/var/agentx/master)
(Connection refused)

I wonder what is the problem.
thanks!

Submitted by harikrishna_gp on Sun, 2006-11-05 00:06.

Hi Ken,
I think this error gets generated from net-snmp agent. Can you verify if net-snmp process ('snmpd') is running in your setup or not.
According to the net-snmp documentation the error message ou have posted can be ignored safely.
Please check
Why does snmptrapd complain about AgentX?
at
http://net-snmp.sourceforge.net/docs/FAQ.html

HTH,
Hari Krishna

Submitted by ken on Sun, 2006-11-05 00:51.

When i run the evaluation examples,all things
are ok. Detail is as below:

#cd /root/sisp
#etc/inet.d/sisp start
#tail -f /var/log/sisp
The output show:
....
NET-SNMP version 5.3.0.1 AgentX subagent connected.

But when i run the myself application built on Clovis,
then the error message occured.

Submitted by harikrishna_gp on Mon, 2006-11-06 18:45.

Hi Ken,
Is the new application failing to work as u expected along with printing this message?
As I mentioned earlier the error message can be ignored. Please share the nature of your application to assist you better.

Thanks,
Hari

Submitted by ken on Mon, 2006-11-06 21:00.

Hi Hari,
The new application runs ok,except the printing message.
#./debug.sh
#setc 1
#setc cpm
#amsLockAssignment sg Sys_SG0
#amsUnlock sg Sys_SG0
#amsLockAssignment sg Sys_SG0
#amsLockInstallation sg Sys_SG0
All the command above run smoothly.
In another shell,the error message occur with the following command
#tail -f /var/log/sisp
With the command above,the error message display instead
of the expected message.

The code of application is just generated completely by Clovis IDE.
And the resource view and component view are almost exactly the same
as the example in Clovis IDE UserGuide.
The net-snmp process ('snmpd') is running.
Thanks
Ken