You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "alexius ludeman (JIRA)" <ji...@apache.org> on 2014/12/01 21:17:13 UTC

[jira] [Created] (AURORA-952) method interceptor is fatefully intercepting finalize() with null pointer

alexius ludeman created AURORA-952:
--------------------------------------

             Summary: method interceptor is fatefully intercepting finalize() with null pointer
                 Key: AURORA-952
                 URL: https://issues.apache.org/jira/browse/AURORA-952
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: alexius ludeman
            Priority: Minor


I1120 00:00:35.229 THREAD3 org.apache.aurora.scheduler.thrift.aop.LoggingInterceptor.invoke: finalize()
W1120 00:00:35.229 THREAD3 org.apache.aurora.scheduler.thrift.aop.LoggingInterceptor.invoke: Uncaught exception while handling finalize()
java.lang.NullPointerException
   at org.apache.aurora.scheduler.thrift.aop.ServerInfoInterceptor.invoke(ServerInfoInterceptor.java:33)
   at org.apache.aurora.scheduler.thrift.aop.ThriftStatsExporterInterceptor.invoke(ThriftStatsExporterInterceptor.java:47)
   at org.apache.aurora.scheduler.thrift.aop.FeatureToggleInterceptor.invoke(FeatureToggleInterceptor.java:38)
   at org.apache.aurora.scheduler.thrift.aop.LoggingInterceptor.invoke(LoggingInterceptor.java:88)
   at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
   at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:101)
   at java.lang.ref.Finalizer.access$100(Finalizer.java:32)
   at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:190)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)