有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java Apache Camel AWS:HTTP请求:连接时间

我最近遇到了一个camel、aws和java堆栈错误,它向我展示了我见过的最糟糕的堆栈跟踪。我决定写一篇这样的帖子,在这个案例中分享任何其他人偶然发现的情况:

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'outgoingEndpoint': FactoryBean threw exception on object creation; nested exception is org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aws-s3://intuit-commerce-results?accessKey=xdeleteAfterRead=true&region=us-west-2&secretKey=RAW(y) due to: Unable to execute HTTP request: connect timed out

尽管机密id和密钥被取出(出于安全原因),但URL是完美的。为什么Camel/AWS SDK提供了如此糟糕的堆栈跟踪?我该怎么解决这个问题


共 (0) 个答案