You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/10/27 17:54:20 UTC

[jira] Created: (TUSCANY-3758) zipcode-jaxws sample hangs or gets errors on WSDL download

zipcode-jaxws sample hangs or gets errors on WSDL download
----------------------------------------------------------

                 Key: TUSCANY-3758
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3758
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-1.x
            Reporter: Simon Nash
            Assignee: Simon Nash


The zipcode-jaxws sample either hangs or gets errors when trying to download the WSDL.  This cause the top-level build to fail.

Here's an example of the error:

[INFO] [antrun:run {execution: install-wsdl}]
[INFO] Executing tasks
      [get] Getting: http://www.webservicex.net/uszip.asmx?wsdl
      [get] To: E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
      [get] Can't get http://www.webservicex.net/uszip.asmx?wsdl to E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Updated] (TUSCANY-3758) zipcode-jaxws sample hangs or gets errors on WSDL download

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-3758:
-------------------------------

    Fix Version/s: Java-SCA-1.x

> zipcode-jaxws sample hangs or gets errors on WSDL download
> ----------------------------------------------------------
>
>                 Key: TUSCANY-3758
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3758
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.x
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.x
>
>
> The zipcode-jaxws sample either hangs or gets errors when trying to download the WSDL.  This cause the top-level build to fail.
> Here's an example of the error:
> [INFO] [antrun:run {execution: install-wsdl}]
> [INFO] Executing tasks
>       [get] Getting: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] To: E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Can't get http://www.webservicex.net/uszip.asmx?wsdl to E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error executing ant tasks

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TUSCANY-3758) zipcode-jaxws sample hangs or gets errors on WSDL download

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925430#action_12925430 ] 

Simon Nash commented on TUSCANY-3758:
-------------------------------------

For now I have excluded this from the build under revision r1028012.

I think the fix is likely to require creating a locally cached copy of the WSDL as has been done for demos/xml-bigbank (see TUSCANY-3690).

> zipcode-jaxws sample hangs or gets errors on WSDL download
> ----------------------------------------------------------
>
>                 Key: TUSCANY-3758
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3758
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.x
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>
> The zipcode-jaxws sample either hangs or gets errors when trying to download the WSDL.  This cause the top-level build to fail.
> Here's an example of the error:
> [INFO] [antrun:run {execution: install-wsdl}]
> [INFO] Executing tasks
>       [get] Getting: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] To: E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Error opening connection java.io.IOException: Server returned HTTP response code: 503 for URL: http://www.webservicex.net/uszip.asmx?wsdl
>       [get] Can't get http://www.webservicex.net/uszip.asmx?wsdl to E:\td\sca1x\trunk\samples\zipcode-jaxws\target\classes\wsdl\uszip.wsdl
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error executing ant tasks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.