<?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: The Grinder</title>
	<atom:link href="http://www.mooreds.com/wordpress/archives/111/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mooreds.com/wordpress/archives/111</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3211</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Mon, 25 Oct 2010 15:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3211</guid>
		<description>Hi Liljana,

It looks like you&#039;re missing a separator in your CLASSPATH variable.  Try this:

set JYTHON_HOME=C:/jython2.5.1
set JDBC_HOME=C:/JDBC
set CLASSPATH=%JYTHON_HOME%/jython.jar
set CLASSPATH=%JDBC_HOME%/ojdbc14_2.jar;%CLASSPATH%

No quotes (not needed unless you have spaces in your path) and forward slashes.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Liljana,</p>
<p>It looks like you&#8217;re missing a separator in your CLASSPATH variable.  Try this:</p>
<p>set JYTHON_HOME=C:/jython2.5.1<br />
set JDBC_HOME=C:/JDBC<br />
set CLASSPATH=%JYTHON_HOME%/jython.jar<br />
set CLASSPATH=%JDBC_HOME%/ojdbc14_2.jar;%CLASSPATH%</p>
<p>No quotes (not needed unless you have spaces in your path) and forward slashes.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liljana - LiLy</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3207</link>
		<dc:creator>Liljana - LiLy</dc:creator>
		<pubDate>Tue, 19 Oct 2010 08:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3207</guid>
		<description>Hi,

I am trying to connect Jython 2.5.1, by using Grinder 3.4 to Oracle XE 10.g database.

from java.sql import DriverManager
from net.grinder.script.Grinder import grinder
from net.grinder.script import Test
from oracle.jdbc.driver import OracleDriver

I set up the classpath like this:
set JYTHON_HOME=C:jython2.5.1
set JDBC_HOME=C:JDBC
set CLASSPATH=&quot;%JYTHON_HOME%jython.jar&quot;
set CLASSPATH=&quot;%JDBC_HOME%ojdbc14_2.jar&quot;;%CLASSPATH%

