ADF 11.1.1.2 application -  Jmeter Stress testing issues

All,
I followed Chris Muir's blog and was trying to do stress testing of my ADF application.
I have a login page before going to application pages, I am getting below message for the application URLs:
<html><head><meta http-equiv="refresh" content="10;url=/EwarrantyApplication-ViewController-context-root/faces/profiles?_adf.ctrl-state=2m479g1dp_4"></head><body>Because of inactivity, your session has timed out and is no longer active. The page will automatically be reloaded in 10 seconds; if not, click here.</body></html>
Looks like it is not getting authenticated/not getting new session. I am using form based authentication j_security_check submission using j_username and j_password.
Appreciate if any body can share their inputs.
Here is the .jmx file contents:

<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="/EwarrantyApplication-ViewController-context-root/" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
<collectionProp name="Arguments.arguments"/>
</elementProp>
<stringProp name="HTTPSampler.domain">afsodevap101</stringProp>
<stringProp name="HTTPSampler.port">7016</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/EwarrantyApplication-ViewController-context-root/</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.implementation">Java</stringProp>
<boolProp name="HTTPSampler.monitor">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
</HTTPSamplerProxy>
<hashTree>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
<collectionProp name="HeaderManager.headers">
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
<stringProp name="Header.value">en-us,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Accept" elementType="Header">
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</stringProp>
</elementProp>
<elementProp name="User-Agent" elementType="Header">
<stringProp name="Header.name">User-Agent</stringProp>
<stringProp name="Header.value">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</stringProp>
</elementProp>
<elementProp name="Referer" elementType="Header">
<stringProp name="Header.name">Referer</stringProp>
<stringProp name="Header.value">http://afsodevap101:7016/EwarrantyApplication-ViewController-context-root/login.html</stringProp>
</elementProp>
<elementProp name="Accept-Encoding" elementType="Header">
<stringProp name="Header.name">Accept-Encoding</stringProp>
<stringProp name="Header.value">gzip, deflate</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="/EwarrantyApplication-ViewController-context-root/" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="_afrLoop" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">_afrLoop</stringProp>
<stringProp name="Argument.value">${afrLoop}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="_afrWindowMode" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">_afrWindowMode</stringProp>
<stringProp name="Argument.value">0</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="_afrWindowId" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">_afrWindowId</stringProp>
<stringProp name="Argument.value">${afrWindowId}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="HTTPSampler.domain">afsodevap101</stringProp>
<stringProp name="HTTPSampler.port">7016</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding">utf-8</stringProp>
<stringProp name="HTTPSampler.path">/EwarrantyApplication-ViewController-context-root/</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.implementation">Java</stringProp>
<boolProp name="HTTPSampler.monitor">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
</HTTPSamplerProxy>
<hashTree>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
<collectionProp name="HeaderManager.headers">
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
<stringProp name="Header.value">en-us,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Accept" elementType="Header">
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</stringProp>
</elementProp>
<elementProp name="User-Agent" elementType="Header">
<stringProp name="Header.name">User-Agent</stringProp>
<stringProp name="Header.value">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</stringProp>
</elementProp>
<elementProp name="Referer" elementType="Header">
<stringProp name="Header.name">Referer</stringProp>
<stringProp name="Header.value">http://afsodevap101:7016/EwarrantyApplication-ViewController-context-root/</stringProp>
</elementProp>
<elementProp name="Accept-Encoding" elementType="Header">
<stringProp name="Header.name">Accept-Encoding</stringProp>
<stringProp name="Header.value">gzip, deflate</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="/EwarrantyApplication-ViewController-context-root/faces/profiles?_adf.ctrl-state=2m479g1dp_4" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="org.apache.myfaces.trinidad.faces.FORM" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">org.apache.myfaces.trinidad.faces.FORM</stringProp>
<stringProp name="Argument.value">f1</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="javax.faces.ViewState" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">javax.faces.ViewState</stringProp>
<stringProp name="Argument.value">${javax.faces.ViewState}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="oracle.adf.view.rich.DELTAS" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">oracle.adf.view.rich.DELTAS</stringProp>
<stringProp name="Argument.value">%7Bpt1%3At1%3D%7Brows%3D3%2CscrollTopRowKey%7Cp%3D0%7D%7D</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="event" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">event</stringProp>
<stringProp name="Argument.value">pt1%3At1%3A1%3Aot5</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="event.pt1%3At1%3A1%3Aot5" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">event.pt1%3At1%3A1%3Aot5</stringProp>
<stringProp name="Argument.value">%3Cm+xmlns%3D%22http%3A%2F%2Foracle.com%2FrichClient%2Fcomm%22%3E%3Ck+v%3D%22type%22%3E%3Cs%3Eaction%3C%2Fs%3E%3C%2Fk%3E%3C%2Fm%3E</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="HTTPSampler.domain">afsodevap101</stringProp>
<stringProp name="HTTPSampler.port">7016</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/EwarrantyApplication-ViewController-context-root/faces/profiles?_adf.ctrl-state=2m479g1dp_4</stringProp>
<stringProp name="HTTPSampler.method">POST</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.implementation">Java</stringProp>
<boolProp name="HTTPSampler.monitor">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
</HTTPSamplerProxy>
<hashTree>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
<collectionProp name="HeaderManager.headers">
<elementProp name="Content-Type" elementType="Header">
<stringProp name="Header.name">Content-Type</stringProp>
<stringProp name="Header.value">application/x-www-form-urlencoded</stringProp>
</elementProp>
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
<stringProp name="Header.value">en-us,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Accept" elementType="Header">
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</stringProp>
</elementProp>
<elementProp name="User-Agent" elementType="Header">
<stringProp name="Header.name">User-Agent</stringProp>
<stringProp name="Header.value">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</stringProp>
</elementProp>
<elementProp name="Referer" elementType="Header">
<stringProp name="Header.name">Referer</stringProp>
<stringProp name="Header.value">http://afsodevap101:7016/EwarrantyApplication-ViewController-context-root/?_afrLoop=17373255201655936&amp;_afrWindowMode=0&amp;_afrWindowId=null</stringProp>
</elementProp>
<elementProp name="Accept-Encoding" elementType="Header">
<stringProp name="Header.name">Accept-Encoding</stringProp>
<stringProp name="Header.value">gzip, deflate</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="/EwarrantyApplication-ViewController-context-root/faces/customerSelection?_adf.ctrl-state=2m479g1dp_4" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="pt1%3Asoc1" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">pt1%3Asoc1</stringProp>
<stringProp name="Argument.value">0</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="pt1%3Asoc2" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">pt1%3Asoc2</stringProp>
<stringProp name="Argument.value"></stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="pt1%3Ait3" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">pt1%3Ait3</stringProp>
<stringProp name="Argument.value"></stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="pt1%3Ait1" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">pt1%3Ait1</stringProp>
<stringProp name="Argument.value"></stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="pt1%3Ait2" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">pt1%3Ait2</stringProp>
<stringProp name="Argument.value"></stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="org.apache.myfaces.trinidad.faces.FORM" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">org.apache.myfaces.trinidad.faces.FORM</stringProp>
<stringProp name="Argument.value">f1</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="javax.faces.ViewState" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">javax.faces.ViewState</stringProp>
<stringProp name="Argument.value">${javax.faces.ViewState}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="event" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">event</stringProp>
<stringProp name="Argument.value">pt1%3Acl2</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="event.pt1%3Acl2" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">event.pt1%3Acl2</stringProp>
<stringProp name="Argument.value">%3Cm+xmlns%3D%22http%3A%2F%2Foracle.com%2FrichClient%2Fcomm%22%3E%3Ck+v%3D%22type%22%3E%3Cs%3Eaction%3C%2Fs%3E%3C%2Fk%3E%3C%2Fm%3E</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="_adf.ctrl-state" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.value">${adf.crtl-state}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
<stringProp name="Argument.name">_adf.ctrl-state</stringProp>
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="HTTPSampler.domain">afsodevap101</stringProp>
<stringProp name="HTTPSampler.port">7016</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/EwarrantyApplication-ViewController-context-root/faces/customerSelection</stringProp>
<stringProp name="HTTPSampler.method">POST</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.implementation">Java</stringProp>
<boolProp name="HTTPSampler.monitor">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
</HTTPSamplerProxy>
<hashTree>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
<collectionProp name="HeaderManager.headers">
<elementProp name="Content-Type" elementType="Header">
<stringProp name="Header.name">Content-Type</stringProp>
<stringProp name="Header.value">application/x-www-form-urlencoded</stringProp>
</elementProp>
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
<stringProp name="Header.value">en-us,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Accept" elementType="Header">
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</stringProp>
</elementProp>
<elementProp name="User-Agent" elementType="Header">
<stringProp name="Header.name">User-Agent</stringProp>
<stringProp name="Header.value">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</stringProp>
</elementProp>
<elementProp name="Referer" elementType="Header">
<stringProp name="Header.name">Referer</stringProp>
<stringProp name="Header.value">http://afsodevap101:7016/EwarrantyApplication-ViewController-context-root/faces/profiles?_adf.ctrl-state=2m479g1dp_4</stringProp>
</elementProp>
<elementProp name="Accept-Encoding" elementType="Header">
<stringProp name="Header.name">Accept-Encoding</stringProp>
<stringProp name="Header.value">gzip, deflate</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="/EwarrantyApplication-ViewController-context-root/faces/Run" enabled="true">
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
<collectionProp name="Arguments.arguments">
<elementProp name="_adf.ctrl-state" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">_adf.ctrl-state</stringProp>
<stringProp name="Argument.value">${adf.crtl-state}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="Adf-Rich-Message" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">Adf-Rich-Message</stringProp>
<stringProp name="Argument.value">true</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="unique" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">unique</stringProp>
<stringProp name="Argument.value">1342466277291</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="oracle.adf.view.rich.STREAM" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">oracle.adf.view.rich.STREAM</stringProp>
<stringProp name="Argument.value">pt21:r2:0:t6</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
<elementProp name="javax.faces.ViewState" elementType="HTTPArgument">
<boolProp name="HTTPArgument.always_encode">false</boolProp>
<stringProp name="Argument.name">javax.faces.ViewState</stringProp>
<stringProp name="Argument.value">${javax.faces.ViewState}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
<boolProp name="HTTPArgument.use_equals">true</boolProp>
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="HTTPSampler.domain">afsodevap101</stringProp>
<stringProp name="HTTPSampler.port">7016</stringProp>
<stringProp name="HTTPSampler.connect_timeout"></stringProp>
<stringProp name="HTTPSampler.response_timeout"></stringProp>
<stringProp name="HTTPSampler.protocol">http</stringProp>
<stringProp name="HTTPSampler.contentEncoding"></stringProp>
<stringProp name="HTTPSampler.path">/EwarrantyApplication-ViewController-context-root/faces/Run</stringProp>
<stringProp name="HTTPSampler.method">GET</stringProp>
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
<stringProp name="HTTPSampler.implementation">Java</stringProp>
<boolProp name="HTTPSampler.monitor">false</boolProp>
<stringProp name="HTTPSampler.embedded_url_re"></stringProp>
</HTTPSamplerProxy>
<hashTree>
<HeaderManager guiclass="HeaderPanel" testclass="HeaderManager" testname="HTTP Header Manager" enabled="true">
<collectionProp name="HeaderManager.headers">
<elementProp name="Accept-Language" elementType="Header">
<stringProp name="Header.name">Accept-Language</stringProp>
<stringProp name="Header.value">en-us,en;q=0.5</stringProp>
</elementProp>
<elementProp name="Accept" elementType="Header">
<stringProp name="Header.name">Accept</stringProp>
<stringProp name="Header.value">text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</stringProp>
</elementProp>
<elementProp name="User-Agent" elementType="Header">
<stringProp name="Header.name">User-Agent</stringProp>
<stringProp name="Header.value">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1</stringProp>
</elementProp>
<elementProp name="Referer" elementType="Header">
<stringProp name="Header.name">Referer</stringProp>
<stringProp name="Header.value">http://afsodevap101:7016/EwarrantyApplication-ViewController-context-root/faces/customerSelection?_adf.ctrl-state=2m479g1dp_4</stringProp>
</elementProp>
<elementProp name="Accept-Encoding" elementType="Header">
<stringProp name="Header.name">Accept-Encoding</stringProp>
<stringProp name="Header.value">gzip, deflate</stringProp>
</elementProp>
</collectionProp>
</HeaderManager>
<hashTree/>
</hashTree>

