View Issue Details

IDProjectCategoryView StatusLast Update
0003553SymmetricDSBugpublic2018-05-08 20:09
Reporterwoehrl01 Assigned To 
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.7 
Target Version3.9.7Fixed in Version3.9.7 
Summary0003553: NPE in SnapshotUtil due to returning null on getImplementationTitle()
DescriptionAccording to the documentation getImplementationTitle() can return null if is unknown, this leads to the folling exception on snapshot creation:

2018-05-07 23:57:03,983 WARN [central-0] [SnapshotUtil] [qtp1825719826-21] Failed to export runtime-stats information StackTraceKey.init [NullPointerException:3790101681]
java.lang.NullPointerException
        at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1021)
        at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1016)
        at java.base/java.util.Properties.put(Properties.java:1309)
        at org.jumpmind.symmetric.util.SnapshotUtil.writeRuntimeStats(SnapshotUtil.java:545)
        at org.jumpmind.symmetric.util.SnapshotUtil.createSnapshot(SnapshotUtil.java:360)
TagsNo tags attached.

Activities

Issue History

Date Modified Username Field Change
2018-05-08 07:21 woehrl01 New Issue
2018-05-08 07:22 woehrl01 Note Added: 0001180
2018-05-08 16:19 mmichalek Status new => resolved
2018-05-08 16:19 mmichalek Resolution open => fixed
2018-05-08 16:19 mmichalek Product Version => 3.9.7
2018-05-08 16:19 mmichalek Fixed in Version => 3.9.7
2018-05-08 16:19 mmichalek Target Version => 3.9.7
2018-05-08 20:09 mmichalek Status resolved => closed