Hi Brice, Thanks for clarifying this. I have made a couple of changes/improvements and even extended the logging. Please try again with the current snapshot. It should precisely log where it hangs and it should not hang longer than 60 sec, because the join has a 60sec. default timeout now.
Best regards, Frank Brice Fines wrote: > Hi Frank, > > You were ritght, I had a little mistake in my log4.properties, traces were > logged twice but methods were only called once. > > I had: > log4j.rootLogger=INFO, stdout > log4j.logger.org.snmp4j = DEBUG, stdout > > Corrected it to: > log4j.rootLogger=INFO, stdout > log4j.logger.org.snmp4j = DEBUG > > (We are using the default ThreadFactory.) > Since method are only called once, maybe the problem is elsewhere. > If you are interested, I could try a snapshot with more detailed logs for > TcpTransportMapping.close(address) hanging in AIX. > > Regards > _______________________________________________ > SNMP4J mailing list > [email protected] > http://lists.agentpp.org/mailman/listinfo/snmp4j -- AGENT++ http://www.agentpp.com http://www.snmp4j.com http://www.mibexplorer.com http://www.mibdesigner.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
