Sending a jms message from one server to another in a cluster fails..

Hi,
          My platform is wl6.1 sp7 two servers in a cluster...
          I have problems sending jms messages from one server to the other. When sending to a destination on the same server it works fine, but sending to the other server do not work. I get no exceptions when I send the message. The "Monitor all Active JMS Destinations..."->"Messages Received" column increase number of received messages for the remote server. But the onMessage method in the bean is not called(I am logging all calls to a file...)
          Any suggestions?
          And..
          My understanding is that the JNDINameReplicated default value is set to true? But when I don't set this value to true the jndi name is not replicated too the other server.
          (The state for both servers are Running in the admin console and listed servers in the cluster is 2....
          Server names:
          * bluej, biztalk-lab
          JMS connection factory:
          * xlink.jms.factory.commerceFactory, deplyed on both servers and for the cluster
          Destinations:
          * xlink.jms.service.report.biztalk-lab.Report for the biztalk-lab server active on 'biztalk-labJMSServer' JMS-server
          * xlink.jms.service.report.bluej.Report for the bluej server active on 'bluejJMSServer' JMS-server)
          ~b

Deployed to the bluej server:
          <weblogic-ejb-jar>
          <weblogic-enterprise-bean>
          <ejb-name>xlink.jms.service.report.bluej.Report</ejb-name>
          <message-driven-descriptor>
          <pool>
          <max-beans-in-free-pool>3</max-beans-in-free-pool>
          <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
          </pool>
          <destination-jndi-name>xlink.jms.service.report.bluej.Report</destination-jndi-name>
          </message-driven-descriptor>
          <jndi-name>xlink.jms.service.report.bluej.Report</jndi-name>
          </weblogic-enterprise-bean>
          <weblogic-enterprise-bean>
          <ejb-name>xlink.jms.service.report.bluej.Report</ejb-name>
          <message-driven-descriptor>
          <destination-jndi-name>xlink.jms.service.report.bluej.Report</destination-jndi-name>
          </message-driven-descriptor>
          <jndi-name>xlink.jms.service.report.bluej.Report</jndi-name>
          </weblogic-enterprise-bean>
          </weblogic-ejb-jar>
          <ejb-jar>
          <enterprise-beans>
          <message-driven>
          <ejb-name>xlink.jms.service.report.bluej.Report</ejb-name>
          <ejb-class>no.xlink.server.service.report.engine.jms.ReportBean</ejb-class>
          <transaction-type>Bean</transaction-type>
          <message-driven-destination>
          <destination-type>javax.jms.Queue</destination-type>
          </message-driven-destination>
          </message-driven>
          </enterprise-beans>
          </ejb-jar>
          Deployed to the biztalk-lab server:
          <weblogic-ejb-jar>
          <weblogic-enterprise-bean>
          <ejb-name>xlink.jms.service.report.biztalk-lab.Report</ejb-name>
          <message-driven-descriptor>
          <pool>
          <max-beans-in-free-pool>3</max-beans-in-free-pool>
          <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
          </pool>
          <destination-jndi-name>xlink.jms.service.report.biztalk-lab.Report</destination-jndi-name>
          </message-driven-descriptor>
          <jndi-name>xlink.jms.service.report.biztalk-lab.Report</jndi-name>
          </weblogic-enterprise-bean>
          <weblogic-enterprise-bean>
          <ejb-name>xlink.jms.service.report.biztalk-lab.Report</ejb-name>
          <message-driven-descriptor>
          <destination-jndi-name>xlink.jms.service.report.biztalk-lab.Report</destination-jndi-name>
          </message-driven-descriptor>
          <jndi-name>xlink.jms.service.report.biztalk-lab.Report</jndi-name>
          </weblogic-enterprise-bean>
          </weblogic-ejb-jar>
          <ejb-jar>
          <enterprise-beans>
          <message-driven>
          <ejb-name>xlink.jms.service.report.biztalk-lab.Report</ejb-name>
          <ejb-class>no.xlink.server.service.report.engine.jms.ReportBean</ejb-class>
          <transaction-type>Bean</transaction-type>
          <message-driven-destination>
          <destination-type>javax.jms.Queue</destination-type>
          </message-driven-destination>
          </message-driven>
          </enterprise-beans>
          </ejb-jar>

Similar Messages

  • How to move set of FND Message from one server to another server

    Hi,
    I am having a request need to transfer all customized FND MESSAGES from one server(developing server) to another server (client server). Tell me the possible ways to do this in Oracle R12.
    Thanks
    Vivek
    Edited by: 912882 on 4 Aug, 2012 2:54 PM

    This is a two step process. but for this you need to ensure that all your custom messages were created in custom application say XXC
    download all the mesages by typing the below command from the developing server unix box
    FNDLOAD apps/$CLIENT_APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXC_CUSTOM_MESG.ldt APPLICATION_SHORT_NAME='XXC'once this command is successful you will get the definition and data in file XXC_CUSTOM_MESG.ldt.
    Place this file in the main server unix box and run the below command :
    FNDLOAD  apps/$CLIENT_APPS_PWD 0 Y UPLOAD $FND_TOP/patch/115/import/afmdmsg.lct XXC_CUSTOM_MESG.ldt - CUSTOM_MODE=FORCE

  • JMS message from one application to the another appl in the same container?

    I have a question.
    Can I send JMS message from one application to the another application in the same container?
    If yes ...can you provide me info.
    I want to know in regards of EJB2.0 and EJB3.0.
    Thanks,
    Rahul

    So the receiver application is a Message Driven Bean, right?
    In your container, do you have a mean to ensure that it is correctly configured to listen the desired destination? Like an administrative console that would show the destinations, the number of pending messages, the number of active consummers...?
    btw what is the destination type? A queue or a topic?

  • Restored our SSRS 2008 R2 from one server to another; Dates are in UK format and not US

    We have restored our SSRS 2008 R2 from one server to another. The original server was in US locale/culture. The new server was in UK locale/culture, when the restore happened. However it should have been in US locale/culture. We have made this change and
    new reports work OK.
    However existing reports (i.e. saved by a user) are still trying to use the US dates in a UK format and as a result throwing a date cant be below 1753 error.
    Has anyone seen this issue before or have any idea what we need to do to fix it?
    Thanks
    Kimberlad

     Hi Kimberlad
    Have you checked any changes in the Collation? 
    Please verify Reporting Server Databases and Server Collation is there any mismatch with your Source Server.
    and also please post complete Error message..
    Nag Pal MCTS/MCITP (SQL Server 2005/2008) :: Please Mark Answer/vote if it is helpful ::

  • Failure to move messages from one account to another

    I have recently started having problems when trying to move messages from one account to another. I get a message that says: The IMAP command "APPEND" (to INBOX) failed with server error: message contains NUL characters.
    I have tried shutting down and restarting, repaired permissions. Not sure what to do next. Any help?

    Ernie,
    One is POP thru Cox Comm and the other is mobile me (the old .mac accts). Why would all of a sudden there be an issue when I several times during the day have been able to move messages from Cox to mobile me?

  • Process for migrating CMSDK from one server to another

    All:
    We are in the process of migrating our CMSDK installation and database from one server to another. In doing so, we would like to retain our documents and folders and other custom objects that have been created till date. If there is a recommended migration process that you could point us to, it would be greatly appreciated.
    Our initial thought is to:
    1. Install the CMSDK server on the target server machine
    2. Export source CMSDK schema from source database server
    3. Import source CMSDK schema into target database server
    Are we on the right track? If so, are there any pitfalls and issues we can expect to encounter. Any information will be very helpful.
    Thanks

    The utility should help you a lot. The best documentation on how to use the utility is in the 9iFS Setup and Administrators guide (doc number A95995-01) Chapter 8. It pretty much works the same way then as it does now. These are two metalink notes on doing the export/import silently (29928.1 - 177816.1). Doing it silently is very tedious since you having to create numerous .def files and other scripts to run them.
    I will look around for any other stuff I have, but the 9iFS document is very good as a reference no matter what version of CMSDK. If you have problems finding it, I can try to send it to you, but it is around 5.6M.

  • RFC Call from one server to another

    Hi,
    Is it possible to use an rfc from one server to another on the same network?
    My Idea was that we can do so, however there's a little confusion about the same .
    Please clarify.
    Regards,
    Vikas

    Hi,
       call SE37 and search for RFC* with F4.
    Sending system side(SEND--800)
    Create function module by using Tcode SE37 or SE80
    goto attributes select remote function
    activate
    Receiving system side(RECE--000)
    goto Tcode SM59
    here select the R/3 Connections-->click on Create Button
    give RFC Desstination : TESTRFC
    Connection Type : 3 for Connecting two systems
    Description : Some meaningful Description
    Press enter
    give Target system Name : SEND
    Language : EN
    Client : 800
    user Name : sapuser
    Password : xxxxxx
    save this connections & click on test connections(f8)
    & Remote logon(f7)---> it will open a session
    with client 800 that is your sending system
    then only your RFC is correct
    create a report in SE38 Tcode
    data : c1 type i.
    data : itab like mara occurs 0 with header line.
    call function 'ZRFCFM' destination 'TESTRFC' --->Function Module 'ZRFCFM' your just create at Sending system
    exporting
    importing
    exceptions
    <b>Reward points</b>
    Regards

  • Issue in migrating analysis service job from one server to another

    Hi All,
    I'm migrating analysis services from one server to another, within the source server there is a job with the name
    denreportingprocess which executes a batch file within local drive on server. I have moved all the analysis services cubes from the source server to destination and all the databases on the source server have been restored to destination.Verified
    cubes are pointing to the correct database by modifying the connection string within the datasource part of the cube databases.
    I have copied the entire process folder from source to destination and edited the code within the run file and code within the job pointing the locations to new server.
    Below is the job code, it is running a batch file placed in E drive
    E:\MSSQL10_50.MSSQLSERVER\process\run.cmd
    Below is the text within the batch file (windows command script)
    E:\MSSQL10_50.MSSQLSERVER\process\ASCMD -S "servername" -i "E:\MSSQL10_50.MSSQLSERVER\process\Process.xmla"
    -o "E:\MSSQL10_50.MSSQLSERVER\process\Log.txt"
    Below are the list of files within the folder E:\MSSQL10_50.MSSQLSERVER\process
    ASCMD
    process.xmla
    Logs.txt
    run
    When I run the job it is failing with below error message
    Ascmd: Exception trying to impersonate user: Access to the path 'E:\MSSQL10_50.MSQLSERVER\process\log.txt' is denied.
    Ascmd: Execution failed: Access to the path 'E:\MSSQL10_50.MSQLSERVER\process\log.txt' is denied.
    Thanks in Advance.
    Regards, Kranthi

    Hi Visakh,
    Thanks for the reply, I have mapped the account under which the job was running to D drive, now it can access the file but job is still failing and error is not that informative.
    Below is the error message with which the job is failing, where can i find this output file with errors
    Executed as user abc_agent. C:\Windows\system32>E:\MSSQL10_50.MSSQLSERVER\process\ASCmd -S "servername" -i "E:\MSSQL10_50.MSSQLSERVER\process\process.xmla" -o "E:\MSSQL10_50.MSSQLSERVER\process\Log.txt"   Microsoft
    (R) Analysis Services 2008 Command Line Tool  Version 10.0.87.5 X86  Copyright (C) 2008 Microsoft Corporation.  All Rights Reserved.Ascmd: Check the output file for errors.  Process Exit Code 1.  The step failed.

  • TRANSFER OF PAYROLL CLUSTER FROM ONE SERVER TO ANOTHER

    Dear All,
    We want to trasnfer payroll clusters from one server to another for selected employee only.
    Please tell me the process / program name etc
    Thanks in advance
    Sanjay Mathane

    Hi,
    You can try following:
    1. Download all wage types from sending system (report H99CWTR0).
    2. Upoland wage type and other relevant (e.g. periods) in tables T558B/C (there can be standard program for your country, e.g. HINUULK0 for India).
    3. Run payroll with schema INLK (this one for India too) to insert wage types into custer.
    Cheers!

  • Moving directory with Software Update files from one server to another

    Hi guys,
    I have recently bought a Mac Mini to move on it my test system Mac OS 10.9 with Server 3.0, running on VM.
    My question is:
    Is it possible to move the Software Update packages/directory from one server to another, so I don't need to wait a whole week to have them all downloaded from the Apple servers?
    I assume, if replace all the Software update fodder it is not going to work as there are some kind of index files elsewhere that will not accept that change.
    I haven’t tried any migration assistant as don’t want to replicate the server.
    Any suggestions, please?

    hi Lucas,
    i just stumbled onto this post of yours while searching for solutions for a somehow related issue that's kept me thinking.
    your post isn't new, yet it received no answers... maybe you found a solution already.
    in case you haven't, a possible hint might come from https://discussions.apple.com/message/20478878#20478878
    for the record, i've installed os x server 3.0 on mvrx 10.9 on a 4-year old Intel Core 2 Duo mac mini with 500GB disks.
    in my case, it's the almost 200GB of update files wasting what's left of my storage real estate to press for a solution.
    tried to do what's suggested here, seems to work fine on my system, too. hope this helps.

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • How Can I Copy an database from one server to another ?

    Hi All,
    I need to copy an existing database from one server to another server. I want to maintain all the settings from the source database.
    I´m not used to Oracle database and i´d be glad for any help.
    How can I do this ? Do I need to backup and restore in the other server ? Do I need to copy files from one server to another ?
    Any help will be really appreciated.
    Carlos.

    I think a simpler approach, other than using RMAN, is to do a database export from the source and then import them into the target database. But you will need to do some ground work on the target, i.e, create database, tablespaces, and schemas (with their name the same as those in the source database.)

  • Having trouble moving mail messages from one user to another

    I am trying to move mail messages from one user to another on my Macbook, and I cannot seem to do it. I've tried archive, but I don't think I'm doing it right. Any suggestions?
    Thanks,
    Noreen
    Message was edited by: reensjp

    I had to go to the Mac store to get the answer to this one... i was archiving correctly, but you need to save the mbox files to your desktop, then move them to the shared folder, that way all users have access. I also had to edit the permissions on the files, as the user i wanted to have the emails didn't have permission to even look at the files.
    Noreen

  • HT201269 How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

    How do I transfer my SMS text messages from one Iphone to another or to my Macbook Pro?

    Or you can be guided bt this 'officail' Apple support document:
    http://support.apple.com/kb/PH4441
    Ciao.
    Csound 1 greetings:  Nothing wrong with a little plagiarism.

Maybe you are looking for

  • Problem with DECODE block in WHERE clause

    Hi, I'm facing problem with DECODE statement. I just simulated my problem in the simple way as follows. If I execute this following query, I should get "hello", but I'm not getting anything (ZERO rows returned). SELECT 'hello' FROM DUAL WHERE 'sample

  • IPhone 3GS crashed while updating to 6.1.6

    I was trying to upgrade my 3GS iphone to ios 6.1.6 after downloading the update " error occurred & could not backup, do you still want to update ? " message came I opted to update, which ended up in the CD iTunes & a USB cable symbol. Please suggest

  • Accept/ignore all discussion replies

    hi, I have a user for my discussion site, that he should read all discussion and their replies, then accept or ignore them.I need a view that he can see all new discussions and replies with together. It's not possible that he check all old discussion

  • How do I set up an imac on wireless network?

    How do I set up an imac on a wireless network if i don't won't to run an ethernet cable through the floor? I have an airport express and airport extreme. The extreme is used as my home wirless base station.

  • JSP - Hosting your site locally.

    Hi there, I have created a website in Jdeveloper. I was wondering what software i would need to host this locally on my computer? Any help would be greatly appreciated. Thanks