Binod, Thanks for the reply
The problem was to do something with the JNDI provider url setting in
the JMSAdmin. The file was not getting created and I pointed the url to
another location. Now I get a different error:
[#|2006-06-23T15:34:44.986+0000|SEVERE|sun-appserver-pe9.0|javax.enterpr
ise.system.container.ejb.mdb|_ThreadID=10;_ThreadName=main;_RequestID=fd
4c0714-b90c-4504-a74b-6c3d656c2cc5;|java.lang.Exception
java.lang.Exception
at
com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Co
nnectorMessageBeanClient.java:248)
at
com.sun.ejb.containers.MessageBeanContainer.<init>(MessageBeanContainer.
java:194)
at
com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFac
toryImpl.java:270)
at
com.sun.enterprise.server.AbstractLoader.loadEjbs(AbstractLoader.java:48
6)
at
com.sun.enterprise.server.EJBModuleLoader.load(EJBModuleLoader.java:158)
at
com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:206)
at
com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLife
cycle.java:198)
at
com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.
java:326)
at
com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServ
er.java:112)
at com.sun.enterprise.server.PEMain.run(PEMain.java:326)
at com.sun.enterprise.server.PEMain.main(PEMain.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.enterprise.server.PELaunch.main(PELaunch.java:272)
Caused by: javax.resource.ResourceException: SupportsXA is configured to
true , but ConnectionFactory configured is not XA capable.
at
com.sun.genericra.inbound.EndpointConsumer.validate(EndpointConsumer.jav
a:216)
at
com.sun.genericra.inbound.EndpointConsumer.initialize(EndpointConsumer.j
ava:122)
at
com.sun.genericra.inbound.EndpointConsumer.start(EndpointConsumer.java:1
17)
at
com.sun.genericra.GenericJMSRA.endpointActivation(GenericJMSRA.java:97)
at
com.sun.enterprise.connectors.inflow.ConnectorMessageBeanClient.setup(Co
nnectorMessageBeanClient.java:239)
... 15 more