View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004511 | SymmetricDS Pro | Bug | public | 2020-08-27 18:40 | 2020-09-01 12:21 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.10.0 | ||||
Target Version | 3.12.3 | Fixed in Version | 3.12.3 | ||
Summary | 0004511: NPE on incoming batch window when batch in error | ||||
Description | The 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 | ||||
Tags | No tags attached. | ||||
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: 0004510 | |
2020-08-27 18:40 | elong | Relationship added | related to 0004510 |
2020-08-27 18:41 | elong | Status | assigned => resolved |
2020-08-27 18:41 | elong | Resolution | open => fixed |
2020-08-27 18:41 | elong | Fixed in Version | => 3.12.3 |
2020-09-01 12:21 | elong | Status | resolved => closed |