vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

Error in create_launch_configuration(),create_auto_scaling_group(),create_trigger() function. #363

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.For creating an AutoScalingGroup we have to launch configuration
containing the imageid, keypair and security group. 
2. After doing this on giving command conn.create_launch_configuration(Obj
of LaunchConfiguration) it is giving error named "BOTO Server Error"
3.Same as in case for autoscaling and trigger.

What is the expected output? What do you see instead?
Expected output is that on giving this command Launch Configuration must
get created as it get used in creating auto scaling group and trigger.

What version of the product are you using? On what operating system?
I am using boto-1.9b.tar.gz version of boto. and Operating system is XP.

Please provide any additional information below.

Traceback (most recent call last):
  File "<pyshell#22>", line 1, in <module>
    conn.create_launch_configuration(lc)
  File
"C:\Python26\lib\site-packages\boto-1.9b-py2.6.egg\boto\ec2\autoscale\__init__.p
y",
line 123, in create_launch_configuration
    Request)
  File
"C:\Python26\lib\site-packages\boto-1.9b-py2.6.egg\boto\connection.py",
line 568, in get_object
    raise self.ResponseError(response.status, response.reason, body)
BotoServerError: BotoServerError: 400 Bad Request

This error gets displayed.

Original issue reported on code.google.com by shrimali...@gmail.com on 15 Apr 2010 at 7:30

GoogleCodeExporter commented 9 years ago
The 400 error suggests that it is an error on the client side, not on the 
server side.  Are you sure all of your parameters are correct?

Original comment by Mitch.Ga...@gmail.com on 18 Jun 2010 at 7:58