It looks as if jclouds isn’t sending any bytes at all when uploading the image. 
I’m not really sure what could be preventing it from doing so.

Here’s a couple of strategies for debugging.

1. Get the source JARs and step through the code.

2. Setup a proxy [1] and see exactly what the JVM is trying to do. There may be 
something going on that isn’t being logged.

Everett

[1] http://jclouds.apache.org/reference/logging/#proxy


On Oct 20, 2014, at 9:00 AM, Shital Patil 
<[email protected]<mailto:[email protected]>> wrote:

Hi Everett,

I tried enabling logs on jclouds, the reserve image call returns 
successfully,however during upload call it sends request but does not return 
response nor it errors out, it waits endless. The same is not true with 
openstack CLI requests it gets uploaded properly. What might be possible 
reasons for this?

logs are: http://pastie.org/private/pb3xpzqfir3psmsdsgvig




On Fri, Oct 17, 2014 at 7:58 PM, Everett Toews 
<[email protected]<mailto:[email protected]>> wrote:
So if you can actually get it to the queued status in Glance (and it gets stuck 
there) then you might have an issue in Glance. Are you able to upload an image 
successfully using the glance CLI (python-glanceclient)?

Everett



On Oct 17, 2014, at 7:33 AM, Shital Patil 
<[email protected]<mailto:[email protected]>> wrote:

Hi,

I am using glance 1.8.0 for uploading raw image on openstack.
I am doing this through reserve and upload calls respectively.
The image status shown on openstack is queued and it stays like that forever
What might the problem be?

Following is code snippet-
http://pastie.org/9656321

Thanks,
Shital




Reply via email to