dev@grizzly.java.net

Re: Build Failure in trunk on Mac

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Sun, 30 Sep 2007 23:43:33 +0900

Oops,

It's strange that "mvn clean install" now works but "mvn install"
after "mvn clean" doesn't.

Thanks,

ias


2007. 09. 30, ¿ÀÈÄ 5:35, Oleksiy Stashok ÀÛ¼º:

> Hello,
>
> please update Grizzly's http, framework and portunification modules.
> Think this bug should be fixed.
>
> WBR,
> Alexey.
>
> Changshin Lee wrote:
>> At revision 561,
>> on
>> Mac OS X 10.5 9A559
>> and
>> java version "1.6.0_01-dp"
>> Java(TM) SE Runtime Environment (build 1.6.0_01-dp-b06-77)
>> Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-35-release, mixed
>> mode)
>> ,
>>
>> mvn install fails with the following message:
>> ...
>> Tests in error:
>> testHttpsProtocolProcess(com.sun.grizzly.http.HttpRedirectorTest)
>>
>> -------------------------------------------------------------------------------
>> Test set: com.sun.grizzly.http.HttpRedirectorTest
>> -------------------------------------------------------------------------------
>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
>> 14.364 sec <<< FAILURE!
>> testHttpsProtocolProcess(com.sun.grizzly.http.HttpRedirectorTest)
>> Time elapsed: 4.224 sec <<< ERROR!
>> javax.net.ssl.SSLHandshakeException: Remote host closed connection
>> during handshake
>> at
>> com
>> .sun
>> .net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:
>> 741)
>> at
>> com
>> .sun
>> .net
>> .ssl
>> .internal
>> .ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1029)
>> at
>> com
>> .sun
>> .net
>> .ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:
>> 1056)
>> at
>> com
>> .sun
>> .net
>> .ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:
>> 1040)
>> at
>> sun
>> .net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:
>> 405)
>> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
>> (AbstractDelegateHttpsURLConnection.java:170)
>> at
>> sun
>> .net
>> .www
>> .protocol
>> .http.HttpURLConnection.getOutputStream(HttpURLConnection.java:836)
>> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream
>> (HttpsURLConnectionImpl.java:230)
>> at
>> com
>> .sun
>> .grizzly
>> .http
>> .HttpRedirectorTest
>> .testHttpsProtocolProcess(HttpRedirectorTest.java:257)
>> Caused by: java.io.EOFException: SSL peer shut down incorrectly
>> at
>> com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:333)
>> at
>> com
>> .sun
>> .net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:
>> 722)
>> ... 34 more
>>
>> Cheers,
>>
>> ias
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net
>