On 6/22/07, uniker80 <[EMAIL PROTECTED]> wrote:
please, excuse my poor english..
i tried to "Creating a hello world JBI Service Engine.. "
which at http://incubator.apache.org/servicemix/hello-world-se.html
but, at last step, i got a BindException.
.........
<stack-trace><![CDATA[java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind(Native Method)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:
119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnec
tor.java:152)
............
i have tried to solve this problem, but i've failed.
i think there is a problem between "Hello world SE" and "WSDL-first
example".
in xbean.xml, they are deployed at
http://localhost:8192/Service and http://localhost:8192/PersonService.
when i changed one of them to "xxxx:8193xxxx", there is no problem.
i want to see the follow when i connected to http://localhost:8192,
Known services are:
http://localhost:8192/Service
http://localhost:8192/PersonService
how i can this ? anyone please help me
Change the port on one of the services to 8193 to see if that works.
It looks like a new Jetty instance is being started for each services
and the port numbers are clashing.
Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'
Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/