You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Andrew Cameron (JIRA)" <ax...@ws.apache.org> on 2005/07/28 08:42:20 UTC

[jira] Created: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Axis C++ 1.5 WSDL2Java emitter timed out
----------------------------------------

         Key: AXISCPP-769
         URL: http://issues.apache.org/jira/browse/AXISCPP-769
     Project: Axis-C++
        Type: Bug
  Components: WSDL processing - RPC  
    Versions: 1.5 Final    
 Environment: Windows XP
    Reporter: Andrew Cameron
    Priority: Blocker


I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.


"java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
        at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
        at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
        ... 2 more

Code generation failed. Please see errors above."


Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Paul Wilkinson (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12349908 ] 

Paul Wilkinson commented on AXISCPP-769:
----------------------------------------

Perhaps a better solution would be an option or a system property that allowed you to specify the parameters to be passed to the  wsdl generator

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Blocker

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Andrew Cameron (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12355609 ] 

Andrew Cameron commented on AXISCPP-769:
----------------------------------------

The original issue is a blocker. Large WSDLs can't be processed without access to the timeout parameter.

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Minor

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12317066 ] 

Chinthana Danapala commented on AXISCPP-769:
--------------------------------------------

Andrew can you attached your WSDL file?

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Blocker

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-769?page=all ]

John Hawkins reassigned AXISCPP-769:
------------------------------------

    Assign To: John Hawkins

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Assignee: John Hawkins
>     Priority: Critical

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Andrew Cameron (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12317384 ] 

Andrew Cameron commented on AXISCPP-769:
----------------------------------------

This issue is also present in 1.6a. Have you been able to download AXLAPI and reproduce this bug?

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Blocker

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-769?page=all ]

nadir amra closed AXISCPP-769.
------------------------------


> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>                 Key: AXISCPP-769
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-769
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: WSDL processing - RPC
>    Affects Versions: 1.5 Final
>         Environment: Windows XP
>            Reporter: Andrew Cameron
>         Assigned To: John Hawkins
>            Priority: Critical
>             Fix For: 1.6 Alpha
>
>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Andrew Cameron (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12317069 ] 

Andrew Cameron commented on AXISCPP-769:
----------------------------------------

It's the Cisco AXL API and you can download it from here: http://www.cisco.com/go/developersupport.

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Blocker

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-769?page=all ]

John Hawkins updated AXISCPP-769:
---------------------------------

    Priority: Minor  (was: Blocker)

I don't believe this is a blocker - more of a nice to have?

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Minor

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-769?page=all ]
     
John Hawkins resolved AXISCPP-769:
----------------------------------

    Fix Version: 1.6 Alpha
     Resolution: Fixed

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Assignee: John Hawkins
>     Priority: Critical
>      Fix For: 1.6 Alpha

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-769?page=all ]

John Hawkins updated AXISCPP-769:
---------------------------------

    Priority: Critical  (was: Minor)

OK, I've upgraded it again thanks for explaining why. I've made it critical - we don't really  do the whole blocker thing - critical is fine - it'll get the attention with this.

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Critical

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-769) Axis C++ 1.5 WSDL2Java emitter timed out

Posted by "Andrew Cameron (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-769?page=comments#action_12317399 ] 

Andrew Cameron commented on AXISCPP-769:
----------------------------------------

I have fixed this myself by adding:

	    String timeout = cmdLineArgs.getOptionBykey("t");
	    if (timeout != null)
	        wsdlParser.setTimeout(Long.parseLong(timeout));

... to the top of WSDL2Ws( ) in /src/wsdl/org/apache/axis/wsdl/wsdl2ws and then executing with parameter "-t0".

Please add this to the next release!

> Axis C++ 1.5 WSDL2Java emitter timed out
> ----------------------------------------
>
>          Key: AXISCPP-769
>          URL: http://issues.apache.org/jira/browse/AXISCPP-769
>      Project: Axis-C++
>         Type: Bug
>   Components: WSDL processing - RPC
>     Versions: 1.5 Final
>  Environment: Windows XP
>     Reporter: Andrew Cameron
>     Priority: Blocker

>
> I have seen this bug reported elsewhere but I think it refers to the Java version. There is no way to pass a timeout threshold to wsdl2ws.
> "java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> org.apache.axis.wsdl.wsdl2ws.WrapperFault: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
>         at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)
> Caused by: java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
>         at org.apache.axis.wsdl.gen.Parser.run(Parser.java:293)
>         ... 2 more
> Code generation failed. Please see errors above."
> Note that I'm trying to process a file on the local hard disk. The WSDL and XSDs in this case total 696KB.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira