You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-user@ws.apache.org by Siegfried Perkles <e9...@student.tuwien.ac.at> on 2003/07/08 17:05:53 UTC

Unable to find an available port

Hello,

when I try to test the dynamicInvoker-sample I get the following error:

Reading WSDL document from
'http://www.xmethods.net/sd/2001/TemperatureService.wsdl'
Preparing WSIF dynamic invocation
Exception in thread "main" org.apache.wsif.WSIFException: Unable to find an
available port
        at org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)
        at org.apache.wsif.base.WSIFServiceImpl.getPort(Unknown Source)
        at clients.DynamicInvoker.invokeMethod(Unknown Source)
        at clients.DynamicInvoker.main(Unknown Source)

Can anyone help please?