I asked some questions but the error stack did not answer any. s/Dragon disk/s3cmd/ version of my questions:
- Does s3cmd actually attempt to connect to Riak CS? (instead of AWS S3) - If yes, how does TCP communication go on? - If TCP is ok, how is HTTP request/response? - If HTTP is ok, what is the HTTP response status? 2015-10-01 12:44 GMT+09:00 G <[email protected]>: > I get below error when I try to create a bucket using s3cmd > > Test access with supplied credentials? [Y/n] Y > Please wait, attempting to list all buckets... > Success. Your access key and secret key worked fine :-) > > Now verifying that encryption works... > Success. Encryption and decryption worked fine :-) > > Save settings? [y/N] y > Configuration saved to '/root/.s3cfg' > > > > root@ip-172-31-44-38:/etc/stanchion# s3cmd mb s3://test-bucket > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > An unexpected error has occurred. > Please report the following lines to: > [email protected] > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > Problem: ParseError: mismatched tag: line 1, column 165 > S3cmd: 1.1.0-beta3 > > Traceback (most recent call last): > File "/usr/bin/s3cmd", line 1800, in <module> > main() > File "/usr/bin/s3cmd", line 1741, in main > cmd_func(args) > File "/usr/bin/s3cmd", line 158, in cmd_bucket_create > response = s3.bucket_create(uri.bucket(), cfg.bucket_location) > File "/usr/share/s3cmd/S3/S3.py", line 263, in bucket_create > response = self.send_request(request, body) > File "/usr/share/s3cmd/S3/S3.py", line 624, in send_request > raise S3Error(response) > File "/usr/share/s3cmd/S3/Exceptions.py", line 48, in __init__ > tree = getTreeFromXml(response["data"]) > File "/usr/share/s3cmd/S3/Utils.py", line 69, in getTreeFromXml > tree = ET.fromstring(xml) > File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML > parser.feed(text) > File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed > self._raiseerror(v) > File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in > _raiseerror > raise err > ParseError: mismatched tag: line 1, column 165 > > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > An unexpected error has occurred. > Please report the above lines to: > [email protected] > !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/Riak-CS-Unable-to-create-view-bucket-details-using-dragon-disk-tp4033494p4033502.html > Sent from the Riak Users mailing list archive at Nabble.com. > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
