My jmeter test plan is not running in linux server and doesnot provide much log as well.
And this is how jmx file is updated with csv data config
<CSVDataSet guiclass="TestBeanGUI" testclass="CSVDataSet" testname="CSV Data Set Config" enabled="true">
<stringProp name="filename">PRIVATE_PROFIT.csv</stringProp>
<stringProp name="fileEncoding"></stringProp>
<stringProp name="variableNames">entity,displayName,companyName,ein,STREET,CITY,STATE,ZIP,Phone,email,website,cspTrustScore,extVettingScore,extVettingId</stringProp>
<boolProp name="ignoreFirstLine">true</boolProp>
<stringProp name="delimiter">,</stringProp>
<boolProp name="quotedData">false</boolProp>
<boolProp name="recycle">true</boolProp>
<boolProp name="stopThread">false</boolProp>
<stringProp name="shareMode">shareMode.group</stringProp>
According to that filename the path of jmx file and csv is same basically both are in root.
If I change this to windows full path works fine but in linux server it doesnot. Also tried removing the csv config from my test plan then works fine but not with it.
I appreciate your help.