Comment 2 for bug 1242476

Revision history for this message
Michaƫl Van de Borne (mikemowgli) wrote :

Hi again,
I noticed several wierd lines in the log when I run the bootstrap command in debug mode:

2013-11-04 14:28:44 DEBUG juju.environs.simplestreams simplestreams.go:458 fetchData failed for "http://192.168.202.4:8080/v1/AUTH_93a48de7ef674f07a96e169383c34399/juju-64a08a56c0390b3124ac6edaa6d282e7/tools/streams/v1/index.sjson": failed to GET object tools/streams/v1/index.sjson from container juju-64a08a56c0390b3124ac6edaa6d282e7

--> in this line, the index.sjson file is called, rather than index.json

2013-11-04 14:28:45 DEBUG juju.environs.simplestreams simplestreams.go:458 fetchData failed for "http://192.168.202.4:8080/v1/AUTH_93a48de7ef674f07a96e169383c34399/juju-64a08a56c0390b3124ac6edaa6d282e7/streams/v1/index.sjson": failed to GET object streams/v1/index.sjson from container juju-64a08a56c0390b3124ac6edaa6d282e7

--> later on, in this line, the 'tools' directory is missing in the path (just before the 'streams' directory.

Note: I just updated to 1.16.2 and this error is still present.

yours,

m.