You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Jason Kronstat <ja...@directathletics.com> on 2016/03/30 18:17:23 UTC

FlexJS issue

Does anyone know why FlexJS will not build for me? Here’s where I am stuck:

BUILD FAILED
/Users/jason/FlexJS/flex-asjs/build.xml:1563: The following error occurred while executing this line:
/Users/jason/FlexJS/flex-asjs/build.xml:1706: The following error occurred while executing this line:
/Users/jason/FlexJS/flex-flexunit/build.xml:131: The following error occurred while executing this line:
/Users/jason/FlexJS/flex-flexunit/FlexUnit4/build.xml:102: The following error occurred while executing this line:
/Users/jason/FlexJS/flex-flexunit/FlexUnit4/downloads.xml:193: The following error occurred while executing this line:
/Users/jason/FlexJS/flex-flexunit/FlexUnit4/downloads.xml:108: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
	at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
	at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:728)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:641)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:631)

Total time: 6 minutes 51 seconds




Re: FlexJS issue

Posted by Alex Harui <ah...@adobe.com>.

On 3/30/16, 9:17 AM, "Jason Kronstat" <ja...@directathletics.com> wrote:

>Does anyone know why FlexJS will not build for me? Here’s where I am
>stuck:

The download it was trying to fetch got moved to another URL.  I just
updated the script.  So please try again.  You may have to manually "git
pull" on flex-flexunit.

Thanks,
-Alex