When I deploy SM to Jboss : 1. Download source (http://www.servicemix.org/site/source.html) 2. Build source (http://www.servicemix.org/site/building.html) 3. Download JBoss deployer source (http://www.servicemix.org/site/jboss-deployer.html) 4. Build JBoss deployer. 5. Download JBoss and configure/start with no errors. 6. Take the newly build JBoss deployer SAR (trunk/jboss-deployer/target/jboss-deployer-3.0-incubating-SNAPSHOT.jar) and place it in your <jboss-running-instance>/deploy catalog 7. Confirm Jboss console is still happy 8. Add components to <jboss-running-instance>/deploy from 'trunk/apache-servicemix/target/components'. For example for getting the 'bridge' sample to work you should place shared, lwcontainer, jms, http and eip components in <jboss-running-instance>/deploy 9. Copy a sample service-assembly (bridge-sa-3.0-incubating-SNAPSHOT.jar) from 'trunk/apache-servicemix/target/samples/bridge-3.0-incubating-SNAPSHOT/bridge-sa/target' to your <jboss-running-instance>/deploy 10. You should be up and running.
( 11. I hade to place the 'derby-xxx.jar' file in the <jboss-running-instance>/lib ) Jorge RodrÃguez Pedrianes wrote: > > Hello, im trying install jboss deployer in JBoss jboss-4.0.4.GA but when i > start up the server throw: > > 10:14:52,421 WARN [ManagementContext] Failed to start rmi registry: Port > already in use: 1099; nested exception is: > java.net.BindException: Address already in use: JVM_Bind > > 10:14:53,281 ERROR [ClientFactory] Cound not start ClientFactory: > javax.naming.CommunicationException [Root exception is > java.io.NotSerializableException: > org.apache.servicemix.jbi.framework.ClientFactory] > > Then when i try start the example "filebinding-sm.xml", this not success, > start ok but when i put file in inbox, this is'nt copy in outbox. > > Any Idea that this error/warnnig are importants?, thanks > -- View this message in context: http://www.nabble.com/Jboss-error-tf2225806.html#a6191717 Sent from the ServiceMix - User forum at Nabble.com.
