You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by frank <hw...@windowslive.com> on 2012/11/26 11:47:38 UTC

jmeter cannot create log file in linux

my environment is : 

jmeter 2.6 

linux 11.10

java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre10-0ubuntu5)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

i can run the jmeter script, and it can generate .jtl file

but the problem is it cannot generate jmeter.log file under 'bin', nor other
places of jmeter home , why?

Thanks in advance!




--
View this message in context: http://jmeter.512774.n5.nabble.com/jmeter-cannot-create-log-file-in-linux-tp5715393.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: jmeter cannot create log file in linux

Posted by frank <hw...@windowslive.com>.
it's not in home too.  Thanks.

finally, i got the reason, because i run the jmeter script via a program,
and the jmeter home directory is in linux, so after i change the authority
of jmeter home directory to 'everyone', then it can generate jmeter.log
under ${jmeter}/bin.





--
View this message in context: http://jmeter.512774.n5.nabble.com/jmeter-cannot-create-log-file-in-linux-tp5715393p5715455.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: jmeter cannot create log file in linux

Posted by Milamber <mi...@apache.org>.

Le 26/11/2012 10:47, frank a ecrit :
> my environment is :
>
> jmeter 2.6
>
> linux 11.10
>
> java version "1.6.0_23"
> OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre10-0ubuntu5)
> OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
>
> i can run the jmeter script, and it can generate .jtl file
>
> but the problem is it cannot generate jmeter.log file under 'bin', nor other
> places of jmeter home , why?

Try to see in your home directory ($HOME/jmeter.log)

If you launch JMeter with a shortcut from desktop (or menu), JMeter put 
the log file in default home directory.

otherwise try a global find
$ find / -name jmeter.log -print



>
> Thanks in advance!
>
>
>
>
> --
> View this message in context: http://jmeter.512774.n5.nabble.com/jmeter-cannot-create-log-file-in-linux-tp5715393.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org