You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/27 15:54:34 UTC

BugRat Report #168 has been filed.

Bug report #168 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/168>

REPORT #168 Details.

Project: Ant
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: Ant version 1.2alpha3
   JVM Release: 1.2
   Operating System: WinNT
   OS Release: 4.0
   Platform: WLS

Synopsis: 
Task ejbjar produces java.net.NoRouteToHostException

Description:
After producing a deployable ejb jar file using the ejbjar task a java.net.NoRouteToHostException exception is thrown. It seems that the final ejb jar is produced well without any errors. But how could that exception happen? This doesn�t make any sense to me. Does ant try to send any data to a host or does it even try to deploy the bean to a server?

testejb.xml:21: IOException while parsing'weblogic-ejb-jar.xml'.  This probably indicates that the descriptor doesn't exist. Details: Host unreachable: no further information
java.net.NoRouteToHostException: Host unreachable: no further information
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
        at java.net.Socket.<init>(Socket.java:269)
        at java.net.Socket.<init>(Socket.java:98)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:54)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:320)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:431)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:260)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:270)
        at sun.net.www.http.HttpClient.New(HttpClient.java:282)
        at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:372)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:457)
        at com.sun.xml.parser.Resolver.createInputSource(Resolver.java:253)
        at com.sun.xml.parser.ExternalEntity.getInputSource(ExternalEntity.java:49)
        at com.sun.xml.parser.Parser.pushReader(Parser.java:2748)
        at com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2500)
        at com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1136)
        at com.sun.xml.parser.Parser.parseInternal(Parser.java:480)
        at com.sun.xml.parser.Parser.parse(Parser.java:283)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
        at org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool.processDescriptor(GenericDeploymentTool.java, Compiled Code)
        at org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.execute(EjbJar.java, Compiled Code)
        at org.apache.tools.ant.Target.execute(Target.java, Compiled Code)
        at org.apache.tools.ant.Project.runTarget(Project.java:807)
        at org.apache.tools.ant.Project.executeTarget(Project.java, Compiled Code)
        at org.apache.tools.ant.Project.executeTargets(Project.java, Compiled Code)
        at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code)
        at org.apache.tools.ant.Main.main(Main.java:130)