On Feb 19, 2008 3:44 PM, spamdaemon <[EMAIL PROTECTED]> wrote: > > > It's been a week. Has this problem been resolved? I'd really like to know, > too, because I've also been struggling with this so-called basic example. It > seems that it is anything but basic.
As Marco pointed out, the original reporter's issue is a port conflict on port 1099 where ServiceMix runs the RMI registry. Below is the error: 2008-02-06 14:59:31,216 [main ] WARN ManagementContext - Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.NameAlreadyBoundException: jmxrmi [Root exception is java.rmi.AlreadyBoundException: jmxrmi] When this happens, you need to either shut down whatever is running on port 1099 or you can change the port number where ServiceMIx runs the RMI registry. This can be done in the conf/servicemix.properties file by changing the rmi.port property to a port that is available on your machine. The basic example is fairly complex. The documentation on it can be found here: http://servicemix.apache.org/basic.html Please let us know if you have any additional questions. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
