Infinite blocking when calling service other than "toupper"

Hi,
We are testing (trying) Tuxedo Connector between (from) WLS 6.1 (NT) and (to)
Tuxedo 6.5 (AIX). Calling the sample service "toupper" works fine. But WLS is
blocking when calling services that do not return the result in the same buffer
as input (as toupper does). When calling a Tuxedo service that returns its result
in a buffer it newly allocates (C library), from the WLS logging we see that it
was able to get the returned data size, but then it seems to block for the data
itself. Following are the two last logged WLS messages:
Jan 4, 2002 5:30:32 PM EST> <Debug> <WTC> <]/read_dom_65_tfmh/130/-1>
Jan 4, 2002 5:30:32 PM EST> <Debug> <WTC> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
Any idea? Thanks, Eric.

See attachment (log from WLS) and following code snippet.
tupper(TPSVCINFO *rqst)
/* next line will work */
char* outMsg = rqst->data;
/* next line won't work, would get:
weblogic.wtc.jatmi.TPException: null
TPException.getDiagnostic(): 0
TPException.gettperrno(): 13
char* outMsg = (char*)tpalloc("X_OCTET", NULL, rqst->len);
for(int i = 0; i < rqst->len; i++)
out[i] = toupper(rqst->data);
/* Return the transformed buffer to the requestor. */
tpreturn(TPSUCCESS, 0, out, rqst->len, 0);
"Eric Poulin" <[email protected]> wrote:
>
Hi,
We are testing (trying) Tuxedo Connector between (from) WLS 6.1 (NT)
and (to)
Tuxedo 6.5 (AIX). Calling the sample service "toupper" works fine. But
WLS is
blocking when calling services that do not return the result in the
same buffer
as input (as toupper does). When calling a Tuxedo service that returns
its result
in a buffer it newly allocates (C library), from the WLS logging we see
that it
was able to get the returned data size, but then it seems to block for
the data
itself. Following are the two last logged WLS messages:
Jan 4, 2002 5:30:32 PM EST> <Debug> <WTC> <]/read_dom_65_tfmh/130/-1>
Jan 4, 2002 5:30:32 PM EST> <Debug> <WTC> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
Any idea? Thanks, Eric.
[weblogic.log]

