• 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

Weblogic 8.1 message bridge to MQ (5.3)

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
General issue:
Just asking... Weblogic 8.1 and MQ 5.3 aren't required anymore, to be on same machine to communicate with message bridge, right?! Anyway, I can use a stand-alone java client to connect with MQ across network (with only MQ-java-jars in the classpath) - so weblogic should be able to do the same trick.

Situation:
I figured out to get WL message bridge working to MQ, when everything is on one machine. But when I move the weblogic server to another machine, and tries to connect through network, I get something like:

####<20-09-2005 11:50:39 CEST> <Warning> <Connector> <W1897055TVG> <myserver> <ExecuteThread: '11' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-190032> << Weblogic Messaging Bridge Adapter (XA)_eis/jms/WLSConnectionFactoryJNDIXA > ResourceAllocationException of javax.resource.ResourceException: Failed to start the connection on createManagedConnection.>

Checked newsnet (not much on BEA-190032)... I naturally moved the external (file-based) JMS/MQ jndi installation to the other machine as well. Suspecting the problem is somewhere in the JNDI-settings - but where can I go to figure out the implication of different (MQ) settings: /RefAddr/1/Type= VER, TRAN, MBS, FIQ, LA, RINT, TM, MRET, SPAG, UCP, PINT, ...

regards

Stig Valentini
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic