Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. Jul 02, 2016 9:08:35 AM com.amazonaws.jmx.a a
  2. WARNING:
  3. java.lang.IllegalArgumentException: javax.management.NotCompliantMBeanException: MBean class com.amazonaws.g.f does not implement DynamicMBean, and neither follows the Standard MBean conventions (javax.management.NotCompliantMBeanException: Class com.amazonaws.g.f is not a JMX compliant Standard MBean) nor the MXBean conventions (javax.management.NotCompliantMBeanException: com.amazonaws.g.f: Class com.amazonaws.g.f is not a JMX compliant MXBean)
  4. at com.amazonaws.jmx.MBeans.registerMBean(Unknown Source)
  5. at com.amazonaws.jmx.a.a(Unknown Source)
  6. at com.amazonaws.g.a.a(Unknown Source)
  7. at com.amazonaws.g.a.<clinit>(Unknown Source)
  8. at com.amazonaws.services.dynamodbv2.l.<clinit>(Unknown Source)
  9. at mycode.h.a(Unknown Source)
  10. at mycode.h.a(Unknown Source)
  11. at mycode.MinimalTest.main(Unknown Source)
  12. Caused by: javax.management.NotCompliantMBeanException: MBean class com.amazonaws.g.f does not implement DynamicMBean, and neither follows the Standard MBean conventions (javax.management.NotCompliantMBeanException: Class com.amazonaws.g.f is not a JMX compliant Standard MBean) nor the MXBean conventions (javax.management.NotCompliantMBeanException: com.amazonaws.g.f: Class com.amazonaws.g.f is not a JMX compliant MXBean)
  13. at com.sun.jmx.mbeanserver.Introspector.checkCompliance(Introspector.java:176)
  14. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:317)
  15. at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
  16. ... 8 more
  17.  
  18. Jul 02, 2016 9:08:35 AM com.amazonaws.jmx.a a
  19. WARNING:
  20. java.lang.IllegalArgumentException: javax.management.NotCompliantMBeanException: MBean class com.amazonaws.g.f does not implement DynamicMBean, and neither follows the Standard MBean conventions (javax.management.NotCompliantMBeanException: Class com.amazonaws.g.f is not a JMX compliant Standard MBean) nor the MXBean conventions (javax.management.NotCompliantMBeanException: com.amazonaws.g.f: Class com.amazonaws.g.f is not a JMX compliant MXBean)
  21. at com.amazonaws.jmx.MBeans.registerMBean(Unknown Source)
  22. at com.amazonaws.jmx.a.a(Unknown Source)
  23. at com.amazonaws.g.a.a(Unknown Source)
  24. at com.amazonaws.g.a.<clinit>(Unknown Source)
  25. at com.amazonaws.services.dynamodbv2.l.<clinit>(Unknown Source)
  26. at mycode.h.a(Unknown Source)
  27. at mycode.h.a(Unknown Source)
  28. at mycode.MinimalTest.main(Unknown Source)
  29. Caused by: javax.management.NotCompliantMBeanException: MBean class com.amazonaws.g.f does not implement DynamicMBean, and neither follows the Standard MBean conventions (javax.management.NotCompliantMBeanException: Class com.amazonaws.g.f is not a JMX compliant Standard MBean) nor the MXBean conventions (javax.management.NotCompliantMBeanException: com.amazonaws.g.f: Class com.amazonaws.g.f is not a JMX compliant MXBean)
  30. at com.sun.jmx.mbeanserver.Introspector.checkCompliance(Introspector.java:176)
  31. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:317)
  32. at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
  33. ... 8 more
  34.  
  35. Exception in thread "main" java.lang.annotation.AnnotationFormatError: Invalid default: public abstract com.a.a.a.g com.a.a.a.e.c()
  36. at java.lang.reflect.Method.getDefaultValue(Method.java:597)
  37. at sun.reflect.annotation.AnnotationType.<init>(AnnotationType.java:128)
  38. at sun.reflect.annotation.AnnotationType.getInstance(AnnotationType.java:85)
  39. at sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:266)
  40. at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:120)
  41. at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:72)
  42. at java.lang.Class.createAnnotationData(Class.java:3513)
  43. at java.lang.Class.annotationData(Class.java:3502)
  44. at java.lang.Class.getAnnotation(Class.java:3407)
  45. at com.a.a.c.f.N.<clinit>(Unknown Source)
  46. at com.a.a.c.A.<clinit>(Unknown Source)
  47. at com.amazonaws.e.a.e.<clinit>(Unknown Source)
  48. at com.amazonaws.e.a.f.<clinit>(Unknown Source)
  49. at com.amazonaws.m.aa.d(Unknown Source)
  50. at com.amazonaws.m.aa.f(Unknown Source)
  51. at com.amazonaws.m.aa.c(Unknown Source)
  52. at com.amazonaws.j.<clinit>(Unknown Source)
  53. at com.amazonaws.k.b(Unknown Source)
  54. at com.amazonaws.services.dynamodbv2.m.b(Unknown Source)
  55. at com.amazonaws.k.a(Unknown Source)
  56. at com.amazonaws.services.dynamodbv2.c.<init>(Unknown Source)
  57. at com.amazonaws.services.dynamodbv2.c.<init>(Unknown Source)
  58. at mycode.h.a(Unknown Source)
  59. at mycode.h.a(Unknown Source)
  60. at mycode.MinimalTest.main(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement