简体   繁体   English

java.io.IOException,在CloudConnect中运行图形时的禁止异常

[英]java.io.IOException,Forbidden exception when running graph in CloudConnect

When I run an etl graph in CloudConnect a get this type of warning/error messages: 当我在CloudConnect中运行etl图时,获取此类警告/错误消息:

INFO [WEB_DAV_SOURCE_FILE_LIST_0] - Retrying task=com.gooddata.clover.plugin.file.manipulator.AbstractFileManipulator$CheckExistence, attempt=1, waitTime=1000, reason=java.io.IOException,Forbidden INFO [WEB_DAV_SOURCE_FILE_LIST_0] - Retrying task=com.gooddata.clover.plugin.file.manipulator.AbstractFileManipulator$CheckExistence, attempt=2, waitTime=2000, reason=java.io.IOException,Forbidden INFO [WEB_DAV_SOURCE_FILE_LIST_0] - Retrying task=com.gooddata.clover.plugin.file.manipulator.AbstractFileManipulator$CheckExistence, attempt=3, waitTime=4000, reason=java.io.IOException,Forbidden

someone has any idea what can cause it? 有人知道是什么原因引起的吗? it is raised from FileList component when connecting to project storage. 连接到项目存储时,它从FileList组件引发。

I think that some of these parameters are wrong: 我认为其中一些参数是错误的:

  • GDC_PROJECT_ID GDC_PROJECT_ID
  • GDC_USERNAME GDC_USERNAME
  • GDC_PASSWORD GDC_PASSWORD

Or maybe the path to webdav is wrong 或者也许webdav的路径是错误的

  • use na1-di.gooddata.com instead of secure-di.gooddata.com 使用na1-di.gooddata.com而不是secure-di.gooddata.com

If this does not work, please provide more information here. 如果这不起作用,请在此处提供更多信息。

Also, please ensure that the GDC_USERNAME and GDC_PASSWORD parameters are URL encoded. 另外,请确保GDC_USERNAMEGDC_PASSWORD参数是URL编码的。 This is a simple URL encoding helper: 这是一个简单的URL编码助手:

http://meyerweb.com/eric/tools/dencoder/ http://meyerweb.com/eric/tools/dencoder/

user@email.com becomes: user%40email.com user@email.com成为: user%40email.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM