Closed harishgopalan closed 6 years ago
How are you installing that pack? It looks like you are not using the normal commands st2 pack install aws
, but something else?
Are you doing it by running something like git clone https://github.com/StackStorm-Exchange/stackstorm-aws /home/example/aws
first?
It looks like your problem is that you are running something like st2 pack install file:////home/example/aws
That is one /
too many. The command should be st2 pack install file:///home/example/aws
Also, PLEASE use Github markdown formatting when pasting large blobs of code, logs or command output. It's much easier to read.
Hi Lindsay,
I figured out the issue, i had a higher version of mongodb 3.6.4 causing this issue, i downgraded it to 3.4.14 and it works
Regards Harish
Thanks for the update.
Not surprising, since I don’t think we’ve done any testing with Mongo 3.6.
Team,
I'm not able to install any pack in st2 2.7.1
Could this be a bug ? I'm able to execute any other adhoc actions though.
Regards Harish