<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Solving Common ELB Problems with a Sanity Test</title> <atom:link href="http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/feed" rel="self" type="application/rss+xml" /><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html</link> <description>Cloud Developer Tips: Practical tips for developers of cloud computing applications.</description> <lastBuildDate>Thu, 17 May 2012 11:17:54 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: shlomo</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-424</link> <dc:creator>shlomo</dc:creator> <pubDate>Sun, 03 Oct 2010 00:18:57 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-424</guid> <description>@Raj,Thanks for reporting this. I&#039;ve created &lt;a href=&quot;http://code.google.com/p/ec2-elb-tests/issues/detail?id=2&quot; rel=&quot;nofollow&quot;&gt;Issue 2&lt;/a&gt; for this issue, and I fixed the problem and uploaded a new jar.Please try again.</description> <content:encoded><![CDATA[<p>@Raj,</p><p>Thanks for reporting this. I&#8217;ve created <a
href="http://code.google.com/p/ec2-elb-tests/issues/detail?id=2" rel="nofollow">Issue 2</a> for this issue, and I fixed the problem and uploaded a new jar.</p><p>Please try again.</p> ]]></content:encoded> </item> <item><title>By: Raj</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-423</link> <dc:creator>Raj</dc:creator> <pubDate>Tue, 28 Sep 2010 19:43:17 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-423</guid> <description>I am getting the NoClassDefFoundError error. can you help please?./elb-sanity-test
JUnit version 4.5
.E
Time: 0.003
There was 1 failure:
1) initializationError(shlomo.ec2.elb.ELBSanityTest)
java.lang.NoClassDefFoundError: com/xerox/amazonws/ec2/EC2Exception
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getMethod0(Class.java:2670)
at java.lang.Class.getMethod(Class.java:1603)
at org.junit.internal.builders.SuiteMethodBuilder.hasSuiteMethod(SuiteMethodBuilder.java:20)
at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:13)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:93)
at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:84)
at org.junit.runners.Suite.(Suite.java:66)
at org.junit.runner.Request.classes(Request.java:68)
at org.junit.runner.JUnitCore.run(JUnitCore.java:107)
at org.junit.runner.JUnitCore.runMain(JUnitCore.java:88)
at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:54)
at org.junit.runner.JUnitCore.main(JUnitCore.java:46)
Caused by: java.lang.ClassNotFoundException: com.xerox.amazonws.ec2.EC2Exception
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 17 moreFAILURES!!!
Tests run: 1,  Failures: 1</description> <content:encoded><![CDATA[<p>I am getting the NoClassDefFoundError error. can you help please?</p><p> ./elb-sanity-test<br
/> JUnit version 4.5<br
/> .E<br
/> Time: 0.003<br
/> There was 1 failure:<br
/> 1) initializationError(shlomo.ec2.elb.ELBSanityTest)<br
/> java.lang.NoClassDefFoundError: com/xerox/amazonws/ec2/EC2Exception<br
/> at java.lang.Class.getDeclaredMethods0(Native Method)<br
/> at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)<br
/> at java.lang.Class.getMethod0(Class.java:2670)<br
/> at java.lang.Class.getMethod(Class.java:1603)<br
/> at org.junit.internal.builders.SuiteMethodBuilder.hasSuiteMethod(SuiteMethodBuilder.java:20)<br
/> at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:13)<br
/> at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)<br
/> at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)<br
/> at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)<br
/> at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:93)<br
/> at org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:84)<br
/> at org.junit.runners.Suite.(Suite.java:66)<br
/> at org.junit.runner.Request.classes(Request.java:68)<br
/> at org.junit.runner.JUnitCore.run(JUnitCore.java:107)<br
/> at org.junit.runner.JUnitCore.runMain(JUnitCore.java:88)<br
/> at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:54)<br
/> at org.junit.runner.JUnitCore.main(JUnitCore.java:46)<br
/> Caused by: java.lang.ClassNotFoundException: com.xerox.amazonws.ec2.EC2Exception<br
/> at java.net.URLClassLoader$1.run(URLClassLoader.java:202)<br
/> at java.security.AccessController.doPrivileged(Native Method)<br
/> at java.net.URLClassLoader.findClass(URLClassLoader.java:190)<br
/> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br
/> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br
/> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)<br
/> &#8230; 17 more</p><p>FAILURES!!!<br
/> Tests run: 1,  Failures: 1</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-16</link> <dc:creator>shlomo</dc:creator> <pubDate>Thu, 24 Dec 2009 05:27:22 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-16</guid> <description>@Logan Green,&lt;br /&gt;&lt;br /&gt;There&#039;s no API to modify the listeners of an ELB. So you&#039;ll need to create a new ELB with both HTTP:80 and TCP:443 listeners specified at creation time.</description> <content:encoded><![CDATA[<p>@Logan Green,</p><p>There&#39;s no API to modify the listeners of an ELB. So you&#39;ll need to create a new ELB with both HTTP:80 and TCP:443 listeners specified at creation time.</p> ]]></content:encoded> </item> <item><title>By: Logan Green</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-17</link> <dc:creator>Logan Green</dc:creator> <pubDate>Thu, 24 Dec 2009 05:17:51 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-17</guid> <description>Is it possible to edit a load balancer to forward additional ports?  For example we launched our aws ELB forwarding port 80, and now we want to add https support and forward 443 as well.  Do I need to create a new ELB or can I edit my existing one?</description> <content:encoded><![CDATA[<p>Is it possible to edit a load balancer to forward additional ports?  For example we launched our aws ELB forwarding port 80, and now we want to add https support and forward 443 as well.  Do I need to create a new ELB or can I edit my existing one?</p> ]]></content:encoded> </item> <item><title>By: Prabhakar</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-18</link> <dc:creator>Prabhakar</dc:creator> <pubDate>Tue, 15 Sep 2009 22:15:43 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-18</guid> <description>Excellent post! Very useful tips on what to look for while debugging ELBs. We just integrated this approach into our management UI - http://vimeo.com/6592989&lt;br /&gt;&lt;br /&gt;thanks!</description> <content:encoded><![CDATA[<p>Excellent post! Very useful tips on what to look for while debugging ELBs. We just integrated this approach into our management UI &#8211; <a
href="http://vimeo.com/6592989" rel="nofollow">http://vimeo.com/6592989</a></p><p>thanks!</p> ]]></content:encoded> </item> <item><title>By: Ken</title><link>http://shlomoswidler.com/2009/09/solving-common-elb-problems-with-sanity.html/comment-page-1#comment-19</link> <dc:creator>Ken</dc:creator> <pubDate>Tue, 15 Sep 2009 20:58:33 +0000</pubDate> <guid
isPermaLink="false">http://orchestratus.com/shlomoswidler.com/?p=8#comment-19</guid> <description>Very useful post!  I just saw that &lt;a href=&quot;http://ylastic.com&quot; rel=&quot;nofollow&quot;&gt;Ylastic&lt;/a&gt; integrated your sanity check approach into their dashboard. Nice!&lt;br /&gt;&lt;br /&gt;I wanted to share a problem I had recently.  Because of some current ELB issues, it is possible to cause an ELB to get into an inconsistent state by terminating one of its instances without first deregistering it from the ELB.  See the thread &lt;a href=&quot;http://developer.amazonwebservices.com/connect/thread.jspa?threadID=36257&quot; rel=&quot;nofollow&quot;&gt;Mysterious &quot;server=0&quot; content returned by ELB&lt;/a&gt; on the AWS forums.&lt;br /&gt;&lt;br /&gt;Also, if you are trying to read client IP addresses on a server behind an ELB, see my blog post: &lt;a href=&quot;http://blog.kenweiner.com/2009/09/amazon-elb-capturing-client-ip-address.html&quot; rel=&quot;nofollow&quot;&gt;Amazon ELB - Capturing Client IP Address&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Very useful post!  I just saw that <a
href="http://ylastic.com" rel="nofollow">Ylastic</a> integrated your sanity check approach into their dashboard. Nice!</p><p>I wanted to share a problem I had recently.  Because of some current ELB issues, it is possible to cause an ELB to get into an inconsistent state by terminating one of its instances without first deregistering it from the ELB.  See the thread <a
href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=36257" rel="nofollow">Mysterious &quot;server=0&quot; content returned by ELB</a> on the AWS forums.</p><p>Also, if you are trying to read client IP addresses on a server behind an ELB, see my blog post: <a
href="http://blog.kenweiner.com/2009/09/amazon-elb-capturing-client-ip-address.html" rel="nofollow">Amazon ELB &#8211; Capturing Client IP Address</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 3/10 queries in 0.006 seconds using disk: basic
Object Caching 334/336 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: blogstatic.shlomoswidler.com.s3.amazonaws.com

Served from: shlomoswidler.com @ 2012-05-18 11:20:10 -->
