Thanks for the answers and for the quick response. Ken
----- Original Message ----- From: William W. Fisher [mailto:[EMAIL PROTECTED] To: InterMapper Discussion [mailto:[EMAIL PROTECTED] Sent: Wed, 26 Jul 2006 18:21:12 -0400 Subject: Re: [IM-Talk] Unknown errors in debug log > On Jul 26, 2006, at 11:52 AM, Ken Holden wrote: > > > Why am I receiving the following: > > CProbeTypeDatabase::LookupByName(com.dartware.wrls.airhaulnexus) > > failed. > > RProbeTypeID::IsEqual - unknown probe "com.dartware.wrls.airhaulnexus" > > CProbeTypeDatabase::LookupByName(com.dartware.wrls.airpointnexus) > > failed. > > RProbeTypeID::IsEqual - unknown probe > > "com.dartware.wrls.airpointnexus" > > CProbeTypeDatabase::LookupByName(com.dartware.wrls.airclientnexus) > > failed. > > RProbeTypeID::IsEqual - unknown probe > > "com.dartware.wrls.airclientnexus" > > > > I looked in “~/InterMapper_Settings/Probes” but can’t find any > > probes which > > are related to this. I am not monitoring any wireless devices so I > > don’t > > need these probes. > > You will see these three lines in the debug log if you are probing a > device with the SNMP MIB-II probe or another custom SNMP probe, the > device has the Net-SNMP enterprise number 8072, and you don't have a > Wireless Addon. Nexus uses the same enterprise ID for as Net-SNMP -- > the code is checking to see if the device in question is assigned the > Nexus probe, and thus branch to do the proper queries. > > You should not see these message on every poll of the device, only > every 12 hours or so. They are harmless. > > > Also, this appears a lot in the debug log: > > CUserList::Unknown user id = 1155714240 > > InterMapper is attempting to send a notification to a notifier that > was removed. It doesn't exist any more. > > If you remove a notifier, InterMapper doesn't immediately remove all > references to it. There may be some references in maps that aren't > currently open. References to deleted notifiers are removed when you > load a map, and also when you display the Attach Notifiers window > that uses the deleted notifiers. > > The "Unknown user id" message should be a temporary occurrence; if > not, we need to clean up the references to removed notifiers more > frequently. > > Please let me know if this helps, > > Bill Fisher > Dartware, LLC > > ____________________________________________________________________ > List archives: > http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ > To unsubscribe: send email to: [EMAIL PROTECTED] > > ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [EMAIL PROTECTED]
