View Issue Details

IDProjectCategoryView StatusLast Update
0004946SymmetricDS ProBugpublic2021-04-28 19:09
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.8 
Target Version3.12.9Fixed in Version3.12.9 
Summary0004946: Fix ArrayIndexOutOfBoundsException in the resolve data tab of the batch details window
DescriptionIt's possible for the following exception to occur in the resolve data tab of the incoming batch details window:

2021-04-12 10:33:45,001 ERROR [gui] [AppUI] [qtp1188401255-30881] 1
StackTraceKey.init [ArrayIndexOutOfBoundsException:1223321207]
java.lang.ArrayIndexOutOfBoundsException: 1
     at java.util.Arrays$ArrayList.get(Arrays.java:3841)
     at com.jumpmind.symmetric.console.impl.cx.a(BatchWindow.java:530)
     at com.vaadin.ui.Grid$Column.generateRendererValue(Grid.java:1111)
     at com.vaadin.ui.Grid$Column.access$1100(Grid.java:849)
     at com.vaadin.ui.Grid$Column$1.generateData(Grid.java:898)
     at
com.vaadin.data.provider.DataCommunicator.getDataObject(DataCommunicator.java:481)
     at
com.vaadin.data.provider.DataCommunicator.pushData(DataCommunicator.java:461)
     at
com.vaadin.data.provider.DataCommunicator.sendDataToClient(DataCommunicator.java:383)
     at
com.vaadin.data.provider.DataCommunicator.beforeClientResponse(DataCommunicator.java:339)
     at
com.vaadin.server.communication.UidlWriter.write(UidlWriter.java:126)
     at
com.vaadin.server.communication.AtmospherePushConnection.push(AtmospherePushConnection.java:168)
     at
com.vaadin.server.communication.PushHandler.lambda$new$1(PushHandler.java:150)
     at
com.vaadin.server.communication.PushHandler.callWithUi(PushHandler.java:247)
     at
com.vaadin.server.communication.PushHandler.onMessage(PushHandler.java:550)
     at
com.vaadin.server.communication.PushAtmosphereHandler.onMessage(PushAtmosphereHandler.java:87)
     at
com.vaadin.server.communication.PushAtmosphereHandler.onRequest(PushAtmosphereHandler.java:77)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-12 18:19 emiller New Issue
2021-04-12 18:19 emiller Status new => assigned
2021-04-12 18:19 emiller Assigned To => emiller
2021-04-12 20:21 emiller Status assigned => resolved
2021-04-12 20:21 emiller Resolution open => fixed
2021-04-12 20:21 emiller Fixed in Version => 3.12.9
2021-04-27 18:17 elong Project SymmetricDS => SymmetricDS Pro
2021-04-28 19:09 admin Status resolved => closed