Similar Messages

  • Error '9' when calling service 'SO_OBJECT_SEND'

    We are implementing travel module. The scenario is when the employee raises a travel request, after approving the mail should be sent back to the employee. This feature is provided by the standard.
    However in the SEND_MAIL step the WORKFLOW Container variable 'Employee.Trip.User.Id' is not set owing to which the mail step gives out error.
    Can anyone please guide us on the probable cause of the error ?? Where does the object TRIP gets the value 'TRIP.USER.ID' ??
    Is it any setting issue ??
    Please guide..

    Hi
    Run report HRALXSYNC  and you will solve this.
    We have faced this issue many times and the solution we have applied is
    1. This issue occurs on a step that is dialog where some agent needs to either approver or reject.
    2. You should check the rule (Agent determination rule in that step).
    Run that rule with the workflow data (use scenario with which you are getting error).
    Run the rule individually and check if you are getting right result.
    this error most of the time id due to the fact that the rule is not be able to determine next processor of the workitem.
    Error 9 when calling service SO_OBJECT_SEND SWF_RUN535
    to assure you can hardcode the user for test in the rule and run the workflow as that is the most effective analysis that will help you determine the cause.
    I have never seen this error on a background step unless there is a mail step involved.
    You need to run the report HRALXSYNC to synchronize HR objects which will surely solve this issue.
    regards
    barin

  • Getting Error Message "Error '9' when calling service 'SO_OBJECT_SEND'

    Hi All,
    We are working on SRM5.0(with servier 5.5 paching 14) and ECC (R/3) with SAP appl 600(16 th patch).but the workflow is giving the error   "Error '9' when calling service 'SO_OBJECT_SEND'  and PO is still in the awating approval status.
    Regards
    Channappa Sajjanar

    Hi,
    See  this related thread:
    Re: Workflow Error  --  Error' 9' when calling service ' SO_OBJECT_SEND'

  • SRM Workflow error-  Error' 9' when calling service ' SO_OBJECT_SEND'

    Hi Team,
    We are facing problem with SAP SRM Workflow error-  Error' 9' when calling service ' SO_OBJECT_SEND' .
    Due to this WI is not going to Approver/Requester INBOX and unable to process that WI.
    Please advice .
    Greatly Appreciated for Help.
    Regards
    CK

    Hi,
    Not sure what '9' is, the exceptions called by the SO_OBJECT_SEND function are as follows:
    EXCEPTIONS
                   ACTIVE_USER_NOT_EXIST      = 35
                   COMMUNICATION_FAILURE      = 71
                   COMPONENT_NOT_AVAILABLE    = 01
                   FOLDER_NOT_EXIST           = 06
                   FOLDER_NO_AUTHORIZATION    = 05
                   FORWARDER_NOT_EXIST        = 08
                   NOTE_NOT_EXIST             = 45
                   OBJECT_NOT_EXIST           = 13
                   OBJECT_NOT_SENT            = 15
                   OBJECT_NO_AUTHORIZATION    = 13
                   OBJECT_TYPE_NOT_EXIST      = 17
                   OPERATION_NO_AUTHORIZATION = 21
                   OWNER_NOT_EXIST            = 22
                   PARAMETER_ERROR            = 23
                   SUBSTITUTE_NOT_ACTIVE      = 31
                   SUBSTITUTE_NOT_DEFINED     = 32
                   SYSTEM_FAILURE             = 72
                   TOO_MUCH_RECEIVERS         = 73
                   USER_NOT_EXIST             = 46
                   OTHERS                     = 1000.
    Regards,
    Jason

  • Workflow Error  --  Error' 9' when calling service ' SO_OBJECT_SEND'

    Hi ,
    Could  you  pls tell me what will be the reason for this Error' 9' when calling service ' SO_OBJECT_SEND'
    Thanks & Regards,
    Gopal

    Hello
    reason could be lot of things:
    check the note 938147 for example...
    Another helpful note is the 190669
    regards,
    daniel

  • Error '20' When calling Service 'SO_OBJECT_SEND'.

    Hi Experts,
    In my work flow I am using step to send mail.
    While executing the workflow this step is throwing the above error 'Error '20' When calling Service 'SO_OBJECT_SEND'.
    Please help me in this case.
    Regards,
    Nayani

    Hi Nayani
    Please go to the technical WF log, select the mail step in error and check the container element ADDRESSSTRING - it should have valid values. If there is no value or at least one line, that is the cause of your error.....this means you will have to correct the method/process/code/ where you are fetching the email addresses.
    regards,
    Modak

  • Sbi mobile banking is not working in iphone4. i can't make video call to other than iphone4

    sbi mobile banking is not working in iphone4. i can't make video call to other than iphone4

    What troubleshooting steps have you tried?  Have you tried resetting the iPhone? or restoring it?

  • My hard disk crashed and I cannot find out how to "contact customer service" other than this forum.  The website seems to just take me in a circle. I need to de-activate a license but cannot access the software due to a crashed hard drive.  Please help.

    My hard disk crashed and I cannot find out how to "contact customer service" other than this forum.  The website seems to just take me in a circle. I need to de-activate a license but cannot access the software due to a crashed hard drive.  Please help.

    Hi Anthony ,
    Here is the link to connect with Adobe Chat Support.
    https://helpx.adobe.com/adobe-connect/kb/connect-chat-support.html
    Hope your query gets resolved .
    Regards
    Sukrit Dhingra

  • I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

  • I have an IPod touch 4 gen. And I'm having problems with the audio when I use other than Apple brand earphones

    I have an Ipod Touch 4 gen. and I'm having problems with audio when I use other than Apple brand earphones. I'm talking about music only so far, when I use apple earphones all is fine, but if I use other type of phones ( sony for exemple ) I can only hear the music and the background but not the lead singer voice, can anybody explain this to me? thank you.

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    - If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • My number comes up blocked when calling others

    i recently lost my pearl flip =( and had to get another blackberry cause i couldnt stand the nokia i had. i ended up finding a pearl 8110 for a good price so i bought it. i put my sim card in it and couldnt be happier with it except this one problem.
    when i make calls to other people the number shows up 'private' or blocked on whose ever phone i am calling. alot of my friends and family will not answer private numbers so this is a problem! i assume there is a 'restrict identity' or something feature but i couldnt find it in any options. anyone else have a problem like this?
    also, is there a way to change the sms/mms message tone?i can only change the ringtone.
    any help is appreciated
    Solved!
    Go to Solution.

    1. Press the green dial key to enter the call log > Menu key > Restrict My Identity > No or never.
    2. Profiles... edit your profiles on the device > Advanced > Active Profile > SMS. Set the tone there.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Automator crashes when saving as other than workflow

    Automator crashes whenever I try to save a workflow as anything other than a workflow (ie, as an app or a folder action).
    Fixed permissions and rebooted. No go.
    Any ideas?

    Thank you for your reply. It certainly surprised me!  As my post mentions I'm using 12.0.2 x64 on 10.6.6 - hope there is something peculiar about my setup, but it's been happening through a couple of version updates to both CS5 and OS X.
    I have the crash logs but I didn't think there was a sensible way I could post them here - is there?

  • Free photo services other than Facebook and Flickr with iPhoto integration?

    Currently we use Facebook, though I can't assure anonymity when posting images from my facebook account on a particular bulletin board, due to real name being associated with the image being hosted in Facebook. Flickr, for reasons beyond my control is not viable as a choice because Yahoo now appears to own Flickr, and my Yahoo account I decided for reasons of anonymity to not give my real e-mail address and now I don't have the password for it. Is there an iPhoto uploader software that works with Google images, or some other service that is free for hosting images?

    You might give a look at OVI.com. It was bought by Nokia and integrated into their phones but can still be used like facebook or one of the other photo sharing sites. The site will take photos as well as videos.
    It's equivalent of MMe's galleries are called channels. You can make individual channels private or public. Private channels can be opened to specific individuals.

  • GetURL:javascript blocked when called from a frame action in flash?

    Hi,
    I'm wrapping a load of flash/html eLearning content into air
    packages - or at least I was!
    The content is really old - flash 6 - and part of how it
    works is once it has loaded, it calls a javascript function, via a
    frame action. Each eLearning module relies on this call getting
    made...
    Sadly, this javascript call is never received - and having
    done a test it is purely down to the call being from a frame rather
    than a button (or other user interaction).
    eg. a movie with 10 frames. frame 10 has this action:
    (remember this is flash 6!)
    stop();
    getURL("javascript:foo());
    foo is never called.
    But put a button in with:
    on(release){
    getURL("javascript:foo());
    that works fine. Same call, but via a button.
    So really the question is - with air (or even is it something
    in new flash security?) - is there some reason why a frame action
    cannot call javascript? And if so - is there a parameter that can
    be set (like allowScriptAccess type thing - although tried that!)
    that will allow it again? Basically with over 1000 different flash
    movies, I'm not really in a position to re-code (eg.
    ExternalInterface does work! But can't recode 1000 movies to use
    that!).
    I've searched and can't see anything saying specifically a
    frame action call to javascript will be ignored, but clearly it
    is...
    Any idea, anyone?
    Thanks.

    You are calling the script while the mouse button is still
    down-- a
    hijacking truck.
    While it still works in older/unpatched IE, Microsoft has
    disabled
    resizeBy/To and moveBy/To while the mouse button is down.
    Obviously, when
    you have to click the Alert dialog's OK button, the mouse is
    no longer down.
    You'll need to take a different approach.

  • Report dispplayed in new window when called from other report

    I have 2 reports based on data in a database, say rep1 and rep2.
    Rep2 is called by rep1 using this in de SQL-wizard:
    SELECT
    '<A HREF="SCHEMA_OWNER.REP2.show?p_arg_names=server_dom&p_arg_values='||COLUM||'&p_arg_names=db_key&p_arg_values='||COLUM||'">Report2</A>' "link to rep2"
    FROM table...
    I have made a portlet with the first report. When I click on the Report2-link, a new window is opened. How can I obtain that the report2 is displyed in the same portlet of the Portal?

    Please post this question to the Portal Applications forum.
    Thanks,
    Jerry

Maybe you are looking for

  • How do you organise the management of your IdM system?

    Hi Everyone, We're just starting off on our IdM project and I'm looking for some help and advice around how you've organised roles and responsibilities for managing your IdM system. Things like:    - Who is responsible for managing the RunTime enviro

  • Purchase and consumption quantity for ISO 14001

    Hello! We need the summary of purchase and consumption quantity of some material groups for a ISO 14001 report. Is there a standard report in ECC 6.0 EHP5? Best regards Markus

  • Problem with starting Timecode in the Timecode effect

    hi everyone, I have a problem with the timecode effect in my sequence. The strating time of the sequence ist 09:59:50:00, I copy/pasted it into "Starting Timecode" in the Timecode effect controls panel and chose "Generate" from the Timecode Source op

  • Planned Overheads

    Hi, I want to know what is functionality of the overhead calculation transactions (CJ46,CJ47), after executing this overhead calculation transaction where can we view the oveerheads calculated. Are these transactions used to calculate overheads only

  • Remove Resubmit option in context menu of the task in UWL EP7

    Hi All In EP7, the behaviour of the tasks has changed a lot. when the task appeared in UWL,Clicking on the work items, the form is not getting opened up instead it is showing "Resubmit" option in context menu of the task. For each task i need the cor