I think that log is from a test that installs Jetty on a VM and then tries to 
connect to it, but it seems that it is failing to install Java on the node.

When jclouds configures nodes, it leaves the following files in 
`/tmp/bootstrap`:

* The executed script
* rc - A file with the script return code.
* stdout.log - The script output
* stderr.log - The script error output

Could you place a breakpoint in the test, so you can access the node *after* 
jclouds has run the scripts on it and *before* the test destroys the node? That 
way you should be able to retrieve those files. If you share them in a gist 
we'll be able to see what is going wrong in the script execution and determine 
the cause of the failure.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/292#issuecomment-227590846

Reply via email to