asolfre / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

Cannot create launchconfiguration with securitygroup #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When I call AutoScaling.createLaunchConfiguration(LaunchConfiguration config) 
with a configuration including security groups and I get:
com.xerox.amazonws.ec2.AutoScalingException: Client error : (MalformedInput) 
Top level element may not be treated as a list
    at com.xerox.amazonws.ec2.AutoScaling.makeRequestInt(AutoScaling.java:523)
    at com.xerox.amazonws.ec2.AutoScaling.createLaunchConfiguration(AutoScaling.java:172)

Without a security group it seems to work fine.

I'm Using Typica 1.7.1 on Linux (2.6.32-24-generic #38-Ubuntu)

Original issue reported on code.google.com by brian.p...@gmail.com on 16 Aug 2010 at 10:53