You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Tim Hepner <ti...@metnet.navy.mil> on 2006/02/17 09:30:55 UTC

Unable to send cookies over ssl with linux only

I'm having a problem with the Cookies Manager. The test needs to

acquire a cookie at login on order to move throughout the site.  
Everything works great if I run the test on my windows XP machine.  If I 
run the test on a Linux(RHEL) machine, the test will not send cookie 
information.  I can see this be looking at the request table of the 
results tree elements.  When run on a windows machine you can see the 
cookie data in the request.  Otherwise you cannot.  This only appears to 
be happening with https requests on Linux.  Any ideas?
   thanks,
      Tim

   You should be able to duplicate this problem by creating a Test
plan with two HTTP requests,  a cookie manager and a results tree. 
Manually add a cookie in the Cooke Manager.  Use http on the 1st
request and https on the second.  After running the test look at the
requests tabs for each request in the results tree.  You should see the
your cookie in the 1st request but not the second.




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


Re: Unable to send cookies over ssl with linux only

Posted by Tim Hepner <ti...@metnet.navy.mil>.
jmeter 2.1.1
java 1.5.0_4

The only difference in the urls is the protocol(http or https).

I will try both instances with debugging on and look at the logs.



sebb wrote:
> Jmeter version?
> Java version?
>
> Are the URLs exactly the same?
>
> Any messages in jmeter.log? Or the console?
>
> S.
> On 17/02/06, Tim Hepner <ti...@metnet.navy.mil> wrote:
>   
>> I'm having a problem with the Cookies Manager. The test needs to
>>
>> acquire a cookie at login on order to move throughout the site.
>> Everything works great if I run the test on my windows XP machine.  If I
>> run the test on a Linux(RHEL) machine, the test will not send cookie
>> information.  I can see this be looking at the request table of the
>> results tree elements.  When run on a windows machine you can see the
>> cookie data in the request.  Otherwise you cannot.  This only appears to
>> be happening with https requests on Linux.  Any ideas?
>>   thanks,
>>      Tim
>>
>>   You should be able to duplicate this problem by creating a Test
>> plan with two HTTP requests,  a cookie manager and a results tree.
>> Manually add a cookie in the Cooke Manager.  Use http on the 1st
>> request and https on the second.  After running the test look at the
>> requests tabs for each request in the results tree.  You should see the
>> your cookie in the 1st request but not the second.
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>   


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


Re: Unable to send cookies over ssl with linux only

Posted by sebb <se...@gmail.com>.
On 17/02/06, Tim Hepner <ti...@metnet.navy.mil> wrote:
> Ok I ran the exact same test on both linux and windows XP.  Here is the
> log file from each.  I turned debugging on for protocol.http.  Let me
> know if I should turn some more on.  I did find and exception in the logs.
>    I notice that right after the cookie manager adds the cookie to
> store I get a NullPointerException.  This only happens in the logs from
> jmeter run on linux.  See below.

Sorry, but it's really difficult to pick the information out of the
log file, as the lines have been wrapped by the mail system. [Best not
to post such large logs to the mailing list anyway.]

Could you please create a Bugzilla issue, and then you can attach the
files to it?

Also the JMX file would be useful - not to run it, just to see how it
relates to the log.

S.

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


Re: Unable to send cookies over ssl with linux only

Posted by Tim Hepner <ti...@metnet.navy.mil>.
Ok I ran the exact same test on both linux and windows XP.  Here is the 
log file from each.  I turned debugging on for protocol.http.  Let me 
know if I should turn some more on.  I did find and exception in the logs.
    I notice that right after the cookie manager adds the cookie to 
store I get a NullPointerException.  This only happens in the logs from 
jmeter run on linux.  See below.
    Thanks for the help,
          Tim

********  jmeter.log file run on REHL  *********

