doAzureParallel
doAzureParallel copied to clipboard
Free trial expired uninformative error message
Booting compute nodes. . . Error in waitForNodesToComplete(poolConfig$name, 60000) : Code: PoolNotFound - Message: en-USCode: PoolNotFound - Message: The specified pool does not exist. RequestId:dd987e5e-b7c9-4f3f-811d-e19da0b10068 Time:2017-09-15T11:03:36.7135971Z Called from: waitForNodesToComplete(poolConfig$name, 60000)
a 'response' object in makeCluster(): "{\r\n "odata.metadata":"https://graybatchaccount.westeurope.batch.azure.com/$metadata#Microsoft.Azure.Batch.Protocol.Entities.Container.errors/@Element","code":"Forbidden","message":{\r\n "lang":"en-US","value":"Access is Forbidden\nRequestId:d593dda4-c33d-4291-9bff-1cfb28586c07\nTime:2017-09-15T11:03:36.5027242Z"\r\n }\r\n}"
@grayskripko - that is a very good point. We do not cover this corner case. We will address this by understanding what API codes we can get back in this case.
I'm getting this same issue, could you explain how you were able to dig into the 'response' object in makeCluster()?
Apologies if this is a total noob question, by no means an R expert here.
@djm158 Honestly, I don't remember. Probably, I used debug(doAzureParallel::makeCluster)
or something like this
Thanks! I'm using R tools for Visual Studio and did a debug session and found I'm getting a different error. Could this be caused by rAzureBatch forming the request incorrectly (i.e. Azure changed their API in some way) or simply because my settings in either cluster_config.json
or credentials.json
are incorrect?
FYI I'm just trying to run some of the sample doAzureParallel sample scripts.
@djm158 It's hard to say. Looks like you'd better create a new issue because your current problem is not relevant to this topic. Furthermore, you will get an answer from doAzureParallel developer faster. I'm just a user. At the moment, you can investigate the problem deeper using slow line-by-line debugging.