stephenfewer/grinder

what's wrong ?

Closed this issue · 4 comments

On a Windows 7 32bit with IE 8 inside VMWare
I have this problem....
there is a full dump as follows:

[+G+] Starting at 2014-05-06 11:01:12
[+G+] Using the config file 'config'...
[+G+] Bringing up Grinder node 'G1' with ruby 1.9.3 (32-bit)...
[+G+] Started the Grinder continue process 1812
[+S+] Starting at 2014-05-06 11:01:12
[+G+] Started the Grinder server process 3428
[+G+] Started the Grinder debugger process 2552
[+D+] Starting at 2014-05-06 11:01:15
[+D+] Using the symbol path 'SRV_C:\symbols_http://msdl.microsoft.com/download/
symbols'.
[+D+] Running 'C:\Program Files\Internet Explorer\iexplore.exe'
[+D+] Attached debugger to new 32-bit process 3504.
[+D+] Attached debugger to new 32-bit process 3504.
[+D+] Logger DLL loaded into process 3504 @ 0x6D380000
[+D+] Logging process 3504 to log file 'C:\Users\Administrator\AppData\Local\Tem
p\Low\logger_3504.xml'
[+D+] jscript.dll DLL loaded into process 3504 at address 0x6B520000
[+D+] Resolved jscript!StrToDbl @ 0x6B537D17
[+D+] Hooked JavaScript parseFloat() to grinder_logger.dll via proxy @ 0x0387000
0

When Grinder Node instance create a HTTP server to serve out the fuzzers to the target browser,an error occurs.the request url: http://127.0.0.1:8080/grinder

C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in initialize': No connection could b e made because the target machine actively refused it. - connect(2) (Errno::ECON NREFUSED) from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:inopen'
from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:in block in connect' from C:/Ruby193/lib/ruby/1.9.1/timeout.rb:55:intimeout'
from C:/Ruby193/lib/ruby/1.9.1/timeout.rb:100:in timeout' from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:763:inconnect'
from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:756:in do_start' from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:745:instart'
from C:/Ruby193/lib/ruby/1.9.1/net/http.rb:1285:in request' from C:/grinder-master/node/core/webstats.rb:125:in_send_request2'
from C:/grinder-master/node/core/webstats.rb:93:in _send_request1' from C:/grinder-master/node/core/webstats.rb:47:inupdate_job_status'
from ./core/server.rb:209:in initialize' from ./core/server.rb:348:innew'
from ./core/server.rb:348:in <main>' grinder.rb:217:inwait': Interrupt
from grinder.rb:217:in run' from grinder.rb:258:in

'

..................
Any ideas?

Thanks

did you make sure to configure and start the webserver & mysql?

thanks to xard4s,i have started the webserver & mysql,the problem is that the 'config.rb'.I modify the $webstat_baseurl as follows:
$webstat_baseurl = '127.0.0.1/grinder/status.php'
this url pointer to webserver

$webstat_baseurl = '127.0.0.1/grinder/status.php'

Put your server folder in a separate VM, a LAMP setup. And then point your webstat_baseurl to that box.

closing this ticket as it seems to be resolved.