2006/02/17 18:57:21 INFO  - jmeter.util.JMeterUtils: Setting Locale to 
en_US
2006/02/17 18:57:21 INFO  - jmeter.JMeter: Version 2-1.20060126
2006/02/17 18:57:21 INFO  - jmeter.JMeter: java.version=1.5.0_04
2006/02/17 18:57:21 INFO  - jmeter.JMeter: Locale=English (United States)
2006/02/17 18:57:21 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The 
Apache Software Foundation
2006/02/17 18:57:21 INFO  - jmeter.JMeter: 
JMeterHome=/gpfs3/home/hepnert/jmeter
2006/02/17 18:57:21 INFO  - jmeter.JMeter: Loaded icon properties from 
org/apache/jmeter/images/icon.properties
2006/02/17 18:57:25 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access 
log sampler bean info
2006/02/17 18:57:25 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers: 
[org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser, 
org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser, 
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser]
2006/02/17 18:57:25 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of 
access log samper bean info init
2006/02/17 18:57:26 WARN  - jmeter.gui.util.MenuFactory: Missing jar? 
Could not create org.apache.jmeter.visualizers.MailerVisualizer. 
java.lang.NoClassDefFoundError: javax/mail/MessagingException
2006/02/17 18:57:26 INFO  - jmeter.samplers.SampleResult: Note: Sample 
TimeStamps are END times
2006/02/17 18:57:26 INFO  - jmeter.samplers.SampleResult: 
sampleresult.default.encoding is set to ISO-8859-1
2006/02/17 18:58:39 INFO  - jmeter.gui.action.Load: Loading file: 
/gpfs3/home/hepnert/jmeter/output/test.jmx
2006/02/17 18:58:39 INFO  - jmeter.save.SaveService: Testplan (JMX) 
version: 2.2. Testlog (JTL) version: 2.2
2006/02/17 18:58:39 WARN  - jmeter.save.SaveService: Could not set up 
alias JMSSampler java.lang.NoClassDefFoundError: javax/jms/Message
2006/02/17 18:58:39 INFO  - jmeter.save.SaveService: Using SaveService 
properties file version 332818
2006/02/17 18:58:39 INFO  - jmeter.save.SaveService: Using SaveService 
properties version 1.8
2006/02/17 18:58:39 WARN  - jmeter.save.SaveService: Could not set up 
alias WebServiceSampler java.lang.NoClassDefFoundError: 
javax/mail/MessagingException
2006/02/17 18:58:39 INFO  - jmeter.save.SaveService: All converter 
versions present and correct
2006/02/17 18:58:39 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies from store
2006/02/17 18:58:43 INFO  - jmeter.engine.StandardJMeterEngine: Running 
the test!
2006/02/17 18:58:43 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies from store
2006/02/17 18:58:43 WARN  - jmeter.reporters.ResultCollector: Unexpected 
EOF trying to find XML end marker in ../output/logout.jtl
2006/02/17 18:58:43 WARN  - jmeter.reporters.ResultCollector: Unexpected 
EOF trying to find XML end marker in ../output/main.jtl
2006/02/17 18:58:43 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(true,local)
2006/02/17 18:58:43 INFO  - jmeter.engine.StandardJMeterEngine: Starting 
1 threads for group Test Thread Group. Ramp up = 1.
2006/02/17 18:58:43 INFO  - jmeter.engine.StandardJMeterEngine: Continue 
on error
2006/02/17 18:58:43 WARN  - jmeter.threads.JMeterThread: 
jmeterthread.startearlier=true (see jmeter.properties)
2006/02/17 18:58:43 INFO  - jmeter.threads.JMeterThread: Thread Test 
Thread Group 1-1 started
2006/02/17 18:58:43 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies from store
2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: KeyStore Type: JKS
2006/02/17 18:58:44 ERROR - jmeter.util.SSLManager: Couldn't load 
keystore java.lang.Exception: No key found
    at 
org.apache.jmeter.util.keystore.DefaultKeyStore.load(DefaultKeyStore.java:69)
    at org.apache.jmeter.util.SSLManager.getKeyStore(SSLManager.java:141)
    at 
org.apache.jmeter.util.JsseSSLManager.getContext(JsseSSLManager.java:148)
    at org.apache.jmeter.util.JsseSSLManager.<init>(JsseSSLManager.java:95)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at org.apache.jmeter.util.SSLManager.getInstance(SSLManager.java:219)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSampler.java:137)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:397)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:544)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:533)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: JmeterKeyStore 
Location: /usr/java/jdk1.5.0_02/jre/lib/security/cacerts
2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: JmeterKeyStore type: 
class org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: class 
org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: KeyStore Type: JKS
2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: TrustStore Location: 
2006/02/17 18:58:44 INFO  - jmeter.util.SSLManager: TrustStore type: 
class org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_RC4_128_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_RC4_128_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_RC4_128_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_RC4_128_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_RSA_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_RSA_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DHE_RSA_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DHE_DSS_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_EXPORT_WITH_RC4_40_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_EXPORT_WITH_RC4_40_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_NULL_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_NULL_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_RC4_128_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DH_anon_WITH_AES_128_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_RC4_128_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_RC4_128_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_3DES_EDE_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_3DES_EDE_CBC_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_DES_CBC_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_DES_CBC_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_RC4_40_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_RC4_40_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
2006/02/17 18:58:44 INFO  - jmeter.util.JsseSSLManager: JsseSSLManager 
installed
2006/02/17 18:58:44 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: arpt9=QNJWUNS192.168.232.120CKOYQ; path=/ 
From:https://portal-alpha.fnmoc.navy.mil:443/metoc/p
2006/02/17 18:58:44 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    arpt9    QNJWUNS192.168.232.120CKOYQ
2006/02/17 18:58:44 ERROR - jmeter.reporters.ResultCollector:  
java.lang.NullPointerException
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.writeAttributeValue(PrettyPrintWriter.java:85)
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.addAttribute(PrettyPrintWriter.java:80)
    at 
