[ 
https://issues.apache.org/jira/browse/ARTEMIS-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485548#comment-17485548
 ] 

Clebert Suconic commented on ARTEMIS-3665:
------------------------------------------

I had a De Ja Voux that I had fixed a similar issue around topology updates... 
I even thought this was ARTEMIS-2868... However the commit for it is already 
included in 2.17.0

Then I was going to check on ARTEMIS-3337... which I believe it could be 
related to your issue.


Anyway... it seems this is fixed on 2.20.0 and perhaps 2.19.1 (2.19.1 still has 
the finalize calls, so 2.20.0 is more recommended for you).


We should have 2.21.0 coming out in a few weeks also.

> NullPointerException in ServerLocator.createSessionFactory
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-3665
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3665
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.17.0
>         Environment: Linux version 3.10.0-1160.49.1.el7.x86_64 
> (mockbu...@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 
> 4.8.5-44) (GCC) ) #1 SMP Tue Nov 30 15:51:32 UTC 2021
> Artemis 2.17.0
> Connection string is:
> (tcp://ba-artms21.qa.raveu.net:61616,tcp://ba-artms22.qa.raveu.net:61616)
>            Reporter: Stephen Baker
>            Assignee: Clebert Suconic
>            Priority: Major
>
> In one environment I am frequently seeing a {{NullPointerException}} in 
> {{ServerLocator.createSessionFactory()}}:
> {noformat}
> java.lang.NullPointerException
>   at 
> org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.<init>(ClientSessionFactoryImpl.java:189
>   at 
> org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:683){noformat}
> The line in the report is:
> {noformat}
> connectorFactory = 
> instantiateConnectorFactory(connectorConfig.getA().getFactoryClassName());{noformat}
> Unfortunately I'm not able to reproduce in my development environment which 
> makes debugging difficult.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to