Janardhanan, Ajith (AJANARDH) wrote:
> I searched the list, but could not find a similar question posted. If
> I missed out one, I apologize.
>
> I am trying to get the messages in an MQ queue to be read by an MDB. I
> get the following error. Looks like the genericra connector is not
> getting executed and the config is not the one I configured, obviously
> Iam goofing up . The error on starting the App Server is :
>
>
>
> [#|2006-06-22T17:18:23.746+0000|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.ejb.mdb|_ThreadID=10;_ThreadName=main;ReadMDB;com.sun.enterprise.connectors.ConnectorRuntimeException:
> Could not find physical destination :
> null;_RequestID=26941c66-b986-4ed2-ac18-a65745d0e489;|MDB00017:
> [ReadMDB]: Exception in creating message-driven bean container:
> [com.sun.enterprise.connectors.ConnectorRuntimeException: Could not
> find physical destination : null]|#]
>
> [#|2006-06-22T17:18:23.747+0000|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.ejb.mdb|_ThreadID=10;_ThreadName=main;_RequestID=26941c66-b986-4ed2-ac18-a65745d0e489;|com.sun.enterprise.connectors.ConnectorRuntimeException
>
> com.sun.enterprise.connectors.ConnectorRuntimeException: Could not
> find physical destination : null
> at
> com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1290)
>
> at
> com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.updateMDBRuntimeInfo(ActiveJmsResourceAdapter.java:1128)
>
Have you configured your MDB deployment descriptor to use genericjmsra
instead of
default Sun MQ resource adapter?
thanks,
Binod.