Similar Messages

  • Labview Realtime stress test

    Hi,
       I need some help.how to perform Labview Real time application level stress test?is there any tookit available?
    So far I know I can use DSM to check CPU load  and memory usage. Beside from that If I use below screen shot toolkits ,those will give me more on code level and  all are each individual VI trace time.
    Any Idea how to perform stress test for RT application level .
    Thank you.

    Stress testing is inherently application dependent. Basically it consists of looking at what your application can do and doing a lot of it.
    Say for example, your application lets multiple remote users establish a connection and log some data. An example of a stress test would be to see how many simultaneous connections it can handle without failing or degrading it performance to an unacceptable degree.
    What is your realtime application doing?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Oracle ADF BC stress testing

    Hi All,
    I have an Oracle ADF application which uses SOA and ADF BC in back-end. As per my requirement, I need to do stress test on ADF BC back-end component. As I said, this application is containing SOA and ADF BC calls so I prepared a test JSPX file on top of single AM (ADF's application module integrates all BC components).
    This is first step in which I actually test single AM. There-after I prepared a JMeter script which actually makes HTTP URLs for calling JSPX. Firstly, I prepared this script for 15 concurrent users. Accordingly, I made changes in AM pooling configurations.
    This is working fine but I have a doubt here, which is, I need to prepare seperate JSPX files (for different HTTP URLs) for different AMs (i.e. different ADF BC components). Is there any way through which I just pass some code snippet in existing application which actually test the ADF BC component. If I create JSPX file each time for each AM module, this will take too much time and efforts.
    I am looking for something which should be implemented with existing application. I do not know, how to do that?
    Please suggest me in case you have any alternate solutions.
    Regards,
    Dilip Gupta@Wipro

    Wrong forum.
    Try: JDeveloper and ADF

  • Stress test tool and guidelines for tuning ADF 11g

    Hi all,
    I am working our ADF 11g application on load & stress testing. The load test works fine with some millions of full dummy rows (this generated data tool is easily written by ourself). The tunning only was done with only indexing. But with stress I'm concerning with RAM and other tunning parameters such IO and share pool from OS to DB and to WL servers and how to tune it for around 200-300 concurrent connections. I'm studying Jmeter for this purpose but still not get the answer. I have tested with Oracle Openscript but it worked very heavily slow :(.
    The question here is that do you have any experiences on tuning parameters for such requirements and what is the best automatic test tool for testing multi-connections, please advise me.
    Thank you very much.

    Oracle Application Testing Suite has specific support for ADF testing:
    http://www.oracle.com/technetwork/oem/app-test/index.html
    http://www.testingreflections.com/node/view/8538
    Some info on JMeter: http://www.connotea.org/user/jdeveloper/tag/jmeter
    Another option: http://www.yenlo.nl/harryvanoosten/2010/03/10/load-testing-an-adf-11g-application/
    Some entries about tuning: http://www.connotea.org/user/jdeveloper/tag/tuning

  • User is thrown from the Application under Cluster stress test

    Hi All,
    i have ADF/ADF faces application running on WLS 10.3.5.0 Cluster Environment (with 2 nodes).
    I'm running application using in memory Session replication.
    The problem which i have is that under the stress test (about 10-20 users) sometimes user suddenly is presented with Login Screen (more rare with session expired message) ! This also can happens immediately after user login .
    That happens randomly on different part of the System. In more of the cases user is thrown independently from other users but
    sometimes all the users are thrown simultaniously.
    When the System is tested with only one user this effect appears very rare.
    What i have done is to enable Cluster and Replication debugging to see if there some errors within Http Session Replication. However there isn't any errors appeared. From the application part everything seems fine.
    I suspect that the proxy could cause a problem (by forwarding the request to secondary instead of primary server). Currenltly i'm using HttpClusterSerlvet installed by default from WebLogic Configurator on dedicated Managed Server.
    Can somebody give any advice with this ?
    Thanks in advance,
    Krasimir

    Krashmir,
    Did you find any solution for this problem. I am also facing the similar issue.
    Thanks,
    Ram

  • How to move ADF HumanTask (ADF Project) from One BPM Application to ANother

    Good DAy!
    Problem
    We've created huge Project on ADF with difficult form and now we have to create the same (95%) form in another BPM Application
    Is it possible to migrate ADF Project from one BPM Application to Another???

    Hi,
    You can deploy the ADF Project as an ADF Library Jar file and reuse the taskflow from that jar file in another BPM Application.

  • How to stress test VC 7.0 applications ?

    Hello,
    I'm a sap basis guy, our developers team will very soon deploy Visual Composer 7.0 applications on our Portal Production environnement.
    I have been asked to to check whether the current portal configuration will be able to handle the additional worload ...
    In my opinion, the only way to determine the impact on the portal of the iviews executed on the Visual composer Runtime is to perform a stress test. 
    I've proposed the Microsoft Web Application Server Tool to our developement team, but I've been answered that this tool can't help measuring user interaction
    Apparently, the MWAS tool is just simulating user interaction with a web application by crafting POST and GET HTTP requests. On the other hand, the flash application doesnu2019t care about HTTP requests it is just a Flash Virtual Machine hosted by a single web page.
    Unless we can emulate user interaction in the stress test, Ithe results of the tests will be meaningless.
    Do you know any other way to measure user interaction and therefore to perform a relevant stress test ?
    Thank you
    Any help would be highly appreciated.
    Best Regards.

    I've been answered by Marcel Salein on his blog : ask SAP for a GoLive check

  • Application Server Control - Test Service asks to authenticate when Stress

    Hi,
    OAS 10.1.3.4
    When we go to test a Web Service and then select the Stress Test Option we get asked to authenticate to the application server when the Invoke button is selected. If I perform a stress test from BPEL Console for the same BPEL process there is no issue and it runs fine. This seems to happen in ASC for BPEL, ESB and Java Web Services.
    Same problems on different servers, so doesn't look like a particular install issue.
    Has anyone experienced the same behaviour or know of a workaround as we need to stress test more than just BPEL processes?
    Thanks

    I think this is a normal behavior if you are not using SSO, because for every applicaiton you access you will have to enter username and password, but for BPEL console you have been already entered this password so it doesn't ask for it again because is like an internal object, but for EM console, you are accessing and external object that needs authentification.
    Regards.

  • Which adf runtime library version for application server version

    After sifting thru this forum and some documentation, I was left a little confused about installing ADF Runtime libraries to the application server we're deploying our ADF applications to. I wanted to get a definitive answer to a couple questions:
    1) We're using Oracle Application Server 10.1.3.2.0. We've been deploying our 10.1.3.3 ADF applications to this application server. If we migrate our 10.1.3.3 ADF application to 10.1.3.4, do we need to install the ADF Runtime libraries (from jdev 10.1.3.4) to the application server before deploying/running our 10.1.3.4 version of the application on that server? If yes, do we need to uninstall the 'old' ADF Runtime libraries first?
    2) How can we tell what jars make up the ADF Runtime libraries?
    Thanks for any help you can give. James.

    You always need to have a version match between the ADF libraries on your server and the ADF libraries you develop with.
    So if you are developing with JDev 10.1.3.4 you need to install the ADF 10.1.3.4 libraries on your server.
    You can do this with the ADF Runtime installer or directly from within JDeveloper's tools menu.
    You don't need to uninstall the ADF libraries - they'll be overwritten.
    The list of jar files is in the ADF Developer Guide:
    http://download.oracle.com/docs/html/B25947_01/deployment_topics012.htm#CIHJFAIA

  • Any info on stress testing Creator2 application ?

    Hi All,
    I am still working on a shopping cart application built with Creator2. I am looking for help / information on how to stress test the application once it is running as expected.
    Also could we have a guide for Creator 2 built applications with information on what deployment criteria affect an applications performance. ie web server memory, and how to analize this for better application performance?
    Thanks.
    Jim Ascroft

    Answers to these questions are generally dependent on the application server to which you will be deploying, as each application server has its own means of tuning for performance.
    For tuning Sun's App Server 8, see the online Performance Tuning Manual, at http://docs.sun.com/app/docs/doc/819-2561
    // Gregory

  • ADF 10.1.3.5 application on Fusion Middleware 11.1.2.1

    Hi,
    We are trying to migrate ADF 10.1.3.2 application to 10.1.3.5 and deploy on Fusion Middleware 11.1.2.1.
    Steps followed –
    1. Created a domain for ADF 10.1.3.5 applications
    2. Applied ADF 10.1.3.5 runtime to the domain
    3. Migrated ADF 10.1.3.2 application to 10.1.3.5 and deployed on the admin server
    Application deployment is successful and the search screen is up. When we do search the results are not showing up in the adf table but are in the exported excel (functionality in the application) generated based on the same VO. Is this a known issue? or are we miss something?
    Please advice, your help is greatly appreciated.
    Thank you,
    Siva

    Hi,
    there is no Oracle 11.1.2.1 Fusion Middleware. There is a patch for 10.3.5 WLS to make it work with JDeveloper 11g R2 applications, but there is no 11g R2 FMW. In your case you should deploy your application to WLS 10.3.5 and see if it works there. If you want to run your application on WLS upgraded to 11g R2 then please migrate your application as we don't support the deployment you are trying.
    Frank

  • Adf 10.1.3.4 application on OAS SE ONE 10.1.2 ? and OC4J licensing

    Hi,
    1. Is this posssible? To run adf 10.1.3.4 application on OAS SE ONE 10.1.2 ?
    I suppose no, adf 10.1.3.4 is using J2EE 1.4 and OAS 10.1.2 has J2EE 1.3.
    Am i right?
    2. There is no OAS SE ONE 10.1.3 ?
    3. If I purchase a lincense for OAS SE ONE, can I use OC4J 10.1.3 for my application?
    Bart

    Hi Bart,
    According to my knowledge:
    1. it is not possible, yes you need OAS 10.1.3
    2. right, there is only Java Edition of 10.1.3
    3. I am not 100% sure but I think yes
    regards,
    Branislav

  • Load Scripts for stress testing any OAF related application

    This may not be the correct forum. However, i'm sure many of you might have used load scripts to stress test your OAF related application.
    Can any of please shed some light on how to make these load scripts for automated testing for finding the performance of OAF appls (like iPro or iExpense)? What tool do we use for these type of Self Serv appls? How can we parameterise some of the session related values inside load scripts?
    Any of your experiences will give me a good start....Thanks

    Answers to these questions are generally dependent on the application server to which you will be deploying, as each application server has its own means of tuning for performance.
    For tuning Sun's App Server 8, see the online Performance Tuning Manual, at http://docs.sun.com/app/docs/doc/819-2561
    // Gregory

  • Stress test tools??

    Does anyone know of a stress test tool that can be used to grade Oracle forms on an Oracle application server v. 9i?

    Hi this is a tools that i found on apache web site, it is free and it works well for test stress on web server with forms
    http://jakarta.apache.org/jmeter/index.html
    Bye

  • Stress testing servlets

    I want to test the performance of my single servlet by making multiple and concurrent user requests. Are there any tools out there to do this.
    I tried JMeter but that does not seem to want to work.
    Thanks in advance.
    TP.

    Hello,
    I think that you do not use JMeter correctly. I encourage you to take a close look at the documentation for understanding how JMeter works (I know that the documentation is not really verbose and complete but it is sufficient enough for your needs).
    For your information, I encourage you to take also a look at Load (PushToTest) and also OpenSTA (Cyrano). These two tools are under GNU-GPL license, and are really interesting if you want to load / stress test a Web application.
    I hope it helps.

