This activemq deployment worked on the 32-bit Linux server but I got this exception when I deployed it on the 64-bit Linux server.
ChristineZ wrote: > > 2006-10-13 12:44:36,935 INFO > [org.apache.activemq.transport.vm.VMTransportFactory] Shutting down VM > connectors for broker: > > localhost 2006-10-13 12:44:36,936 INFO > [org.apache.activemq.broker.TransportConnector] Connector vm://localhost > Stopped 2006-10-13 > > 12:44:37,077 ERROR [org.apache.activemq.network.DemandForwardingBridge] > Failed to start network bridge: java.io.IOException: The > > transport tcp:///196.37.96.122:61616 of type: > org.apache.activemq.transport.tcp.TcpTransport is not running. > java.io.IOException: > > The transport tcp:///196.37.96.122:61616 of type: > org.apache.activemq.transport.tcp.TcpTransport is not running. at > > org.apache.activemq.transport.TransportSupport.checkStarted(TransportSupport.java:108) > at > > org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:123) > at > > org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:141) > at > > org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:78) > at > > org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:77) > at > > org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:44) > at > > org.apache.activemq.transport.ResponseCorrelator.oneway(ResponseCorrelator.java:60) > at > > org.apache.activemq.network.DemandForwardingBridgeSupport.startRemoteBridge(DemandForwardingBridgeSupport.java:235) > at > > org.apache.activemq.network.DemandForwardingBridgeSupport$4.run(DemandForwardingBridgeSupport.java:197) > > > > Hiram Chirino wrote: >> >> please post the associated error messages also. >> >> On 10/13/06, ChristineZ <[EMAIL PROTECTED]> wrote: >>> >>> >>> I'm using ActiveMQ 4.0.1 and JBoss 4.0.3. >>> I've got a problem when I'm deploying my server with ActiveMQ. I get a >>> IOException because of a network bridge that failed to start. >>> >>> http://www.nabble.com/file/3623/server_1.log server_1.log >>> >>> The broker-config file: >>> >>> <beans xmlns="http://activemq.org/config/1.0"> >>> >>> <broker useJmx="true" name="MasterMsgBroker" > >>> >>> <!-- In ActiveMQ 4, you can setup destination policies. note: >>> this >>> xml >>> format may still change a bit --> >>> <destinationPolicy> >>> <policyMap><policyEntries> >>> >>> <policyEntry topic="ACTIVEMQ.>"> >>> <dispatchPolicy> >>> <strictOrderDispatchPolicy /> >>> </dispatchPolicy> >>> <subscriptionRecoveryPolicy> >>> <lastImageSubscriptionRecoveryPolicy /> >>> </subscriptionRecoveryPolicy> >>> </policyEntry> >>> >>> </policyEntries></policyMap> >>> </destinationPolicy> >>> >>> <!-- >>> <persistenceAdapter> >>> <journaledJDBC journalLogFiles="5" dataDirectory="../data" >>> dataSource="#firebird-ds"/> >>> </persistenceAdapter> >>> --> >>> <transportConnectors> >>> <!-- prefixing a connector with discovery: causes the connector to >>> be >>> advertiesed over rendezvous --> >>> <transportConnector uri="tcp://localhost:61616" /> >>> </transportConnectors> >>> >>> <networkConnectors> >>> <networkConnector uri="static://(tcp://196.37.96.122:61616)"/> >>> >>> </networkConnectors> >>> </broker> >>> <!-- >>> <bean id="firebird-ds" class="org.apache.commons.dbcp.BasicDataSource" >>> destroy-method="close" > >>> <property name="driverClassName" value=" >>> org.firebirdsql.jdbc.FBDriver" /> >>> <property name="url" >>> value="jdbc:firebirdsql:196.37.96.122/3050:ACTIVEMQ.FDB" /> >>> <property name="username" value="SYSDBA" /> >>> <property name="password" value="masterkey" /> >>> <property name="poolPreparedStatements" value="true" /> >>> </bean> >>> --> >>> </beans> >>> -- >>> View this message in context: >>> http://www.nabble.com/ActiveMQ-TransportConnector-tf2436668.html#a6794538 >>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>> >>> >> >> >> -- >> Regards, >> Hiram >> >> Blog: http://hiramchirino.com >> >> > > -- View this message in context: http://www.nabble.com/ActiveMQ-TransportConnector-tf2436668.html#a6849504 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
