Re: Jmeter launcing prob

2009-05-13 Thread gpub
allright!! the java console error is removed[actually was nt an error :) ], option unchecked Checked version with echo %path% D:\oracle\ora92\bin; C:\Program Files\Oracle\jre\1.3.1\bin; C:\Program Files\Oracle\jre\1.1.8\bin; C:\WINDOWS\system32; C:\WINDOWS; C:\WINDOWS\System32\Wbem;

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
, 2009 12:10 PM To: jmeter-user@jakarta.apache.org Subject: Re: Jmeter launcing prob allright!! the java console error is removed[actually was nt an error :) ], option unchecked Checked version with echo %path% D:\oracle\ora92\bin; C:\Program Files\Oracle\jre\1.3.1\bin; C:\Program Files\Oracle

RE: Jmeter launcing prob

2009-05-13 Thread gpub
[mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 12:10 PM To: jmeter-user@jakarta.apache.org Subject: Re: Jmeter launcing prob allright!! the java console error is removed[actually was nt an error :) ], option unchecked Checked version with echo %path% D:\oracle\ora92\bin; C

RE: Jmeter launcing prob

2009-05-13 Thread gpub
Subject: Re: Jmeter launcing prob allright!! the java console error is removed[actually was nt an error :) ], option unchecked Checked version with echo %path% D:\oracle\ora92\bin; C:\Program Files\Oracle\jre\1.3.1\bin; C:\Program Files\Oracle\jre\1.1.8\bin; C:\WINDOWS\system32; C

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
Can you tell once again what is your problem...I think I have wrongly interrupted your problem. With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:06 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob

RE: Jmeter launcing prob

2009-05-13 Thread gpub
To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob Where in do i have to write the code in jmeter.bat file Set path = C:\j2sdk1.4.2_16\bin done but still jmeter.bat not gettin launched. Regards -Gp gpub wrote: Done command added and saved rem

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement as follows: Set path

RE: Jmeter launcing prob

2009-05-13 Thread gpub
[mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement as follows: Set path

Re: Jmeter launcing prob

2009-05-13 Thread sebb
13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement as follows: Set path = java_home/bin Where java_home is the path

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
[mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement as follows: Set path

Re: Jmeter launcing prob

2009-05-13 Thread gpub
-Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
Please add another line echo %path% after java -version in the batch file... With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 5:37 PM To: jmeter-user@jakarta.apache.org Subject: Re: Jmeter launcing prob Hi, i tried

Re: Jmeter launcing prob

2009-05-13 Thread sebb
[mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement

Re: Jmeter launcing prob

2009-05-13 Thread Mzamo Mahaeng
Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Wednesday, May 13, 2009 2:06 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob Where in do i have to write the code in jmeter.bat file Set path = C:\j2sdk1.4.2_16\bin done

Re: Jmeter launcing prob

2009-05-13 Thread sebb
: Wednesday, May 13, 2009 2:42 PM To: jmeter-user@jakarta.apache.org Subject: RE: Jmeter launcing prob dear Suvendu, you told me to write command in jmeter.bat and i did ( Inside the jmeter.bat file please write the statement as follows: Set path = java_home

Re: Jmeter launcing prob

2009-05-13 Thread Deepak Shetty
Your echo path shows C:\Program Files\Oracle\jre\1.3.1\bin which is what will get picked up. Modify you path using control panel -- system -- environment variables to change the Path to have a Java 1.4\bin at the start. OR create a file called runjmeter.bat in the jmeter bin directory and use

Re: Jmeter launcing prob

2009-05-13 Thread gpub
thanks guys!! query solved editing the .bat file set path = C:\Program Files\Java\j2re1.4.2_16\bin java -version echo %path% if .%JM_LAUNCH% == . set JM_LAUNCH=java.exe then with .bat file Jmeter is getting launced Deepak Shetty wrote: Your echo path shows C:\Program

RE: Jmeter launcing prob

2009-05-13 Thread Suvendu_Mohapatra
Please remove the java -version and echo %path% line in the batch file With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Thursday, May 14, 2009 9:10 AM To: jmeter-user@jakarta.apache.org Subject: Re: Jmeter launcing prob thanks guys!! query

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
hi its not the jar its the version of Java thats in your Path.(should be atleast java 1.4). Change your path to point to the correct veresion of java regards deepak On Mon, May 11, 2009 at 10:53 PM, gpub affablepr...@gmail.com wrote: Hi, Jmeter batch file is showing errors Exception in

Re: Jmeter launcing prob

2009-05-12 Thread gpub
yes and how could i be suppose to do it.. -- Change your path to point to the correct version of java i already have version j2sdk-1_4_2_16 on my sys Deepak Shetty wrote: hi its not the jar its the version of Java thats in your Path.(should be atleast java 1.4). Change your path to point

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Multiple ways In unix export PATH=pathtoyourjava:$PATH In windows set PATH=pathtoyourjava;%PATH% and then launch jmeter from the same window. OR You can also set the JM_LAUNCH enivornment variable to point to your java. To diagnose modify jmeter.bat or jmeter (depending on your OS) to print out

Re: Jmeter launcing prob

2009-05-12 Thread gpub
hey deepak, please let me know where to set this path as the jmeter is running fine on my system, with the this ApacheJMeter.jar under bin forlder but i need to know that will it cause any problem?? And another thing is that when i ran my scripsts ... the Jintiator runs and give me these

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Hi perhaps Im missing something , how are you launching Jmeter (whatever you have sent is showing that you are using jre1.3.1 , you need atleast version 1.4)?. The instructions i have given are if you are running jmeter.bat . If you are running this via some IDE , then you'll have to change the

Re: Jmeter launcing prob

2009-05-12 Thread gpub
Hi well i am sure about the version, Java web start shows this (Java Web Start 1.4.2_16 Console, started Wed May 13 09:04:12 IST 2009 Java 2 Runtime Environment: Version 1.4.2_16 by Sun Microsystems Inc.) Regarding the jmeter lauch i tell you what happened, 1. Installed Sdk 2. Then

Re: Jmeter launcing prob

2009-05-12 Thread Deepak Shetty
Oracle Client does put its version of java on the PATH. Open a command window and do an echo %PATH% see which version of java is first. Alternately modify jmeter.bat where it is launching java and comment out the rest and just have a -version to see what version of java is getting picked up.