[Webtest] SSL java 1.4.2

Michael Jividen webtest@lists.canoo.com
Fri, 23 Jan 2004 17:38:33 -0800


This is a MIME-formatted message.  If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_capefear.real.com-6198-1074908368-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Ok, i have now installed 1.4.2 again and configured everything, including 
adding the cert to the keystore. I am still receiving an error. I also 
forgot to include my webtest code last time.. here it is and the output 
follows.

<?xml version="1.0"?>

<!DOCTYPE project [
    <!ENTITY taskDef SYSTEM "file:../includes/taskDef.xml">
    <!ENTITY config SYSTEM "file:../includes/config.xml">
    <!ENTITY signUp SYSTEM "file:../modules/signUp.xml">
    <!ENTITY setup SYSTEM "file:../modules/setup.xml">
    <!ENTITY confirm SYSTEM "file:../modules/confirm.xml">
    <!ENTITY receipt SYSTEM "file:../modules/receipt.xml">
]>

<project name="Debug" default="order" basedir="..">
    &taskDef;
    <target name="order">
         <property file="properties/english.properties"/>
         <property name="style" value="../reportFromSummary.xsl"/>
         <testSpec name="loginAndStep">
          &config;
                  <steps>
             &signUp;
                         &setup;
                         &confirm;
                         &receipt;
          </steps>
       </testSpec>
    </target>
</project>

<taskdef file="../webtestTaskdefs.properties">
         <classpath>
                 <fileset dir="../" includes="**/lib/*.jar"/>
                 <pathelement path="../lib"/>
         </classpath>
</taskdef>

<config host="order01.prognet.com" port="443" protocol="https" 
basepath="pt" summary="true" verbose="true" saveresponse="true" 
Resultpath="../results" Resultfile="roxenSuperPass.xml">
         <header name="User-Agent" value="(R1"/>
</config>

signup.xml
<invoke stepid="goto start page" url="${start.page}"/>
<setinputfield stepid="set user name" name="email_addr" value="${user}"/>
<clickbutton label="common/images/button_blue_start_EN.gif" stepid="Click 
the submit button"/>
<verifytitle stepid="proceed to setup page if title is ok" 
text="${login.ok.title}"/>

the rest of the code is either trivial or not executed because of the 
following error:

C:\webtest\BVT\UseCases>ant -verbose -buildfile roxenSuperPass.xml
Apache Ant version 1.5.2 compiled on February 28 2003
Buildfile: roxenSuperPass.xml
Detected Java version: 1.4 in: c:\j2sdk1.4.2_03\jre
Detected OS: Windows XP
parsing buildfile roxenSuperPass.xml with URI = file:C:/webtest/BVT/UseCase
s/roxenSuperPass.xml
Project base dir set to: C:\webtest\BVT
resolving systemId: file:../includes/taskDef.xml
   [taskdef] Loading definitions from file C:\webtest\webtestTaskdefs.proper
