View Issue Details

IDProjectCategoryView StatusLast Update
0004510SymmetricDS ProBugpublic2020-09-01 12:20
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.0 
Target Version3.11.11Fixed in Version3.11.11 
Summary0004510: NPE on incoming batch window when batch in error
DescriptionThe Manage -> Incoming Batches screen has an icon that opens a batch window. If the batch is in error with a failed data ID > 0, then it tries to query sym_data for the row in error. But the row is not in the database, because this is an incoming batch from staging, so it gets an exception.

Caused by: java.lang.NullPointerException
        at com.jumpmind.symmetric.console.impl.cl.a(BatchWindowDataLayout.java:92)
        at com.jumpmind.symmetric.console.impl.cl.a(BatchWindowDataLayout.java:88)
        at com.jumpmind.symmetric.console.impl.ck.a(BatchWindow.java:356)
        at com.jumpmind.symmetric.console.impl.ck.<init>(BatchWindow.java:283)
        at com.jumpmind.symmetric.console.impl.cr.itemClick(IncomingBatchPanel.java:861)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:499)
        ... 54 more
TagsNo tags attached.

Relationships

related to 0004509 resolvedelong NPE on incoming batch window when batch in error 
related to 0004511 closedelong NPE on incoming batch window when batch in error 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-08-27 18:40 elong New Issue
2020-08-27 18:40 elong Status new => assigned
2020-08-27 18:40 elong Assigned To => elong
2020-08-27 18:40 elong Issue generated from: 0004509
2020-08-27 18:40 elong Relationship added related to 0004509
2020-08-27 18:40 elong Status assigned => resolved
2020-08-27 18:40 elong Resolution open => fixed
2020-08-27 18:40 elong Fixed in Version => 3.11.11
2020-08-27 18:40 elong Issue cloned: 0004511
2020-08-27 18:40 elong Relationship added related to 0004511
2020-09-01 12:20 elong Status resolved => closed