You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Roland Piazzi <ro...@gmx.net> on 2007/06/20 17:31:12 UTC

Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

Hi!

I try to generate WSDL2Java classes but receive the following error (the 
service is reachable at this endpoint) :

java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://localhost:8080/axis/services/LogCollector?wsdl at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at 
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown 
Source)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
at java.lang.Thread.run(Unknown Source)

Can anyone help?
Thanks and regards
Roland 


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


Re: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

Posted by Roland Piazzi <ro...@gmx.net>.
The command is:

java org.apache.axis.wsdl.WSDL2Java -o src -p PackageLogCollectorWSDL2Java http://localhost:8080/axis/services/LogCollector?wsdl


  ----- Original Message ----- 
  From: Chris Shah 
  To: axis-user@ws.apache.org 
  Sent: Wednesday, June 20, 2007 8:18 PM
  Subject: Re: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)


  Can you send the command you invoke ?

  Roland Piazzi <ro...@gmx.net> wrote: 
    Hi!

    I try to generate WSDL2Java classes but receive the following error (the 
    service is reachable at this endpoint) :

    java.io.IOException: Server returned HTTP response code: 500 for URL: 
    http://localhost:8080/axis/services/LogCollector?wsdl at 
    sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at 
    com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown 
    Source)
    at 
    com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown 
    Source)
    at 
    com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
    Source)
    at 
    com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
    Source)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
    Source)
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown 
    Source)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown 
    Source)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
    at 
    org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
    at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
    at java.lang.Thread.run(Unknown Source)

    Can anyone help?
    Thanks and regards
    Roland 


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






------------------------------------------------------------------------------
  Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. 

Re: Error: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/axis/services/LogCollector?wsdl at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

Posted by Chris Shah <ch...@yahoo.com>.
Can you send the command you invoke ?

Roland Piazzi <ro...@gmx.net> wrote:  Hi!

I try to generate WSDL2Java classes but receive the following error (the 
service is reachable at this endpoint) :

java.io.IOException: Server returned HTTP response code: 500 for URL: 
http://localhost:8080/axis/services/LogCollector?wsdl at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at 
com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
Source)
at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuratioin.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown 
Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown 
Source)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
at 
org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
at java.lang.Thread.run(Unknown Source)

Can anyone help?
Thanks and regards
Roland 


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



       
---------------------------------
Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.