<?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: Selenium Continuous Integration Runner</title>
	<atom:link href="http://gabrito.com/post/selenium-continuous-integration-runner/feed" rel="self" type="application/rss+xml" />
	<link>http://gabrito.com/post/selenium-continuous-integration-runner</link>
	<description>Anecdotes on Technology Leadership, Ruby, Java, Scala, Cloud Computing, Open-Source, SEO, and Design</description>
	<lastBuildDate>Sat, 28 Aug 2010 06:23:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Patrick</title>
		<link>http://gabrito.com/post/selenium-continuous-integration-runner/comment-page-1#comment-213493</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 18 Nov 2009 23:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/?p=227#comment-213493</guid>
		<description>David M - I am seeing the exact same error:

http://myserver.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Frhel2%3A8080%2Falpgen%2F/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Frhel2%3A8080%2Fselenium-server%2Ftests%2FMainSiteTestSuite.html

I tested version 1.01 of selenium-server.jar and get a NullPointerException.

Let me know if you have any success.

Thanks

Patrick</description>
		<content:encoded><![CDATA[<p>David M &#8211; I am seeing the exact same error:</p>
<p><a href="http://myserver.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Frhel2%3A8080%2Falpgen%2F/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Frhel2%3A8080%2Fselenium-server%2Ftests%2FMainSiteTestSuite.html" rel="nofollow">http://myserver.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Frhel2%3A8080%2Falpgen%2F/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Frhel2%3A8080%2Fselenium-server%2Ftests%2FMainSiteTestSuite.html</a></p>
<p>I tested version 1.01 of selenium-server.jar and get a NullPointerException.</p>
<p>Let me know if you have any success.</p>
<p>Thanks</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://gabrito.com/post/selenium-continuous-integration-runner/comment-page-1#comment-209537</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Sun, 04 Oct 2009 04:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/?p=227#comment-209537</guid>
		<description>Hi David, I&#039;m not sure what could be causing that. We&#039;re running it at work with dozens of test cases without any trouble. If you figure out though and it turns out to be a bug in my code please submit a patch or fork it on github and send me a pull request and I&#039;ll incorporate it so others can benefit. You could also try upgrading the lib/selenium-server.jar to the latest version and see if that makes any difference.</description>
		<content:encoded><![CDATA[<p>Hi David, I&#8217;m not sure what could be causing that. We&#8217;re running it at work with dozens of test cases without any trouble. If you figure out though and it turns out to be a bug in my code please submit a patch or fork it on github and send me a pull request and I&#8217;ll incorporate it so others can benefit. You could also try upgrading the lib/selenium-server.jar to the latest version and see if that makes any difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David M</title>
		<link>http://gabrito.com/post/selenium-continuous-integration-runner/comment-page-1#comment-209518</link>
		<dc:creator>David M</dc:creator>
		<pubDate>Sat, 03 Oct 2009 23:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://gabrito.com/?p=227#comment-209518</guid>
		<description>Hi Todd,

We have a few selenese based cases I was wanting to play around with your runner.  

Seemed to work fine with the included case, but when I ran a few of our cases the baseUrl parameter seemed to keep coming up with additions on the URI which caused the cases to fail.

I did change the startURL in the build.xml to be the correct starting URL, but no luck. 

The URL that it is attempting in the browser is this:

http://www.yoursite.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Fwww.yoursite.com/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Fwww.yoursite.com%2Fselenium-server%2Ftests%2Ftest123.html

What it really should be doing is just baseUrl=http://www.yoursite.com
without the additions.

Any thoughts ?</description>
		<content:encoded><![CDATA[<p>Hi Todd,</p>
<p>We have a few selenese based cases I was wanting to play around with your runner.  </p>
<p>Seemed to work fine with the included case, but when I ran a few of our cases the baseUrl parameter seemed to keep coming up with additions on the URI which caused the cases to fail.</p>
<p>I did change the startURL in the build.xml to be the correct starting URL, but no luck. </p>
<p>The URL that it is attempting in the browser is this:</p>
<p><a href="http://www.yoursite.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Fwww.yoursite.com/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Fwww.yoursite.com%2Fselenium-server%2Ftests%2Ftest123.html" rel="nofollow">http://www.yoursite.com/selenium-server/core/TestRunner.html?auto=true&amp;multiWindow=false&amp;defaultLogLevel=info&amp;baseUrl=http%3A%2F%2Fwww.yoursite.com/selenium-server/tests/&amp;resultsUrl=../postResults&amp;test=http%3A%2F%2Fwww.yoursite.com%2Fselenium-server%2Ftests%2Ftest123.html</a></p>
<p>What it really should be doing is just baseUrl=http://www.yoursite.com<br />
without the additions.</p>
<p>Any thoughts ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