com.thoughtworks.xstream.io.WriterWrapper.addAttribute(WriterWrapper.java:25)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.setAttributes(SampleResultConverter.java:225)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:76)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:68)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.saveSubResults(SampleResultConverter.java:180)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:78)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:46)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.marshal(ReferenceByXPathMarshallingStrategy.java:17)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:461)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:451)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:443)
    at 
org.apache.jmeter.save.SaveService.saveSampleResult(SaveService.java:230)
    at 
org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:412)
    at 
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:390)
    at 
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:225)
    at 
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:467)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: 
NessoLoginCookie=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMjcyNC41MDM5MDg0OTQuOTcxMTI4LjE2NTcwNzI5MDUuOTQyODg=; 
path=/fcgi-bin/nesso/; domain=nesso-alpha.fnmoc.navy.mil 
From:https://nesso-alpha.fnmoc.navy.mil:443/fcgi-bin/nesso/login
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .nesso-alpha.fnmoc.navy.mil    TRUE    
/fcgi-bin/nesso/    FALSE    0    NessoLoginCookie    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMjcyNC41MDM5MDg0OTQuOTcxMTI4LjE2NTcwNzI5MDUuOTQyODg= 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: arpt9=QNJWUNS192.168.232.121CKOYJ; path=/ 
From:https://portal-alpha.fnmoc.navy.mil/nesso-login?assertion_id=test.user1%40metnet.navy.mil%3AATOS2-ALPHA%3AMTE0MDIwMjcyNS44MTM1ODkyMzguNjg3ODI1LjE0MTg2OTY2MjEuNzA2Njg%3D&target_url=https://portal-alpha.fnmoc.navy.mil//metoc/p/%26domain=METNET%26username1=${NESSO_USER}%26password1=${NESSO_PASSWORD} 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
arpt9    QNJWUNS192.168.232.121CKOYJ removing matching Cookie 
.portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    arpt9    
QNJWUNS192.168.232.120CKOYQ
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    arpt9    QNJWUNS192.168.232.121CKOYJ
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMjcyNS44MTM1ODkyMzguNjg3ODI1LjE0MTg2OTY2MjEuNzA2Njg=; 
path=/; domain=portal-alpha.fnmoc.navy.mil 
From:https://portal-alpha.fnmoc.navy.mil/nesso-login?assertion_id=test.user1%40metnet.navy.mil%3AATOS2-ALPHA%3AMTE0MDIwMjcyNS44MTM1ODkyMzguNjg3ODI1LjE0MTg2OTY2MjEuNzA2Njg%3D&target_url=https://portal-alpha.fnmoc.navy.mil//metoc/p/%26domain=METNET%26username1=${NESSO_USER}%26password1=${NESSO_PASSWORD} 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    NessoGrantingId    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMjcyNS44MTM1ODkyMzguNjg3ODI1LjE0MTg2OTY2MjEuNzA2Njg= 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: arpt9=QNJWUNS192.168.232.120CKOYQ; path=/ 
From:https://portal-alpha.fnmoc.navy.mil//metoc/p/&domain=METNET&username1=${NESSO_USER}&password1=${NESSO_PASSWORD} 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
arpt9    QNJWUNS192.168.232.120CKOYQ removing matching Cookie 
.portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    arpt9    
QNJWUNS192.168.232.121CKOYJ
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    arpt9    QNJWUNS192.168.232.120CKOYQ
2006/02/17 18:58:45 ERROR - jmeter.reporters.ResultCollector:  
java.lang.NullPointerException
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.writeAttributeValue(PrettyPrintWriter.java:85)
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.addAttribute(PrettyPrintWriter.java:80)
    at 
com.thoughtworks.xstream.io.WriterWrapper.addAttribute(WriterWrapper.java:25)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.setAttributes(SampleResultConverter.java:225)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:76)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:68)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.saveSubResults(SampleResultConverter.java:180)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:78)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:46)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.marshal(ReferenceByXPathMarshallingStrategy.java:17)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:461)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:451)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:443)
    at 
