NullPointerException in JmsException [SPR-5402] #10075
Labels
in: messaging
Issues in messaging modules (jms, messaging)
status: duplicate
A duplicate of another issue
Wim Deblauwe opened SPR-5402 and commented
I saw a NullPointerException in the logs of my tomcat (started using maven cargo):
The problem can be seen by looking at the code of JmsMessage.java:
The line that does the
indexOf()
can give a NPE iflinkedEx.getMessage()
returnsnull
Affects: 2.5.6
Issue Links:
The text was updated successfully, but these errors were encountered: