Grinder 3.2 insists its 2.8.6, won't connect to Console

View: New views
2 Messages — Rating Filter:   Alert me  

Grinder 3.2 insists its 2.8.6, won't connect to Console

by BrickMcLargeHuge :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey there,

I have everything set properly in grinder.properties (which is in the
directory I run grinder from), yet it insists it's version 2.8.6 and
won't connect to my console. I downloaded grinder from SourceForge.
Any ideas?

[visibleuser@n23 grinder-3.2]$  java -classpath lib/grinder.jar
net.grinder.Grinder
The Grinder version 2.8.6 started
Grinder Process (n23.stage2.visibletech.net-0) started with command
line: java -classpath lib/grinder.jar
net.grinder.engine.process.GrinderProcess n23.stage2.visibletech.net-0
Error initialising grinder process:
net.grinder.communication.CommunicationException: Could not bind to
TCP address :6372, nested exception: java.net.ConnectException:
Connection refused
net.grinder.communication.CommunicationException: Could not bind to
TCP address :6372, nested exception: java.net.ConnectException:
Connection refused
        at net.grinder.communication.UnicastSender.<init>(UnicastSender.java:73)
        at net.grinder.engine.process.GrinderProcess.<init>(GrinderProcess.java:195)
        at net.grinder.engine.process.GrinderProcess.main(GrinderProcess.java:105)

        Nested exception stack trace: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.<init>(Socket.java:366)
        at java.net.Socket.<init>(Socket.java:180)
        at net.grinder.communication.UnicastSender.<init>(UnicastSender.java:64)
        at net.grinder.engine.process.GrinderProcess.<init>(GrinderProcess.java:195)
        at net.grinder.engine.process.GrinderProcess.main(GrinderProcess.java:105)
The Grinder version 2.8.6 finished


--
http://www.roadtofailure.com -- The Fringes of Scalability, Social
Media, and Computer Science

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
grinder-use mailing list
grinder-use@...
https://lists.sourceforge.net/lists/listinfo/grinder-use

Re: Grinder 3.2 insists its 2.8.6, won't connect to Console

by Philip Aston-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If it says its 2.8.6 and your setting the classpath explicitly, you must
be using 2.8.6. For the grinder 3, your lib directory should look
something like this:

    -rw-r--r-- 1 philipa philipa    1156 2009-02-14 12:29 grinder-j2se5.jar
    -rw-r--r-- 1 philipa philipa 1299511 2009-02-14 12:29 grinder.jar
    -rw-r--r-- 1 philipa philipa  268262 2009-02-14 12:29
    grinder-xmlbeans.jar
    -rw-r--r-- 1 philipa philipa   23630 2009-02-14 12:29 jsr173_1.0_api.jar
    -rw-r--r-- 1 philipa philipa 1204789 2009-02-14 12:29 jython.jar
    -rw-r--r-- 1 philipa philipa  113310 2009-02-14 12:29
    picocontainer-1.3.jar
    -rw-r--r-- 1 philipa philipa 2637587 2009-02-14 12:29 xbean.jar


- Phil

Bradford Stephens wrote:

> Hey there,
>
> I have everything set properly in grinder.properties (which is in the
> directory I run grinder from), yet it insists it's version 2.8.6 and
> won't connect to my console. I downloaded grinder from SourceForge.
> Any ideas?
>
> [visibleuser@n23 grinder-3.2]$  java -classpath lib/grinder.jar
> net.grinder.Grinder
> The Grinder version 2.8.6 started
> Grinder Process (n23.stage2.visibletech.net-0) started with command
> line: java -classpath lib/grinder.jar
> net.grinder.engine.process.GrinderProcess n23.stage2.visibletech.net-0
> Error initialising grinder process:
> net.grinder.communication.CommunicationException: Could not bind to
> TCP address :6372, nested exception: java.net.ConnectException:
> Connection refused
> net.grinder.communication.CommunicationException: Could not bind to
> TCP address :6372, nested exception: java.net.ConnectException:
> Connection refused
> at net.grinder.communication.UnicastSender.<init>(UnicastSender.java:73)
> at net.grinder.engine.process.GrinderProcess.<init>(GrinderProcess.java:195)
> at net.grinder.engine.process.GrinderProcess.main(GrinderProcess.java:105)
>
> Nested exception stack trace: java.net.ConnectException: Connection refused
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
> at java.net.Socket.connect(Socket.java:519)
> at java.net.Socket.connect(Socket.java:469)
> at java.net.Socket.<init>(Socket.java:366)
> at java.net.Socket.<init>(Socket.java:180)
> at net.grinder.communication.UnicastSender.<init>(UnicastSender.java:64)
> at net.grinder.engine.process.GrinderProcess.<init>(GrinderProcess.java:195)
> at net.grinder.engine.process.GrinderProcess.main(GrinderProcess.java:105)
> The Grinder version 2.8.6 finished
>
>
>  


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
grinder-use mailing list
grinder-use@...
https://lists.sourceforge.net/lists/listinfo/grinder-use