• 主页
  • 产品
    • WebNMS开发平台
    • Simulation Toolkit
    • Java SNMP API
    • Java SNMP Agent
    • SNMP Utilities
    • C SNMP Agent
    • CLI API
    • .NET SNMP API
    • TL1 API
    • MySQL Agent
    • Agent Tester
    • SNMP Adaptor for JMX
  • 解决方案
    • EMS解决方案
    • NMS解决方案
    • 云设施管理
    • 军事应用
    • MPLS监控
    • 基站监控
    • 应用监控
    • 日志监控
    • 中介解决方案
  • 支持与文档
  • 演示与下载
    • 请求演示
    • 下载产品
  • 开发者论坛
  • 关于我们
  • 联系我们
Home > WebNMS CLI API 2.0 > Knowledge Base

Knowledge Base

CLI Related

  1. When the remote host/device is down or unreachable the login times out after a considerable time ( ~ 60 seconds ) based on underlying TCP connection timeout. This is independent of the Login timeout value set using setLoginTimeout() on the TelnetProtocolOptions instance passed to session open().

  2. When closing Telnet Application using exit menu item, the Telnet Window UI and connection gets closed but the application does not exit which has to be separately terminated.

  3. In Windows 2000 and Windows NT, when the CLIBrowser Application's help menu is invoked, the help files will not be displayed if the Netscape browser is already open. So if you have any web browser already opened while using the CLIBrowser application, please close that and invoke the help menu again.

JDK Related

1.Known issues related to JDK 1.3 in RedHat Linux

  • When we do a session.close() in the application, the socket is not closed properly and the session is still alive. More information on this issue can be seen in the Java Developer Connection with the Bug ID : 4344135. http://developer.java.sun.com/developer/bugParade/bugs/4344135.html
  • In RedHat Linux 7.1 and 7.2 GUI is not proper with jdk1.3.1 and lower versions.

2.RMI Related Issues

The RMI security manager does not allow socket connection. It does not allow reading of system properties. These access permissions are required for the functioning of WebNMS CLI API. One way of specifying these permissions is with policy files which is explained below.

Workaround

The java.policy file will be present under the jre/lib/security directory of the JDK installation. The file should have the following entries:

grant
permission java.net.SocketPermission"*:1024-65535","connect,accept";
permission java.net.SocketPermission "*:80","connect";
permission java.propertpermission "java.class.path", "read";
   



快捷链接
  • 产品首页
  • 下载试用
  • 技术支持


产品信息
  • 数据表
  • 产品文档
  • 客户列表
  • 常见问题
  • 知识库
产品功能
  • CLI浏览器
  • CLI Transport Provider
  • Telnet窗口
相关产品
  • WebNMS Framework
  • SNMP
下载试用

即刻下载全功能的CLI API

卓豪公司 版权所有 京ICP备09105052号