You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-user@ws.apache.org by "Jones, Damon" <da...@lmco.com> on 2006/01/19 18:29:22 UTC

Connection timed out for springBeansXmlMerger

Hi,

I am new to pubscribe and I am trying to get the filesystem example to
work. I seem to be able to setup everything properly until I get the to
the ant command: "ant compile deploy". When I execute this command it
looks like the compile is done and the classes are moved over into
Tomcat. I think the issue is with springBeansXmlMerger on line 70 of the
build.xml. It hangs for a certain amount of time, then gives the
exception: java.net.ConnectException: Connection timed out: connect. All
software is on the same machine, so I am not sure what it is connecting
to. I set all of the proxy parameters correctly.

Any help is much appreciated. Output is below.

Damon

------------------------------------------------------------------------
--------------------

Buildfile: build.xml

init:
     [echo] Using webapp dir:
C:\javadev\jakarta-tomcat-4.1.31\webapps\pubscribe


compile:

init:

deploy:
     [copy] Copying 1 file to
C:\javadev\jakarta-tomcat-4.1.31\webapps\pubscribe
\WEB-INF\classes\wsdl
     [copy] Copying
C:\javadev\Libraries\pubscribe-1.1\examples\filesystem\src\w
sdl\FileSystem.wsdl to
C:\javadev\jakarta-tomcat-4.1.31\webapps\pubscribe\WEB-IN
F\classes\wsdl\FileSystem.wsdl
     [echo] Deploying filesystem classes to
C:\javadev\jakarta-tomcat-4.1.31\web
apps\pubscribe/WEB-INF/classes/...
[wsddUpdater] --> 01-19-06 09:20:13  WARN [main] JavaUtils: Unable to
find requi
red classes (javax.activation.DataHandler and
javax.mail.internet.MimeMultipart)
. Attachment support is disabled.
[wsddUpdater] Deploying WSDD
C:\javadev\Libraries\pubscribe-1.1\examples\filesys
tem\src\java\org\apache\ws\resource\example\filesystem\Filesystem_deploy
.wsdd to
 configuration WSDD
C:\javadev\jakarta-tomcat-4.1.31\webapps\pubscribe\WEB-INF\s
erver-config.wsdd...
[springBeansXmlMerger] Loading target spring-beans document from
C:\javadev\jaka
rta-tomcat-4.1.31\webapps\pubscribe\WEB-INF\classes\wsrf-config.xml ...

BUILD FAILED
C:\javadev\Libraries\pubscribe-1.1\examples\filesystem\build.xml:70:
java.net.Co
nnectException: Connection timed out: connect

Total time: 25 seconds