HP Itanium OS - JDK1.7.0_11 간 호출로 인한 Warning 출력
10.3.6 WLS generic.jar + 7월 패치(B25A) 적용하였습니다.
HP장비이며, jdk 1.7.0_11 입니다.
admin 서버 하나로 두 대의 장비에서 managed server 각 각 한 대씩 기동하고 있습니다.
기동, 중지에는 문제 없으나 계속해서 해당 Warning이 발생하고 있습니다.
<Sep 4, 2017 4:53:27 PM KST> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.getAttributes(Ljavax.management.ObjectName;[Ljava.lang.String;Ljavax.security.auth.Subject;)
javax.management.RuntimeErrorException: java.lang.UnsatisfiedLinkError: com.sun.management.UnixOperatingSystem.getProcessCpuLoad()D.
javax.management.RuntimeErrorException: java.lang.UnsatisfiedLinkError: com.sun.management.UnixOperatingSystem.getProcessCpuLoad()D
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:841)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttributes(DefaultMBeanServerInterceptor.java:711)
at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttributes(JmxMBeanServer.java:705)
at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttributes(WLSMBeanServer.java:290)
at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$6$1.run(JMXConnectorSubjectForwarder.java:382)
Truncated. see log file for complete stacktrace
Caused By: java.lang.UnsatisfiedLinkError: com.sun.management.UnixOperatingSystem.getProcessCpuLoad()D
at com.sun.management.UnixOperatingSystem.getProcessCpuLoad(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
Truncated. see log file for complete stacktrace
해당 로그는 웹로직에서 RMI.RMIConnectionImpl.getAttribute()로 시스템의 운영상황에 대하여 jmx 로 getProcessCpuLoad()를 호출시 발생하는 Exception 입니다.
로그 레벨 뿐 아니라 rmi 통신 중 발생하는 경고 레벨이므로, 시스템 운영에는 이상이 없습니다.
https://www.hpe.com/global/java/support/troubleshooting_guide.html
https://www.hpe.com/global/java/support/JTGv3.pdf
1.13 jconsole (1.5+ only)
해당 HP 문서의 1.13 장을 참조하면, java 자체 옵션에 -Dcom.sun.management.jmxremote 를 추가하도록 권고 되어 있습니다.
Recent Comments