JMS Bridge not Working

Hi,
I have a weblogic 9.2 running one application.
I what that application to post messages on a internal JMS queue. That message gets fw to a Weblogic 8 JMS queue.
To achieve this I created a JMS Bridge with the Weblogic 8 destination, and the Weblogic 9 source.
When i activate the bridge, i did not see anything on the logs, so i restarted the server.
Once the server was Up I went to check how many consumers where register on my internal queue, and to my surprise there where none.
I posted a message to that queue and still nothing. not even on the logs.
On the source and destination, i put the following:
Adapter JNDI Name: the XA one
Classpath: weblogic.jar
Connection URL: t3://172.16.76.28:8001 on the internal and t3://172.16.76.29:7001 on the external
weblogic.jndi.WLInitialContextFactory: weblogic.jndi.WLInitialContextFactory
and the JNDI stuff, user and password.
I do not see anything in the logs. Any idea?

I would like to make sure that I understand where you are now.
1. The bridge is always running on 9.2.
2. When the bridge is configured to forward messages from local (9.2) to remote (8.1), everything works.
3. When the bridge is configured to forward messages from remote to local, you run into the SecurityException.
Is my understanding correct? Where did you see the Exception (on the 9.2 side or the 8.1 side)?
Are you always using the adapter from the same release as the server that is running the bridge?
Assuming that you have configured everything correctly, I don't see why remote-to-local case does not work for you. There was an issue similar to what you are seeing in 8.1 GA, which has been fixed in 8.1SP1 and 9.2. You should not see this issue as long as your bridge is running on 9.2 (or 8.1SP1) or later.
At this point you could try the following:
1. Change the bridge to run in sync mode (by setting AsyncEnabled to false, the default is true) and see if the problem persists.
2. Enable domain trust on both the 9.2 and 8.2 domains (see http://edocs.bea.com/wls/docs92/bridge/wls_interop.html#wp1126213 for details).
3. Run the bridge on 8.1 (using the 8.1 adapter) to forward messages to 9.2. (I know the doc recommends that one should run the bridge on the later version of WebLogic when forwarding between two different releases, but it does not hurt to try as long as your source destination is on the same release are the bridge).
Thanks,
Dongbo

Similar Messages

  • WLS JMS bridge not working

    Hi All,
    I have been looking for a solution for the last two days and this is my third post regarding JMS bridge. I configured ome JMS bridge which initially ,on the monitoring tab, was giving information "Failed to look uo the source adapter" then I deployed the resource adapter. Now on the monitoring tab its showing the message "Connected to the source" instead of shoing "Forwarding Messages" . can anyone tell me what could be thw cause. Please help its really urgetnt!!!

    Can anybody please help me?

  • Jms is not working properly in clustered environment

    Hi all,
    i am using the application server oc4j 10.1.3.1.0 enterprise edition . my application is standalone application(thick client)
    we are using the jndi.properties as follows ...
    java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory
    java.naming.provider.url=opmn:ormi://172.16.1.38:6005:group/Security,opmn:ormi://172.16.1.38:6006:deceval_group/Security
    java.naming.security.principal=oc4juser
    java.naming.security.credentials=oc4juser
    oracle.j2ee.rmi.loadBalance=lookup
    we have two application servers in cluster topology as u can see above we have used one instance from one application server and one from another.
    i have seen that for every instance there one jms server. at runtime it is taking one application servers services
    say opmn port 6005 but when the application is connecting to the another application server say opmn 6006
    here jms is not working properly when i send message
    As we have clustered environment message must be propagated all the applications who use above jndi.properties.
    if i keep use only one application server opmn say
    java.naming.provider.url=opmn:ormi://172.16.1.38:6005:group/Security
    then its is working excellently
    please can u provide any solution ASAP
    thanks in advance
    Manu

    Dear Aravindth
      (.*?) means -> Select all contents from where you start and end,
    For Ex. <month>(.*?)</month> then Select for start <month> and end last </month> tag.
    (?) Match zero or one occurrences. Equivalent to {0,1}.
    (*) Match zero or more occurrences. Equivalent to {0,}.
    (+) Match one or more occurrences. Equivalent to {1,}.
    (.) (Dot). Match any character except newline or another Unicode line terminator.
    (.*?) means -> Zero or more times Match any character except newline or another Unicode line terminator + Match zero or more occurrences. Equivalent to {0,}.+Match zero or one occurrences. Equivalent to {0,1}.
    Could you please refere the below cite :
    http://www.javascriptkit.com/jsref/regexp.shtml
    Thanks & Regards
    T.R.Harihara SudhaN

  • WLS JMS bridge not forwarding mesages

    Hi All,
    I want to send messages from a queue in the source weblogic domain to the target queue in another weblogic domain. Both the domains are weblogic server. On the source server agile PLM is deployed. For this communication I established JMS bridge and JMS destination on my source server. The resource adpater is deployed and active. But my bridge is not working. Is not forwarding message to the target queue on the target server.
    I inspected the log files. I found the following error
    "<BEA-190032> << eis/jms/WLSConnectionFactoryJNDINoTX > ResourceAllocationException thrown by resource adapter on call to ManagedConnectionFactory.createManagedConnection(): "javax.resource.ResourceException: ConnectionFactory: failed to get initial context (InitialContextFactory =weblogic.jndi.WLInitialContextFactory, url = t3://<target_server_ip>:<port>, user name = null) "> "
    Also on the monitoring tab of the JMS bridge initially it was showing message "Failed to look up the source adapter" then I deployed the resource adapter. Now on the monitoring tab its showing the message "Connected to the source" instead of shoing "Fowarding Messages" . can anyone tell me what could be the cause. Please help its really urgetnt!!!
    Can anyone please tell me what can be the issue?
    Thanks in Advance!!

    Could you please provide the way you used the connection factory?
    I am concerned about *(InitialContextFactory =weblogic.jndi.WLInitialContextFactory, url = t3://<target_server_ip>:<port>, user name = null) "> "*
    Please check.
    Thanks,
    Jeets

  • JMS Bridges not showing the right status

    I am using the weblogic 9.2 MP3 on production servers with around 300 managed servers in 7 clusters. There are around 1200 queues and 2500 JMS bridges connecting the queues to internal and external world.
    The JMS bridges on my system doesn't reflect the right status. Sometimes, it shows INACTIVE/Failed status but still keep forwarding the messages.
    Different bridge status and description that I can see:
    Inactive     Stopped by the administrator.
    Active     Forwarding messages.
    Inactive     WARN: failed to connect to the target.
    Active     Connected to the source.
    Also,
    I see lots of warnings in the logs as follows...
    ####<5/03/2013 10:33:33 AM EST> <Warning> <MessagingBridge> <HOSTNAME> <MS NAME> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1362440013003> <BEA-200026> <Bridge "BRIDGE NAME" encountered some problems in one of its adapters or underlying systems. It stopped transferring messages and will try to reconnect to the adapters shortly. (The exception caught was javax.resource.ResourceException: Error setting message listener.)>
    <27/01/2013 05:52:07 AM EST> <Warning> <Connector> <BEA-190024> << eis/jms/WLSConnectionFactoryJNDIXA > Error making initial connections for pool. Reason: javax.resource.ResourceException: Adapter internal error -- connectionFactory object is not instanceof ConnectionFactory>
    Any help on the issue will be appreciated...
    Thanks

    what does emctl status dbconsole show?
    Hi All,
    I have installed 10g in Win 2000. Enterprise manager
    was working fine after installation. I restarted the
    Oracle Service (DB Service, TNS, iSQL, DBControl)
    from services in Control Panel. Database is up and
    working fine but the Enterprise Manager is not
    working. When I am trying to use the EM through
    Internet Explorer, it is not asking for any login and
    showing as database as down. I am able to connect to
    DB from client PC. Please advice.

  • Bridge not working in Photoshop CC trial.

    I had the same problem with Bridge in Photoshop CS6 on another computer, so brought a new computer and downloaded the trial. Bridge stopped working after about 2 hours.
    I open bridge, select a photo, open in camera raw, make adjustments, then when I try to open image in either Photoshop CC or Elements 11 or 12 I get a message that Bridge has stopped working. 

    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/bridge
    http://forums.adobe.com/community/photoshop
    Photoshop Elements is not part of the Cloud, so ask those questions in that forum
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements

  • Photoshop CS5 Bridge not working

    I have windows 7 and cannot get the Bridge from Photoshop CS5 to work this is a real problem as most of my photographs are taken in RAW and I can't see the picture in the folder
    I have tried most of the answers to this problem from the forum. Launching from start menu and through Program Files doesn't work. Not sure how to change from 64 bit to 32 bit in Windows 7
    Adobe if you read this why not solve a problem instead of just bringing out a new version and expecting us to purchase this?

    You need to give more details.  Why does it not work - error message, crash, freeze, never worked, worked yesterday?
    Does it work when launched as seperate program from Bridge icon?

  • Mini Bridge not working in CS5

    I cannot get Mini Bridge to work in Photoshop CS5.  When I try to start it, the panel opens and the spinning symbol starts but I get the message "Waiting for Bridge CS5..." and it never makes it past that.  I have tried both with Bridge already open and Bridge closed, no difference. "Start Bridge at logon" is checked in preferences.   Any help will be appreciated.

    Hi,
    Try the solutions listed in the following tech note:
    http://kb2.adobe.com/cps/830/cpsid_83045.html
    If you're still unable to get it working, let me know and I'll try to troubleshoot further.
    Regards,
    Julie Manley
    Adobe

  • JMS Demo Not working!!!Very poor samples from Oracle.

    Hi i have installed the CHat JMS Sample into Oc4j.
    Everything was OK until i wanted to log into the chat application.
    Then on my oc4j consol the following occured:
    03/10/04 14:49:08 javax.jms.JMSException: TopicConnection[Oc4jJMS.Connection.bak
    desktop.e06940:f807230602:-8000.9]: cannot invoke method "setClientID" within th
    e J2EE container.
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1
    920)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.toJMSException(JMSUt
    ils.java:2003)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.toJMSException(JMSUt
    ils.java:1969)
    03/10/04 14:49:08 at com.evermind.server.jms.JMSUtils.assertNotContainer(J
    MSUtils.java:2427)
    03/10/04 14:49:08 at com.evermind.server.jms.EvermindConnection.setClientI
    Can anyone help? It is very sad because i experienced that most samples will not work if you only follow the install manual.
    regads,
    attila

    Hello Attila,
    It seems that you are using OC4J 10G to run the sample. The sample has been tested on OC4J 904 Developers preview. Please use this to run the sample application.
    This demo uses JMS 1.0 and OC4J 10G supports JMS 1.1. In JMS 1.1, you cannot call setClientID() directly within the J2EE container. Due to this inherent change in the spec, the Chat Demo does not work properly in OC4J 10G.
    This is a known problem and we are working on rectifying this.
    Thanks,
    Rajat

  • JMS messaging not working with LCDS and Fiorano

    Hi there,
    Been struggling at this all day with no luck. I have a finished Flex application which uses JMS messaging, and it has worked just fine on my Tomcat server while using ActiveMQ. As soon as I switched to using the JMS provider Fiorano however, my application can no longer use JMS resources. It fails whenever the application tries to subscribe or publish to a JMS topic. I made all the appropriate JMS related changes to messaging-config.xml.
    In the tomcat log, I turned on LCDS debugging and saw this error whenever a publisher or subscriber was trying to start:
    "JMS invocation caught exception: SECURITY_EXCEPTION :: Security exception occurred while trying to perform operation :: CreateSubscriber failed,creation of Non-durable Subscriber NOT allowed."
    I am passing my JMS security credentials via messaging-config.xml AND even tried doing it via the Flex application (setRemoteCredentials(..)). I know they are correct because I have a working Java application with the exact same credentials and other JMS settings working just fine. It seems only the Flex application fails using the same JMS credentials/settings.
    Is there some other file that needs modification other than messaging-config.xml to get a new JMS provider to work? Any idea what may be going on?
    Thanks!

    A large number of messages, or messages large in size, basically total size of all messages can hang things up.  Back up your messages with a GPStore app.  Erase them.  Lower your message character size.  IF it still continues, its the recipients phone.  Both of you should power down, remove SIM, reinsert, power up.

  • JMS UDD not working properly

    Hello
    First of all I new to weblogic world and started using it recently, the issue which we are facing is that we had a doc given by our client to create a weblogic JMS uniform distributed destination with queue. We followed it and everything came up properly. In our test env we have 2 Physical Machines on which each machine has a one node in a cluster and then we created JMS servers, connection factory with UDD. We started the nodes everything comes up properly.
    But the issue starts when we tested it for the load balancing which I believe is a feature of UDD is not working properly. All the messages are going to the same node. The same documentation has been used by our client several times and it works fine for them.
    What is the issue with our configuration? I have gone through the doc many times but cant find the issue.
    Please help us.

    Hi,
    I think there might be some issue with the communication between the 2 machines, check that out also check if you have disabled the Server Affinity Enabled
    Below links might help you in your issue.
    Topic: JMS Demo using WebLogic Uniform Distributed Queue (UDQ)
    http://middlewaremagic.com/weblogic/?p=3759
    Topic: Steps to Configure Uniform Distributed Queue (UDQ) on Weblogic Server
    http://middlewaremagic.com/weblogic/?p=3747
    Hope this would help you.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

  • Wireless Bridge Not working with 5200,5220 and 5240 channels

    Hi Team;
                         I am setting up a bridge connection with 1262 AP as the root and 3502 as the non root and i observed that it is working with only  channel 36. If i am setting up other channels like 40,44 & 48 its not working.
    My partnumber is 3502E-E-k9 and 1262E-E-K9

    Post your radio interface configuration in both ROOT & NON-ROOT to check. 
    HTH
    Rasika

  • Trying to do 6.3 raw update for CS5 through Bridge not working

    Been trying to update 6.3 raw for CS5 through Bridge and a pop up window says I am not the administrator for my computer.  I sign in as the admin still does not work.  I have tried installing in manual mode no luck either.

    If you are working on Windows OS, then try to run the patch executable in Admin mode using "RunAsAdministrator" option in the right click context menu.

  • 32-bit bridge not working in lion

    OK, I know this is early days for me, given that I only upgraded to Lion today, but I've already come up against a significant problem relating to Logic ( 9.1.6 ) and the 32-bit AU bridge, which worked pefectly well for me in Snow Leopard. Sure, it crashed when the computer was idling: a well known issue. But it really did its job when actually required, whereas in Lion, it's simply ceased to work at all now, and I've reverted to 32 bit Logic, for the time being, which really defeats the whole object of even moving to Lion, despite the fact that I'm having to use some 32 bit plugins,etc.
    I was working with Logic, 64-bit in SL and it was fine, and I enjoyed a marked improvement in memory performance. Right now, though, the whole experience is very disappointing. Before I level the blame at anyone/ anything , I just want to know if anyone else is experiencing,er, issues with Lion and the 32-bit bridge. When I first started Logic today, in Lion, it seemed fine. After a few hours, however, the bridge crashed and never recovered. Also, when launching Logic, the aunetreceive stage of the launch would hang around forever. That improved  (though still dwells on it for a long time ), but the 32-bit bridge has just stopped working.
    Can anyone please shed any light on this? I really don't want to revert to SL now, though I backed everything up, so I could easily. I'm liking the look and feel of Lion and feel that Logic should be really sharp in this OS, but it's not feeling quite like that right now.
    Thanks for any advice.
    OK, a big PS. I've just switched back to 64, and the bridge is now working. This doesn't instill confidence, frankly! Can I now ask if anyone is experiencing erratic performance/behaviour of the bridge?!

    OK, so, I've had it with Lion. It's a great interface: I love it and I love the new functions, which should make the computer experience  so much more enjoyable. I'm totally behind this new interface. I'm sure, one day, it'll be wonderfully music-friendly, but, right now, it's ,as they say, PANTS.
    Me? I'm going back to SL, in the warm and comfy knowledge that it'll work predictably, and greet me like an unconditionally affectionate puppy. Well, as predictable and affectionate as is possible in the world of 21st century operating systems.
    Lion, however, reminds me of the bad old days of the first, tentative forays into OS X, after the idyllically safe and reliable world of OS 8/9.
    I can see the motivation, here, of consolidating ios and OSX. In principle, I love that. For me, tablet OS is the future of interfaces. But as far as complex and diverse systems, such as music production, it ain't working right now....

  • BBM on Bridge not working

    hey guys.
    i have this problem that i can't figure out how to solve it. my BBM is not working on My Playbook Bridge. when i try to start it it gives me a White Screen with a green wheel in the middle.
    i tries to delete all my contacts and gave it a try it worked but as soon as i restored my list it went back not working again.
    did anyone face this before. its killing me actually.

    Do you have contacts, on BBM, with special characters, like * or + or stuff like that? Check this KB article:
    http://www.blackberry.com/btsc/dynamickc.do?externalId=KB26942&sliceID=1&command=show&forward=nonthr...

Maybe you are looking for