Maybe you are looking for

  • Blue Screen Error on PC

    My C5180 All-in-one has, all of a sudden, stopped working. When trying to print, I get a blue screen-error and the pc reboots. The following is the error description provided by windows after the reboot: Name of Error: BlueScreen OS-version: 6.1.7600

  • SC deletion in SRM 7.0

    Hello Expert, We observe, when deleting SC in SRM 7.0, we sometimes get error message: 'User XYZ, is already processing this document, try again later'. Here the user XYZ is background job user. With this user we are running below jobs: 1) BBP_GET_ST

  • CHM and map ID

    I have been developing web help for a long time and have never used map IDs. I usually send the developer a table mapping the application pages with the appropriate htm topic. I am now creating map IDs for a .chm file for the first time. The develope

  • Show normal report or alv report for the radiobutton that was selected

    Hello... i'm a begginer on Abap, so I hope to writly espose my question... I'm trying to modifie an report i have to, when the user choose the values for selection, he also can choose if the output is shown as a normal view or as an alv. I want to do

  • Driver setup.exe and W98 (1st Edition)

    Hello, I have just built a computer with a MS-6734 VIA KM400 M/B and all the extras and only kept the old HDD which is running W98 (1st Edition). Everthying is going fine (except a cd-rom problem I have posted about else where). The only other proble