Java AWS分区加载程序

Java AWS分区加载程序,java,amazon-web-services,amazon-s3,Java,Amazon Web Services,Amazon S3,我有一个向S3发送文件的应用程序-在最近升级到AWS SDK的最新版本后,我在尝试将文件上载到S3时得到以下信息。我曾试图寻找类似的问题,但没有结果,亚马逊自己也没有想法 Transfer failed for .... with exception com.amazonaws.AmazonClientException: Unable to complete transfer: com.fasterxml.jackson.databind.ObjectMapper.enable([Lcom/f

我有一个向S3发送文件的应用程序-在最近升级到AWS SDK的最新版本后,我在尝试将文件上载到S3时得到以下信息。我曾试图寻找类似的问题,但没有结果,亚马逊自己也没有想法

Transfer failed for .... with exception com.amazonaws.AmazonClientException: Unable to complete transfer: com.fasterxml.jackson.databind.ObjectMapper.enable([Lcom/fasterxml/jackson/core/JsonParser$Feature;)Lcom/fasterxml/jackson/databind/ObjectMapper; current exception count 1
09 Sep 2016 15:48:48,176 ERROR [SinkRunner-PollingRunner-DefaultSinkProcessor] Transfer failed for ... with exception com.amazonaws.AmazonClientException: Unable to complete transfer: Could not initialize class com.amazonaws.partitions.PartitionsLoader

我也有同样的问题。原来我的依赖已经过时了:jackson数据绑定。更新至2.6.6或更高版本