You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/08/12 22:23:18 UTC

DO NOT REPLY [Bug 22360] New: - WSDL2Java throws emitter time out exception even though WSDL is on local disk

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22360>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22360

WSDL2Java throws emitter time out exception even though WSDL is on local disk

           Summary: WSDL2Java throws emitter time out exception even though
                    WSDL is on local disk
           Product: Axis
           Version: 1.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: jporche@cisco.com


Hello

I have a WSDL document which refernces four schema files (these can be quite 
large).  When I try to run WSDL2Java I get the following exception:

java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at t
he specified URL is inaccessible)!
        at org.apache.axis.wsdl.gen.Parser.run(Parser.java:225)
        at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:386)
        at org.apache.axis.wsdl.gen.WSDL2.run(WSDL2.java:311)
        at org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:290)

However the WSDL doc and XSD docs are in the local directory. No other 
information is provided to explain why WSDL2Java failed. I can supply WSDL and 
schema docs apon request.

java -fullversion:  java full version "1.4.2-b28"