You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by billmasters <Bi...@CenturyLink.com> on 2013/01/23 21:58:36 UTC

Error starting embedded broker in Weblogic 10.2

I'm trying to use an embedded broker in Weblogic for a queue to retry events. 
The broker fails to start. See error below. 

If I try using tcp://localhost:61617 (or any port) I get an port conflict.
ideas?

    <bean id="broker" class="org.apache.activemq.broker.BrokerService">
        <property name="brokerName" value="localhost"/> 
        <property name="useJmx" value ="false"/>
        <property name="persistent" value="true"/>
        <property name="transportConnectorURIs">
            <list>
                <value>vm://localhost</value>
            </list>
        </property>
    </bean>

<Jan 23, 2013 1:50:43 PM MST> <Notice> <Stdout> <BEA-000000>
<org.apache.activemq.broker.BrokerService ERROR Failed to start ActiveMQ JMS
Message Broker. Reason: java.io.IOException: VMTransportServer already bound
at: vm://localhost
java.io.IOException: VMTransportServer already bound at: vm://localhost
	at
org.apache.activemq.transport.vm.VMTransportFactory.bind(VMTransportFactory.java:212)
	at
org.apache.activemq.transport.vm.VMTransportFactory.doBind(VMTransportFactory.java:198)
	at
org.apache.activemq.transport.TransportFactory.bind(TransportFactory.java:131)



--
View this message in context: http://activemq.2283324.n4.nabble.com/Error-starting-embedded-broker-in-Weblogic-10-2-tp4662104.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Error starting embedded broker in Weblogic 10.2

Posted by billmasters <Bi...@CenturyLink.com>.
I should have given more environment info.

Weblogic 10.2
Spring 3.0
ActiveMQ 5.4.3
Camel 2.6



--
View this message in context: http://activemq.2283324.n4.nabble.com/Error-starting-embedded-broker-in-Weblogic-10-2-tp4662104p4662105.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.