Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instance-type page changed #291

Closed
dcapwell opened this issue May 15, 2013 · 4 comments
Closed

instance-type page changed #291

dcapwell opened this issue May 15, 2013 · 4 comments

Comments

@dcapwell
Copy link

It looks like the instance-type page has changed. Looking at the Asgard logs I see the following:

java.lang.Exception: Unexpected format of HTML on http://aws.amazon.com/ec2/instance-types/
at com.netflix.asgard.InstanceTypeService.parseHardwareProfilesDocument(InstanceTypeService.groovy:232)
at com.netflix.asgard.InstanceTypeService.this$2$parseHardwareProfilesDocument(InstanceTypeService.groovy)
at com.netflix.asgard.InstanceTypeService$this$2$parseHardwareProfilesDocument.callCurrent(Unknown Source)
at com.netflix.asgard.InstanceTypeService.retrieveHardwareProfiles(InstanceTypeService.groovy:172)
at com.netflix.asgard.InstanceTypeService.this$2$retrieveHardwareProfiles(InstanceTypeService.groovy)
at com.netflix.asgard.InstanceTypeService$_initializeCaches_closure5.doCall(InstanceTypeService.groovy:65)
at com.netflix.asgard.InstanceTypeService$_initializeCaches_closure5.doCall(InstanceTypeService.groovy)
at com.netflix.asgard.CachedMap.fill(CachedMap.groovy:169)
at com.netflix.asgard.CachedMap$fill.call(Unknown Source)
at com.netflix.asgard.CachedMap$_start_closure1.doCall(CachedMap.groovy:143)
at com.netflix.asgard.CachedMap$_start_closure1.doCall(CachedMap.groovy)

[2013-05-14 19:40:46,840] [background-process-9] com.netflix.asgard.CachedMap Cached 497 'us-west-1 Image'
[2013-05-14 19:40:47,252] [background-process-14] com.netflix.asgard.AwsEc2Service Detected image tags missing for region sa-east-1, attempting to request tags explicitly
[2013-05-14 19:40:47,674] [background-process-8] com.netflix.asgard.AwsEc2Service Detected image tags missing for region eu-west-1, attempting to request tags explicitly
[2013-05-14 19:40:47,778] [background-process-14] com.netflix.asgard.CachedMap Cached 369 'sa-east-1 Image'
[2013-05-14 19:40:48,204] [background-process-10] com.netflix.asgard.AwsEc2Service Detected image tags missing for region ap-southeast-1, attempting to request tags explicitly
[2013-05-14 19:40:48,396] [background-process-8] com.netflix.asgard.CachedMap Cached 626 'eu-west-1 Image'
[2013-05-14 19:40:48,727] [background-process-10] com.netflix.asgard.CachedMap Cached 553 'ap-southeast-1 Image'
[2013-05-14 19:40:49,194] [background-process-13] com.netflix.asgard.CachedMap Cached 100 'us-west-1 Volume'
[2013-05-14 19:40:50,372] [background-process-0] com.netflix.asgard.CachedMap Cached 38 'sa-east-1 Storage Snapshot'

@jgritman
Copy link
Contributor

It looks like Amazon rolled out a new intance types page today at a different location http://aws.amazon.com/ec2/instance-types/instance-details/.

@jgritman
Copy link
Contributor

We've rolled out a temporary change that should work if you build from source now. We'll work on a more permanent fix tomorrow and roll out a new binary release once that's implemented.

@s0enke
Copy link

s0enke commented Aug 25, 2013

Any news here? Tried to install the latest asgard 1.2 but installation gut stuck with the same messages.

@joesondow
Copy link
Contributor

It's working for other people, so it's possible that your installation still has a cache of older code somewhere. Try deleting Tomcat's work directory and restarting Tomcat. That fixes problems like this a lot of the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants