Re: [brooklyn-dev] MySqlNode ... IllegalStateException ... Text file busy.

2014-04-15 Thread Alex Heneveld
Ignasi- Almost certainly sshj. Thanks for confirming that this is as weird as we thought. And likely hard to test / reproduce. David- anything unusual in the deployment? is it an m1.micro? Thinking maybe the shell closing the file is slow eg cloud disk contended. So we need to look at jclouds mec

Re: [brooklyn-dev] MySqlNode ... IllegalStateException ... Text file busy.

2014-04-15 Thread Ignasi Barrera
I've never seen this and seems like a race condition. A quick Google search shows that the error appears when you try to execute a script file that is open for writing. I'm wondering why the file is still open when the script is executed and it seems that you're right Alex. Out of curiosity, whic

Re: [brooklyn-dev] MySqlNode ... IllegalStateException ... Text file busy.

2014-04-15 Thread Alex Heneveld
// cross-posting to dev@jclouds and brooklyn-dev as I think this is a weird jclouds edge case In Brooklyn we're seeing what looks like a funky jclouds VM setup issue -- see original mail from David Toy below. The error is: 1) IllegalStateException on node us-east-1/i-15958144: java.lang.Il