org.apache.jmeter.save.SaveService.saveSampleResult(SaveService.java:230)
    at 
org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:412)
    at 
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:390)
    at 
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:225)
    at 
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:467)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:45 WARN  - 
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager 
Browser-derived headers superseded by HTTP Header Manager
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: arpt9=QNJWUNS192.168.232.121CKOYJ; path=/ 
From:https://portal-alpha.fnmoc.navy.mil:443/metoc/p/media-type/html/user/test.user1%40metnet.navy.mil/page/default.psml/js_pane/P-1072ebe5ac4-10000 

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
arpt9    QNJWUNS192.168.232.121CKOYJ removing matching Cookie 
.portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    arpt9    
QNJWUNS192.168.232.120CKOYQ
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    arpt9    QNJWUNS192.168.232.121CKOYJ
2006/02/17 18:58:45 ERROR - jmeter.reporters.ResultCollector:  
java.lang.NullPointerException
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.writeAttributeValue(PrettyPrintWriter.java:85)
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.addAttribute(PrettyPrintWriter.java:80)
    at 
com.thoughtworks.xstream.io.WriterWrapper.addAttribute(WriterWrapper.java:25)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.setAttributes(SampleResultConverter.java:225)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:76)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:68)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.saveSubResults(SampleResultConverter.java:180)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:78)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:46)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.marshal(ReferenceByXPathMarshallingStrategy.java:17)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:461)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:451)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:443)
    at 
org.apache.jmeter.save.SaveService.saveSampleResult(SaveService.java:230)
    at 
org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:412)
    at 
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:390)
    at 
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:225)
    at 
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:467)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Received Cookie: arpt9=QNJWUNS192.168.232.120CKOYQ; path=/ 
From:https://portal-alpha.fnmoc.navy.mil:443/metoc/p?action=NessoLogoutUser
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
arpt9    QNJWUNS192.168.232.120CKOYQ removing matching Cookie 
.portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    arpt9    
QNJWUNS192.168.232.121CKOYJ
2006/02/17 18:58:45 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie to store .portal-alpha.fnmoc.navy.mil    TRUE    /    
FALSE    0    arpt9    QNJWUNS192.168.232.120CKOYQ
2006/02/17 18:58:45 ERROR - jmeter.reporters.ResultCollector:  
java.lang.NullPointerException
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.writeAttributeValue(PrettyPrintWriter.java:85)
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.addAttribute(PrettyPrintWriter.java:80)
    at 
com.thoughtworks.xstream.io.WriterWrapper.addAttribute(WriterWrapper.java:25)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.setAttributes(SampleResultConverter.java:225)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:76)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:68)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.saveSubResults(SampleResultConverter.java:180)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:78)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:46)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.marshal(ReferenceByXPathMarshallingStrategy.java:17)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:461)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:451)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:443)
    at 
org.apache.jmeter.save.SaveService.saveSampleResult(SaveService.java:230)
    at 
org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:412)
    at 
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:390)
    at 
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:225)
    at 
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:467)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:45 ERROR - jmeter.reporters.ResultCollector:  
java.lang.NullPointerException
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.writeAttributeValue(PrettyPrintWriter.java:85)
    at 
com.thoughtworks.xstream.io.xml.PrettyPrintWriter.addAttribute(PrettyPrintWriter.java:80)
    at 
com.thoughtworks.xstream.io.WriterWrapper.addAttribute(WriterWrapper.java:25)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.setAttributes(SampleResultConverter.java:225)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:76)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:68)
    at 
org.apache.jmeter.save.converters.SampleResultConverter.saveSubResults(SampleResultConverter.java:180)
    at 
org.apache.jmeter.protocol.http.util.HTTPResultConverter.marshal(HTTPResultConverter.java:78)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshaller.convertAnother(ReferenceByXPathMarshaller.java:36)
    at 
com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:46)
    at 
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.marshal(ReferenceByXPathMarshallingStrategy.java:17)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:461)
    at com.thoughtworks.xstream.XStream.marshal(XStream.java:451)
    at com.thoughtworks.xstream.XStream.toXML(XStream.java:443)
    at 
org.apache.jmeter.save.SaveService.saveSampleResult(SaveService.java:230)
    at 
org.apache.jmeter.reporters.ResultCollector.recordResult(ResultCollector.java:412)
    at 
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:390)
    at 
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:225)
    at 
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:467)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
    at java.lang.Thread.run(Thread.java:595)

2006/02/17 18:58:45 INFO  - jmeter.threads.JMeterThread: Thread Test 
Thread Group 1-1 is done
2006/02/17 18:58:45 INFO  - jmeter.engine.StandardJMeterEngine: Ending 
thread 0
2006/02/17 18:58:45 INFO  - jmeter.engine.StandardJMeterEngine: Stopping 
test
2006/02/17 18:58:45 INFO  - jmeter.engine.StandardJMeterEngine: 
Notifying test listeners of end of test
2006/02/17 18:58:45 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(false,local)
2006/02/17 18:58:45 INFO  - jmeter.engine.StandardJMeterEngine: Test has 
ended


***** end linux log **

********  jmeter.log file run on Windows XP *********


2006/02/17 11:02:50 INFO  - jmeter.util.JMeterUtils: Setting Locale to 
en_US
2006/02/17 11:02:50 INFO  - jmeter.JMeter: Version 2.1.1
2006/02/17 11:02:50 INFO  - jmeter.JMeter: java.version=1.5.0_06
2006/02/17 11:02:50 INFO  - jmeter.JMeter: Locale=English (United States)
2006/02/17 11:02:50 INFO  - jmeter.JMeter: Copyright (c) 1998-2005 The 
Apache Software Foundation
2006/02/17 11:02:50 INFO  - jmeter.JMeter: Loaded icon properties from 
org/apache/jmeter/images/icon.properties
2006/02/17 11:02:53 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Entered access 
log sampler bean info
2006/02/17 11:02:53 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: found parsers: 
[org.apache.jmeter.protocol.http.util.accesslog.OrderPreservingLogParser, 
org.apache.jmeter.protocol.http.util.accesslog.SharedTCLogParser, 
org.apache.jmeter.protocol.http.util.accesslog.TCLogParser]
2006/02/17 11:02:53 INFO  - 
jmeter.protocol.http.sampler.AccessLogSamplerBeanInfo: Got to end of 
access log samper bean info init
2006/02/17 11:02:53 WARN  - jmeter.gui.util.MenuFactory: Missing jar? 
Could not create org.apache.jmeter.visualizers.MailerVisualizer. 
java.lang.NoClassDefFoundError: javax/mail/MessagingException
2006/02/17 11:02:53 INFO  - jmeter.samplers.SampleResult: Note: Sample 
TimeStamps are END times
2006/02/17 11:02:53 INFO  - jmeter.samplers.SampleResult: 
sampleresult.default.encoding is set to ISO-8859-1
2006/02/17 11:03:17 INFO  - jmeter.gui.action.Load: Loading file: 
D:\dev\jmeterTests\output\test.jmx
2006/02/17 11:03:17 INFO  - jmeter.protocol.http.sampler.HTTPSampler2: 
httpsampler2.basicauth=false
2006/02/17 11:03:17 INFO  - jmeter.save.SaveService: Using SaveService 
properties file 1.7
2006/02/17 11:03:17 WARN  - jmeter.save.SaveService: Could not set up 
alias WebServiceSampler java.lang.NoClassDefFoundError: 
javax/mail/MessagingException
2006/02/17 11:03:17 INFO  - jmeter.save.SaveService: All converter 
versions present and correct
2006/02/17 11:03:17 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies
2006/02/17 11:03:20 INFO  - jmeter.engine.StandardJMeterEngine: Running 
the test!
2006/02/17 11:03:20 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies
2006/02/17 11:03:20 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(true,local)
2006/02/17 11:03:20 INFO  - jmeter.engine.StandardJMeterEngine: Starting 
1 threads for group Test Thread Group. Ramp up = 1.
2006/02/17 11:03:20 INFO  - jmeter.engine.StandardJMeterEngine: Continue 
on error
2006/02/17 11:03:20 WARN  - jmeter.threads.JMeterThread: 
jmeterthread.startearlier=true (see jmeter.properties)
2006/02/17 11:03:20 INFO  - jmeter.threads.JMeterThread: Thread Test 
Thread Group 1-1 started
2006/02/17 11:03:20 DEBUG - jmeter.protocol.http.control.CookieManager: 
Clear all cookies
2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: KeyStore Type: JKS
2006/02/17 11:03:21 ERROR - jmeter.util.SSLManager: Couldn't load 
keystore java.lang.Exception: No key found
    at 
org.apache.jmeter.util.keystore.DefaultKeyStore.load(DefaultKeyStore.java:69)
    at org.apache.jmeter.util.SSLManager.getKeyStore(SSLManager.java:141)
    at 
org.apache.jmeter.util.JsseSSLManager.getContext(JsseSSLManager.java:148)
    at org.apache.jmeter.util.JsseSSLManager.<init>(JsseSSLManager.java:95)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown 
Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.apache.jmeter.util.SSLManager.getInstance(SSLManager.java:219)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSampler.java:135)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:422)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:514)
    at 
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:503)
    at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
    at java.lang.Thread.run(Unknown Source)

