-
Notifications
You must be signed in to change notification settings - Fork 33
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
Errors while deploying amulet #141
Comments
@Shruthima What's the output of |
@tvansteenburgh Output of juju version is: |
Any updates on this issue ? |
Did you try upgrading your version of juju-deployer as suggested? |
Yes i have upgraded the juju-deployer version to 0.8.0 root@c277-pkvm-vm53:~/charms/trusty/ibm-im# juju version |
Could you please suggest what can be done to resolve this isuue ? |
|
In IRC we have received some comments for this issue, below are the details: |
@tvansteenburgh : No it is not behind proxy we have checked. |
@Shruthima - that bug posted from MUP is a false positive. I was referring to this issue, which is #141, not the launchpad referenced 141, which is unrelated to Juju and the charm ecosystem. |
Any updates please? |
Edit Is the second error still happening or did it go away when you upgraded juju-deployer? |
Second error got resolved, after upgrading the juju deployer. I have edited the charm.py it is printing the below URL: Curl output: |
Looks like the charm isn't publicly readable. Try:
|
We are getting same error even after running charm grant command. |
It looks like the charm requires terms to be accepted, is that correct? We don't have support for accepting terms in amulet yet. |
@tvansteenburgh yes this ibm-im charm does have a term attached to it.
@Shruthima I wonder if we can not work around this problem to unblock you. I see from your pastebins that you are using a root user to deploy these charms. The terms feature requires a log in to the charm store for a specific user tied to an UbuntuSSO account such as launchpad. You would issue the
|
@mbruzek : I have agreed the terms and deployed ibm-im from charm store in the same machine, it worked fine. |
@mbruzek: I did charm login and verified that ~/.go-cookie is generated. How can we verify that it has the corresponding json key for my user id ?. Also I had one observation not specifically related to above issue, when we manually deploy the charm from charm store as shown below: juju deploy cs:~ibmcharmers/trusty/ibm-platform-lsf-storage-8 --series=trusty, it throws the below error message and charm is not deployed: Bad Request\nYour browser sent a request that this server could not understand. \nCookie\n\n\n \nApache/2.4.7 (Ubuntu) Server at api.jujucharms.com Port 443\n\n": invalid character '<' looking for beginning of value Again I deploy the same charm, then I am not presented with this error again. After accepting the terms, my charm gets deployed successfully. Not sure if this is related to the issue we are getting in amulet. |
@shilkaul You can use As far as that new error, I would file a new issue against the Charm Store client for that one: https://github.com/juju/charmstore-client/issues as this seems to be an issue with the charm store response to juju deploy command. Be sure to list your juju version, and give them a reproducible example so they can fix this problem. |
I am facing Two issues while deploying IBM-IM charm amulet locally. Here the links for both errors: http://paste.ubuntu.com/18686777/
http://paste.ubuntu.com/18686804/
The text was updated successfully, but these errors were encountered: