Hi,
Did you intend to use "tcp://localhost:8989" instead of the default
value "tcp://localhost:61616" for the ConnectionFactory's ServerUrl?
If you want to use a different port than the default port, you'll need
to update the geronimo_home/var/config/config_substitutions.properties
file accordingly.
HTH, Lin
On Sun, Jul 6, 2008 at 5:54 PM, jklcom99 <[EMAIL PROTECTED]> wrote:
>
> I added <jvmarg value="-Djava.endorsed.dirs=${GeronimoHome}/lib/endorsed" />
> and it was happy a little bit.
>
> but now I'm getting this error:
>
> I tried setting the port but still getting this error.
> Here's what I have in geronimo-ra.xml
>
> Thanks for your help.
>
> <resourceadapter>
> <!-- connect to the JMS Server -->
> <resourceadapter-instance>
> <resourceadapter-name>ConnectionFactory</resourceadapter-name>
> <config-property-setting
> name="ServerUrl">tcp://localhost:8989</config-property-setting>
> <config-property-setting
> name="UserName">******</config-property-setting>
> <config-property-setting
> name="Password">******</config-property-setting>
> <workmanager
> xmlns='http://geronimo.apache.org/xml/ns/naming-1.2'>
> <gbean-link>DefaultWorkManager</gbean-link>
> </workmanager>
> </resourceadapter-instance>
> <!-- defines a ConnectionFactory -->
> <outbound-resourceadapter>
> <connection-definition>
>
> <connectionfactory-interface>javax.jms.ConnectionFactory</connectionfactory-interface>
> <connectiondefinition-instance>
> <name>ConnectionFactory</name>
>
> <implemented-interface>javax.jms.QueueConnectionFactory</implemented-interface>
>
> <implemented-interface>javax.jms.TopicConnectionFactory</implemented-interface>
> <connectionmanager>
> <xa-transaction>
> <transaction-caching/>
> </xa-transaction>
> <single-pool>
> <max-size>10</max-size>
> <min-size>0</min-size>
> <match-one/>
> </single-pool>
> </connectionmanager>
> </connectiondefinition-instance>
> </connection-definition>
> </outbound-resourceadapter>
> </resourceadapter>
>
>
> ERROR [MCFConnectionInterceptor] Error occurred creating
> ManagedConnection for
> [EMAIL PROTECTED]:
> Could not create connection.
> [java] at
> org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:112)
> [java] at
> org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getConnection(MCFConnectionInterceptor.java:48)
> [java] at
> org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.getConnection(XAResourceInsertionInterceptor.java:41)
> ...
>
>
> [java] Caused by: javax.jms.JMSException: Could not connect to broker
> URL: tcp://localhost:8989. Reason: java.net.ConnectException: Connection
> refused: connect
> [java] at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:33)
> [java] at
> org.apache.activemq.ActiveMQConnectionFactory.createActiveMQConnection(ActiveMQConnectionFactory.java:280)
> [java] at
> org.apache.activemq.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:168)
> [java] at
> org.apache.activemq.ra.ActiveMQResourceAdapter.makeConnection(ActiveMQResourceAdapter.java:108)
> [java] at
> org.apache.activemq.ra.ActiveMQResourceAdapter.makeConnection(ActiveMQResourceAdapter.java:102)
> [java] at
> org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedConnection(ActiveMQManagedConnectionFactory.java:109)
> [java] ... 42 more
>
>
>
> Jacek Laskowski wrote:
>>
>> On Sun, Jul 6, 2008 at 7:22 AM, jklcom99 <[EMAIL PROTECTED]> wrote:
>>>
>>> I'm running 07/03 build
>>>
>>> [java] Booting Geronimo Kernel (in Java 1.6.0)...
>>
>> Change the JVM version and let us know how it goes. AFAIR, the CORBA
>> stuff was exactly what made us stay at Java SE 5.0-level.
>>
>> Jacek
>>
>> --
>> Jacek Laskowski
>> Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Geronimo-2.1.2-SNAPSHOT-Server-Start-Up-Failed-tp18298989s134p18307079.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>