Skip to content

exception in create_node of CloudEndpoint #6140

Answered by sfayer
zhangxiaomei asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Hmm, it does sound like something isn't liking the MIME object... Are there any more details further up in the log, such as the full stack trace? Is this a python3 or python2 based install?

Could you please try converting the userData to a string and see if that makes any difference with the following patch?

https://github.com/DIRACGrid/DIRAC/blob/integration/src/DIRAC/Resources/Cloud/Utilities.py#L36

-     return S_OK(userData)
+     return S_OK(userData.as_string())

As an aside, we're slowly deprecating the old CloudDirector stuff, could you please try out the new CloudComputingElement (which also uses libcloud, but submits with the SiteDirector like any other normal CE) when you ha…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@zhangxiaomei
Comment options

@zhangxiaomei
Comment options

@sfayer
Comment options

@zhangxiaomei
Comment options

Answer selected by fstagni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants