You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Kevin Sweeney (JIRA)" <ji...@apache.org> on 2014/12/02 20:20:12 UTC

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

     [ https://issues.apache.org/jira/browse/AURORA-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sweeney reassigned AURORA-952:
------------------------------------

    Assignee: Kevin Sweeney

> 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
>            Assignee: Kevin Sweeney
>            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)