• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

message bridge exception

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi All,

i am getting the following exception:

<Connector> <admin3> <BridgeServer> <ExecuteThread: '3' for queue: 'MessagingBridge'> <<WLS Kernel>> <> <BEA-190097> <Unable to complete the connection proxy test for "eis/jms/WLSConnectionFactoryJNDIXA" due to an exception. WebLogic Server will attempt to use connection proxies for resource adapter "eis/jms/WLSConnectionFactoryJNDIXA" as usual. Exception: java.lang.NoSuchMethodException: weblogic.jms.adapter.JMSBaseConnectionFactory.getConnection().>


my configuration:


i created three domains in different machines(admin2,admin3,admin4).
admin2-msg-prd-domain
admin3-msg-stg-domain
admin4-msg-trg-domain

deployed the jms-xa-adp.rar file on all the domains

admin2 machine:(source)
created two connection factories
1.src-msg-jmscf
2.trg-msg-jmscf

created two queues
1.srcitem
2.trgitem

admin3 machine:(bridge)

created one itembridge
itemBridge

jms bridge destinations
1.src-item-destination(connection url:t3://admin2:7001,cfJNDIname:src-msg-jmscf,destination JNDI name:srcitem,destination type:queue)
2.trg-item-destination(connection url:t3://admin4:7003,cfJNDIname:trg-msg-jmscf,destination JNDI name:trgitem,destination type:queue)

admin4 machine:(destination)

admin2 machine:(source)
created two connection factories
1.src-msg-jmscf
2.trg-msg-jmscf

created two queues
1.srcitem
2.trgitem


the bridge is active and connected to source.

when i sent message with the url from source t3://admin2:7001

the bridge giving warning.

Any one help me in this issue.


thanks

thrilochan

reply
    Bookmark Topic Watch Topic
  • New Topic