LIBTUX_CAT:481: ERROR: Service xa_start returned -9

Hi All,
We are getting a typical XA error in one of our application environments every day.
I found the error message in ULOG and the message says :
"180502.mddev!XYZ.1867.1.0: gtrid x0 x49b925ce xa384: LIBTUX_CAT:481: ERROR: Service xa_start returned -9"
"XYZ" is one of the data logic service used in the application.
[ NOTE : XYZ is a duplicate name used for the actual server respecting the security policy of the customer]
After a bit of analysis I found in if the logs called xa_NULL03132009.trc , the below messages
150702.19343.0:
xaostart: xid=0x28-6d64646576000000000000000000000000000000000000000000000000000000000744f249b925ce00008c8e-000000
0100000008, rmid=0, flags=0x0
150702.19343.0:
ORA-24776: cannot start a new transaction
150702.19343.0:
xaostart: XAER_OUTSIDE; session in local transaction
Please guide me in resolving the issue and let me know what to do to resolve the issue.
It'll be great if I'll get some help as soon as possible.
Thanks,
Sandhya...

The XAER_OUTSIDE error can occur when a service that uses embedded SQL is sometimes invoked transactionally and is sometimes invoked nontransactionally.
When such a service is invoked nontransactionally, the first SQL statement executed within the service starts a SQL unit of work that is not associated with an XA transaction. If the service includes code "if (tpgetlev() == 0) EXEC SQL COMMIT WORK;" or "if (tpgetlev() == 0) EXEC SQL ROLLBACK WORK;" before invoking tpreturn() then future calls to this server within an XA transaction will work. However, if the non-XA SQL unit of work is not committed or rolled back before calling tpreturn() then any future calls to this server within an XA transaction will fail with XAER_OUTSIDE.
The easiest way to fix this problem is to use the Tuxedo AUTOTRAN parameter for all services within such servers. If the UBBCONFIG file includes the lines
*SERVICES
DEFAULT: AUTOTRAN=Y
then all services will have AUTOTRAN turned on by default. When a service configured with AUTOTRAN=Y is invoked, Tuxedo will start an XA transaction before just before invoking the service if not already in an XA service. If Tuxedo started an autotran transaction, then it will automatically commit or roll back the transcaction when tpreturn() is invoked.
Using AUTOTRAN avoids the need to call COMMIT WORK or ROLLBACK WORK in the application code before tpreturn() if tpgetlev()==0. (When tpgetlev() == 1 transactions are managed by XA and the application should not use any SQL COMMIT WORK or ROLLBACK WORK statements.)

Similar Messages

  • Urgency question, xa_start returned XAER_RMERR

    i have an urgency question,
    tuxedo 6.5, oracle 8.1.7
    when I used tpcall to call a service, which is in a server, tperrno returned 10(TPESVCERR).
    The service hase only one select statement as 'EXEC SQL select ...'.
    The ULOG file infomation :
    082123.nznode4!cserv_v3.105788: gtrid x10001 x3eac9994 x9d: LIBTUX_CAT:481:
    ERROR: Service xa_start returned XAER_RMERR
    xa_NULL042803.trc
    ORACLE XA: Version 8.1.7.0.0. RM name = 'Oracle_XA'.
    083014.95804.0:
    ORA-24784: Transaction exists
    RM file
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lm -lclntsh -lsql
    and what puzzled me greatly is
    when i boot it, it worked well, several minutes later, it worked wrong.
    what's the problem? who can help me?
    urgency, very thanks.

    i have an urgency question,
    tuxedo 6.5, oracle 8.1.7
    when I used tpcall to call a service, which is in a server, tperrno returned 10(TPESVCERR).
    The service hase only one select statement as 'EXEC SQL select ...'.
    The ULOG file infomation :
    082123.nznode4!cserv_v3.105788: gtrid x10001 x3eac9994 x9d: LIBTUX_CAT:481:
    ERROR: Service xa_start returned XAER_RMERR
    xa_NULL042803.trc
    ORACLE XA: Version 8.1.7.0.0. RM name = 'Oracle_XA'.
    083014.95804.0:
    ORA-24784: Transaction exists
    RM file
    Oracle_XA:xaosw:-L${ORACLE_HOME}/lib -lm -lclntsh -lsql
    and what puzzled me greatly is
    when i boot it, it worked well, several minutes later, it worked wrong.
    what's the problem? who can help me?
    urgency, very thanks.

  • BPEL build error when invoke an extrenal Web Service that returns an Array

    Hello,
    I built with JDeveloper a web service that returns an Array of Java Bean classes and I try to invoke this web service from a BPEL process. The wsdl file is automatically generated by the JDev. When I built the BPEl project I obtained the following error:
    [bpelc] [Error] :-1:-1: src-resolve.4.2: Error resolving component 'SOAP-ENC:Array'. It was detected that 'SOAP-ENC:Array' is in namespace 'http://schemas.xmlsoap.org/soap/encoding/', but components from this namespace are not referenceable from schema document 'http://malangiu-ro:8988/cde-Project-context-root/CdeFactoryWS?WSDL'. If this is the incorrect namespace, perhaps the prefix of 'SOAP-ENC:Array' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'http://malangiu-ro:8988/cde-Project-context-root/CdeFactoryWS?WSDL'.
    [bpelc] [Error] :-1:-1: src-resolve.4.2: Error resolving component 'SOAPENC:Array'. It was detected that 'SOAPENC:Array' is in namespace 'http://schemas.xmlsoap.org/soap/encoding/', but components from this namespace are not referenceable from schema document 'http://malangiu-ro:8988/cde-Project-context-root/Top300FactoryWS?WSDL'. If this is the incorrect namespace, perhaps the prefix of 'SOAPENC:Array' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'http://malangiu-ro:8988/cde-Project-context-root/Top300FactoryWS?WSDL'.
    [bpelc] [Error] :-1:-1: src-resolve.4.2: Error resolving component 'SOAP-ENC:Array'. It was detected that 'SOAP-ENC:Array' is in namespace 'http://schemas.xmlsoap.org/soap/encoding/', but components from this namespace are not referenceable from schema document 'http://malangiu-ro:8988/cde-Project-context-root/CdeFactoryWS?WSDL'. If this is the incorrect namespace, perhaps the prefix of 'SOAP-ENC:Array' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'http://malangiu-ro:8988/cde-Project-context-root/CdeFactoryWS?WSDL'.
    Any hint? Thanks in advance!
    Regards,
    Marinel

    Hi,
    BPEL and BPEL PM do not have a good support for SOAPENC-Array: it would be very difficult to create such an array in BPEL or to receive it and manipulate it.
    The (unfortunately very intrusive) work around is to change the WSDL of the service to use a XML type defined using XML schema. This is all the more painful that JDev 9.0.4 does not have strong support for complex types.
    In general though, I would highly recommend this best practice:
    1) Start by define the WSDL contract first
    2) Then generate the server side skeleton to implement it
    3) Use BPEL as the client to this contract.
    By starting with the contract first, you make sure that 1) your interfaces are clean and coarse grained.
    2) things like java objects, sessions, etc to not leak through the interface (which would be the worst thing that could happen because it would closely link the client and the server.
    Sorry for not being more helpful. This will get radically cleaner in Oracle AS 10.1.3.
    Edwin

  • Error: The listener returned the following Message: 503 Service Unavailable

    I have navigation menu that I created using pl/sql and I am generated an href link from the store procedure the first time I click on the link I get the following error:
    Error: The listener returned the following Message: 503 Service Unavailable
    and then I click the back button on the browser and click it again the the page I want is return what may be causing it...

    I would check to see how many sessions you have running and what your session limit is. If the open sessions is near your session limit it maybe shutting portal down. Does this happen all the time or just randomly? If it's randomly, this may be your problem.

  • LIBTUX_CAT:776: ERROR: Invalid server information given

    Hello:
    I am getting the above error, and I would like to find out what conditions this behavior occurrs. I don't know of an API that takes <i>rlink</i> as an arguement or a TMID.
    david

    Arul,
    The -9 error from xa_start() is XAER_OUTSIDE, which occurs when "The
    resource manager is doing work outside any global transaction on behalf of
    the application."
    Tuxedo servers associated with a resource manager (database) should let
    Tuxedo handle transaction management, and should normally not include any
    SQL trasnsaction management statements such as EXEC SQL BEGIN WORK, EXEC SQL
    COMMIT WORK, or EXEC SQL ROLLBACK WORK.
    If a server is sometimes invoked in transaction mode and is sometimes
    invoked outside of a transaction, if the server uses EXEC SQL BEGIN WORK
    when it is invoked outside of a transaction, if there is sometimes no
    matching EXEC SQL COMMIT WORK or EXEC SQL ROLLBACK work for the BEGIN WORK,
    and if the server is called within a Tuxedo tranasaction after such an
    unmatched BEGIN WORK, then the XAER_OUTSIDE error will occur.
    I'd recommend looking at the code for your server to see if there are any
    BEGIN WORK, COMMIT WORK, or ROLLBACK WORK statements, and especially if
    there are any unmatched BEGIN WORK statements. A server invoked outside of
    a transaction can replace such statements with tpbegin(), tpcommit(), and
    tpabort(), and if tpreturn() detects an unmatched tpbegin() in such a
    situation, it will log LIBTUX_CAT:1397 and fail the service request with
    TPESVCERR.
    <Arulraj S> wrote in message news:[email protected]...
    Hi ,
    I am using Tuxedo 8.1 along with oracle 9i
    (ORACLE XA: Version 9.2.0.1.0. RM name = 'Oracle_XA'.)
    getting the below error from an application server - randomly whenservices are fired from a java application to this qrsBBF - a c++ tuxedo
    based app. server.
    >
    155336.seidevas09!qrsBBF.26884.1.0: gtrid x0 x43e13636 x3bc1:LIBTUX_CAT:1384: ERROR: xa_start flags 0 returned -9
    >
    Could any one of you tell me how I can fix this - this is very random .
    is there anything to do with oracle ptaches/shared pool.
    there are lot of schemas in one instance of db. and my application sharesthe schema with other java appls(using jdbc ,weblogic).
    >
    thanks
    Arul
    [email protected]

  • LIBTUX_CAT:582: ERROR: Unable to register, registry table full

    When we tried to call one of our service 100 times parallely we got an error as :-
    181936.547.MLXWTAIXDEV!GWWS.3568042.1.0: LIBTUX_CAT:582: ERROR: Unable to register, registry table full
    182718.591.MLXWTAIXDEV!GWWS.10432990.1.0: LIBTUX_CAT:585: ERROR: Invalid registry table slot index passed, unable to unregister
    Can somebody help us out why this error is coming.
    The UBB configuration for same is as:-
    MAXACCESSERS 350
    MAXSERVERS 430
    MAXSERVICES 1200
    MAXGROUPS 100
    MAXNETGROUPS 20
    MAXMACHINES 256
    MAXWSCLIENTS = 100
    MAXACLCACHE = 10
    MAXPENDINGBYTES = 100000
    "TMMETADATA"
    SRVGRP = "M_JOLT_GRP"
    CLOPT = "-A -- -f /dev_app/dtux5/bin/reposfile"
    RESTART= Y
    SRVID = 1
    GRACE = 3600
    MAXGEN = 5
    "GWWS"
    SRVGRP = "M_JOLT_GRP"
    CLOPT = "-A -- -iGWWS1"
    RESTART= Y
    SRVID = 2
    The wsdf file is as
    <Definition
    xmlns="http://www.bea.com/Tuxedo/WSDF/2007"
    name="EBATEST" wsdlNamespace="urn:salt.EBATEST.wsdl">
    <WSBinding id="CURTEST_Binding">
    <SOAP>
    <AccessingPoints>
    <Endpoint
    address="http://10.16.114.145:7001/ebaapp" id="eba_HTTP_IN">
    </Endpoint>
    </AccessingPoints>
    </SOAP>
    <Servicegroup id="ebatestGrp">
    <Service name="SCD_GET_TRD_UND"></Service>
    </Servicegroup>
    </WSBinding>
    </Definition>
    And salt file used for making saltconfig is as
    <Deployment xmlns="http://www.bea.com/Tuxedo/SALTDEPLOY/2007">
    <WSDF>
    <Import location="/dev_app/dtux5/bin/example.wsdf"></Import>
    </WSDF>
    <WSGateway>
    <GWInstance id="GWWS1">
    <Inbound>
    <Binding ref="EBATEST:CURTEST_Binding">
    <Endpoint use="eba_HTTP_IN"></Endpoint>
    </Binding>
    </Inbound>
    <Properties>
    <Property name="enableSOAPValidation" value="true"/>
    </Properties>
    </GWInstance>
    </WSGateway>
    <System></System>
    </Deployment>
    The trace file as generated is as :-
    184541.717.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184541.717.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184541.717.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184541.718.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184541.722.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281396]
    184541.723.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x1: SESSION: TIMEOUT VALUE IS [9999]:
    184541.727.MLXWTAIXDEV!svr_errlog.11956518.1.0: User id :mamu2:
    184541.727.MLXWTAIXDEV!svr_errlog.11956518.1.0: Sssn id :281396:
    184541.727.MLXWTAIXDEV!svr_errlog.11956518.1.0: Business id :B21001:
    184541.727.MLXWTAIXDEV!svr_errlog.11956518.1.0: Business msg :Invalid User:The Login Id entered is not valid
    184541.727.MLXWTAIXDEV!svr_errlog.11956518.1.0: Service Name :SVC_SESSION
    184541.727.MLXWTAIXDEV!svr_session.11043070.1.0: No Data in Session table for :mamu2:, :281396:
    184541.728.MLXWTAIXDEV!GWWS.2277636.1.0: GWWS_CAT:21: WARNING: Tuxedo service returns TPFAIL.
    184541.729.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Send a http message to net, SCO index=4095
    184700.521.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184700.521.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184700.521.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184700.522.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184700.522.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184700.523.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x2: SESSION: TIMEOUT VALUE IS [9999]:
    184700.524.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x2: SESSION: SESSION [281397] IS VALID:
    184700.538.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184700.538.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.691.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.691.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.691.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.692.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.693.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x3: SESSION: TIMEOUT VALUE IS [9999]:
    184707.694.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x3: SESSION: SESSION [281397] IS VALID:
    184707.710.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.711.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.718.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.718.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.718.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.718.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.718.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.719.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x4: SESSION: TIMEOUT VALUE IS [9999]:
    184707.719.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x4: SESSION: SESSION [281397] IS VALID:
    184707.732.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.732.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.738.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.738.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.739.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.739.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.739.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.739.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x5: SESSION: TIMEOUT VALUE IS [9999]:
    184707.740.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x5: SESSION: SESSION [281397] IS VALID:
    184707.756.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.756.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.769.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.769.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.769.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.769.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.770.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.770.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x6: SESSION: TIMEOUT VALUE IS [9999]:
    184707.771.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x6: SESSION: SESSION [281397] IS VALID:
    184707.798.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.799.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.807.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.807.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.807.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.807.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.807.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.808.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x7: SESSION: TIMEOUT VALUE IS [9999]:
    184707.808.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x7: SESSION: SESSION [281397] IS VALID:
    184707.821.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.821.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.831.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.831.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.831.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.831.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.831.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.832.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x8: SESSION: TIMEOUT VALUE IS [9999]:
    184707.832.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x8: SESSION: SESSION [281397] IS VALID:
    184707.843.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.843.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.855.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.855.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.855.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.855.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.856.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.856.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x9: SESSION: TIMEOUT VALUE IS [9999]:
    184707.857.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af x9: SESSION: SESSION [281397] IS VALID:
    184707.869.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.869.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.876.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.876.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.876.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.876.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.876.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.877.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xa: SESSION: TIMEOUT VALUE IS [9999]:
    184707.877.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xa: SESSION: SESSION [281397] IS VALID:
    184707.899.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.899.MLXWTAIXDEV!GWWS.2277636.1291.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.906.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.906.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.906.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.907.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.907.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.907.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xb: SESSION: TIMEOUT VALUE IS [9999]:
    184707.908.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xb: SESSION: SESSION [281397] IS VALID:
    184707.918.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.919.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.932.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.932.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.932.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.932.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.932.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.933.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xc: SESSION: TIMEOUT VALUE IS [9999]:
    184707.933.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xc: SESSION: SESSION [281397] IS VALID:
    184707.945.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.945.MLXWTAIXDEV!GWWS.2277636.1034.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.957.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.957.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.957.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.957.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.957.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    184707.958.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xd: SESSION: TIMEOUT VALUE IS [9999]:
    184707.958.MLXWTAIXDEV!svr_session.11043070.1.0: gtrid x0 x4f1968af xd: SESSION: SESSION [281397] IS VALID:
    184707.973.MLXWTAIXDEV!GWWS.2277636.1.0: LIBTUX_CAT:585: ERROR: Invalid registry table slot index passed, unable to unregister
    184707.973.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Got a message from Tuxedo, SCO index=4095
    184707.973.MLXWTAIXDEV!GWWS.2277636.1548.0: TRACE:ms:Send a http message to net, SCO index=4095
    184707.980.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A HTTP message is received, SCO index=4095
    184707.980.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:A SOAP message is received, SCO index=4095
    184707.980.MLXWTAIXDEV!GWWS.2277636.777.0: TRACE:ms:Begin data transformation of request message, buffer type = FML32, SCO index=4095
    184707.980.MLXWTAIXDEV!GWWS.2277636.1.0: TRACE:ms:Delivering a message to Tuxedo, service name =SCD_GET_TRD_UND, SCO index=4095
    184707.980.MLXWTAIXDEV!svr_session.11043070.1.0: SESS: INPUT IS [mamu2] : [281397]
    Regards,
    Anurag

    Hi,
    From the Tuxedo documentation, LIBTUX_CAT:582 is described as follows along with a recommended action.
    >
    582
    ERROR: Unable to register, registry table full
    Description
    The BEA TUXEDO system was attempting to find a registry table slot for a process, but the registry table was full.
    Action
    Increase the MAXACCESSERS parameter in the UBBCONFIG file, rebuild the TUXCONFIG file, then reboot the application and try again.
    >
    So try increassing MAXACCESSERS and see if your problem goes away.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • LIBTUX_CAT:489: ERROR: Performed tpreturn() with outstanding replies

    Hi all,
    We have three asynchronous call (tpacall with flags TPNOTRAN).
    Service A:
    tpacall(TPNOTRAN) Service B -> tpcall Service X
    tpacall(TPNOTRAN) Service C -> tpcall Service Y
    tpacall(TPNOTRAN) Service D -> tpcall Service C
    If one call returns fails, we use tpcancel for the other services, but in the ULOG we can see:
    LIBTUX_CAT:489: ERROR: Performed tpreturn() with outstanding replies
    It is possible to know what are the outstanding replies?
    Thanks in advanced

    Hi,
    I think you are referring to the documentation for error LIBTUX_CAT:1286, which suggests tuning the kernel parameters as a more general solution. The explanation for LIBTUX_CAT:669 is more specific (earlier messages in the ULOG usually give a more specific reason for the problem):
    +669 ERROR: Message operation failed because of the invalid message queue identifier+
    Description
    msgsnd to a queue failed because of invalid message queue identifier. This can also occur if a request is made by a client who exits before the request is satisfied. The cleanup after the client exits removes the message queue.
    Action
    Check the message queue identifier in msgsnd(). The message may be corrupted. Contact your ORACLE TUXEDO system Technical Support.
    Increasing the kernel parameters will not help in this case, as the problem is due to the queue having been removed, which happens when the client program terminates, and it is quite likely that there will be no messages in the ULOG indicating what happened. You will need to follow the suggestions made earlier in this forum thread and find out what happened to the client.
    Regards,
    Malcolm.

  • Error 0x800713ec: Process returned error: 0x13ec when installing message+.exe on xp machine.

    [0C00:0A0C][2015-02-10T11:49:06]i001: Burn v3.7.1224.0, Windows v5.1 (Build 2600: Service Pack 3), path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe, cmdline: ''
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906.log'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\Message+.exe'
    [0C00:0A0C][2015-02-10T11:49:06]i000: Setting string variable 'WixBundleName' to value 'Message+'
    [0C00:0A0C][2015-02-10T11:49:07]i100: Detect begin, 3 packages
    [0C00:0A0C][2015-02-10T11:49:07]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full'
    [0C00:0A0C][2015-02-10T11:49:07]i000: Trying per-machine extended info for property 'State' for product: {F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
    [0C00:0A0C][2015-02-10T11:49:07]i000: Setting numeric variable 'VCRedistx86' to value 5
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: vcredist_x86.exe, invalid payload: vcredist_x86.exe, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'VCRedistx86<>2' evaluates to true.
    [0C00:0A0C][2015-02-10T11:49:07]w120: Detected partially cached package: NetFx45Web, invalid payload: NetFx45Web, reason: 0x80070570
    [0C00:0A0C][2015-02-10T11:49:07]i052: Condition 'NETFRAMEWORK45 >= 378389' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: vcredist_x86.exe, state: Present, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: NetFx45Web, state: Absent, cached: Partial
    [0C00:0A0C][2015-02-10T11:49:07]i101: Detected package: VMAApplication, state: Absent, cached: Complete
    [0C00:0A0C][2015-02-10T11:49:07]i199: Detect complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i200: Plan begin, 3 packages, action: Install
    [0C00:0A0C][2015-02-10T11:49:11]i052: Condition 'VCRedistx86=2' evaluates to false.
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: vcredist_x86.exe
    [0C00:0A0C][2015-02-10T11:49:11]w321: Skipping dependency registration on package with no dependency providers: NetFx45Web
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'NetFx45FullWebLog' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleRollbackLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication_rollback.log'
    [0C00:0A0C][2015-02-10T11:49:11]i000: Setting string variable 'WixBundleLog_VMAApplication' to value 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_1_VMAApplication.log'
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: vcredist_x86.exe, state: Present, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: NetFx45Web, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None
    [0C00:0A0C][2015-02-10T11:49:11]i201: Planned package: VMAApplication, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register
    [0C00:0A0C][2015-02-10T11:49:11]i299: Plan complete, result: 0x0
    [0C00:0A0C][2015-02-10T11:49:11]i300: Apply begin
    [0CEC:0C1C][2015-02-10T11:49:16]i360: Creating a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:32]i361: Created a system restore point.
    [0CEC:0C1C][2015-02-10T11:49:33]i000: Caching bundle from: 'C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\.be\Message+.exe' to: 'C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\Message+.exe'
    [0CEC:0C1C][2015-02-10T11:49:33]i320: Registering bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, version: 1.0.14.0
    [0C00:0484][2015-02-10T11:49:33]w343: Prompt for source of package: NetFx45Web, payload: NetFx45Web, path: C:\Documents and Settings\K4MLD.K4MLD-F2F3858A4\My Documents\Downloads\redist\dotNetFx45_Full_setup.exe
    [0C00:0484][2015-02-10T11:49:33]i338: Acquiring package: NetFx45Web, payload: NetFx45Web, download from: http://go.microsoft.com/fwlink/?LinkId=225704
    [0CEC:094C][2015-02-10T11:49:45]i305: Verified acquired payload: NetFx45Web at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\.unverified\NetFx45Web, moving to: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe.
    [0CEC:094C][2015-02-10T11:49:48]i304: Verified existing payload: VMAApplication at path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{70A85191-F402-4CB5-8AFF-050956C7A9E1}v1.0.14.0\Message+.msi.
    [0CEC:0C1C][2015-02-10T11:49:48]i301: Applying execute package: NetFx45Web, action: Install, path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe, arguments: '"C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\redist\dotNetFx45_Full_setup.exe" /q /norestart /ChainingPackage "Message+" /log C:\DOCUME~1\K4MLD~1.K4M\LOCALS~1\Temp\Message+_20150210114906_0_NetFx45Web.log.html'
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Process returned error: 0x13ec
    [0CEC:0C1C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to configure per-machine EXE package.
    [0C00:0A0C][2015-02-10T11:50:36]i319: Applied execute package: NetFx45Web, result: 0x800713ec, restart: None
    [0C00:0A0C][2015-02-10T11:50:36]e000: Error 0x800713ec: Failed to execute EXE package.
    [0CEC:0C1C][2015-02-10T11:50:36]i351: Removing cached package: NetFx45Web, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\F6BA6F03C65C3996A258F58324A917463B2D6FF4\
    [0CEC:0C1C][2015-02-10T11:50:36]i330: Removed bundle dependency provider: {1ca30da3-9557-44ec-bdf2-e0887854efd9}
    [0CEC:0C1C][2015-02-10T11:50:36]i352: Removing cached bundle: {1ca30da3-9557-44ec-bdf2-e0887854efd9}, from path: C:\Documents and Settings\All Users.WINDOWS\Application Data\Package Cache\{1ca30da3-9557-44ec-bdf2-e0887854efd9}\
    [0C00:0A0C][2015-02-10T11:50:37]i399: Apply complete, result: 0x800713ec, restart: None, ba requested restart:  No

    Try deleting the downloaded ,exe file and re-downloading and re-installing it.  If you have an AV running, try disabling it just for the installation; it may be preventing some parts from installing properly.
    If that isn't what you need, please ask your specific question; posting the error log may help a tech, but is not very useful to us regular customers.

  • Error: The listener returned the following Message: 500 Internal Server Error

    Hi,
    I'm currently having trouble building a JSP Portlet and registering it in Portal 902. I've followed all of the documentation and created the appropriate web.xml, provider.xml and _default.properties files as required.  When I deploy the page to my local OC4J server using http://localhost:port/myapplication/providers I receive the following message:
    Congratulations! You have successfully reached your Provider's Test Page.
    Checking for components:
    Portlets are: MyPortlet
    When I then try and deploy the portlet in our development portal environment using the Enterprise Manager interface, and then test using the same URL as above, I receive the same message as above.
    However, when I then try and register the provider through the Portal environment and try and "show" the portlet through a page within the portal, I receive the following error message:
    Error: The listener returned the following Message: 500 Internal Server Error
    I'm not sure why it would work with my local OC4J instance, and on the Portal server itself, but not as a portlet within a portal page in the main environment. I will add the application log, the provider.xml and the _default.properties files to extra postings after this first message.
    Any help would be much, much appreciated.
    Best Regards

    Here is the application log file after running the portlet:
    12/11/02 3:53 PM Started
    12/11/02 3:53 PM Started
    12/11/02 3:53 PM Started
    12/11/02 3:55 PM FavouritesPortlet: oracle.jsp.runtimev2.JspServlet: init
    12/11/02 3:55 PM FavouritesPortlet: 9.0.2.0.0 Started
    12/11/02 3:55 PM FavouritesPortlet: oracle.webdb.provider.v2.adapter.SOAPServlet: init
    12/11/02 3:55 PM FavouritesPortlet: NumberFormatException while initializing Logger. Defaulting LogLevel to 4
    12/11/02 3:55 PM FavouritesPortlet: ServletLogger - Logging level: 4
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Invalid or null value for property - executionWarningTimeout = null - setting to default value of 20 seconds
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Invalid or null value for property - executionKillTimeout = null - setting to default value of 80 seconds
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: Default container renderer not specified
    12/11/02 3:55 PM FavouritesPortlet: [id=(null), instance=6872125_3_PREVIEW] CONFIGURATION: defaulting container renderer to DefaultContainerRenderer
    12/11/02 3:55 PM FavouritesPortlet: Servlet error
    java.lang.NullPointerException
         at jsp.FavouritesPortlet._jspService(_FavouritesPortlet.java:86)
         at com.orionserver[Oracle9iAS (9.0.2.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:508)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:255)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at oracle.portal.provider.v2.render.http.ResourceRenderer.renderBody(Unknown Source)
         at oracle.portal.provider.v2.render.RenderManager.render(Unknown Source)
         at oracle.portal.provider.v2.DefaultPortletInstance.render(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.showPortlet(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.handleHttp(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doHTTPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

  • How to resolve - LIBTUX_CAT:4053: ERROR: Routing function failed - error ?

    Hi,
    We are using TUX 8.1 and i am getting the error :
    LIBTUX_CAT:4053: ERROR: Routing function failed
    while invoking a tpforward call.
    My ubb file for the new service is below.
    "NewXXInqu"
    LOAD=50 PRIO=50
    BUFTYPE="ALL"
    ROUTING="PARTITION"
    TRANTIME=90
    AUTOTRAN=N
    DEFAULT: LOAD=50 PRIO=50 BUFTYPE="ALL" AUTOTRAN=N
    *ROUTING
    "PARTITION"
    FIELD="PARTITION_ID"
    BUFTYPE="FML32"
    RANGES="1:P1,2:P2"
    Its also giving the error : GP_CAT:1064: ERROR: Routing field for 'NewXXInqu' null.
    LIBTUX_CAT:1401: WARN: tpforward tpacall failure TPESYSTEM - internal system error
    I have the NewXXInqu object file created,which is linked to NewXXSvr. This server NewXXSvr is up and running, and i can see that using ps -ef.
    can any one please tell me what is that im missing here. What does routing field 'xx' null mean ?
    Even if i invoke my new service directly, it is giving the same error :GP_CAT:1064: ERROR: Routing field for'xxx' null,
    LIBTUX_CAT:4053: ERROR: Routing function failed.
    Appreciate your reply,
    thanks,
    gopi.

    Hi,
    i am using tuxedo 9.1 and i am getting the same error:
    tpacall("PP_GA_RECARGA3", 0x0x8088140, 140, 0x0)
    GP_CAT:1064: ERROR: Routing field for 'PP_GA_RECARGA3' null
    LIBTUX_CAT:4053: ERROR: Routing function failed
    tpacall = -1 [tperrno TPESYSTEM]
    tpabort(0x0)
    My ubb file for the service is belong:
    *SERVICES
    PP_GA_RECARGA3
    LOAD=50 PRIO=50
    BUFTYPE="ALL"
    TRANTIME=30
    AUTOTRAN=Y
    SVCTIMEOUT=60
    ROUTING=snum_telefono
    *ROUTING
    snum_telefono
    FIELD=__routing__
    RANGES="0:GRP_PPGA_00,1:GRP_PPGA_01"
    BUFTYPE="FML32"
    The service define is:
    PP_GA_RECARGA3_snum_telefono 443 string - -
    PP_GA_RECARGA3_stipo_recarga 444 string - -
    PP_GA_RECARGA3_fimp_recarga 445 double - -
    PP_GA_RECARGA3_scod_moneda 446 string - -
    PP_GA_RECARGA3_scod_promocion 447 string - -
    PP_GA_RECARGA3_scod_usuario 448 string - -
    PP_GA_RECARGA3_lper_validez 449 long - -
    PP_GA_RECARGA3_ssec_actuacion 450 string - -
    PP_GA_RECARGA3__rpr_ret 451 long - -
    If i invoke the service in other environment with similar configuration, the ulog show this:
    tpacall("PP_GA_RECARGA3", 0x0x80882d8, 140, 0x0)
    tpacall = 64 [CLIENTID {1280130829, 0, 430}]
    tpservice({"PP_GA_RECARGA3", 0x10, 0x0x814a4f0, 1164, 0, 0, {1280130829, 0, 430}})
    tpalloc("FML32", "", 1024)
    All it's right
    The difference is that one it's over vmware.
    Does anyone know if this can influence in the routing?
    Thanks,
    Paula.

  • Proc.17086.1.-2: LIBTUX_CAT:6274: ERROR: TMNOTHREADS set to yes but multipl

    Hi
    I am seeing above errors in my ULOG and i have made sure TMNOTHREADS=yes , is set in the environment. We are not using threads and thread functions in my client and server.
    we are using tux80 on hp11i
    we get ocassional failures and below is the snippet
    proc.17086.1.0: LIBTUX_CAT:6242: ERROR: Invalid user password
    17086.1.0: LIBWSC_CAT:2005: ERROR: gssapi function returned failure -3003
    proc.17086.1.-2: LIBTUX_CAT:6274: ERROR: TMNOTHREADS set to yes but multiple threads detected: 1/0
    why does buildclient add -lpthread default ?
    Vasu

    Ronan,
    This error message tells us your application password stored in
    TPINIT.passwd does not match the one which was input when creating
    TUXCONFIG.
    I would like suggest following checking,
    1. If compiling the same workstation client to native client, can you get
    the same error message ? If the native client works correctly and this
    problem came up after a particular Tuxedo rolling patch, please contact BEA
    support.
    2. If possible, recreate your TUXCONFIG from UBBCONFIG and input the
    application password again.
    Hope some help.
    Wayne
    <Ronan Shee> wrote in message news:[email protected]..
    Good day and thanks in advance for one's advice in this column. <BR><BR>
    <b>Background and Error</b><BR>
    - "LIBTUX_CAT:6251: ERROR: A workstation client does not have a properapplication password"<BR>
    - Recently, our system was logged with this error message in TuxedoULOG.<BR><BR>
    >
    <b>Findings</b><BR>
    - The version of Tuxedo (8.0, Patch Level 331) that we are using isbelieved to have addressed the issue faced in previous version of
    Tuxedo.<BR>
    - We are able to simulate that error message with a bad batchapi call(i.e. setting an invalid "tux.user" value in a batch program's
    "tpinit.properties" file).<BR>
    - Tried changing the different logging parameters but was still not ableto trace / identify the source (program, IP) of this fault.<BR><BR>
    >
    <b>Questions</b><BR>
    1.a) May I know, is there a logging parameter that can be turned on inorder for the system to log more information (program name, transaction
    call, IP address) about the calling program / machine?<BR>
    1.b) If yes, where will it be written to (ULOG)?<BR>
    2) Are there any other causes for this error?
    <BR>
    <BR>
    One's advice / feedback shall be much appreciated. Thank you.
    <BR>
    <BR>
    Best Regards

  • LIBTUX_CAT:334: ERROR: No BBL

    Hi,
    I'm new to Tuxedo
    I'm using solaris 10 as my server.
    Whenever i try to run tmboot it give me some error. The snapshot of the ULOG file is
    150956.blwebplsun!BBL.18596.1.0: 03-23-2007: Tuxedo Version 9.1, 32-bit, Patch L
    evel (none)
    150956.blwebplsun!BBL.18596.1.0: LIBTUX_CAT:334: ERROR: No BBL
    150956.blwebplsun!BBL.18596.1.0: LIBTUX_CAT:248: ERROR: System init function fai
    led, Uunixerr =
    150956.blwebplsun!tmboot.18595.1.-2: 03-23-2007: Tuxedo Version 9.1, 32-bit
    150956.blwebplsun!tmboot.18595.1.-2: WARN: No BBL available on site blwebplsun.
    Will not attempt to boot server processes on that site.
    Please help me out to fix this problem.
    Thanks and Regards,
    Abhijit.

    Dear JR.
    My UBB File is
    DOMAINID     "SIMPAPP"
    MASTER          "simple"
    UID          106
    GID          101
    MAXACCESSERS     21
    MAXSERVERS     5
    MAXSERVICES     10
    MODEL          SHM
    LDBAL          Y
    *MACHINES
    DEFAULT:
              APPDIR="/home/texuser/atmi"
              TUXCONFIG="/home/texuser/atmi/tuxconfig"
              TUXDIR="/opt/bea/tuxedo9.1"
    #Example:
    #          APPDIR="/home/me/simpapp"
    #          TUXCONFIG="/home/me/simpapp/tuxconfig"
    #          TUXDIR="/usr/tuxedo"
    blwebplsun     LMID=simple MAXWSCLIENTS=6
    #Example:
    #beatux          LMID=blwebplsun
    *GROUPS
    GROUP1
         LMID=simple     GRPNO=1     OPENINFO=NONE
    WSGRP GRPNO=GROUP1 LMID=SITE1
    *SERVERS
    DEFAULT:
              WSL SRVGRP="GROUP1" SRVID=1000 RESTART=Y GRACE=0
              CLOPT="-A -- -n //10.25.118.45:5120 -K both"
              #CLOPT="-A"
    simpserv     SRVGRP=GROUP1 SRVID=1 MIN=1 MAX=5
              #WSL SRVGRP="GROUP1" SRVID=1000 RESTART=Y GRACE=0
              CLOPT="-A -p 1,30:5,1"
              RQADDR="QUEUE1" REPLYQ=Y
    *SERVICES
    TOUPPER
    AND THE WNSADDR IS given as 10.25.118.45
    thanks and regards ...

  • Error while creating return order(Complaint) in IC web client

    Hi SAP Experts,
    I am getting following Error while creating return order(Complaint) in IC web client.
    Error when processing your request
    What has happened?
    The URL http://sapcrd.comfort.com:8000/sap/bc/bsp/sap/crm_ic/default_delta.do was not called due to an error.
    Note
    The following error text was processed in the system CRD : Exception condition "NON_EXISTING_HANDLE" raised.
    The error occurred on the application server sapcrd_CRD_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: PRC_PD_HEAD_ADD_COND of program SAPLPRC_PRICING_API
    Function: CRM_PRIDOC_UPDATE_EC of program SAPLCRM_PRIDOC_COM_EC
    Form: EXECUTE_CALLBACKS_PLANNED of program SAPLCRM_EVENT_OW
    Function: CRM_EVENT_SET_EXETIME_OW of program SAPLCRM_EVENT_OW
    Function: CRM_ORDER_COMPLETE_SINGLE_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN_SINGLE_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN_MULTI_OW of program SAPLCRM_ORDER_OW
    Function: CRM_ORDER_MAINTAIN of program SAPLCRM_ORDER_API
    Method: IF_EX_ORDER_SAVE~PREPARE of program ZCL_IM_PRICE_ADJUSTMENT=======CP
    Method: IF_EX_ORDER_SAVE~PREPARE of program CL_EX_ORDER_SAVE==============CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CRD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server sapcrd_CRD_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 2 in transaction ST11 on the application server sapcrd_CRD_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 330 -u: VORUSX -l: E -s: CRD -i: sapcrd_CRD_00 -w: 2 -d: 20080324 -t: 021723 -v: RABAX_STATE -e: RAISE_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Maximum points will be awarded for useful information.
    Thanks,
    Rony

    Hi,
    I notice there is a Z class being called.
    Method: IF_EX_ORDER_SAVE~PREPARE of program ZCL_IM_PRICE_ADJUSTMENT=======CP
    You should check this customized class.
    Cheers,
    cady.

  • Invoking a web service that returns binary

    Hi,
    Is it possible to invoke a web service that returns a binary object?
    Its similar the following example but I need to return a binary object :
    declare
    v_url:='http://www.somesite.com/function_name?invoke=placeOrder&par1=val1'
    v_output varchar2(4000);
    begin
    select utl_http.request(v_url)
    into v_output from dual;
    end;
    Thanks in advance

    No "advantage" as there are two very different tools.
    UTL_HTTP is basically an Oracle PL/SQL web browser. It uses the HTTP application protocol. It is just like your ordinary browser (IE, Firefox, Opera), but as it is server-side and display-less, it comes without a rendering engine.
    UTL_DBWS is to interact with web services using the SOAP application protocol.

  • Tried to update ITunes, but keep getting error: Service "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services". How do I get my ITunes back?

    Tried to update ITunes, but keep getting error: Service "Apple Mobile Device failed to start.  Verify that you have sufficient privileges to start system services."
    So how do I get my ITunes back? 

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for

  • Untrusted server cert --- JSSE usage with applets

    Hi all, I am using JSSE client ( uses applets) connects to JSSE server. I am getting error: untrusted server cert I am able to connect JSSE server with the JSSE client with out applets with same self signed certificate. I have read some where that ap

  • Chkdsk-A very important question

    if i run a chkdsk on my ipod will it erase the songs on my ipod?

  • Problems installing vista ultimate

    I have vista home on my x61, but want ultimate, when I put in the DVD (in USB-dvd reader), the computer only does a normal start-up, I went to bios and made "usb-dvd" first priority on start-up... What am I dont wrong? Thinkpad X61 7675-A48. 2.5 Ghz,

  • Photos from ipod to windows

    Hi How do i get my photo's on my iPod onto my computer   Windows XP  

  • Smart Collection showing incorrect contents

    Hi, Another oddity with custom metadata I have several Smart Collections set up, filtering on custom metadata. I'm having a problem with one in particular which, after updating an unrelated field, shows the wrong contents. It filters on two string fi