2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: JmeterKeyStore 
Location: /usr/java/jdk1.5.0_02/jre/lib/security/cacerts
2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: JmeterKeyStore type: 
class org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: class 
org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: KeyStore Type: JKS
2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: TrustStore Location: 
2006/02/17 11:03:21 INFO  - jmeter.util.SSLManager: TrustStore type: 
class org.apache.jmeter.util.keystore.DefaultKeyStore
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_RC4_128_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_RC4_128_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_RC4_128_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_RC4_128_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_RSA_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_RSA_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DHE_RSA_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DHE_DSS_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_EXPORT_WITH_RC4_40_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_EXPORT_WITH_RC4_40_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Default Cipher: 
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_NULL_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_RSA_WITH_NULL_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_RC4_128_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_DH_anon_WITH_AES_128_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_RC4_128_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_RC4_128_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_3DES_EDE_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_3DES_EDE_CBC_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_DES_CBC_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_WITH_DES_CBC_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_RC4_40_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_RC4_40_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: Supported 
Cipher: TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
2006/02/17 11:03:21 INFO  - jmeter.util.JsseSSLManager: JsseSSLManager 
installed
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= https://portal-alpha.fnmoc.navy.mil:443/metoc/p
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203001
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(arpt9=QNJWUNS192.168.232.121CKOYJ; 
path=/,https://portal-alpha.fnmoc.navy.mil:443/metoc/p)
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
arpt9    QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://nesso-alpha.fnmoc.navy.mil/fcgi-bin/nesso/login?target_url=https://portal-alpha.fnmoc.navy.mil/metoc/p 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.nesso-alpha.fnmoc.navy.mil
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203001
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://nesso-alpha.fnmoc.navy.mil:443/fcgi-bin/nesso/login
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.nesso-alpha.fnmoc.navy.mil
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203001
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(NessoLoginCookie=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS4xNzA2NDIzOTM5LjEwMzUyLjE2MzgxMTYwOS40OTkwNTY=; 
path=/fcgi-bin/nesso/; 
domain=nesso-alpha.fnmoc.navy.mil,https://nesso-alpha.fnmoc.navy.mil:443/fcgi-bin/nesso/login) 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .nesso-alpha.fnmoc.navy.mil    TRUE    /fcgi-bin/nesso/    
FALSE    0    NessoLoginCookie    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS4xNzA2NDIzOTM5LjEwMzUyLjE2MzgxMTYwOS40OTkwNTY= 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://portal-alpha.fnmoc.navy.mil/nesso-login?assertion_id=test.user1%40metnet.navy.mil%3AATOS2-ALPHA%3AMTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY%3D&target_url=https://portal-alpha.fnmoc.navy.mil//metoc/p/%26domain=METNET%26username1=${NESSO_USER}%26password1=${NESSO_PASSWORD} 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203001
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY=; 
path=/; 
domain=portal-alpha.fnmoc.navy.mil,https://portal-alpha.fnmoc.navy.mil/nesso-login?assertion_id=test.user1%40metnet.navy.mil%3AATOS2-ALPHA%3AMTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY%3D&target_url=https://portal-alpha.fnmoc.navy.mil//metoc/p/%26domain=METNET%26username1=${NESSO_USER}%26password1=${NESSO_PASSWORD}) 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
NessoGrantingId    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://portal-alpha.fnmoc.navy.mil//metoc/p/&domain=METNET&username1=${NESSO_USER}&password1=${NESSO_PASSWORD} 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203001
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoGrantingId domain=.portal-alpha.fnmoc.navy.mil path=/ 
expires=0
2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:21 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ; 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(JSESSIONID=72D0B13779B613BD9E1B47F654B132B8; 
Path=/metoc,https://portal-alpha.fnmoc.navy.mil//metoc/p/&domain=METNET&username1=${NESSO_USER}&password1=${NESSO_PASSWORD}) 

2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .portal-alpha.fnmoc.navy.mil    TRUE    /metoc    FALSE    
0    JSESSIONID    72D0B13779B613BD9E1B47F654B132B8
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(TestCookie=/p; Domain=portal-alpha.fnmoc.navy.mil; 
Path=/,https://portal-alpha.fnmoc.navy.mil//metoc/p/&domain=METNET&username1=${NESSO_USER}&password1=${NESSO_PASSWORD}) 

2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
TestCookie    /p
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= https://portal-alpha.fnmoc.navy.mil/metoc/?checkCookies
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203002
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoGrantingId domain=.portal-alpha.fnmoc.navy.mil path=/ 
expires=0
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=JSESSIONID domain=.portal-alpha.fnmoc.navy.mil path=/metoc 
expires=0
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 72D0B13779B613BD9E1B47F654B132B8
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=TestCookie domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = /p
2006/02/17 11:03:22 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ; 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY=; 
JSESSIONID=72D0B13779B613BD9E1B47F654B132B8; TestCookie=/p
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(ssoid=test.user1@metnet.navy.mil2006-02-17T19:18:21Z; 
Domain=.portal-alpha.fnmoc.navy.mil; 
Path=/,https://portal-alpha.fnmoc.navy.mil/metoc/?checkCookies)
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Add cookie .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
ssoid    test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:25 WARN  - 
jmeter.protocol.http.sampler.HTTPSamplerBase: Existing Manager 
Browser-derived headers superseded by HTTP Header Manager
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://portal-alpha.fnmoc.navy.mil:443/metoc/p/media-type/html/user/test.user1%40metnet.navy.mil/page/default.psml/js_pane/P-1072ebe5ac4-10000 

2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203005
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoGrantingId domain=.portal-alpha.fnmoc.navy.mil path=/ 
expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=JSESSIONID domain=.portal-alpha.fnmoc.navy.mil path=/metoc 
expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 72D0B13779B613BD9E1B47F654B132B8
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=TestCookie domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = /p
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=ssoid domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:25 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ; 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY=; 
JSESSIONID=72D0B13779B613BD9E1B47F654B132B8; TestCookie=/p; 
ssoid=test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://portal-alpha.fnmoc.navy.mil:443/metoc/p?action=NessoLogoutUser
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203009
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoGrantingId domain=.portal-alpha.fnmoc.navy.mil path=/ 
expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=JSESSIONID domain=.portal-alpha.fnmoc.navy.mil path=/metoc 
expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 72D0B13779B613BD9E1B47F654B132B8
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=TestCookie domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = /p
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=ssoid domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ; 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY=; 
JSESSIONID=72D0B13779B613BD9E1B47F654B132B8; TestCookie=/p; 
ssoid=test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(ssoid=; Domain=.portal-alpha.fnmoc.navy.mil; 
Expires=Thu, 01-Jan-1970 00:00:10 GMT; 
Path=/,https://portal-alpha.fnmoc.navy.mil:443/metoc/p?action=NessoLogoutUser) 

2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    10    
ssoid     removing matching Cookie .portal-alpha.fnmoc.navy.mil    
TRUE    /    FALSE    0    ssoid    
test.user1@metnet.navy.mil2006-02-17T19:18:21Z
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://portal-alpha.fnmoc.navy.mil/nesso-logout?target_url=https://portal-alpha.fnmoc.navy.mil/metoc/ 

2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.portal-alpha.fnmoc.navy.mil
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203009
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = QNJWUNS192.168.232.121CKOYJ
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoGrantingId domain=.portal-alpha.fnmoc.navy.mil path=/ 
expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=JSESSIONID domain=.portal-alpha.fnmoc.navy.mil path=/metoc 
expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=TestCookie domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = /p
2006/02/17 11:03:29 DEBUG - jmeter.protocol.http.control.CookieManager: 
arpt9=QNJWUNS192.168.232.121CKOYJ; 
NessoGrantingId=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY=; 
TestCookie=/p
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(NessoGrantingId=deleted; expires=Mon, 21-May-1971 
00:00:00 GMT; path=/; 
domain=portal-alpha.fnmoc.navy.mil,https://portal-alpha.fnmoc.navy.mil/nesso-logout?target_url=https://portal-alpha.fnmoc.navy.mil/metoc/) 

2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    
43632000    NessoGrantingId    deleted removing matching Cookie 
.portal-alpha.fnmoc.navy.mil    TRUE    /    FALSE    0    
NessoGrantingId    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS43ODMzODM0LjMwMDcyNjA0LjExOTQ1MDU5NjAuNDA1MzY= 

2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Get cookie for URL= 
https://nesso-alpha.fnmoc.navy.mil/fcgi-bin/nesso/logout?error=0
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
URL Host=.nesso-alpha.fnmoc.navy.mil
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Time now (secs)1140203010
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=arpt9 domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=NessoLoginCookie domain=.nesso-alpha.fnmoc.navy.mil 
path=/fcgi-bin/nesso/ expires=0
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
matched cookie, value = 
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS4xNzA2NDIzOTM5LjEwMzUyLjE2MzgxMTYwOS40OTkwNTY= 

2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=JSESSIONID domain=.portal-alpha.fnmoc.navy.mil path=/metoc 
expires=0
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
Cookie name=TestCookie domain=.portal-alpha.fnmoc.navy.mil path=/ expires=0
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
NessoLoginCookie=test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS4xNzA2NDIzOTM5LjEwMzUyLjE2MzgxMTYwOS40OTkwNTY= 

2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
addCookieFromHeader(NessoLoginCookie=deleted; expires=Mon, 21-May-1971 
00:00:00 GMT; path=/fcgi-bin/nesso/; domain=nesso-alpha.fnmoc.navy.mil; 
secure,https://nesso-alpha.fnmoc.navy.mil/fcgi-bin/nesso/logout?error=0)
2006/02/17 11:03:30 DEBUG - jmeter.protocol.http.control.CookieManager: 
New Cookie = .nesso-alpha.fnmoc.navy.mil    TRUE    /fcgi-bin/nesso/    
TRUE    43632000    NessoLoginCookie    deleted removing matching Cookie 
.nesso-alpha.fnmoc.navy.mil    TRUE    /fcgi-bin/nesso/    FALSE    0    
NessoLoginCookie    
test.user1@metnet.navy.mil:ATOS2-ALPHA:MTE0MDIwMzAwMS4xNzA2NDIzOTM5LjEwMzUyLjE2MzgxMTYwOS40OTkwNTY= 

2006/02/17 11:03:30 INFO  - jmeter.threads.JMeterThread: Thread Test 
Thread Group 1-1 is done
2006/02/17 11:03:30 INFO  - jmeter.engine.StandardJMeterEngine: Ending 
thread 0
2006/02/17 11:03:30 INFO  - jmeter.engine.StandardJMeterEngine: Stopping 
test
2006/02/17 11:03:30 INFO  - jmeter.engine.StandardJMeterEngine: 
Notifying test listeners of end of test
2006/02/17 11:03:30 INFO  - jmeter.gui.util.JMeterMenuBar: 
setRunning(false,local)
2006/02/17 11:03:30 INFO  - jmeter.engine.StandardJMeterEngine: Test has 
ended


sebb wrote:
> Jmeter version?
> Java version?
>
> Are the URLs exactly the same?
>
> Any messages in jmeter.log? Or the console?
>
> S.
> On 17/02/06, Tim Hepner <ti...@metnet.navy.mil> wrote:
>   
>> I'm having a problem with the Cookies Manager. The test needs to
>>
>> acquire a cookie at login on order to move throughout the site.
>> Everything works great if I run the test on my windows XP machine.  If I
>> run the test on a Linux(RHEL) machine, the test will not send cookie
>> information.  I can see this be looking at the request table of the
>> results tree elements.  When run on a windows machine you can see the
>> cookie data in the request.  Otherwise you cannot.  This only appears to
>> be happening with https requests on Linux.  Any ideas?
>>   thanks,
>>      Tim
>>
>>   You should be able to duplicate this problem by creating a Test
>> plan with two HTTP requests,  a cookie manager and a results tree.
>> Manually add a cookie in the Cooke Manager.  Use http on the 1st
>> request and https on the second.  After running the test look at the
>> requests tabs for each request in the results tree.  You should see the
>> your cookie in the 1st request but not the second.
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>   

-- 
Tim Hepner
CSC Contractor
Fleet Numerical Meteorology and Oceanography Center
831.656.4673



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


Re: Unable to send cookies over ssl with linux only

Posted by sebb <se...@gmail.com>.
Jmeter version?
Java version?

Are the URLs exactly the same?

Any messages in jmeter.log? Or the console?

S.
On 17/02/06, Tim Hepner <ti...@metnet.navy.mil> wrote:
> I'm having a problem with the Cookies Manager. The test needs to
>
> acquire a cookie at login on order to move throughout the site.
> Everything works great if I run the test on my windows XP machine.  If I
> run the test on a Linux(RHEL) machine, the test will not send cookie
> information.  I can see this be looking at the request table of the
> results tree elements.  When run on a windows machine you can see the
> cookie data in the request.  Otherwise you cannot.  This only appears to
> be happening with https requests on Linux.  Any ideas?
>   thanks,
>      Tim
>
>   You should be able to duplicate this problem by creating a Test
> plan with two HTTP requests,  a cookie manager and a results tree.
> Manually add a cookie in the Cooke Manager.  Use http on the 1st
> request and https on the second.  After running the test look at the
> requests tabs for each request in the results tree.  You should see the
> your cookie in the 1st request but not the second.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

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