but it keeps throwing the error:
19.10.10 10:08:11 (process OFFICEVIENNA01-0): Error running worker process (: No module named oracle
	from oracle.jdbc import OracleDriver

I&#039;ve downloaded the driver from this page:
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html
I&#039;ve been stragling with this error already 2 days.

Can somobody tell where is the error. What do I do wrong?

Maybe suggest me a link or code example or any other code example with another driver and DB that would work.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to connect Jython 2.5.1, by using Grinder 3.4 to Oracle XE 10.g database.</p>
<p>from java.sql import DriverManager<br />
from net.grinder.script.Grinder import grinder<br />
from net.grinder.script import Test<br />
from oracle.jdbc.driver import OracleDriver</p>
<p>I set up the classpath like this:<br />
set JYTHON_HOME=C:jython2.5.1<br />
set JDBC_HOME=C:JDBC<br />
set CLASSPATH=&#8221;%JYTHON_HOME%jython.jar&#8221;<br />
set CLASSPATH=&#8221;%JDBC_HOME%ojdbc14_2.jar&#8221;;%CLASSPATH%</p>
<p>but it keeps throwing the error:<br />
19.10.10 10:08:11 (process OFFICEVIENNA01-0): Error running worker process (: No module named oracle<br />
	from oracle.jdbc import OracleDriver</p>
<p>I&#8217;ve downloaded the driver from this page:<br />
<a href="http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html" rel="nofollow">http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html</a><br />
I&#8217;ve been stragling with this error already 2 days.</p>
<p>Can somobody tell where is the error. What do I do wrong?</p>
<p>Maybe suggest me a link or code example or any other code example with another driver and DB that would work.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3189</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Fri, 20 Aug 2010 03:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3189</guid>
		<description>Thanks Sath.  

Regarding mauricio cobo&#039;s issue, I&#039;m not sure why adding the oracle library into the classpath would inhibit the grinder--probably a dependency collision.

Regarding your issue, I&#039;d check and make sure that your classpath is set correctly.  

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Thanks Sath.  </p>
<p>Regarding mauricio cobo&#8217;s issue, I&#8217;m not sure why adding the oracle library into the classpath would inhibit the grinder&#8211;probably a dependency collision.</p>
<p>Regarding your issue, I&#8217;d check and make sure that your classpath is set correctly.  </p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sath</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3188</link>
		<dc:creator>Sath</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3188</guid>
		<description>Hi Moore,

I was trying to start Grinder 3.4. I am able to launch the console using the command &quot;java net.grinder.Console&quot;, but not able to run the agents. I used the command &quot;java net.grinder.Grinder&quot; it throws an error &quot;Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: net/grinder/Grinder&quot;. Can you please help</description>
		<content:encoded><![CDATA[<p>Hi Moore,</p>
<p>I was trying to start Grinder 3.4. I am able to launch the console using the command &#8220;java net.grinder.Console&#8221;, but not able to run the agents. I used the command &#8220;java net.grinder.Grinder&#8221; it throws an error &#8220;Exception in thread &#8220;main&#8221; java.lang.NoClassDefFoundError: net/grinder/Grinder&#8221;. Can you please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sath</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3187</link>
		<dc:creator>Sath</dc:creator>
		<pubDate>Thu, 19 Aug 2010 07:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3187</guid>
		<description>mauricio cobo says &quot;IF I HAVE THE LIBRARY (. JAR) OF ORACLE ojdbc14.jar AND DOES NOT WORK&quot;</description>
		<content:encoded><![CDATA[<p>mauricio cobo says &#8220;IF I HAVE THE LIBRARY (. JAR) OF ORACLE ojdbc14.jar AND DOES NOT WORK&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3066</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3066</guid>
		<description>Hi Mauricio,

I&#039;m not sure what you&#039;re asking...</description>
		<content:encoded><![CDATA[<p>Hi Mauricio,</p>
<p>I&#8217;m not sure what you&#8217;re asking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mauricio cobo</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3062</link>
		<dc:creator>mauricio cobo</dc:creator>
		<pubDate>Fri, 16 Apr 2010 04:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3062</guid>
		<description>SI TENGO LA LIBRERIA (.JAR ) DE ORACLE ojdbc14.JAR Y NO FUNCIONA</description>
		<content:encoded><![CDATA[<p>SI TENGO LA LIBRERIA (.JAR ) DE ORACLE ojdbc14.JAR Y NO FUNCIONA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mauricio cobo</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-3061</link>
		<dc:creator>mauricio cobo</dc:creator>
		<pubDate>Fri, 16 Apr 2010 04:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-3061</guid>
		<description>C:\Documents and Settings\hcoboo&gt;java net.grinder.Grinder %GRINDERPROPERTIES%
15/04/10 05:50:53 PM (agent): The Grinder 3.4
15/04/10 05:50:53 PM (agent): connected to console at /127.0.0.1:6372
15/04/10 05:50:53 PM (agent): waiting for console signal
15/04/10 05:51:11 PM (agent): Clearing file store
15/04/10 05:51:11 PM (agent): Updating file store: &quot;grinder.properties&quot; (6831 by
tes)
15/04/10 05:51:11 PM (agent): Updating file store: &quot;hugo.py&quot; (690 bytes)
15/04/10 05:51:11 PM (agent): Updating file store: &quot;jdbc.py&quot; (1743 bytes)
15/04/10 05:51:13 PM (agent): received a start message
15/04/10 05:51:13 PM (agent): DEBUG MODE: Spawning threads rather than processes
AYUDA CON ESTE ERROR CUANDO USO EL JDBC.PY
15/04/10 05:51:13 PM (agent): worker SIS_CEN_006-0 started
15/04/10 05:51:15 PM (process SIS_CEN_006-0): Error running worker process (: No module named oracle
        from oracle.jdbc import OracleDriver
        File &quot;C:\Documents and Settings\hcoboo\.\SIS_CEN_006-file-store\current\
jdbc.py&quot;, line 8, in )
15/04/10 05:51:15 PM (agent): finished, waiting for console signal</description>
		<content:encoded><![CDATA[<p>C:\Documents and Settings\hcoboo&gt;java net.grinder.Grinder %GRINDERPROPERTIES%<br />
15/04/10 05:50:53 PM (agent): The Grinder 3.4<br />
15/04/10 05:50:53 PM (agent): connected to console at /127.0.0.1:6372<br />
15/04/10 05:50:53 PM (agent): waiting for console signal<br />
15/04/10 05:51:11 PM (agent): Clearing file store<br />
15/04/10 05:51:11 PM (agent): Updating file store: &#8220;grinder.properties&#8221; (6831 by<br />
tes)<br />
15/04/10 05:51:11 PM (agent): Updating file store: &#8220;hugo.py&#8221; (690 bytes)<br />
15/04/10 05:51:11 PM (agent): Updating file store: &#8220;jdbc.py&#8221; (1743 bytes)<br />
15/04/10 05:51:13 PM (agent): received a start message<br />
15/04/10 05:51:13 PM (agent): DEBUG MODE: Spawning threads rather than processes<br />
AYUDA CON ESTE ERROR CUANDO USO EL JDBC.PY<br />
15/04/10 05:51:13 PM (agent): worker SIS_CEN_006-0 started<br />
15/04/10 05:51:15 PM (process SIS_CEN_006-0): Error running worker process (: No module named oracle<br />
        from oracle.jdbc import OracleDriver<br />
        File &#8220;C:\Documents and Settings\hcoboo\.\SIS_CEN_006-file-store\current\<br />
jdbc.py&#8221;, line 8, in )<br />
15/04/10 05:51:15 PM (agent): finished, waiting for console signal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andruschuk Borislav</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-2978</link>
		<dc:creator>Andruschuk Borislav</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-2978</guid>
		<description>You can use the GrinderStone Eclipse plugin. It allows to debug and create Grinder scripts in a fast way. You can check it out from
http://code.google.com/p/grinderstone/</description>
		<content:encoded><![CDATA[<p>You can use the GrinderStone Eclipse plugin. It allows to debug and create Grinder scripts in a fast way. You can check it out from<br />
<a href="http://code.google.com/p/grinderstone/" rel="nofollow">http://code.google.com/p/grinderstone/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/111/comment-page-1#comment-2360</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=111#comment-2360</guid>
		<description>Hi Tal,

To simulate different users for the grinder, this faq post is probably helpful (even though it just pulls the username/pw from a file):
http://grinder.sourceforge.net/faq.html#N10532

In order to do it by pulling an XML file down and then parsing it, you just need to write the python to do so (instead of from a flat file like the FAQ does).  Here&#039;s a link that might help you do that:
http://diveintopython.org/xml_processing/

Disclaimer: I have not tested any of this code.</description>
		<content:encoded><![CDATA[<p>Hi Tal,</p>
<p>To simulate different users for the grinder, this faq post is probably helpful (even though it just pulls the username/pw from a file):<br />
<a href="http://grinder.sourceforge.net/faq.html#N10532" rel="nofollow">http://grinder.sourceforge.net/faq.html#N10532</a></p>
<p>In order to do it by pulling an XML file down and then parsing it, you just need to write the python to do so (instead of from a flat file like the FAQ does).  Here&#8217;s a link that might help you do that:<br />
<a href="http://diveintopython.org/xml_processing/" rel="nofollow">http://diveintopython.org/xml_processing/</a></p>
<p>Disclaimer: I have not tested any of this code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.mooreds.com/wordpress/archives/111/feed ) in 0.36365 seconds, on Feb 8th, 2012 at 9:46 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 10:46 pm UTC -->
