You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2021/08/20 05:19:00 UTC

[jira] [Updated] (IGNITE-15345) Registration of remote event listener with null remote filter while security is enabled fails with exception.

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

Mikhail Petrov updated IGNITE-15345:
------------------------------------
    Summary: Registration of remote event listener with null remote filter while security is enabled fails with exception.   (was: Fails to register remote event listener with null remote filter while security is enabled. )

> Registration of remote event listener with null remote filter while security is enabled fails with exception. 
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-15345
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15345
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mikhail Petrov
>            Priority: Major
>
> Exception with the following stack trace is thrown:
> {code:java}
> java.lang.NullPointerException: Parameter 'original' cannot be null.
> 	at java.util.Objects.requireNonNull(Objects.java:228)
> 	at org.apache.ignite.internal.processors.security.AbstractSecurityAwareExternalizable.<init>(AbstractSecurityAwareExternalizable.java:60)
> 	at org.apache.ignite.internal.SecurityAwarePredicate.<init>(SecurityAwarePredicate.java:48)
> 	at org.apache.ignite.internal.IgniteEventsImpl.securityAwareRemoteFilter(IgniteEventsImpl.java:193)
> 	at org.apache.ignite.internal.IgniteEventsImpl.remoteListen(IgniteEventsImpl.java:136)
> 	at org.apache.ignite.internal.IgniteEventsImpl.remoteListen(IgniteEventsImpl.java:115)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)