View Issue Details

IDProjectCategoryView StatusLast Update
0004305SymmetricDSBugpublic2020-03-17 18:43
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.0 
Target Version3.11.7Fixed in Version3.11.7 
Summary0004305: File sync null pointer exception reading acks
DescriptionUsing push file sync, the source node gets a NullPointerException after pushing files and trying to read acknowledgement.

2020-03-03 08:56:40,881 WARN [node10] [FileSyncService] [node10-file_push-default-1] Could not communicate with node 'central:dev:dev' at http://localhost:31415/sync/central-dev because of unexpected error StackTraceKey.init [NullPointerException:1509256296]
java.lang.NullPointerException
        at org.jumpmind.symmetric.transport.http.HttpOutgoingTransport.readResponse(HttpOutgoingTransport.java:320)
        at com.jumpmind.symmetric.console.remote.m.readResponse(RemoteStatusHttpOutgoingTransport.java:62)
        at org.jumpmind.symmetric.service.impl.AbstractService.readAcks(AbstractService.java:295)
        at org.jumpmind.symmetric.service.impl.FileSyncService.pushFilesToNode(FileSyncService.java:893)
        at org.jumpmind.symmetric.service.impl.FileSyncService.execute(FileSyncService.java:860)
        at org.jumpmind.symmetric.service.impl.NodeCommunicationService$1.run(NodeCommunicationService.java:517)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-03-09 16:40 elong New Issue
2020-03-09 16:40 elong Status new => assigned
2020-03-09 16:40 elong Assigned To => elong
2020-03-09 16:40 elong Issue generated from: 0004297
2020-03-09 16:40 elong Status assigned => resolved
2020-03-09 16:40 elong Resolution open => fixed
2020-03-09 16:40 elong Fixed in Version => 3.11.7
2020-03-17 18:43 admin Status resolved => closed