Patch-ID# 119045-02 NOTE: *********************************************************************** READ THE TERMS OF THE AGREEMENT ("AGREEMENT") IN THE LEGAL_LICENSE.TXT FILE CAREFULLY BEFORE USING THIS SOFTWARE. BY USING THE SOFTWARE, YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS, PROMPTLY DESTROY THE UNUSED SOFTWARE. *********************************************************************** Keywords: snmp toobig ip wait Synopsis: windows 2000 and XP: Java Dynamic Management Kit 5.1 patch Date: Dec/12/2005 Install Requirements: Additional instructions may be listed below Solaris Release: SunOS Release: Unbundled Product: Java Dynamic Management Kit Unbundled Release: 5.1 Xref: patch available for solaris sparc and x86 as patch 119044-02 and for linux Redhat as patch 119046-02 Topic: Relevant Architectures: i86pc BugId's fixed with this patch: 2122376 2122390 2122444 4960301 4997225 5051899 6195791 6215610 6227678 6273684 6295821 6335967 Changes incorporated in this version: 6215610 6227678 6295821 6335967 4997225 6195791 5051899 6273684 4960301 Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: install_jdmk_5_1_windows.class installer.xml setup.bat sun-jdmk-runtime-5.1-b34.2.zip sun-jdmk-runtime-jmx-5.1-b34.2.zip sun-jdmk-sdk-5.1-b34.2.zip Problem Description: 4960301 OID resolution is failing when OBJECT-GROUPs are misused. 6273684 mibgen needs to support bizarre usage of OBJECT-GROUP 5051899 Bad trace in cascading example. 6195791 JDMK/SNMP : robustness in multithreading client environment 4997225 SnmpAdaptorServer should make it possible to dynamically allocated port# 6335967 Bad handling of 0.0.0.0 address when shutting down SNMP adaptor 6295821 System property to set the max number of threads used by SNMP Adaptor does not work as documented 6227678 waitForCompletion(0) will never return under certain error conditions. 6215610 JDMK5.x: snmpRspGenErr is set instead of snmpRspDecodingError (from 119045-01) 2122444 JDMK 5.1 Snmp Manager can't detect Virtual IP in HA Environment 2122390 The SnmpTimerServer thread never seems to be blocked on its waitQ . 2122376 Snmp tooBig error in JDMK 5.1 Patch Installation Instructions: -------------------------------- Before installing this patch, you need to remove JDMK 5.1 product with: # cd # java uninstall_jdmk_5_1_windows To install this patch, you need to execute setup.bat which is provided by this patch. Special Install Instructions: ----------------------------- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- To use the fix for the RFE 2122444 new constructors have been added: ------------------------------------------------------------------- ------------------------------------------- There are new constructors in the class com.sun.management.snmp.manager.SnmpSession ------------------------------------------- public SnmpSession(SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetSocketAddress localaddress) throws SnmpStatusException, IllegalArgumentException public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetAddress localaddress, int port) throws SnmpStatusException, IllegalArgumentException ----------------------------------------- There are new constructors in the class javax.management.snmp.manager.SnmpSession ----------------------------------------- public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetSocketAddress localaddress) throws SnmpStatusException, IllegalArgumentException public SnmpSession (SnmpEngineParameters parameters, SnmpEngineFactory factory, String name, SnmpPeer apeer, InetAddress localaddress, int port) throws SnmpStatusException, IllegalArgumentException *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- README -- Last modified date: Monday, December 12, 2005