-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install of S3 activity is failing #8
Comments
Can you doublecheck what URL you've pasted into the install box? It seems it's missing a |
Hi @neethuabacker I think perhaps you specified the wrong path: However, I found a missing comma in the descriptor.json, as well @skothari-tibco can you take a look? |
Hi @mellistibco the url was definitely wrong, I copied from the readme :) Please correct there. debug: [17:53:41.903] Installation of 'https://github.com/project-flogo/aws-contrib/activity/s3' failed in 'installing-to' step. debug: [18:14:04.155] Installation of 'https://github.com/project-flogo/aws-contrib/activity/s3' failed in 'building' step. |
Can you try installing |
After I installed the flow it doesnt throw the error for install of S3. however more serious problem now, I cannot add any activity on the UI when I click the "+" the activity selection doesnt show up. Something is not right with github.com/project-flogo/flow@latest. |
@fcastill . Can you look into this. |
Hi I am using Flogo webui, and install is failing with below error, I can install other activities, like this one https://github.com/retgits/flogo-components/activity/amazons3, so I dont think its a problem with my docker container or flogo or proxy.
error: [17:03:44.095] [error] Encountered error while installing the 'https://github.comproject-flogo/aws-contrib/activity/s3' to the engine:
error: [17:03:44.097] Error in installing 'github.comproject-flogo/aws-contrib/activity/s3'
Error installing contribution/dependency: go get github.comproject-flogo/aws-contrib/activity/s3@latest: unrecognized import path "github.comproject-flogo/aws-contrib/activity/s3" (https fetch: Get https://github.comproject-flogo/aws-contrib/activity/s3?go-get=1: Bad Gateway)
debug: [17:03:44.099] Installation of 'https://github.comproject-flogo/aws-contrib/activity/s3' failed in 'installing-to' step.
debug: [17:03:44.099] Starting engine recovery.
debug: [17:03:44.100] [Log] Recovering engine to previous working state..
debug: [17:03:44.109] Resource cleaning: removing the backup folder.
warn: [17:04:23.507] Engine does not exist. Creating...
info: [17:04:23.511] Exec command: flogo create -f /flogo-web/local/engines/exported-app-build.json app-build in /flogo-web/local/engines
info: [17:04:23.530] run command: flogo create -f /flogo-web/local/engines/exported-app-build.json app-build
engine:create: 7889.257ms
info: [17:04:31.401] undefined {"durationMs":7894}
info: [17:04:31.410] [log] Build flogo: "flogo build -o,-e" compileOpts:
info: [17:04:31.425] run command: flogo build -o -e
[log] build output:
[build] Found binary file: /flogo-web/local/engines/app-build/bin/app-build.exe
info: [17:04:47.590] undefined {"durationMs":24093}
info: [17:05:09.688] [log] Install : 'https://github.comproject-flogo/aws-contrib/activity/s3'
debug: [17:05:09.689] Backing up 'src' to 'backupsrc'.
debug: [17:05:09.697] Started installing 'https://github.comproject-flogo/aws-contrib/activity/s3' to the engine.
info: [17:05:09.699] Exec command: flogo install github.comproject-flogo/aws-contrib/activity/s3 in /flogo-web/local/engines/flogo-web
info: [17:05:09.715] run command: flogo install github.comproject-flogo/aws-contrib/activity/s3
warn: [17:05:11.423] command exited with code 1: flogo install github.comproject-flogo/aws-contrib/activity/s3
error: [17:05:11.434] [error] Encountered error while installing the 'https://github.comproject-flogo/aws-contrib/activity/s3' to the engine:
error: [17:05:11.434] Error in installing 'github.comproject-flogo/aws-contrib/activity/s3'
Error installing contribution/dependency: go get github.comproject-flogo/aws-contrib/activity/s3@latest: unrecognized import path "github.comproject-flogo/aws-contrib/activity/s3" (https fetch: Get https://github.comproject-flogo/aws-contrib/activity/s3?go-get=1: Bad Gateway)
debug: [17:05:11.435] Installation of 'https://github.comproject-flogo/aws-contrib/activity/s3' failed in 'installing-to' step.
debug: [17:05:11.435] Starting engine recovery.
debug: [17:05:11.442] [Log] Recovering engine to previous working state..
debug: [17:05:11.459] Resource cleaning: removing the backup folder.
info: [17:06:33.779] [log] Install : 'https://github.com/retgits/flogo-components/activity/amazons3'
debug: [17:06:33.779] Backing up 'src' to 'backupsrc'.
debug: [17:06:33.781] Started installing 'https://github.com/retgits/flogo-components/activity/amazons3' to the engine.
info: [17:06:33.782] Exec command: flogo install github.com/retgits/flogo-components/activity/amazons3 in /flogo-web/local/engines/flogo-web
info: [17:06:33.808] run command: flogo install github.com/retgits/flogo-components/activity/amazons3
The text was updated successfully, but these errors were encountered: