How to manipulating HelloPartner sample to run on two machines

Hi,
I am trying to manipulate the HelloPartner example, so the Requester + Hub
is running on one machine, and Replier is running on a different machine (on
the same LAN).
I have changed the following:
RequesterAndHub-machine:
ReplierPartner (trading partner):
General-tab: "locale" to "remote"
Transport-tab (URI Endpoint): "http://127.0.0.1:7001/ReplierPartner" to
"http://nameOfReplierMachine:7001/ReplierPartner"
Replier-machine:
HelloPartnerHub (trading partner):
General-tab: "locale" to "private"
Transport-tab (URI Endpoint):
"http://127.0.0.1:7001/HelloPartnerHub" to
"http://nameOfResponseMachine:7001/HelloPartnerHub"
The collaboration agreement between RequestorPartner and HelloPartnerHub has
been disabled and unregistered.
But when I try to run the sample I get the following error:
to jan 31 14:25:59 CET 2002: <Hub> ERROR: Unrecoverable error
com.bea.b2b.messagequeue.QueueException while delivering message from queue,
HUB_MESSAGESTORE_URL_sendQueue Throwing away message:
http://127.0.0.1:7001/RequestorPartner:HelloPartnerConversation:1.1:Requesto
r_RequestorPartner_1012483415614_821012483415614:0 Exception:
com.bea.b2b.messagequeue.QueueException
How do I change the configuration to get the two machines communicate?
Thanks, Morten

It might be easier to answer "How to manipulate HelloPartner sample to run
on two machines", which will help me learning WLI. Thanks.
Morten
"Morten Hansen" <[email protected]> wrote in message
news:3c594c9a$[email protected]..
Hi,
I am trying to manipulate the HelloPartner example, so the Requester + Hub
is running on one machine, and Replier is running on a different machine(on
the same LAN).
I have changed the following:
RequesterAndHub-machine:
ReplierPartner (trading partner):
General-tab: "locale" to "remote"
Transport-tab (URI Endpoint): "http://127.0.0.1:7001/ReplierPartner"
to
"http://nameOfReplierMachine:7001/ReplierPartner"
Replier-machine:
HelloPartnerHub (trading partner):
General-tab: "locale" to "private"
Transport-tab (URI Endpoint):
"http://127.0.0.1:7001/HelloPartnerHub" to
"http://nameOfResponseMachine:7001/HelloPartnerHub"
The collaboration agreement between RequestorPartner and HelloPartnerHubhas
been disabled and unregistered.
But when I try to run the sample I get the following error:
to jan 31 14:25:59 CET 2002: <Hub> ERROR: Unrecoverable error
com.bea.b2b.messagequeue.QueueException while delivering message fromqueue,
HUB_MESSAGESTORE_URL_sendQueue Throwing away message:
http://127.0.0.1:7001/RequestorPartner:HelloPartnerConversation:1.1:Requesto
r_RequestorPartner_1012483415614_821012483415614:0 Exception:
com.bea.b2b.messagequeue.QueueException
How do I change the configuration to get the two machines communicate?
Thanks, Morten

Similar Messages

  • How do u load samples in to samplers/drum machines

    hi iv been using logik a short while and have simply been draggin and dropping my samples (kick.hi's , snares etc) staight in to the arrangment, but i was wondering how i get my samples to route through the samplers and drum machines so i can alter them etc ,,,
    thankx in advance
    kirk

    You certainly can, & in the long run it will be much easier than doing it the hard way as you are now. But since it isn't easily explained in a Forum discussion, you should take Eriksimon's advice & read the chapter in the manual he mentions.
    Your other option is to check out Ultrabeat.
    If you get stuck, let us know.
    (If you had been talking about Loops, it would have been a different kettle of fish!)

  • How to work on the same project on two machines at the same time and also exchange progress seamlessly using Adobe Premiere Pro CC 2014?

    We are working on a film project on Adobe Premiere Pro CC 2014. Two editors are working on the same film project (same pproj file ) on two machines. As a result the bin structure and the file structure is exactly the same. We even bought two licenses for the respective machines to make matters simple (at least we thought it would).
    Now when we share a sequence between the two machines, every time we have to import and re-link media. Also each sequence import comes with its own set of files, which are actually already present in the project. Basically the new sequences are looking to re-link the media to the original/ source files only and are completely ignoring the file structure present in the project.
    In all editing softwares, timeline/ sequence sharing is a very common practise when working on multiple machines. Why is it so tedious in CC 2014? Every time we share a sequence between the two machines the media gets doubled and tripled in the project. As a result the project file size is increasing perpetually. Already Premiere CC 2014 is extremely laggy and slow, and this stupid bug is making it more difficult for us to finish our work on time.
    Has anybody ever faced this issue? How do we solve it? We are willing to try out any workflow that you can suggest.

    Concurrently working on the same project it requires a specific implementation in all editing programs like Avid's Unity/ ISIS shared storage. That's what you are simply not considering. none of your issues would be any problem if your projects resided on a commonly accessed server or something like that. Check respective hardware solutions.
    Mylenium

  • How to make OTM scripts to run on remote machines

    Hi,
    I came across lot of posts which tells how to configure OTM to connect to remote machines.
    Some how i dont understand when they say stop the OATS service and configure it manually
    Also to use the password for authentication manager.
    What i really want to know is step by step for a layman to set up OTM to run scripts on a remote desktop and on the local with the execution being displayed (not suppressed)
    How do we configure that?
    Any help is deeply appreciated!! my test cases are just stuck inprogress status
    Thanks
    Radhika

    Hi Radhika,
    For running Scripts from either the server or the remote machine using OTM you need to run the Agent Manager service as a console not the OATS service. For that you need to stop that service--> set the startup type as manual--> the run the ' C:\OracleATS\agentmanager\bin\AgentManagerService.exe –c AgentManagerService.conf ' command in the CMD to run this service as a console. Because this agent manager service is for OLT to communicate with its agents and works fine even if it is set to automatic or manual and started normally. Hope this helps.....
    Regards,
    Charles Kingsly

  • Barcode sample couldnot run in 9ias

    barcode sample couldnot run in 9ias
    Oraclebarcode.jar Doesn't work on webserver
    I have downloaded the example on how to print a barcode using the oraclebarcode.jar in 9i. It works on my local install of the reportserver(devloper9i), but when I move it out to the webserver(9ias), it doesn't work. It gives this error:
    Terminated with error: <br>REP-771: 'beforereport': Fatal PL/SQL error occurred. ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    the beforreport trigger code below
    globals.barcode_to_use:=BarCodeConstants.BAR_CODE_128;
    The jar file is in the reports_classpath, as well as the report. What else to try????

    1.I have reslove the problem.
    2.add d:\oracle\reports\jlib\oraclebarcode.jar to REPORTS_CLASSPATH。
    3.add d:\oracle\reports\jlib\oraclebarcode.jar to CLASSPATH。
    4.modify d:\oracle\reports\conf\<server_name>.conf。add d:\oracle\reports\jlib\oraclebarcode.jar 到engine element 的classpath attibute。
    <engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar">。
    <engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="1" maxEngine="1" minEngine="0" engLife="50" maxIdle="30" callbackTimeOut="60000" classPath="d:\oracle\reports\jlib\oraclebarcode.jar"/>

  • Playback speed in Sample Editor window many, many times faster than track (at correct speed) in arrange area. How do I sync Sample Editor playback speed to correct speed/tempo in arrange area? Track is spoken word.

    Playback speed in Sample Editor window many, many times faster than track (at correct speed) in arrange area. How do I sync Sample Editor playback speed to correct speed/tempo in arrange area? Track is spoken word. Sample Editor playback sounds like Alvin on a meth binge. Spoken phrase is generated from Textspeech. Textspeech can export files as WAV files or MP3 files. Perhaps a clue?:   When exported Textspeech WAV file is dragged and dropped into track in arrange area of new project, it exhibits same supersonic speed. When Textspeech file is exported as MP3 file and dragged and dropped in arrange area track, it plays at correct speed.

    Thanks Erik,
    If nothing else, this huge list of updates and fixes, shows clearly that the Logic Dev team is working hard on fixing and improving LPX to a major degree.... and from the list of fixes done.. show they do read the bug reports submitted!
    As an aside....
    I recall how all the 'naysayers' prior to LPX (and in some cases, since...)  were proclaiming how Logic was dead, the team was being disbanded, we won't see any further development, the Dev team doesn't listen or care... and so on....... I wonder where those people are now?

  • How to stop as files from running until a certain frame

    Hi all,
    I have a simple flash game with two frames at the moment.
    Most of the stuff that happens is in as files linked to
    different movie clips.
    I orignially only had one frame my background frame and when
    testing I just press ctl+enter and bamm away it goes the
    actionscript runs as soon as the movie/game starts and ergo the
    game plays.
    My problem is this, I now want to have a start/home frame at
    the beginning (of course) which has the start game button on which
    when clicked THEN starts the game.
    Currently the game starts in the first frame along with the
    start button :(
    How do I stop the game running straight away and my first
    frame only contains the start button, which when clicked then goes
    to the 2nd frame and starts the game?
    Reagrds,
    Red.

    A friend resolved the issue for me;
    By renaming the main contrustor and calling this in the start
    button Example action script applied to the button:
    START OF ACTION SCRIPT
    import flash.events.MouseEvent;
    stop();
    startBTN.addEventListener(MouseEvent.CLICK, startClick);
    function startClick(event:MouseEvent):void
    trace ("Button clicked");
    gotoAndStop(2);
    gameGo();
    /*gameGo() is the renamed main document class, renaming it
    prevents it from been run instanly
    and it is called from the button*/
    END OF ACTION SCRIPT

  • How to schedule the job to run evry Sunday at 12 P.M IST.

    Hi Experts,
    I want to schedule a job which will run evry Sunday at 12 P.M IST.
    I have written the below script.
    [code]BEGIN
      SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_JOB'
          ,start_date      =>  SYSTIMESTAMP
          ,repeat_interval => 'FREQ=WEEKLY; BYDAY=SUN; BYHOUR=12;BYMINUTE=0; BYSECOND=0;'
          ,end_date        =>  NULL
          ,job_class       => 'DEFAULT_JOB_CLASS'
          ,job_type        => 'STORED_PROCEDURE'
          ,job_action      => 'SERVICE_SAL_FS.SAL_MESSAGE_BUFFER_PURGE_PROC'
          ,comments        => 'Run at 12 P.M.IST every Sunday'
          ,enabled            => TRUE
    END;[/code]
    But the server in US.
    [code]SELECT sysdate from Dual;
    6/11/2013 3:58:58 AM
    --But the time in India is 02:28 PM [/code]
    How to convert the timezone to IST.
    Please help me how to schedule the job to run evry Sunday at 12 P.M IST.
    Thanks.

    Did you read DBMS_SCHEDULER docs:
      The calendaring syntax does not allow you to specify a time zone. Instead the Scheduler retrieves the time zone from the start_date argument. If jobs must follow daylight savings adjustments you must make sure that you specify a region name for the time zone of the start_date. For example specifying the start_date time zone as 'US/Eastern' in New York will make sure that daylight saving adjustments are automatically applied. If instead the time zone of the start_date is set to an absolute offset, such as '-5:00', daylight savings adjustments are not followed and your job execution will be off by an hour half of the year.
      When start_date is NULL, the Scheduler will determine the time zone for the repeat interval as follows: 
    It will check whether the session time zone is a region name. The session time zone can be set by either:
    Issuing an ALTER SESSION statement, for example:
    SQL> ALTER SESSION SET time_zone = 'Asia/Shanghai'; 
      Setting the ORA_SDTZ environment variable.
      If the session time zone is an absolute offset instead of a region name, the Scheduler will use the value of the DEFAULT_TIMEZONE Scheduler attribute. For more information, see the SET_SCHEDULER_ATTRIBUTE Procedure.
      If the DEFAULT_TIMEZONE attribute is NULL, the Scheduler will use the time zone of systimestamp when the job or window is enabled.
    SY.

  • How to schedule a job to run twice within a request set?

    How to schedule a job to run twice within a request set?

    Create one more stage for the same concurrent program.
    Thanks
    Nagamohan

  • How many apple tvs can i run at once

    i want to set up a trade show booth with apple tvs and a mac mini. how many apple tvs can i run off a mac mini? i want to run different slideshows.

    Frank Caggiano wrote:
    Pretty sure that one device (the mini) will only be able to interact with one Apple TV.  At best you might be abel to connect to multiple ATVs but they would all run the same content. (and I have my doubts about that)
    You can use the mini and multiple Apple TV's to watch different content, indeed you can only watch different content although you can listen to the same content. For the avoidance of doubt different includes the same content but not in sync.

  • How to create transparent image at run-time?

    How to create transparent image at run-time? I mean I want to create a (new) transparent image1, then show other (loaded) transparent image2 to image1, then show image1 to a DC. The problem is - image1 has non-transparent background...

    i'm not sure, but you can set the alpha value to 0 in all pixels which are 'in' the background..
    greetz
    chris

  • How do I turn off apps running in the background on iOS7?

    I just updated my iPhone 5 to iOS7.  How do I turn off apps running in the background? Double tapping the home button and turning each one off doesn't work on the updated iOS.

    Double click the Home button and "slide" the open apps 'UP" with your finger, they will disappear.

  • How do I turn off programs running in the back ground on my iPad

    How do I turn off apps running in the back ground with the new update

    How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211

  • How do I turn off programs running in the back ground  for iOS7?

    How do i turn off programs running in the background using iOS 7?

    *iOS 7 closing running apps*
    Double-tapping the Home button will bring up the running apps icons along with an app screenshot "card" above the icon. Tap-drag the app's -card- (NOT the icon) up and off the screen.

  • How do i turn off apps running in the background with the new upgrade?

    how do i turn off apps running in the background with the new upgrade?

    They changed it a bit, but you can still close apps. Double click the Home button to pull up the currently running apps. Side scroll over to the app you want to close, then swipe up on the app *window* (not the icon at the bottom).
    = L.I.

Maybe you are looking for

  • Why all newly installed Apps appear on the second page of Launchpad?

    I'm new to Mac (1y now). Using 10.7.5 on my MacBook Air. Every time I install an App it appears in the second page of Launchpad and since I don't want to have a second page, I move it back into one of my App groups on the first page, erase the empty

  • Which service pack should I install if I have SQL Server 2012 RTM version 11.0.2100.60

    I read the recommendation "SQL Server 2012 RTM is no longer in mainstream support. If you wish to continue getting fixes, you should absolutely plan on migrating to the SP2 branch;" from http://blogs.sqlsentry.com/team-posts/latest-builds-sql-server-

  • NI Multiple Assignments Checkbox - Person Record

    Hi, Please can someone explain what the "NI Multiple Assignments" checkbox is used for on the person record (ie, what it represents)? It looks as though it represents whether a user has multiple assignments, however why would we need a checkbox to do

  • Bex on MAC

    Hi All This is something new to the forum, I tried googling and and no luck hence decided to seek help from right people. Bex analyzer has been designed to fit into MS-office (or lets say SAP was trapped my MS) so has any one tried using Bex on MAC P

  • What does error ox8000065 mean?

    ok, for some reason my iphone has stopped connecting to itunes, computer, unable to access emails, or send text. Everytime I connect to computer, an error 0x8000065 appears. Can anyone assist me on what to do?