ties
resolving systemId: file:../includes/config.xml
resolving systemId: file:../modules/signUp.xml
resolving systemId: file:../modules/setup.xml
resolving systemId: file:../modules/confirm.xml
resolving systemId: file:../modules/receipt.xml
Build sequence for target `order' is [order]
Complete build sequence is [order]

order:
  [property] Loading C:\webtest\BVT\properties\english.properties
  [testSpec] Start Step: null "[implict setup step]" (1/27)
  [testSpec] Completed Step: null "[implict setup step]" (1/27)
  [testSpec] Start Step: invoke "goto start page" (2/27)
  [testSpec] -> gotoTarget(by url): https://order01.prognet.com:443/pt/order
.html?country=US&language=EN&mppi=9584&mppos_list=rhap%3Agmpass%3Apwrpck%3A
sysmech&mpst=M14D1MAIN&ppath=cpmptst060503a&src=111003realhome_1_4_2_2_1
  [testSpec] ERROR (Step.java:342) - cannot handle
  [testSpec] java.io.IOException
  [testSpec]     at sun.net.www.protocol.http.HttpURLConnection.getInputStre
am(HttpURLConnection.java:593)
  [testSpec]     at java.net.HttpURLConnection.getResponseCode(HttpURLConnec
tion.java:272)
  [testSpec]     at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConn
ectionOldImpl.getResponseCode(DashoA6275)
  [testSpec]     at com.meterware.httpunit.HttpWebResponse.readResponseHeade
r(HttpWebResponse.java:159)
  [testSpec]     at com.meterware.httpunit.HttpWebResponse.readHeaders(HttpW
ebResponse.java:197)
  [testSpec]     at com.meterware.httpunit.HttpWebResponse.<init>(HttpWebRes
ponse.java:53)
  [testSpec]     at com.meterware.httpunit.WebConversation.newResponse(WebCo
nversation.java:61)
  [testSpec]     at com.meterware.httpunit.WebWindow.getResource(WebWindow.j
ava:162)
  [testSpec]     at com.meterware.httpunit.WebWindow.getSubframeResponse(Web
Window.java:125)
  [testSpec]     at com.meterware.httpunit.WebWindow.getResponse(WebWindow.j
ava:118)
  [testSpec]     at com.meterware.httpunit.WebWindow.getResponse(WebWindow.j
ava:99)
  [testSpec]     at com.meterware.httpunit.WebClient.getResponse(WebClient.j
ava:86)
  [testSpec]     at com.canoo.webtest.steps.request.Target.getResponse(Targe
t.java:179)
  [testSpec]     at com.canoo.webtest.steps.request.Target$2.call(Target.jav
a:156)
  [testSpec]     at com.canoo.webtest.steps.request.Target.protectedGoto(Tar
get.java:106)
  [testSpec]     at com.canoo.webtest.steps.request.Target.gotoTarget(Target
.java:153)
  [testSpec]     at com.canoo.webtest.steps.request.InvokePage.doExecute(Inv
okePage.java:37)
  [testSpec]     at com.canoo.webtest.steps.Step.execute(Step.java:103)
  [testSpec]     at com.canoo.webtest.engine.Engine.executeSteps(Engine.java
:26)
  [testSpec]     at com.canoo.webtest.ant.TestSpecificationTask.execute(Test
SpecificationTask.java:61)
  [testSpec]     at org.apache.tools.ant.Task.perform(Task.java:341)
  [testSpec]     at org.apache.tools.ant.Target.execute(Target.java:309)
  [testSpec]     at org.apache.tools.ant.Target.performTasks(Target.java:336
)
  [testSpec]     at org.apache.tools.ant.Project.executeTarget(Project.java:
1339)
  [testSpec]     at org.apache.tools.ant.Project.executeTargets(Project.java
:1255)
  [testSpec]     at org.apache.tools.ant.Main.runBuild(Main.java:609)
  [testSpec]     at org.apache.tools.ant.Main.start(Main.java:196)
  [testSpec]     at org.apache.tools.ant.Main.main(Main.java:235)
  [testSpec] Caused by: javax.net.ssl.SSLHandshakeException: Remote host clo
sed connection during handshake
  [testSpec]     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)

  [testSpec]     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)

  [testSpec]     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshak
e(DashoA6275)
  [testSpec]     at sun.net.www.protocol.https.HttpsClient.afterConnect(Dash
oA6275)
  [testSpec]     at sun.net.www.protocol.https.AbstractDelegateHttpsURLConne
ction.connect(DashoA6275)
  [testSpec]     at sun.net.www.protocol.http.HttpURLConnection.getInputStre
am(HttpURLConnection.java:617)
  [testSpec]     at sun.net.www.protocol.http.HttpURLConnection.getHeaderFie
ldKey(HttpURLConnection.java:1490)
  [testSpec]     at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConn
ectionOldImpl.getHeaderFieldKey(DashoA6275)
  [testSpec]     at com.meterware.httpunit.HttpWebResponse.loadHeaders(HttpW
ebResponse.java:217)
  [testSpec]     at com.meterware.httpunit.HttpWebResponse.readHeaders(HttpW
ebResponse.java:195)
  [testSpec]     ... 23 more
  [testSpec] Caused by: java.io.EOFException: SSL peer shut down incorrectly

  [testSpec]     at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275
)
  [testSpec]     ... 33 more
  [testSpec] Report class: com.canoo.webtest.reporting.XmlReporter
  [testSpec] Test summary successfully created.

BUILD FAILED
file:C:/webtest/BVT/UseCases/roxenSuperPass.xml:17: Test failed.
Exception raised: com.canoo.webtest.engine.StepExecutionException: Unexpect
ed exception caught: java.io.IOException, Step: InvokePage at file:../modul
es/signUp.xml:1:  with (stepId="goto start page", url="order.html?country=U
S&language=EN&mppi=9584&mppos_list=rhap%3Agmpass%3Apwrpck%3Asysmech&mpst=M1
4D1MAIN&ppath=cpmptst060503a&src=111003realhome_1_4_2_2_1", stepType="invok
e")com.canoo.webtest.engine.StepExecutionException: Unexpected exception ca
ught: java.io.IOException, Step: InvokePage at file:../modules/signUp.xml:1
:  with (stepId="goto start page", url="order.html?country=US&language=EN&m
ppi=9584&mppos_list=rhap%3Agmpass%3Apwrpck%3Asysmech&mpst=M14D1MAIN&ppath=c
pmptst060503a&src=111003realhome_1_4_2_2_1", stepType="invoke")
         at com.canoo.webtest.steps.Step.handleUnexpectedException(Step.java
:343)
         at com.canoo.webtest.steps.request.Target.protectedGoto(Target.java
:115)
         at com.canoo.webtest.steps.request.Target.gotoTarget(Target.java:15
3)
         at com.canoo.webtest.steps.request.InvokePage.doExecute(InvokePage.
java:37)
         at com.canoo.webtest.steps.Step.execute(Step.java:103)
         at com.canoo.webtest.engine.Engine.executeSteps(Engine.java:26)
         at com.canoo.webtest.ant.TestSpecificationTask.execute(TestSpecific
ationTask.java:61)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
         at org.apache.tools.ant.Main.runBuild(Main.java:609)
         at org.apache.tools.ant.Main.start(Main.java:196)
         at org.apache.tools.ant.Main.main(Main.java:235)
         at com.canoo.webtest.ant.TestSpecificationTask.stopBuildIfNeeded(Te
stSpecificationTask.java:71)
         at com.canoo.webtest.ant.TestSpecificationTask.execute(TestSpecific
ationTask.java:65)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
         at org.apache.tools.ant.Main.runBuild(Main.java:609)
         at org.apache.tools.ant.Main.start(Main.java:196)
         at org.apache.tools.ant.Main.main(Main.java:235)

Total time: 3 seconds

thanks in advance
-mike

also, i have no problems connecting to the site with ie from the same 
workstation that i am running webtest on.

--=_capefear.real.com-6198-1074908368-0001-2
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<html>
Ok, i have now installed 1.4.2 again and configured everything, including
adding the cert to the keystore. I am still receiving an error. I also
forgot to include my webtest code last time.. here it is and the output
follows.<br><br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br><br>
&lt;!DOCTYPE project [<br>
&nbsp;&nbsp; &lt;!ENTITY taskDef SYSTEM
&quot;file:../includes/taskDef.xml&quot;&gt;<br>
&nbsp;&nbsp; &lt;!ENTITY config SYSTEM
&quot;file:../includes/config.xml&quot;&gt;<br>
&nbsp;&nbsp; &lt;!ENTITY signUp SYSTEM
&quot;file:../modules/signUp.xml&quot;&gt;<br>
&nbsp;&nbsp; &lt;!ENTITY setup SYSTEM
&quot;file:../modules/setup.xml&quot;&gt;<br>
&nbsp;&nbsp; &lt;!ENTITY confirm SYSTEM
&quot;file:../modules/confirm.xml&quot;&gt;<br>
&nbsp;&nbsp; &lt;!ENTITY receipt SYSTEM
&quot;file:../modules/receipt.xml&quot;&gt;<br>
]&gt;<br><br>
&lt;project name=&quot;Debug&quot; default=&quot;order&quot;
basedir=&quot;..&quot;&gt; <br>
&nbsp;&nbsp; &amp;taskDef;<br>
&nbsp;&nbsp; &lt;target name=&quot;order&quot;&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;property
file=&quot;properties/english.properties&quot;/&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;property
name=&quot;style&quot;
value=&quot;../reportFromSummary.xsl&quot;/&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;testSpec
name=&quot;loginAndStep&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;config;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
&lt;steps&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp;signUp;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&amp;setup;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&amp;confirm;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&amp;receipt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/steps&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/testSpec&gt;<br>
&nbsp;&nbsp; &lt;/target&gt;<br>
&lt;/project&gt;<br><br>
&lt;taskdef file=&quot;../webtestTaskdefs.properties&quot;&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;classpath&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;fileset dir=&quot;../&quot; includes=&quot;**/lib/*.jar&quot;/&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;pathelement path=&quot;../lib&quot;/&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;/classpath&gt;<br>
&lt;/taskdef&gt;<br><br>
&lt;config host=&quot;order01.prognet.com&quot; port=&quot;443&quot; protocol=&quot;https&quot; basepath=&quot;pt&quot; summary=&quot;true&quot; verbose=&quot;true&quot; saveresponse=&quot;true&quot; Resultpath=&quot;../results&quot; Resultfile=&quot;roxenSuperPass.xml&quot;&gt;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&lt;header name=&quot;User-Agent&quot; value=&quot;(R1&quot;/&gt;<br>
&lt;/config&gt;<br><br>
signup.xml<br>
&lt;invoke stepid=&quot;goto start page&quot; url=&quot;${start.page}&quot;/&gt;<br>
&lt;setinputfield stepid=&quot;set user name&quot; name=&quot;email_addr&quot; value=&quot;${user}&quot;/&gt;<br>
&lt;clickbutton label=&quot;common/images/button_blue_start_EN.gif&quot; stepid=&quot;Click the submit button&quot;/&gt;<br>
&lt;verifytitle stepid=&quot;proceed to setup page if title is ok&quot; text=&quot;${login.ok.title}&quot;/&gt;<br><br>
the rest of the code is either trivial or not executed because of the following error:<br><br>
C:\webtest\BVT\UseCases&gt;ant -verbose -buildfile roxenSuperPass.xml<br>
Apache Ant version 1.5.2 compiled on February 28 2003<br>
Buildfile: roxenSuperPass.xml<br>
Detected Java version: 1.4 in: c:\j2sdk1.4.2_03\jre<br>
Detected OS: Windows XP<br>
parsing buildfile roxenSuperPass.xml with URI = <a href="file://C:\webtest\BVT\UseCase" eudora="autourl">file:C:/webtest/BVT/UseCase</a><br>
s/roxenSuperPass.xml<br>
Project base dir set to: C:\webtest\BVT<br>
resolving systemId: <a href="file:..\includes\taskDef.xml" eudora="autourl">file:../includes/taskDef.xml</a><br>
&nbsp; [taskdef] Loading definitions from file C:\webtest\webtestTaskdefs.proper<br>
ties<br>
resolving systemId: <a href="file:..\includes\config.xml" eudora="autourl">file:../includes/config.xml</a><br>
resolving systemId: <a href="file:..\modules\signUp.xml" eudora="autourl">file:../modules/signUp.xml</a><br>
resolving systemId: <a href="file:..\modules\setup.xml" eudora="autourl">file:../modules/setup.xml</a><br>
resolving systemId: <a href="file:..\modules\confirm.xml" eudora="autourl">file:../modules/confirm.xml</a><br>
resolving systemId: <a href="file:..\modules\receipt.xml" eudora="autourl">file:../modules/receipt.xml</a><br>
Build sequence for target `order' is [order]<br>
Complete build sequence is [order]<br><br>
order:<br>
&nbsp;[property] Loading C:\webtest\BVT\properties\english.properties<br>
&nbsp;[testSpec] Start Step: null &quot;[implict setup step]&quot; (1/27)<br>
&nbsp;[testSpec] Completed Step: null &quot;[implict setup step]&quot; (1/27)<br>
&nbsp;[testSpec] Start Step: invoke &quot;goto start page&quot; (2/27)<br>
&nbsp;[testSpec] -&gt; gotoTarget(by url): <a href="https://order01.prognet.com/pt/order" eudora="autourl">https://order01.prognet.com:443/pt/order</a><br>
.html?country=US&amp;language=EN&amp;mppi=9584&amp;mppos_list=rhap%3Agmpass%3Apwrpck%3A<br>
sysmech&amp;mpst=M14D1MAIN&amp;ppath=cpmptst060503a&amp;src=111003realhome_1_4_2_2_1<br>
&nbsp;[testSpec] ERROR (Step.java:342) - cannot handle<br>
&nbsp;[testSpec] java.io.IOException<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.getInputStre<br>
am(HttpURLConnection.java:593)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at java.net.HttpURLConnection.getResponseCode(HttpURLConnec<br>
tion.java:272)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConn<br>
ectionOldImpl.getResponseCode(DashoA6275)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.HttpWebResponse.readResponseHeade<br>
r(HttpWebResponse.java:159)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.HttpWebResponse.readHeaders(HttpW<br>
ebResponse.java:197)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.HttpWebResponse.&lt;init&gt;(HttpWebRes<br>
ponse.java:53)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebConversation.newResponse(WebCo<br>
nversation.java:61)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebWindow.getResource(WebWindow.j<br>
ava:162)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebWindow.getSubframeResponse(Web<br>
Window.java:125)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebWindow.getResponse(WebWindow.j<br>
ava:118)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebWindow.getResponse(WebWindow.j<br>
ava:99)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.WebClient.getResponse(WebClient.j<br>
ava:86)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target.getResponse(Targe<br>
t.java:179)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target$2.call(Target.jav<br>
a:156)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target.protectedGoto(Tar<br>
get.java:106)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target.gotoTarget(Target<br>
.java:153)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.InvokePage.doExecute(Inv<br>
okePage.java:37)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.Step.execute(Step.java:103)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.engine.Engine.executeSteps(Engine.java<br>
:26)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.ant.TestSpecificationTask.execute(Test<br>
SpecificationTask.java:61)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Task.perform(Task.java:341)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.execute(Target.java:309)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.performTasks(Target.java:336<br>
)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTarget(Project.java:<br>
1339)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTargets(Project.java<br>
:1255)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.runBuild(Main.java:609)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.start(Main.java:196)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.main(Main.java:235)<br>
&nbsp;[testSpec] Caused by: javax.net.ssl.SSLHandshakeException: Remote host clo<br>
sed connection during handshake<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)<br><br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)<br><br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshak<br>
e(DashoA6275)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.https.HttpsClient.afterConnect(Dash<br>
oA6275)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConne<br>
ction.connect(DashoA6275)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.getInputStre<br>
am(HttpURLConnection.java:617)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at sun.net.www.protocol.http.HttpURLConnection.getHeaderFie<br>
ldKey(HttpURLConnection.java:1490)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConn<br>
ectionOldImpl.getHeaderFieldKey(DashoA6275)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.HttpWebResponse.loadHeaders(HttpW<br>
ebResponse.java:217)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.meterware.httpunit.HttpWebResponse.readHeaders(HttpW<br>
ebResponse.java:195)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; ... 23 more<br>
&nbsp;[testSpec] Caused by: java.io.EOFException: SSL peer shut down incorrectly<br><br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; at com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275<br>
)<br>
&nbsp;[testSpec]&nbsp;&nbsp;&nbsp;&nbsp; ... 33 more<br>
&nbsp;[testSpec] Report class: com.canoo.webtest.reporting.XmlReporter<br>
&nbsp;[testSpec] Test summary successfully created.<br><br>
BUILD FAILED<br>
<a href="file://C:\webtest\BVT\UseCases\roxenSuperPass.xml:17" eudora="autourl">file:C:/webtest/BVT/UseCases/roxenSuperPass.xml:17</a>: Test failed.<br>
Exception raised: com.canoo.webtest.engine.StepExecutionException: Unexpect<br>
ed exception caught: java.io.IOException, Step: InvokePage at <a href="file:..\modul" eudora="autourl">file:../modul</a><br>
es/signUp.xml:1:&nbsp; with (stepId=&quot;goto start page&quot;, url=&quot;order.html?country=U<br>
S&amp;language=EN&amp;mppi=9584&amp;mppos_list=rhap%3Agmpass%3Apwrpck%3Asysmech&amp;mpst=M1<br>
4D1MAIN&amp;ppath=cpmptst060503a&amp;src=111003realhome_1_4_2_2_1&quot;, stepType=&quot;invok<br>
e&quot;)com.canoo.webtest.engine.StepExecutionException: Unexpected exception ca<br>
ught: java.io.IOException, Step: InvokePage at <a href="file:..\modules\signUp.xml:1" eudora="autourl">file:../modules/signUp.xml:1</a><br>
:&nbsp; with (stepId=&quot;goto start page&quot;, url=&quot;order.html?country=US&amp;language=EN&amp;m<br>
ppi=9584&amp;mppos_list=rhap%3Agmpass%3Apwrpck%3Asysmech&amp;mpst=M14D1MAIN&amp;ppath=c<br>
pmptst060503a&amp;src=111003realhome_1_4_2_2_1&quot;, stepType=&quot;invoke&quot;)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.Step.handleUnexpectedException(Step.java<br>
:343)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target.protectedGoto(Target.java<br>
:115)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.Target.gotoTarget(Target.java:15<br>
3)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.request.InvokePage.doExecute(InvokePage.<br>
java:37)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.steps.Step.execute(Step.java:103)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.engine.Engine.executeSteps(Engine.java:26)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.ant.TestSpecificationTask.execute(TestSpecific<br>
ationTask.java:61)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Task.perform(Task.java:341)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.execute(Target.java:309)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.performTasks(Target.java:336)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTarget(Project.java:1339)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTargets(Project.java:1255)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.runBuild(Main.java:609)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.start(Main.java:196)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.main(Main.java:235)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.ant.TestSpecificationTask.stopBuildIfNeeded(Te<br>
stSpecificationTask.java:71)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.canoo.webtest.ant.TestSpecificationTask.execute(TestSpecific<br>
ationTask.java:65)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Task.perform(Task.java:341)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.execute(Target.java:309)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Target.performTasks(Target.java:336)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTarget(Project.java:1339)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Project.executeTargets(Project.java:1255)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.runBuild(Main.java:609)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.start(Main.java:196)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at org.apache.tools.ant.Main.main(Main.java:235)<br><br>
Total time: 3 seconds<br><br>
thanks in advance<br>
-mike<br>
&nbsp;<br>
also, i have no problems connecting to the site with ie from the same workstation that i am running webtest on.<br>
</html>

--=_capefear.real.com-6198-1074908368-0001-2--