WTC Error

Hi, I am evaluating the weblogic 6.1 server. I have posted my question to
support.bea.com and weblogic.developer.interest.wtc but no reply. Thank you.
Problem description
I used Server - Sparc 20(32bit kernel) with 512 MB RAM and 1GB swap space to
install Weblogic server 6.1 sp1.
What I need to do is to connect Weblogic with our existing Tuxedo 6.5 or
vice versa. In order to test the connection between the two products, I will
call TOUPPER at TUXEDO 6.5.
I followed the document from
/wls/samples/examples/wtc/atmi/simpapp/package-summary.html to configure
WTC. When I run "run.sh aaa", below error message displayed:
setSessionContext called
ejbCreate called
toupper called, converting aaa
About to call tpcall
tpcall threw TPException TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could
not get a Tuxedo session
below are the configuration files for your reference:
ubbconfig
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
IPCKEY 41828
#Example:
#IPCKEY 123456
#DOMAINID simpapp
MASTER REL4_DC
MAXACCESSERS 50
MAXSERVERS 25
MAXSERVICES 50
MODEL SHM
LDBAL N
*MACHINES
DEFAULT:
APPDIR="/software/tuxedo6.5/sunos53.sc30/apps/simpapp"
TUXCONFIG="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/tuxconf
ig"
TUXDIR="/software/tuxedo6.5/sunos53.sc30"
#Example:
# APPDIR="/home/me/simpapp"
# TUXCONFIG="/home/me/simpapp/tuxconfig"
# TUXDIR="/usr/tuxedo"
"itdrnd01" LMID="REL4_DC"
#Example:
#beatux LMID=simple
*GROUPS
GROUP1
LMID="REL4_DC" GRPNO=1 OPENINFO=NONE
GROUP2
LMID="REL4_DC" GRPNO=2 OPENINFO=NONE
*SERVERS
DEFAULT:
CLOPT="-A"
simpserv SRVGRP=GROUP1 SRVID=1
DMADM SRVGRP=GROUP2 SRVID=1
GWADM SRVGRP=GROUP2 SRVID=2
GWTDOMAIN SRVGRP=GROUP2 SRVID=3
*SERVICES
TOUPPER
dmconfig
*DM_RESOURCES
VERSION=U22
*DM_LOCAL_DOMAINS
txndom01 GWGRP=GROUP2
TYPE=TDOMAIN
DOMAINID="REL4_DC"
BLOCKTIME=20
MAXDATALEN=56
MAXRDOM=89
DMTLOGDEV="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/DMTLOG"
AUDITLOG="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/AUDITLOG"
DMTLOGNAME="DMTLOG"
*DM_REMOTE_DOMAINS
TDOM2 TYPE=TDOMAIN
DOMAINID="TDOM2"
*DM_TDOMAIN
#txndom01 NWADDR="0x0002a3660a610232"
txndom01 NWADDR="//10.97.2.50:41830"
NWDEVICE="/dev/tcp"
#TDOM2 NWADDR="0x00021b590a610236"
TDOM2 NWADDR="//10.97.2.54:7007"
NWDEVICE="/dev/tcp"
*DM_REMOTE_SERVICES
TOLOWER RDOM="TDOM2"
bdmconfig.xml
<?xml version="1.0"?>
<!DOCTYPE WTC_CONFIG SYSTEM
"file:/software/bea/wlserver6.1/config/wlsdomain/wtc
_config.dtd">
<!--Java and XML-->
<WTC_CONFIG>
<BDMCONFIG>
<T_DM_LOCAL_TDOMAIN AccessPoint="TDOM2">
<WlsClusterName>Coolio</WlsClusterName>
<AccessPointId>TDOM2</AccessPointId>
<Type>TDOMAIN</Type>
<Security>NONE</Security>
<ConnectionPolicy>ON_DEMAND</ConnectionPolicy>
<BlockTime>30</BlockTime>
<NWAddr>//10.97.2.54:7007</NWAddr>
<!-- Example address: //wlsdomain.com:20304 -->
</T_DM_LOCAL_TDOMAIN>
<T_DM_REMOTE_TDOMAIN AccessPoint="txndom01">
<LocalAccessPoint>TDOM2</LocalAccessPoint>
<AccessPointId>REL4_DC</AccessPointId>
<Type>TDOMAIN</Type>
<NWAddr>//10.97.2.50:41830</NWAddr>
<Interoperate>Yes</Interoperate>
<!-- Example address: //wlsdomain.com:20305 -->
</T_DM_REMOTE_TDOMAIN>
<T_DM_EXPORT ResourceName="TOLOWER"
LocalAccessPoint="TDOM2">
<EJBName>tuxedo.services.TOLOWERHome</EJBName>
</T_DM_EXPORT>
<T_DM_IMPORT
ResourceName="TOUPPER"
LocalAccessPoint="TDOM2"
RemoteAccessPointList="txndom01">
<TranTime>600</TranTime>
</T_DM_IMPORT>
</BDMCONFIG>
</WTC_CONFIG>

Hi.
First, I'll say that I know very little about WTC. However, from the following
link I don't know that WTC is supported with WLS 6.1:
http://e-docs.bea.com/wtc/wtc10/notes/WTC_ReleaseNotes_New.html#1109022
This link says it's only supported with WLS 6.0 sp2. I suggest you download
this version and try again. If you are still having problems then you should
open a case with support.
Regards,
Michael
Neo Gigs wrote:
Hi, I am evaluating the weblogic 6.1 server. I have posted my question to
support.bea.com and weblogic.developer.interest.wtc but no reply. Thank you.
Problem description
I used Server - Sparc 20(32bit kernel) with 512 MB RAM and 1GB swap space to
install Weblogic server 6.1 sp1.
What I need to do is to connect Weblogic with our existing Tuxedo 6.5 or
vice versa. In order to test the connection between the two products, I will
call TOUPPER at TUXEDO 6.5.
I followed the document from
/wls/samples/examples/wtc/atmi/simpapp/package-summary.html to configure
WTC. When I run "run.sh aaa", below error message displayed:
setSessionContext called
ejbCreate called
toupper called, converting aaa
About to call tpcall
tpcall threw TPException TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could
not get a Tuxedo session
below are the configuration files for your reference:
ubbconfig
#Skeleton UBBCONFIG file for the TUXEDO Simple Application.
#Replace the <bracketed> items with the appropriate values.
*RESOURCES
IPCKEY 41828
#Example:
#IPCKEY 123456
#DOMAINID simpapp
MASTER REL4_DC
MAXACCESSERS 50
MAXSERVERS 25
MAXSERVICES 50
MODEL SHM
LDBAL N
*MACHINES
DEFAULT:
APPDIR="/software/tuxedo6.5/sunos53.sc30/apps/simpapp"
TUXCONFIG="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/tuxconf
ig"
TUXDIR="/software/tuxedo6.5/sunos53.sc30"
#Example:
# APPDIR="/home/me/simpapp"
# TUXCONFIG="/home/me/simpapp/tuxconfig"
# TUXDIR="/usr/tuxedo"
"itdrnd01" LMID="REL4_DC"
#Example:
#beatux LMID=simple
*GROUPS
GROUP1
LMID="REL4_DC" GRPNO=1 OPENINFO=NONE
GROUP2
LMID="REL4_DC" GRPNO=2 OPENINFO=NONE
*SERVERS
DEFAULT:
CLOPT="-A"
simpserv SRVGRP=GROUP1 SRVID=1
DMADM SRVGRP=GROUP2 SRVID=1
GWADM SRVGRP=GROUP2 SRVID=2
GWTDOMAIN SRVGRP=GROUP2 SRVID=3
*SERVICES
TOUPPER
dmconfig
*DM_RESOURCES
VERSION=U22
*DM_LOCAL_DOMAINS
txndom01 GWGRP=GROUP2
TYPE=TDOMAIN
DOMAINID="REL4_DC"
BLOCKTIME=20
MAXDATALEN=56
MAXRDOM=89
DMTLOGDEV="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/DMTLOG"
AUDITLOG="/software/tuxedo6.5/sunos53.sc30/apps/simpapp/AUDITLOG"
DMTLOGNAME="DMTLOG"
*DM_REMOTE_DOMAINS
TDOM2 TYPE=TDOMAIN
DOMAINID="TDOM2"
*DM_TDOMAIN
#txndom01 NWADDR="0x0002a3660a610232"
txndom01 NWADDR="//10.97.2.50:41830"
NWDEVICE="/dev/tcp"
#TDOM2 NWADDR="0x00021b590a610236"
TDOM2 NWADDR="//10.97.2.54:7007"
NWDEVICE="/dev/tcp"
*DM_REMOTE_SERVICES
TOLOWER RDOM="TDOM2"
bdmconfig.xml
<?xml version="1.0"?>
<!DOCTYPE WTC_CONFIG SYSTEM
"file:/software/bea/wlserver6.1/config/wlsdomain/wtc
_config.dtd">
<!--Java and XML-->
<WTC_CONFIG>
<BDMCONFIG>
<T_DM_LOCAL_TDOMAIN AccessPoint="TDOM2">
<WlsClusterName>Coolio</WlsClusterName>
<AccessPointId>TDOM2</AccessPointId>
<Type>TDOMAIN</Type>
<Security>NONE</Security>
<ConnectionPolicy>ON_DEMAND</ConnectionPolicy>
<BlockTime>30</BlockTime>
<NWAddr>//10.97.2.54:7007</NWAddr>
<!-- Example address: //wlsdomain.com:20304 -->
</T_DM_LOCAL_TDOMAIN>
<T_DM_REMOTE_TDOMAIN AccessPoint="txndom01">
<LocalAccessPoint>TDOM2</LocalAccessPoint>
<AccessPointId>REL4_DC</AccessPointId>
<Type>TDOMAIN</Type>
<NWAddr>//10.97.2.50:41830</NWAddr>
<Interoperate>Yes</Interoperate>
<!-- Example address: //wlsdomain.com:20305 -->
</T_DM_REMOTE_TDOMAIN>
<T_DM_EXPORT ResourceName="TOLOWER"
LocalAccessPoint="TDOM2">
<EJBName>tuxedo.services.TOLOWERHome</EJBName>
</T_DM_EXPORT>
<T_DM_IMPORT
ResourceName="TOUPPER"
LocalAccessPoint="TDOM2"
RemoteAccessPointList="txndom01">
<TranTime>600</TranTime>
</T_DM_IMPORT>
</BDMCONFIG>
</WTC_CONFIG>--
Michael Young
Developer Relations Engineer
BEA Support

Similar Messages

  • WebServer WTC Error

    Hi there,
    Here i m trying to setup WTC where WebLogic talks to Tuxedo, but i got this error:
    [java] <Feb 8, 2002 3:37:52 PM SGT> <Warning> <EJB> <EJB Deployment: Tolowe
    r has a class weblogic.wtc.jatmi.TuxedoServiceHome which is in the classpath.
    Th
    is class should only be located in the ejb-jar file.>
    [java] <Feb 8, 2002 3:37:52 PM SGT> <Warning> <EJB> <EJB Deployment: Tolowe
    r has a class weblogic.wtc.jatmi.TuxedoService which is in the classpath. This
    c
    lass should only be located in the ejb-jar file.>
    Any ideas?

    Couple of suggestions. This could be message mapping exception. 
    Example:  if the target system sends  happy flow good response, you have to map the response message of WSDL to your source message for mapping. Please check any problem with it. Similarly if the target system sends the fault message (application error) message you need to map that with the source side fault message to capture the response. Check that part too.
    SOAPUI does not map your response message with WSDL, so you dont get that error.

  • WTC timeout error? TPETIME(13):0:0:TPED_MINVAL(0):QMNONE(0):0

    Hello,
    I'm attempting to connect to a tuxedo domain, but keep getting snagged with this exception on the tpcall method.
    TPETIME(13):0:0:TPED_MINVAL(0):QMNONE(0):0
    The only noticable error I'm seeing in the logs is the following...
    <ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_FAILURE>
    Any help on this would be greatly appreciated. Below are the full logs.
    cheers
    --Jamie
    <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>  <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=1000/myDecryptOffset=0/myProtocol=13>
    <BEA-180046> </TuxedoMuxableSocket/dispatch/size=1736>
    <BEA-180046> <]/TuxedoMuxableSocket/dispatch/50>
    <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=1460/myDecryptOffset=1000/myProtocol=13>
    <BEA-180046> </TuxedoMuxableSocket/dispatch/size=1736>
    <BEA-180046> <]/TuxedoMuxableSocket/dispatch/60>
    <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=1736/myDecryptOffset=1000/myProtocol=13>
    <BEA-180046> </TuxedoMuxableSocket/dispatch/size=1736>
    <BEA-180046> <[/rdsession(0)/allocTfmh/>
    <BEA-180046> </rdsession(0)/allocTfmh/null>
    <BEA-180046> <]/rdsession(0)/allocTfmh/weblogic.wtc.jatmi.tfmh@7d811a>
    <BEA-180046> <[/read_dom_65_tfmh/13>
    <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_FAILURE>
    <BEA-180046> </read_dom_65_tfmh/bufsize=1736 available=1704>
    <BEA-180046> <]/read_dom_65_tfmh/80/-1>
    <BEA-180046> <[/TuxedoMuxableSocket/endOfStream/>
    <BEA-180046> <]/TuxedoMuxableSocket/endOfStream/10>
    <BEA-180046> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
    <BEA-180046> <[/WLSInvoke/weblogic.wtc.gwt.TDMLocalTDomain@77f447df>
    <BEA-180046> <]/WLSInvoke/10>
    <BEA-180046> <[/dsession(1)/set_compression_threshold/2147483647>
    <BEA-180046> <]/dsession(1)/set_compression_threshold/20/>
    <BEA-180046> <[/dsession(1)/set_sess_sec/NONE>
    <BEA-180046> <]/dsession(1)/set_sess_sec/30/>
    <BEA-180046> <[/dsession(1)/setDesiredName/DD_WLS>
    <BEA-180046> <]/dsession(1)/setDesiredName/10/>
    <BEA-180046> <[/dsession(1)/set_local_domain_name/DD_WLS>
    <BEA-180046> <]/dsession(1)/set_local_domain_name/10>
    <BEA-180046> <[/gwdsession/tpinit/>
    <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=DD_WLS rdom=null>
    <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    <BEA-180046> <[/gwdsession/do_accept/>
    <BEA-180046> <[/read_dom_65_tfmh/10>
    <BEA-180046> <[/TpeIn/readTuxedoMessage/true>
    <BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=32/myOffset=0/myMark=0/myProtocol=10/parsedMetahdr=false>
    <BEA-180046> </TpeIn/readTuxedoMessage/toRead=32>
    <BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=32/myMark=0>
    <BEA-180046> </TpeIn/readTuxedoMessage/size=540>
    <BEA-180046> <[/TpeIn/readTuxedoMessage/false>
    <BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=508/myOffset=32/myMark=0/myProtocol=10/parsedMetahdr=true>
    <BEA-180046> </TpeIn/readTuxedoMessage/toRead=508>
    <BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=540/myMark=0>
    <BEA-180046> <]/TpeIn/readTuxedoMessage/120/true>
    <BEA-180046> <]/TpeIn/readTuxedoMessage/150/true>
    <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_PRE_NW_ACALL1>
    <BEA-180046> <[/TpeIn/available/>
    <BEA-180046> <]/TpeIn/available/20/508>
    <BEA-180046> </read_dom_65_tfmh/bufsize=540 available=508>
    <BEA-180046> <[/TdomTcb/set_tm_release 64>
    <BEA-180046> <]/TdomTcb/set_tm_release>
    <BEA-180046> <[/TdomTcb/set_dom_protocol 13>
    <BEA-180046> <]/TdomTcb/set_dom_protocol>
    <BEA-180046> <]/read_dom_65_tfmh/70/0/0>
    <BEA-180046> <[/TDMRemoteTDomain/getTsession/false>
    <BEA-180046> <[/dsession(0)/getIsTerminated/ldom=DD_WLS rdom=IVR_BDUN0110>
    <BEA-180046> <]/dsession(0)/getIsTerminated/true>
    <BEA-180046> <]/TDMRemoteTDomain/getTsession/20/null>
    <BEA-180046> <[/WTCService/getRemoteTDomain/IVR_BDUN0110>
    <BEA-180046> <</WTCService/getRemoteTDomain/20/IVR_BDUN0110>
    <BEA-180046> <[/Utilities/acceptEncryptionFlags/>
    <BEA-180046> <[/Utilities/getInstalledEncryption/>
    <BEA-180046> <]/Utilities/getInstalledEncryption/10/GPE128>
    <BEA-180046> <]/Utilities/acceptEncryptionFlags/20/1>
    <BEA-180046> <[/dsession(1)/setRemoteDomainId/IVR_BDUN0110>
    <BEA-180046> <]/dsession(1)/setRemoteDomainId/10>
    <BEA-180046> <[/dsession(1)/set_local_domain_name/DD_WLS>
    <BEA-180046> <]/dsession(1)/set_local_domain_name/10>
    <BEA-180046> <[/dsession(1)/get_sess_sec/>
    <BEA-180046> <]/dsession(1)/get_sess_sec/10/0>
    <BEA-180046> <[/TdomTcb/set_security_type 0>
    <BEA-180046> <]/TdomTcb/set_security_type>
    <BEA-180046> <[/write_dom_65_tfmh/DD_WLS/10/2147483647>
    <BEA-180046> </write_dom_65_tfmh/header calculated_size=524>
    <BEA-180046> </write_dom_65_tfmh/opcode calculated_size=544>
    <BEA-180046> </write_dom_65_tfmh/total calculated_size=544>
    <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=10/parsedMetahdr=false>
    <BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    <BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_PRE_NW_ACALL1_RPLY:1:-1:0:0:0:0:0:0:0:50:null>
    <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=544/myMark=544/myProtocol=10/parsedMetahdr=true>
    <BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    <BEA-180046> <]/write_dom_65_tfmh/110/0/>
    <BEA-180046> <...send ACALL1_RPLY to remote>
    <BEA-180046> <[/dsession(1)/get_sess_sec/>
    <BEA-180046> <]/dsession(1)/get_sess_sec/10/0>
    <BEA-180046> <[/dsession(1)/setUpTuxedoAAA/>
    <BEA-180046> </dsession/setUpTuxedoAAA/got the PrincipalAuthenticator>
    <BEA-180046> <]/dsession(1)/setUpTuxedoAAA/70/0>
    <BEA-180086> <Accepted Connection from remote domain IVR_BDUN0110.>
    <BEA-180046> <]/gwdsession/do_accept/1000/success/weblogic.wtc.gwt.TDMRemoteTDomain@e60a96f5>
    <BEA-180046> <]/dsession/tpinit/30/weblogic.wtc.gwt.TDMRemoteTDomain@e60a96f5>
    <BEA-180046> <[/WLSInvoke/setRemoteDomain/weblogic.wtc.gwt.TDMRemoteTDomain@e60a96f5>
    <BEA-180046> <]/WLSInvoke/setRemoteDomain/10>
    <BEA-180046> <[/rdsession(0)/remove_rplyObj/SessionAcallDescriptor:1:false>
    <BEA-180046> <]/rdsession(0)/remove_rplyObj/20/true>
    <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@0/SessionAcallDescriptor:1:false>
    <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@2cf63 for oid SessionAcallDescriptor:1:false/weblogic.wtc.gwt.gwdsession@0>
    <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[ExecuteThread: '12' for queue: 'weblogic.kernel.Default',5,Thread Group for Queue: 'weblogic.kernel.Default'] got message oid SessionAcallDescriptor:1:false/weblogic.wtc.gwt.gwdsession@0 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@2cf63>
    <BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@38c403>
    <BEA-180046> <]/dsession(0)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@38c403>
    <BEA-180046> <*]/dsession(0)/tpgetrply/85/opcode=3/diagnostic=13>
    <BEA-180046> <*]/dsession(0)/tpgetrply/95/>
    <BEA-180046> <*]/dsession(0)/tpcall/30/TPETIME(13):0:0:TPED_MINVAL(0):QMNONE(0):0>
    <BEA-180046> <*]/TuxedoConnection/tpcall/30/TPETIME(13):0:0:TPED_MINVAL(0):QMNONE(0):0>
    <BEA-180046> <[/TuxedoConnection/tpterm/>
    <BEA-180046> <]/TuxedoConnection/tpterm/10>

    There's a OutOfMemoryError in your log, so maybe you could try to increase
    the max memory of your jvm, using -Xmx option of java.
    Steven.
    <jamie grant> wrote in message news:[email protected]..
    Thanks Todd. I've verified that there's no network/firewall issues with
    connecting to our tuxedo domain, but it seems the connection gets dropped
    before anything is returned to weblogic.
    This is the new error that's coming up before the timeout (coming from my
    session EJB) when I make the tpcall....(the ejb client is basically a copy
    of the script from the WL atmi samples code).
    <ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <>
    <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_REPLY>
    <ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <>
    <BEA-180046> </read_dom_65_tfmh/bufsize=612 available=968>
    <ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <>
    <BEA-180046>
    <[/TuxedoMuxableSocket/hasException/java.lang.OutOfMemoryError>
    <myserver> <ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'> <<WLS
    Kernel>> <> <BEA-180046> <]/TuxedoMuxableSocket/hasException/10>
    <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <weblogic>
    <BEA1-0003E6E92D9A> <BEA-180046>
    <[/TuxedoXA/isSameRM/weblogic.jdbc.wrapper.JTSXAResourceImpl@13b64eb>
    <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <weblogic>
    <BEA1-0003E6E92D9A> <BEA-180046> <]/TuxedoXA/isSameRM/20/false>
    <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <weblogic>
    <BEA1-0003E6E92D9A> <BEA-180046>
    <[/TuxedoXA/isSameRM/weblogic.jdbc.wrapper.JTSXAResourceImpl@13b64eb>
    <Debug> <WTC<BEA-180046> <]/TuxedoXA/isSameRM/20/false>
    I've increased the heap sizes in the WL start up scripts, but it doesn't
    seem to change anything.
    thanks for your help.
    -Jamie

  • Configuring WTC-service error

    hi,
    i have the following( toupper( remote call from weblogic)
    tolower( remote call from tuxedo)
    my win machine name is bea01..
    Tuxedo8.0
    appdir:c:\bea\tuxedo8.1\simpapp
    dom1config:*DM_RESOURCES
    VERSION=U22
    *DM_LOCAL_DOMAINS
    TDOM1     GWGRP=GROUP2
         TYPE=TDOMAIN
         DOMAINID="TDOM1"
         BLOCKTIME=20
         MAXDATALEN=56
         MAXRDOM=89
         DMTLOGDEV="c:\bea\tuxedo8.1\simpapp\tlog"
         DMTLOGNAME="DMTLOG_TUXDOM"
    *DM_REMOTE_DOMAINS
    TDOM2      TYPE=TDOMAIN
         DOMAINID="TDOM2"
    *DM_TDOMAIN
    TDOM1      NWADDR="//bea01:1234"
    TDOM2      NWADDR="//bea01:2234"
    *DM_REMOTE_SERVICES
    TOLOWER RDOM="TDOM2"
    ** started tux(tmboot -y) and see all the services running
    netstat -a results in the following:
    i see
    tcp bea01:1234 listening
    **but cannot see 2234 entry
    Weblogic8.1sp3
    "**start Examples server...through console,
    configured WTC as follows:
    myLocalAp as
    Access point id:TDOM2
    network address: //bea01:2234
    myremoteAp as
    Access point id:TDOM1
    local point:mylocalAp
    network address: //bea01:1234
    *"*tried various combinations of TDOM and accesspoint..
    when i target my wtc service to examplesServer, i get:
    Distributed Management [1 exceptions] startWTC failure: [WTC:180012]The LocalTDomain myLocalAp is not known.
    hence cannot run samples/examples/wtc/simpapp..
    therefore i get the following TuxedoConnection not found
    entry when i do:
    ant run.simpapp..
    any help is appreciated...
    thanks,,,

    i am using 8.1sp3 and
    examples/wtc/simpapp application in wtc. quick configuration demo
    dom1config is
    TDOM1 NWADDR="//bea01:1234"
    TDOM2 NWADDR="//bea01:2234"
    ( the following 2 lines r missing from WTC quick config guide)
    *DM_LOCAL_SERVICES
    TOUPPER LDOM="TDOM1"
    *DM_REMOTE_SERVICES
    TOLOWER RDOM="TDOM2"
    in weblogic
    LocalAp is
    TDom2
    //bea01:2234
    RemoteAp is
    TDom1
    //bea01:1234
    when i target Wtc-service to server..
    using 8.1sp3 and tuxedo8.1
    The LocalTDomain LocalAp is not known err....
    ok, i configure
    LocalAp is
    TDom2
    //xx.xx.xx.xx:2234
    still doesnot work....
    restart weblogic...
    same error..

  • WTC random error (there's any pathc for WTC)

    Hi everyone!
    I'm having this error randomly, any BEA developers of this product knows how to
    solve this, There will be any patch for WTC sometime?
    TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:ERROR: getConnection can only run
    on a node where WTC has been configured
    at weblogic.wtc.gwt.TuxedoConnectionFactory.getTuxedoConnection(TuxedoConnectionFactory.java:26)
    at weblogic.wtc.tbridge.tBexec.jmsQ2tuxQ(tBexec.java:674)
    at weblogic.wtc.tbridge.tBexec.run(tBexec.java:198)
    <Nov 7, 2001 11:59:42 AM CST> <Debug> <WTC> <]tBexec<run/t#1: exited.>
    <Nov 7, 2001 11:59:42 AM CST> <Debug> <WTC> <]/tBexec/10/>
    <Nov 7, 2001 11:59:42 AM CST> <Info> <WebLogicServer> <weblogic.wtc.gwt.WTCStartup
    reports: WTC started...>

    Thanks Bob.
    Best Regards.
    Bob Finan <[email protected]> wrote:
    Mauricio,
    This looks like a tBridge random error that occured in the 1.0 version
    of WTC
    with WLS 6.0(WTC as a separate .jar file). A fix was made for this and
    was
    available when WTC was released with WLS 6.1(WTC fully integrated into
    the weblogic.jar). The current release available is WLS 6.1 SP01.
    Bob Finan
    Mauricio Del Moral wrote:
    TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:ERROR: getConnection canonly run
    on a node where WTC has been configured

  • WTC configuration error inside BEA Workshop 8.1

    Hi,
    Im trying to insert a Tuxedo control on Workshop 8.1, when i leave Workshop to configure it automatically i receive the following 2 errors:
    -)Cannot connect to TUxedo Application.Check if your application is up and retry.TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0:Unable to get authentication level.
    -)Cannot add WTC instance to repository. Unable to get the Repository MBean.
    Anyway the WTC is created and i can see it inside BEA Console, but it is not configured at all.
    Any help with this will be very appreciated.
    Thanks in advance, Gaspar

    Hi,
    Can you successfully connect to the remote Tuxedo system using the workstation protocol, i.e., can you try using wud or wud32 to see if you can access the remote system? It sounds as though you aren't able to get a workstation connection established. To use the configuration wizard in the Tuxedo control, the remote Tuxedo application has to be running the Workstation Listener (WSL).
    Also, is your WLS server instance defined properly within Workshop?
    Regards,
    Todd Little
    BEA Tuxedo Chief Architect

  • WTC + FML + VIEWS + HostConnect error

    Hi,
    I try to use FML&VIEWS buffers to a gateway server for bull host (HCDGATE), using
    two types of clients: a C client and WTC (with an ejb accessed by a client).
    The same error from the gateway server is displayed in the ULOG
    of the gateway machine, for WTC as for C calls:
    HCDGATE.14840: HC_CAT:225: ERROR : VIEWNAME field not present in field tables
    the compiling of .flds and .v is ok, on the two machines (1 is the gateway, an
    aix, the other is an nt with wls61 beta)
    the configuration of wtc includes these fvml's in the bdmconfg.xml
    the problem seems to be in the gateway server, because nothing
    is received on the host.
    kindly asking help :)
    thank you for amability
    adrian

    This would usually indicate a problem with the environment, where the
    gateway is not seeing the FML field tables. Check FLDTBLDIR and
    FIELDTBLS.
    Adrian Balaban wrote:
    >
    Hi,
    I try to use FML&VIEWS buffers to a gateway server for bull host (HCDGATE), using
    two types of clients: a C client and WTC (with an ejb accessed by a client).
    The same error from the gateway server is displayed in the ULOG
    of the gateway machine, for WTC as for C calls:
    HCDGATE.14840: HC_CAT:225: ERROR : VIEWNAME field not present in field tables
    the compiling of .flds and .v is ok, on the two machines (1 is the gateway, an
    aix, the other is an nt with wls61 beta)
    the configuration of wtc includes these fvml's in the bdmconfg.xml
    the problem seems to be in the gateway server, because nothing
    is received on the host.
    kindly asking help :)
    thank you for amability
    adrian

  • Error calling a Tuxedo service from WLS

    We have WLS 6.1 connecting to Tuxedo 8. We try to run the example application simpapp.
    We connect thru the toupper EJB to Tuxedo. It connects succesfully, but when we
    execute the tpcall we get this error:
    * Tuxedo side:
    123313.localhost.localdomain!GWTDOMAIN.8794.1024.0: LIBGWT_CAT:1128: INFO: Connection
    accepted from domain (domainid=<WTCSIFO01>)
    123313.localhost.localdomain!GWTDOMAIN.8794.1024.0: LIBGWT_CAT:1070: ERROR: Unable
    to obtain local service information from shared memory
    123313.localhost.localdomain!GWTDOMAIN.8794.1024.0: LIBGWT_CAT:1043: ERROR: Unrecoverable
    error occurred on receipt of data - sending failure reply over network
    * WLS side:
    setSessionContext called
    ejbCreate called
    toupper called, converting ola
    About to call tpcall
    <04-ene-01 12:33:13 GMT+01:00> <Info> <WTC> <Established Connection to remote
    do
    main SIFOWTC01>
    tpcall threw TPException TPMINVAL(0):0:0:TPED_MINVAL(0):QMNONE(0):0
    I've checked my domain configuration in Tuxedo side, but everithing seems to be
    OK.
    Thanks
    Yol.
    This is my Tuxedo domains configuration (took from dmunloadcf)
    # DMCONFIG FILE
    *DM_RESOURCES
    *DM_LOCAL
    SIFOSGC     GWGRP=PASARELA
         ACCESSPOINTID="SIFOSGC01"
         AUDITLOG="/home/sifo/tuxedo/entorno/dominio/AUDITLOG"
         BLOCKTIME=6
         DMTLOGDEV="/home/sifo/tuxedo/entorno/DMTLOGDEV"
         DMTLOGNAME="SIFOSGC001_DMTLOG"
         MAXTRAN=50
         BLOB_SHM_SIZE=1000000
    SIFOWTC     GWGRP=WTC
         ACCESSPOINTID="SIFOWTC01"
         AUDITLOG="/home/sifo/tuxedo/entorno/dominio/AUDITLOG_WTC"
         BLOCKTIME=6
         DMTLOGDEV="/home/sifo/tuxedo/entorno/DMTLOGDEV_WTC"
         DMTLOGNAME="SIFOWTC001_DMTLOG"
         MAXTRAN=50
         BLOB_SHM_SIZE=1000000
    *DM_REMOTE
    SGCSIFO     ACCESSPOINTID="SGCSIFO01"
         CREDENTIAL_POLICY="LOCAL"
    WTCSIFO     ACCESSPOINTID="WTCSIFO01"
         CREDENTIAL_POLICY="LOCAL"
    *DM_TDOMAIN
    SIFOSGC     NWADDR="//172.16.160.173:6506"
         NWDEVICE="/dev/inet/tcp"
    SGCSIFO     NWADDR="//172.16.160.173:6507"
         NWDEVICE="/dev/inet/tcp"
    SIFOWTC     NWADDR="//172.16.160.173:6510"
         NWDEVICE="/dev/inet/tcp"
    WTCSIFO     NWADDR="//172.16.160.173:6511"
         NWDEVICE="/dev/inet/tcp"
    *DM_ACCESS_CONTROL
    ACL_SGC     ACLIST=SGCSIFO
    *DM_EXPORT
    QPK_CEN     ACL=ACL_SGC
         LACCESSPOINT=SIFOSGC
         COUPLING=LOOSE
    QPK_CUR     ACL=ACL_SGC
         LACCESSPOINT=SIFOSGC
         COUPLING=LOOSE
    QPK_ESP     ACL=ACL_SGC
         LACCESSPOINT=SIFOSGC
         COUPLING=LOOSE
    CUR01147     ACL=ACL_SGC
         LACCESSPOINT=SIFOSGC
         COUPLING=LOOSE
    simpserv     LACCESSPOINT=SIFOWTC
         COUPLING=LOOSE
    *DM_IMPORT
    SEL_TABLAS     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_POSTAL     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_MUNICIPIO     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_PROVINCIA     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_DAT_PER     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_DIN_REPET     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_NOM_PER     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    SEL_CENTRO_SGC     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    ACT_FORMACION     LACCESSPOINT=SIFOSGC
         LOAD=50
         PRIO=50
         RACCESSPOINT=SGCSIFO
         TRANTIME=30
         AUTOPREPARE=N
    and this is my WLS configuration (bdmconfig.xml):
    <?xml version="1.0"?>
    <!DOCTYPE WTC_CONFIG SYSTEM "http://www.bea.com/servers/wls610/dtd/wtc_config.dtd">
    <!--Java and XML-->
    <WTC_CONFIG>
    <BDMCONFIG>
         <T_DM_LOCAL_TDOMAIN AccessPoint="WTCSIFO01">
              <AccessPointId>WTCSIFO01</AccessPointId>
              <Type>TDOMAIN</Type>
              <Security>NONE</Security>
              <ConnectionPolicy>ON_DEMAND</ConnectionPolicy>
              <BlockTime>30</BlockTime>
              <NWAddr>//172.16.160.173:6511</NWAddr>
         </T_DM_LOCAL_TDOMAIN>
         <T_DM_REMOTE_TDOMAIN AccessPoint="SIFOWTC01">
              <LocalAccessPoint>WTCSIFO01</LocalAccessPoint>
              <AccessPointId>SIFOWTC01</AccessPointId>
              <Type>TDOMAIN</Type>
              <NWAddr>//172.16.160.173:6510</NWAddr>
         </T_DM_REMOTE_TDOMAIN>
         <T_DM_IMPORT
              ResourceName="TOUPPER"
              LocalAccessPoint="WTCSIFO01"
              RemoteAccessPointList="SIFOWTC01">
              <TranTime>600</TranTime>
         </T_DM_IMPORT>
    </BDMCONFIG>
    </WTC_CONFIG>

    Bob, you were right!!
    I didn't realize of that. Now the problem is fixed, and the communication with
    my domain is ok!
    Thank you very much.
    Yol.
    Bob Finan <[email protected]> wrote:
    Yolanda,
    You have TOUPPER listed as the service that your trying to
    import into the WLS side but you don't have it listed on the
    Tuxedo side as an exported service. On the Tuxedo side you
    have simpserv listed as an exported service when it is the server
    that contains TOUPPER. Change simpserv to TOUPPER in
    the dmconfig file and try that.
    Bob Finan
    Yolanda Arroyo wrote:
    This is my Tuxedo domains configuration (took from dmunloadcf)
    # DMCONFIG FILE
    *DM_EXPORT
    simpserv LACCESSPOINT=SIFOWTC
    COUPLING=LOOSE
    and this is my WLS configuration (bdmconfig.xml):
    <?xml version="1.0"?>
    <!DOCTYPE WTC_CONFIG SYSTEM "http://www.bea.com/servers/wls610/dtd/wtc_config.dtd">
    <!--Java and XML-->
    <WTC_CONFIG>
    <BDMCONFIG>
    <T_DM_IMPORT
    ResourceName="TOUPPER"
    LocalAccessPoint="WTCSIFO01"
    RemoteAccessPointList="SIFOWTC01">
    <TranTime>600</TranTime>
    </T_DM_IMPORT>
    </BDMCONFIG>
    </WTC_CONFIG>

  • JNDI conflict for WTC in cluster env

    I found this error when starting more than one managed server in clustered environment.
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start: You tried to bind
    an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The
    object you have bound from 161.215.254.40 is non clusterable and you have tried
    to bind more than once from two or more servers. Such objects can only deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start: You tried to bind
    an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The
    object you have bound from 161.215.254.41 is non clusterable and you have tried
    to bind more than once from two or more servers. Such objects can only deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start: You tried to bind
    an object under the name tuxedo.services.TuxedoCorbaConnection in the JNDI tree.
    The object you have bound from 161.215.254.40 is non clusterable and you have
    tried to bind more than once from two or more servers. Such objects can only deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start: You tried to bind
    an object under the name tuxedo.services.TuxedoCorbaConnection in the JNDI tree.
    The object you have bound from 161.215.254.41 is non clusterable and you have
    tried to bind more than once from two or more servers. Such objects can only deployed
    from one server.>
    Please help.

    Hi Salim,
    Salim Djaffar wrote:
    "A. Honghsi Lo" <[email protected]> wrote:
    Hi Salim,
    Salim Djaffar wrote:
    I have a stateless ejb using this context to get the same JNDI namefrom tuxedo
    connection factory. This ejb is deployed as clustered. I deployed thisejb into
    many managed servers in the cluster. In other word every managed serverdeploys
    this ejb.
    I also have the web server configured with clustered plugin, but Iguess it has
    nothing to do with it.
    Isn't the wtc_config.xml stanza "WlsClusterName" a little misleadingsince it
    does not support cluster at all ?Yes, it is kind of misleading. It is not used in WTC and will be removed
    from dtd
    (and document) in the future.
    Besides in the admin console, I configured the WTC startup target to"cluster".
    Is there any advise to overcome this problem ?I can't think of a good way to overcome this problem. One thing you
    can do is to
    target WTC to a WLS in the cluster. One drawback is that you have only
    one WTC in
    the cluster.
    Honghsi
    Does it mean I have to use RMI/IIOP to do the lookup to one particular server
    for WTC ?No. The RMI/IIOP lookup is specific for CORBA NS lookup. It won't help you at
    all.
    >
    Will WTC be available for clustered in the future ?There will be some changes to WTC that will make it possible for you to deploy WTC
    instance on every WL server in the cluster. There are some administration (and
    configuration) restrictions associate with it if you want to be able to do load
    balancing and fail over.
    Hong-Hsi :-)
    >
    >
    Thanks.
    Please help.
    "A. Honghsi Lo" <[email protected]> wrote:
    Hi Salim,
    The current version of WTC will have this problem. Because the connection
    factory is bound
    to the same name in JNDI tre. However, the first WTC booted in the
    WLS
    cluster should
    still be available to use.
    BTW, I am interested in knowing how you use WTC currently, and howyou
    plan to use in the
    future.
    Honghsi
    Salim Djaffar wrote:
    I found this error when starting more than one managed server in
    clustered
    environment.
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start:
    You
    tried to bind
    an object under the name tuxedo.services.TuxedoConnection in the
    JNDI
    tree. The
    object you have bound from 161.215.254.40 is non clusterable and
    you
    have tried
    to bind more than once from two or more servers. Such objects can
    only
    deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start:
    You
    tried to bind
    an object under the name tuxedo.services.TuxedoConnection in the
    JNDI
    tree. The
    object you have bound from 161.215.254.41 is non clusterable and
    you
    have tried
    to bind more than once from two or more servers. Such objects can
    only
    deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start:
    You
    tried to bind
    an object under the name tuxedo.services.TuxedoCorbaConnection in
    the
    JNDI tree.
    The object you have bound from 161.215.254.40 is non clusterable
    and
    you have
    tried to bind more than once from two or more servers. Such objectscan only deployed
    from one server.>
    <Oct 5, 2001 9:14:07 AM CDT> <Error> <Cluster> <Conflict start:
    You
    tried to bind
    an object under the name tuxedo.services.TuxedoCorbaConnection in
    the
    JNDI tree.
    The object you have bound from 161.215.254.41 is non clusterable
    and
    you have
    tried to bind more than once from two or more servers. Such objectscan only deployed
    from one server.>
    Please help.

  • I have a problem when running my own EJB as a TUXEDO service using WTC.

    Hello,
    I have a problem when running my own EJB as a TUXEDO service using WTC. I am using TUXEDO 8.1 and WL 9.1.
    When I am trying to run my own EJB as a TUXEDO service error appears.
    TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could not find service TOUPPER
    at weblogic.wtc.gwt.WTCService.getImport(WTCService.java:4988)
    at weblogic.wtc.gwt.TuxedoConnection.getImport(TuxedoConnection.java:303)
    at weblogic.wtc.gwt.TuxedoConnection.tpcall(TuxedoConnection.java:1302)
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:102)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    e8
    10
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    java.lang.NullPointerException
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:713)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:447)
    at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:75)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: java.lang.NullPointerException
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:130)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    ... 15 more
    Any clue on this.
    With Regards,
    MVS

    If you are trying to create a Tuxedo service in Java using WTC you need to develop an EJB that implements the TuxedoService interface and register its home in JNDI so WTC can look it up. Once that is done you can then export the service to a remote domain in the WTC configuration.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Wlst ofline writeDomain error

    Hi,
    I am using wlst offline downloaded from dev2dev site, which i believe is based on jython. Anyway, i am trying to create a domain. All is well untill i try to write the domain using writeDomain(). It fails with the following error
    "java.io.IOException: Unable to resolve input source.
    Error: writeDomain() failed.
    Traceback (innermost last):
    File "wls.py", line 9, in ?
    File "initWls.py", line 70, in writeDomain
    com.bea.plateng.domain.script.jython.WLSTException: java.lang.NullPointerException
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:33)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:890)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:459)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    I have a valid directory and can write perfectly into this. Any ideas, why this failing to write the domain.
    Thx,
    Ravi

    Hello,
    I believe you did not set up your classpath according to the doc.
    Specifically I think you did not put @WL_HOME/server/lib in classpath.
    The script runs fine on my machine. Please follow the readme.txt,
    especially step 3 and step 4:
    3. Extract the following files from the WLST offline configuration kit:
    NOTE: <WL_HOME> refers to the root directory of your WebLogic
    Platform installation.
    By default, the pathname for this directory is c:\bea\weblogic81.
    o WLST JAR files, including config.jar, comdev.jar, and 3rdparty.jar, to
    <WL_HOME>\common\lib.
    NOTE: It is recommended that you back up the existing JAR files.
    For version compatibility,
    they may have to be used when you use non-WLST related Weblogic
    features.
    o runWLSTOffline.cmd and runWLSTOffline.sh script files to
    <WL_HOME>\common\bin.
    o (Optional) Sample script files to the desired location.
    4. Update the CLASSPATH environment variable to include the following
    WebLogic Server,
    Jython, and WLST files and directories:
    NOTE: <JYTHON_HOME> refers to the root directory of your Jython
    installation.
    <WL_HOME>\server\lib
    <WL_HOME>\server\lib\weblogic.jar
    <JYTHON_HOME>\jython.jar
    <WL_HOME>\common\lib\config.jar
    <WL_HOME>\common\lib\comdev.jar
    <WL_HOME>\common\lib\3rdparty.jar
    Thanks,
    -satya
    Web Team wrote:
    Hi The log is as follows
    "========================================================
    << read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"
    succeed: read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"<< find Server "myserver" as obj0
    succeed: find Server "myserver" as obj0<< set obj0 attribute ListenAddress to ""
    succeed: set obj0 attribute ListenAddress to ""<< set obj0 attribute ListenPort to "7001"
    succeed: set obj0 attribute ListenPort to "7001"<< find User "weblogic" as obj1
    succeed: find User "weblogic" as obj1<< set obj1 attribute Password to "********"
    succeed: set obj1 attribute Password to "********"<< set config option OverwriteDomain to "true"
    succeed: set config option OverwriteDomain to "true"<< write Domain to "/opt/was/ravi/user_projects/mydomain"
    esourceBundleManager - Retrieved (Everyone of all groups.) under key (SecurityDesc.group.everyone) from namespace <config>.
    2004-09-10 08:52:13,397 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (built-in anonymous role) under key (SecurityDesc.role.anonymous) from namespace <config>.
    2004-09-10 08:52:13,649 INFO [main] com.bea.plateng.domain.TemplateBuilder - _apps_ not found in the template jar. Assuming old template structure.
    2004-09-10 08:52:14,647 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Target) under key (target) from namespace <config>.
    2004-09-10 08:52:14,664 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Server) under key (Server) from namespace <config>.
    2004-09-10 08:52:14,779 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Application) under key (application) from namespace <config>.
    2004-09-10 08:52:14,863 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Target) under key (target) from namespace <config>.
    2004-09-10 08:52:14,867 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Server) under key (Server) from namespace <config>.
    2004-09-10 08:52:14,875 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Service) under key (service) from namespace <config>.
    2004-09-10 08:52:14,879 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Migratable RMI Service) under key (migratableRMIService) from namespace <config>.
    2004-09-10 08:52:14,883 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Shutdown Class) under key (shutdownClass) from namespace <config>.
    2004-09-10 08:52:14,887 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Startup Class) under key (startupClass) from namespace <config>.
    2004-09-10 08:52:14,891 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (File T3) under key (fileT3) from namespace <config>.
    2004-09-10 08:52:14,896 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Messaging Bridge) under key (messagingBridge) from namespace <config>.
    2004-09-10 08:52:14,910 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Jolt Connection Pool) under key (joltConnectionPool) from namespace <config>.
    2004-09-10 08:52:14,916 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WLEC Connection Pool) under key (wlecConnectionPool) from namespace <config>.
    2004-09-10 08:52:14,932 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WTC Server) under key (wtcServer) from namespace <config>.
    2004-09-10 08:52:15,165 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to replace component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType in
    2004-09-10 08:52:15,301 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to remove component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType from
    2004-09-10 08:52:15,323 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to find component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType in
    2004-09-10 08:52:15,356 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to add component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType to
    2004-09-10 08:52:15,376 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Added: FileStore to
    2004-09-10 08:52:15,379 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Component: FileStore of type: com.bea.plateng.domain.xml.config.JMSFileStoreType was replaced in
    2004-09-10 08:52:15,403 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to replace component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType in
    2004-09-10 08:52:15,407 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to remove component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType from
    2004-09-10 08:52:15,409 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to find component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType in
    2004-09-10 08:52:15,425 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Attempting to add component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType to
    2004-09-10 08:52:15,432 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Added: RMDefaultPolicy to
    2004-09-10 08:52:15,435 DEBUG [main] com.bea.plateng.domain.ApplicationTemplate - Component: RMDefaultPolicy of type: com.bea.plateng.domain.xml.config.WSReliableDeliveryPolicyType was replaced in
    2004-09-10 08:52:15,545 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (WS Reliable Delivery Policy) under key (WSReliableDeliveryPolicy) from namespace <config>.
    2004-09-10 08:52:15,548 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (JMS JDBC Store) under key (jms.jdbcStore) from namespace <config>.
    2004-09-10 08:52:15,551 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (JMS File Store) under key (jms.fileStore) from namespace <config>.
    2004-09-10 08:52:15,661 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,669 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,676 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,678 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,680 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,750 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (group) from namespace <config>.
    2004-09-10 08:52:15,757 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,760 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,762 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,765 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,796 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Role) under key (Role) from namespace <config>.
    2004-09-10 08:52:15,801 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,807 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,813 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,835 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,837 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,839 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,842 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,846 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,848 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (Group) under key (Group) from namespace <config>.
    2004-09-10 08:52:15,851 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User) under key (User) from namespace <config>.
    2004-09-10 08:52:15,967 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: read template from "/opt/was/bea/weblogic81/common/templates/domains/wls.jar"
    2004-09-10 08:52:16,399 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find Server "myserver" as obj0
    2004-09-10 08:52:16,636 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.Name) from namespace <config>.
    2004-09-10 08:52:16,642 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
    2004-09-10 08:52:16,648 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenAddress) from namespace <config>.
    2004-09-10 08:52:16,659 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
    2004-09-10 08:52:16,666 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenPort) from namespace <config>.
    2004-09-10 08:52:16,670 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:16,674 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.ListenPort) from namespace <config>.
    2004-09-10 08:52:16,676 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:16,679 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.Enabled) from namespace <config>.
    2004-09-10 08:52:16,681 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Enabled) from namespace <config>.
    2004-09-10 08:52:16,686 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find Server "myserver" as obj0
    2004-09-10 08:52:17,406 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj0 attribute ListenAddress to ""
    2004-09-10 08:52:17,441 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenAddress to ""
    2004-09-10 08:52:17,455 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj0 attribute ListenPort to "7001"
    2004-09-10 08:52:17,463 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj0 attribute ListenPort to "7001"
    2004-09-10 08:52:17,467 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find User "weblogic" as obj1
    2004-09-10 08:52:17,512 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (User name) under key (User.Name) from namespace <config>.
    2004-09-10 08:52:17,516 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.UserPassword) from namespace <config>.
    2004-09-10 08:52:17,517 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UserPassword) from namespace <config>.
    2004-09-10 08:52:17,522 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.ConfirmUserPassword) from namespace <config>.
    2004-09-10 08:52:17,526 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ConfirmUserPassword) from namespace <config>.
    2004-09-10 08:52:17,528 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (User.Description) from namespace <config>.
    2004-09-10 08:52:17,530 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Description) from namespace <config>.
    2004-09-10 08:52:17,534 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find User "weblogic" as obj1
    2004-09-10 08:52:17,575 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set obj1 attribute Password to "********"
    2004-09-10 08:52:17,579 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set obj1 attribute Password to "********"
    2004-09-10 08:52:17,582 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - set config option OverwriteDomain to "true"
    2004-09-10 08:52:17,584 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: set config option OverwriteDomain to "true"
    2004-09-10 08:52:17,598 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - write Domain to "/opt/was/ravi/user_projects/mydomain"
    2004-09-10 08:52:17,822 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.Name) from namespace <config>.
    2004-09-10 08:52:17,826 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
    2004-09-10 08:52:17,828 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenAddress) from namespace <config>.
    2004-09-10 08:52:17,832 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
    2004-09-10 08:52:17,835 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Server.ListenPort) from namespace <config>.
    2004-09-10 08:52:17,837 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:17,840 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.ListenPort) from namespace <config>.
    2004-09-10 08:52:17,845 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:17,847 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (SSL.Enabled) from namespace <config>.
    2004-09-10 08:52:17,848 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Enabled) from namespace <config>.
    2004-09-10 08:52:17,947 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.Name) from namespace <config>.
    2004-09-10 08:52:17,952 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
    2004-09-10 08:52:17,957 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.MulticastAddress) from namespace <config>.
    2004-09-10 08:52:17,960 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (MulticastAddress) from namespace <config>.
    2004-09-10 08:52:17,963 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.MulticastPort) from namespace <config>.
    2004-09-10 08:52:17,966 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (MulticastPort) from namespace <config>.
    2004-09-10 08:52:17,968 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Cluster.ClusterAddress) from namespace <config>.
    2004-09-10 08:52:17,970 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ClusterAddress) from namespace <config>.
    2004-09-10 08:52:18,086 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Machine.Name) from namespace <config>.
    2004-09-10 08:52:18,089 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
    2004-09-10 08:52:18,091 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenAddress) from namespace <config>.
    2004-09-10 08:52:18,095 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
    2004-09-10 08:52:18,096 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenPort) from namespace <config>.
    2004-09-10 08:52:18,098 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:18,142 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.Name) from namespace <config>.
    2004-09-10 08:52:18,146 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (Name) from namespace <config>.
    2004-09-10 08:52:18,148 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindGIDEnabled) from namespace <config>.
    2004-09-10 08:52:18,150 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindGIDEnabled) from namespace <config>.
    2004-09-10 08:52:18,156 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindGID) from namespace <config>.
    2004-09-10 08:52:18,158 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindGID) from namespace <config>.
    2004-09-10 08:52:18,160 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindUIDEnabled) from namespace <config>.
    2004-09-10 08:52:18,162 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindUIDEnabled) from namespace <config>.
    2004-09-10 08:52:18,165 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (UnixMachine.PostBindUID) from namespace <config>.
    2004-09-10 08:52:18,166 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (PostBindUID) from namespace <config>.
    2004-09-10 08:52:18,168 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenAddress) from namespace <config>.
    2004-09-10 08:52:18,171 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenAddress) from namespace <config>.
    2004-09-10 08:52:18,174 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (NodeManager.ListenPort) from namespace <config>.
    2004-09-10 08:52:18,177 DEBUG [main] com.bea.plateng.common.util.ResourceBundleManager - Retrieved (null) under key (ListenPort) from namespace <config>.
    2004-09-10 08:52:18,730 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found in classpath, trying "../../server/lib/jdbcdrivers.xml"
    2004-09-10 08:52:18,737 DEBUG [main] com.bea.plateng.domain.jdbc.JDBCHelper - jdbcdrivers.xml not found at "/opt/server/lib/jdbcdrivers.xml", giving up...
    2004-09-10 08:52:18,917 ERROR [main] com.bea.plateng.domain.jdbc.JDBCHelper - weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
    weblogic.xml.stream.XMLStreamException: Unable to instantiate the stream, the error was: Unable to resolve input source.
         at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:91)
         at weblogic.xml.babel.stream.XMLInputStreamBase.open(XMLInputStreamBase.java:49)
         at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:67)
         at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:49)
         at weblogic.xml.babel.stream.XMLInputStreamFactoryImpl.newInputStream(XMLInputStreamFactoryImpl.java:79)
         at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.loadSchema(JDBCConnectionMetaDataParser.java:216)
         at weblogic.jdbc.utils.JDBCConnectionMetaDataParser.<init>(JDBCConnectionMetaDataParser.java:127)
         at com.bea.plateng.domain.jdbc.JDBCHelper.getDriverInfoFactory(JDBCHelper.java:393)
         at com.bea.plateng.domain.jdbc.JDBCAspectHelper.initDriverMap(JDBCAspectHelper.java:613)
         at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getJDBCDriverClassTable(JDBCAspectHelper.java:602)
         at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:731)
         at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:211)
         at com.bea.plateng.domain.aspect.JDBCConnectionPoolDriverNameConfigAspect.decompose(JDBCConnectionPoolDriverNameConfigAspect.java:54)
         at com.bea.plateng.domain.aspect.ConfigAspectImpl.setDelegate(ConfigAspectImpl.java:493)
         at com.bea.plateng.domain.aspect.ConfigAspectBuilder.createJDBCConnectionPoolSimpleAspect(ConfigAspectBuilder.java:367)
         at com.bea.plateng.domain.operation.config.ConfigJDBCConnectionPool.createNewSimpleConfigAspects(ConfigJDBCConnectionPool.java:121)
         at com.bea.plateng.domain.operation.HTableEditOperation.createSimpleTableModel(HTableEditOperation.java:647)
         at com.bea.plateng.domain.operation.HTableEditOperation.getSimpleTableModel(HTableEditOperation.java:299)
         at com.bea.plateng.domain.operation.HTableEditOperation.initSimpleTableModel(HTableEditOperation.java:531)
         at com.bea.plateng.domain.DomainChecker.isOperationValid(DomainChecker.java:590)
         at com.bea.plateng.domain.DomainChecker.getInvalidSection(DomainChecker.java:155)
         at com.bea.plateng.domain.GeneratorHelper.validateDomainCreation(GeneratorHelper.java:82)
         at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:516)
         at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:453)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx0.writeDomain$14(initWls.py:70)
         at org.python.pycode._pyx0.call_function(initWls.py)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyFunction.__call__(PyFunction.java)
         at org.python.pycode._pyx1.f$0(wls.py:9)
         at org.python.pycode._pyx1.call_function(wls.py)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.__builtin__.execfile_flags(__builtin__.java)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java)
         at com.bea.plateng.domain.script.jython.WLST_offline.main(WLST_offline.java:50)
    =========================================================="
    the script is below
    "++++++++++++++++++++++++++++++++++++++++++++++++++++
    readTemplate('/opt/was/bea/weblogic81/common/templates/domains/wls.jar')
    cd('Server/myserver')
    set('ListenAddress','')
    set('ListenPort',7001)
    cd('/Security/mydomain')
    cd('User/weblogic')
    cmo.setPassword('weblogic')
    setOption('OverwriteDomain','true')
    writeDomain('/opt/was/ravi/user_projects/mydomain')
    dumpStack()
    dumpVariables()
    closeTemplate()
    exit()
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  • Tuxedo errors LIB_GWT_CAT:1561 and LIBGWT_CAT156

    Hi Folks,
    I see the tuxedo gateway domain issued the following errors:
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1041: ERROR: Unrecoverable error occurred on send of data - sending failure reply over network
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1041: ERROR: Unrecoverable error occurred on send of data - sending failure reply over network
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1036: ERROR: Too many unrecoverable errors occurred - deleting action
    090712.usrncwa1!GWTDOMAIN.26600.5.0: LIBGWT_CAT:1667: ERROR: Bad message from rap05. Closing file descriptor
    102329.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1013: ERROR: Unable to send service request "IQ0021F"
    102329.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1037: ERROR: Unrecoverable error occurred on send of data - sending failure reply locally
    The application flow for the systme is that the java web application calls Weblogic, then Weblogic sends the request to one of the four tuxedo domain gateways via the Weblgoic tuxedo connector (WTC), then the tuxedo domain gateway routes the request to one of the eight tuxedo tdomain instance based on a Data Dependent routing code.
    I checked with the Weblogic admininstrator and the Network administrator, and they all had said their system were functioning properly at the time of the tuxedo errors.
    At the time of these errors, the users complained that they can not access the java web application or they can not move from screen to screen or tab to tab.
    Have anyone seen these error messages before and can offer a solution to resolve these issues.
    I would greatly appreciate any help or assistance on the tuxedo errors.
    Thanks,
    Richard C.

    Sorry. I forgot to mention that I am running Tuxedo 10.0, 64-bit, RP021 on HP-UX 11.31 (Itanium).

  • Random JBO-27122 and ORA-01890 errors

    hi All,
    I am randomly getting this error. In Toad this query works always fine, but in web application raises this error from time to time (seldom). What can be a reason.
    Thanks,
    SNikiforov
    JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT WfsSignIn.SSN, BhsSatLoc.LOC_DESC SAT_LOC, WFS.PK_WFS_SIGNOUT.sf_pft_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) PftY, WFS.PK_WFS_SIGNOUT.sf_h_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) HearingY, WFS.PK_WFS_SIGNOUT.sf_vis_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) VisionY, WFS.PK_WFS_SIGNOUT.sf_v_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) VitalY, WFS.PK_WFS_SIGNOUT.sf_f_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) FitnesslY, WFS.PK_WFS_SIGNOUT.sf_MM_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) MentorY, WFS.PK_WFS_SIGNOUT.sf_Consent_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE) Consent, WFS.PK_WFS_SIGNOUT.sf_D_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) DISY, WFS.PK_WFS_SIGNOUT.sf_B_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) BloodY, WFS.PK_WFS_SIGNOUT.sf_SA_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) SAMHY, FDNY_APP_DATE -TO_DATE('25-JUL-02', 'DD-MON-RR') wtc, trunc(:P_DATE) today, :P_DOC doc, substr(WfsSignIn.SSN,6,4) SSN4, WfsSignIn.EXAM_DATE, WfsSignIn.SIGN_IN_ID, WfsSignIn.USERID, WfsSignIn.FNAME, WfsSignIn.LNAME, ComFdemp.GENDER, WfsSignIn.RANK_CODE, WfsSignIn.UNIT_CODE, ComFdemp.WORK_LOCATION, WfsSignIn.WALK_IN, ComFdemp.BIRTH_DATE, PK_WFS_SIGNOUT.sf_sign_out(WfsSignIn.SSN) Can_Sign_Out, trunc(nvl(sf_empall_age(WfsSignIn.ssn),0)) Age, case when WfsSignIn.PHYSICIAN_CHECK ='Y' then 'Yes' else 'No' end PHYSICIAN_CHECK, sf_Emp_Cand_Name (WfsSignIn.ssn) Fullname, sf_get_title_wfs (WfsSignIn.ssn) title, WfsSignIn.SIGN_OUT, WfsSignIn.ANNUAL_YR ANNUALYR, 'Y' SIGNED_IN, pk_wfs.SF_GET_STATUS(WfsSignIn.ssn) Duty, rownum FROM HRIS.WFS_SIGN_IN WfsSignIn,EMP_CAND_V ComFdemp,bhs_sat_loc BhsSatLoc WHERE (WfsSignIn.SAT_LOC=:P_SAT_LOC or :P_SAT_LOC ='AA') and WfsSignIn.SAT_LOC = BhsSatLoc.SAT_LOC_CODE(+) and ComFdemp.Ssn=WfsSignIn.Ssn and not (nvl((WfsSignIn.SIGN_OUT),'N') in (decode(:P_Table,'Signed In','Y','N'),decode(:P_Table,'Signed In','A','N'))) and ( ( ((:P_FIELD is null or :P_FIELD='SSN') and WfsSignIn.SSN like '%'||:P_PARAM)and (ComFdemp.LNAME) like '%'||UPPER(:P_FNAME) ||'%') or (:P_FIELD='Name' and (ComFdemp.FNAME) like '%'||UPPER(:P_FNAME) ||'%' ) ) and WfsSignIn.EXAM_DATE=trunc(TO_DATE(:P_DATE)) and (:P_Table='Signed In' or :P_Table='Signed Out') union select ComFdemp.SSN, '00' SAT_LOC, 'No' PftY, 'No' HearingY, 'No' VisionY, 'No' VitalY, 'No' FitnessY, 'No' MentorY, 'No' Consent, 'No' DISY, 'No' BloodY, 'No' SAMHY, FDNY_APP_DATE -TO_DATE('25-JUL-02', 'DD-MON-RR') wtc, trunc(:P_DATE) today, :P_DOC doc, substr(ComFdemp.SSN,6,4) SSN4, trunc(TO_DATE(:P_DATE)) EXAM_DATE, 0 SIGN_IN_ID, to_char(null) USERID, ComFdemp.FNAME, ComFdemp.LNAME, ComFdemp.GENDER, ComFdemp.RANK_CODE, ComFdemp.UNIT_CODE, ComFdemp.WORK_LOCATION, 'No' WALK_IN, ComFdemp.BIRTH_DATE, null Can_Sign_Out, ROUND(nvl(sf_empall_age(ComFdemp.ssn),0)) Age, 'No' PHYSICIAN_CHECK, sf_Emp_Cand_Name (ComFdemp.ssn) Fullname, sf_get_title_wfs (ComFdemp.ssn) title, 'Z' SIGN_OUT, to_number(substr(to_char(TO_DATE(:P_DATE),'MM/DD/YYYY'),7,4)) ANNUALYR, decode((select count(*) from HRIS.WFS_SIGN_IN where ssn=ComFdemp.ssn and EXAM_DATE>=trunc(TO_DATE(:P_DATE))),0,'N','Y') SIGNED_IN, pk_wfs.SF_GET_STATUS(ComFdemp.ssn) Duty, rownum from EMP_CAND_V ComFdemp WHERE (((ComFdemp.SSN like '%'||:P_PARAM and (ComFdemp.LNAME) like '%'||UPPER(:P_FNAME) ||'%') ) ) and (:P_Table<>'Signed In' and :P_Table<>'Signed Out')) QRSLT ORDER BY SAT_LOC DESC
    ORA-01890: NLS error detected
    THIS IS THE VO
    SELECT WfsSignIn.SSN,
    BhsSatLoc.LOC_DESC SAT_LOC,
    WFS.PK_WFS_SIGNOUT.sf_pft_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) PftY,
    WFS.PK_WFS_SIGNOUT.sf_h_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) HearingY,
    WFS.PK_WFS_SIGNOUT.sf_vis_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) VisionY,
    WFS.PK_WFS_SIGNOUT.sf_v_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) VitalY,
    WFS.PK_WFS_SIGNOUT.sf_f_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) FitnesslY,
    WFS.PK_WFS_SIGNOUT.sf_MM_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) MentorY,
    WFS.PK_WFS_SIGNOUT.sf_Consent_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE) Consent,
    WFS.PK_WFS_SIGNOUT.sf_D_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) DISY,
    WFS.PK_WFS_SIGNOUT.sf_B_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) BloodY,
    WFS.PK_WFS_SIGNOUT.sf_SA_check(WfsSignIn.SSN, WfsSignIn.EXAM_DATE ) SAMHY,
    FDNY_APP_DATE -TO_DATE('25-JUL-02', 'DD-MON-RR') wtc,
    trunc(:P_DATE) today,
    :P_DOC doc,
    substr(WfsSignIn.SSN,6,4) SSN4,
    WfsSignIn.EXAM_DATE,
    WfsSignIn.SIGN_IN_ID,
         WfsSignIn.USERID,
    WfsSignIn.FNAME,
    WfsSignIn.LNAME,
         ComFdemp.GENDER,
    WfsSignIn.RANK_CODE,
    WfsSignIn.UNIT_CODE,
    ComFdemp.WORK_LOCATION,
    WfsSignIn.WALK_IN,
         ComFdemp.BIRTH_DATE,
         PK_WFS_SIGNOUT.sf_sign_out(WfsSignIn.SSN) Can_Sign_Out,
    trunc(nvl(sf_empall_age(WfsSignIn.ssn),0)) Age,
    case when WfsSignIn.PHYSICIAN_CHECK ='Y' then 'Yes'
         else 'No' end PHYSICIAN_CHECK,
    sf_Emp_Cand_Name (WfsSignIn.ssn) Fullname,
    sf_get_title_wfs (WfsSignIn.ssn) title,
    WfsSignIn.SIGN_OUT,
         WfsSignIn.ANNUAL_YR ANNUALYR,
         'Y' SIGNED_IN,
         pk_wfs.SF_GET_STATUS(WfsSignIn.ssn) Duty,
    rownum
    FROM HRIS.WFS_SIGN_IN WfsSignIn,EMP_CAND_V ComFdemp,bhs_sat_loc BhsSatLoc
    WHERE (WfsSignIn.SAT_LOC=:P_SAT_LOC or :P_SAT_LOC ='AA') and WfsSignIn.SAT_LOC = BhsSatLoc.SAT_LOC_CODE(+) and ComFdemp.Ssn=WfsSignIn.Ssn and not (nvl((WfsSignIn.SIGN_OUT),'N') in (decode(:P_Table,'Signed In','Y','N'),decode(:P_Table,'Signed In','A','N'))) and
    ((:P_FIELD is null or :P_FIELD='SSN') and WfsSignIn.SSN like '%'||:P_PARAM)and (ComFdemp.LNAME) like '%'||UPPER(:P_FNAME) ||'%') or
    (:P_FIELD='Name' and (ComFdemp.FNAME) like '%'||UPPER(:P_FNAME) ||'%' )
    and
    WfsSignIn.EXAM_DATE=trunc(TO_DATE(:P_DATE)) and (:P_Table='Signed In' or :P_Table='Signed Out')
    union
    select
    ComFdemp.SSN,
    '00' SAT_LOC,
    'No' PftY,
    'No' HearingY,
    'No' VisionY,
    'No' VitalY,
    'No' FitnessY,
         'No' MentorY,
         'No' Consent,
         'No' DISY,
         'No' BloodY,
         'No' SAMHY,
    FDNY_APP_DATE -TO_DATE('25-JUL-02', 'DD-MON-RR') wtc,
    trunc(:P_DATE) today,
    :P_DOC doc,
    substr(ComFdemp.SSN,6,4) SSN4,
    trunc(TO_DATE(:P_DATE)) EXAM_DATE,
    0 SIGN_IN_ID,
         to_char(null) USERID,
    ComFdemp.FNAME,
    ComFdemp.LNAME,
         ComFdemp.GENDER,
    ComFdemp.RANK_CODE,
    ComFdemp.UNIT_CODE,
    ComFdemp.WORK_LOCATION,
    'No' WALK_IN,
         ComFdemp.BIRTH_DATE,
         null Can_Sign_Out,
    ROUND(nvl(sf_empall_age(ComFdemp.ssn),0)) Age,
    'No' PHYSICIAN_CHECK,
    sf_Emp_Cand_Name (ComFdemp.ssn) Fullname,
    sf_get_title_wfs (ComFdemp.ssn) title,
    'Z' SIGN_OUT,
         to_number(substr(to_char(TO_DATE(:P_DATE),'MM/DD/YYYY'),7,4)) ANNUALYR,
         decode((select count(*) from HRIS.WFS_SIGN_IN where ssn=ComFdemp.ssn and EXAM_DATE>=trunc(TO_DATE(:P_DATE))),0,'N','Y') SIGNED_IN,
         pk_wfs.SF_GET_STATUS(ComFdemp.ssn) Duty,
    rownum
    from EMP_CAND_V ComFdemp
    WHERE (((ComFdemp.SSN like '%'||:P_PARAM and (ComFdemp.LNAME) like '%'||UPPER(:P_FNAME) ||'%') )
    ) and
    (:P_Table<>'Signed In' and :P_Table<>'Signed Out')

    Hi,
    how likely is it that your database is version 9.0 or older ? If so, the bug is fixed in 9.0.1. If my guess didn't hit bulls eye then you may need to provide more information about your environment. Also, a reproducible pattern would be good.
    Frank

  • Every 2nd request from WTC fails

    Hi there,
    We are using WLS 10.0.1 integrated with Tuxedo 6.5 and have this strange situation where every second request sent from WLS to Tuxedo fails with "TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0". There is no other associated message.
    Our call sequence consists of:
    ApplicationToMonitorInterface connection = tuxedoConnectionFactory.getTuxedoConnection();
    Reply reply = connection.tpcall(requestMapper.getServiceName(), requestMapper.getTypedFmlBuffer(),
    ApplicationToMonitorInterface.TPNOAUTH | ApplicationToMonitorInterface.TPNOTIME);
    process reply
    connection.tpterm();
    The tpcall is throwing a TPException on every second invocation. The amount of time (seconds or minutes) that passes between invocations seems to be irrelevent. I've tried various combinations of flags passed to the tpcall, including zero, with no apparent difference.
    I turned up WTC logging to try and troubleshoot the issue. Log fragments are pasted below.
    Note that the same reader thread "ExecuteThread: '4'" appears to be used for both calls, suggesting that they are both making use of the same TCP connection.
    A tcpdump of both calls reveals (apparently complete) outgoing request and incoming reply data in both cases. However, it looks as though WTC gets its input stream out of sync and (possibly) reads left over data from the 1st call. WTC ditches the connection when the 2nd call fails, so the 3rd call starts off with a brand new connection again.
    Any ideas?
    Please excuse the bulk, but here is the trace from the successful call:
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '1'<BEA-180046> <no transaction>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '1'<BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/20/null>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/null>
    ExecuteThread: '1'<BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '1'<BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '1'<BEA-180046> <[/WLSInvoke/weblogic.wtc.gwt.TDMLocalTDomain@264a55ca/weblogic.wtc.gwt.TDMRemoteTDomain@acb54dc7>
    ExecuteThread: '1'<BEA-180046> <]/WLSInvoke/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_compression_threshold/2147483647>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_compression_threshold/20/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_sess_sec/NONE>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_sess_sec/30/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setDesiredName/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setDesiredName/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_dom_target_name/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_dom_target_name/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/set_local_domain_name/MTS-Local>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/set_local_domain_name/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setRemoteDomainId/OBF_WTC>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setRemoteDomainId/10>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAlive>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAlive/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAlive/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAlive/10/>
    ExecuteThread: '1'<BEA-180046> <[/TDMRemoteTDomain/getKeepAliveWait>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getKeepAliveWait/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setKeepAliveWait/0>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setKeepAliveWait/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAppKey/TpUsrFile>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setAllowAnonymous/false>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setAllowAnonymous/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession/setDfltAppKey/-1>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setDfltAppKey/10/>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setEncryptionFlags/39>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/setEncryptionFlags/10>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpinit/weblogic.wtc.jatmi.TPINIT@355e82>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/do_connect/WTC_OBF>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/14/null>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/10/134217727>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=524>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=540>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=540>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_PRE_NW_ACALL1:1:-1:0:0:0:0:0:0:0:50:null>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=540/myMark=540/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <[/read_dom_65_tfmh/10>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=32/myOffset=0/myMark=0/myProtocol=10/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=32>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=32/myMark=0>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/size=544>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/readTuxedoMessage/false>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=512/myOffset=32/myMark=0/myProtocol=10/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/toRead=512>
    ExecuteThread: '1'<BEA-180046> </TpeIn/readTuxedoMessage/myNeedToRead=0/myOffset=544/myMark=0>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/120/true>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/readTuxedoMessage/150/true>
    ExecuteThread: '1'<BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_PRE_NW_ACALL1_RPLY>
    ExecuteThread: '1'<BEA-180046> <[/TpeIn/available/>
    ExecuteThread: '1'<BEA-180046> <]/TpeIn/available/20/512>
    ExecuteThread: '1'<BEA-180046> </read_dom_65_tfmh/bufsize=544 available=512>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_security_type 0>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_security_type>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_tm_release 64>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_tm_release>
    ExecuteThread: '1'<BEA-180046> <[/TdomTcb/set_dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> <]/TdomTcb/set_dom_protocol>
    ExecuteThread: '1'<BEA-180046> <]/read_dom_65_tfmh/70/0/0>
    ExecuteThread: '1'<BEA-180046> <Remote gateway support features = 0>
    ExecuteThread: '1'<BEA-180046> < /dsession(1)/do_connect/dom_protocol 13>
    ExecuteThread: '1'<BEA-180046> </dsession(1)/do_connect/no LLE protocol>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/setUpTuxedoAAA/>
    ExecuteThread: '1'<BEA-180046> <]/dsession/setUpTuxedoAAA/10/return 0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/dmqDecision/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/dmqDecision/10>
    xecuteThread: '1' BEA-180087> <Established a connection to a remote domain OBF_WTC.>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/do_connect/170/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpinit/30/>
    ExecuteThread: '1'<BEA-180046> <]/TDMRemoteTDomain/getTsession/90/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@247c48/32/null/0>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@5b63c2/32/null/0>
    ExecuteThread: '1'<BEA-180046> <myAppKey = null>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:2:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '1'<BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '1'<BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@d9af8d>
    ExecuteThread: '1'<BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '1'<BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '1'<BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '1'<BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '1'<BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '1'<BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '1'<BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 39 63 61 EM.....9........89ca>
    ExecuteThread: '1'<BEA-180113> <2D 61 31 34 66 65 65 31 32 34 34 36 65 00 00 00 0A 10 DF 43 .a14fee12446e......C>
    ExecuteThread: '1'<BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '1'<BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '1'<BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '1'<BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '1'<BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '1'<BEA-180073> <+++++ END +++++>
    ExecuteThread: '1'<BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:2:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '1'<BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '1'<BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '1'<BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '1'<BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '1'<BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:2:false/32>
    ExecuteThread: '1'<BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/null>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> </tfmh/read_dom_65_tfmh/opcode=GWNW_XATMI_REPLY>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/bufsize=444 available=968>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/prior compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> </read_dom_65_tfmh/post compos bufsize=364 available=920>
    ExecuteThread: '4' <BEA-180046> <Inbound 65 UDATA: buffer type(FML32, null)>
    ExecuteThread: '4' <BEA-180072> <+++++ User Data(364) +++++>
    ExecuteThread: '4' <BEA-180113> <FF FF D8 F0 00 00 01 2C 00 00 10 00 00 00 00 10 00 00 00 00 ....................>
    ExecuteThread: '4' <BEA-180113> <00 00 00 10 0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F ................FOX.>
    ExecuteThread: '4' <BEA-180113> <53 59 53 54 45 4D 00 00 0A 10 DF 39 00 00 00 0E 00 00 00 06 SYSTEM.....9........>
    ExecuteThread: '4' <BEA-180113> <44 75 6D 6D 79 00 00 00 0A 10 DF 43 00 00 00 0C 00 00 00 04 Dummy......C........>
    ExecuteThread: '4' <BEA-180113> <46 4F 58 00 0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F FOX....M........GSM.>
    ExecuteThread: '4' <BEA-180113> <47 65 74 41 63 63 74 00 0A 10 DF F7 00 00 00 0D 00 00 00 05 GetAcct.............>
    ExecuteThread: '4' <BEA-180113> <53 74 75 62 00 00 00 00 0A 11 3E 77 00 00 00 10 00 00 00 08 Stub.......w........>
    ExecuteThread: '4' <BEA-180113> <31 32 33 34 2E 35 36 00 0A 11 3E 8A 00 00 00 0F 00 00 00 07 1234.56....?........>
    ExecuteThread: '4' <BEA-180113> <33 34 35 2E 36 37 00 00 0A 11 3E 8B 00 00 00 0F 00 00 00 07 345.67.....?........>
    ExecuteThread: '4' <BEA-180113> <34 35 36 2E 37 38 00 00 0A 11 3E 8C 00 00 00 0F 00 00 00 07 456.78.....?........>
    ExecuteThread: '4' <BEA-180113> <35 36 37 2E 38 39 00 00 0A 11 3E 8D 00 00 00 0F 00 00 00 07 567.89.....?........>
    ExecuteThread: '4' <BEA-180113> <32 33 34 2E 35 36 00 00 0A 11 3E 9B 00 00 00 0F 00 00 00 07 234.56.....?........>
    ExecuteThread: '4' <BEA-180113> <53 79 64 6E 65 79 00 00 0A 11 3E 9D 00 00 00 16 00 00 00 0E Sydney.....?........>
    ExecuteThread: '4' <BEA-180113> <4D 69 6C 6C 65 72 20 53 74 72 65 65 74 00 00 00 0A 11 3E 9E Miller.Street......?>
    ExecuteThread: '4' <BEA-180113> <00 00 00 15 00 00 00 0D 4E 6F 72 74 68 20 53 79 64 6E 65 79 ........North.Sydney>
    ExecuteThread: '4' <BEA-180113> <00 00 00 00 0A 11 3E 9F 00 00 00 0C 00 00 00 04 4E 53 57 00 .......?........NSW.>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A1 00 00 00 0D 00 00 00 05 32 30 36 30 00 00 00 00 ...?........2060....>
    ExecuteThread: '4' <BEA-180113> <0A 11 3E A8 00 00 00 13 00 00 00 0B 4A 6F 68 6E 20 44 75 6D ...?........John.Dum>
    ExecuteThread: '4' <BEA-180113> <6D 79 00 00 my.. >
    ExecuteThread: '4' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '4' <BEA-180046> <[/TypedFML32/_tmpostrecv/364>
    ExecuteThread: '4' <BEA-180046> <]/TypedFML32/_tmpostrecv/100/>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/150/0>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/dispatch/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/dispatch/TdomTcb=TDOM:GWNW_XATMI_REPLY:2:-1:0:32:32:0:0:0:0:50:null>
    ExecuteThread: '4' <BEA-180046> </rdsession/dispatch/25/reqId = 2>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/addlist/weblogic.wtc.jatmi.tfmh@489f21/2>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/addlist/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:2:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@948b59 for oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/addlist/10/>
    ExecuteThread: '1'<BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:2:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@948b59>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/dispatch/60/>
    ExecuteThread: '1'<BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=2/diagnostic=0>
    ExecuteThread: '1'<BEA-180046> <[/rdsession(1)/restoreTfmhToCache/>
    ExecuteThread: '1'<BEA-180046> </rdsession(1)/addedtocache=weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '1'<BEA-180046> <]/rdsession(1)/restoreTfmhToCache/30/>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpgetrply/100/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/dsession(1)/tpcall/20/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpcall/40/weblogic.wtc.jatmi.TypedFML32@9d078d:0:SessionAcallDescriptor:2:false>
    ExecuteThread: '1'<BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '1'<BEA-180046> <]/TuxedoConnection/tpterm/10>
    and the unsuccessful call:
    ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1250643290962> <BEA-180046> <[/TuxedoConnection/TuxedoConnection/>
    ExecuteThread: '0' <BEA-180046> <no transaction>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/TuxedoConnection/30>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpcall/GSM_GetAcct/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/getProviderRoute/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCRouteManager/selectTargetRotes/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/WTCService/getImport/(svc = GSM_GetAcct, xid = null)>
    ExecuteThread: '0' <BEA-180046> <[/TDMImport/getStatus/>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TDMImport/getStatus/30/AVAILABLE>
    ExecuteThread: '0' <BEA-180046> <]/WTCService/getImport/40/(0)>
    ExecuteThread: '0' <BEA-180046> <[/TDMRemoteTDomain/getTsession/MTS-Remote, create = true>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/getIsTerminated/ldom=WTC_OBF rdom=OBF_WTC>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/getIsTerminated/false>
    ExecuteThread: '0' <BEA-180046> <]/TDMRemoteTDomain/getTsession/10/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> </TDMRemoteTDomain/getTsession/100/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/WTCRouteManager/selectTargetRotes/30/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/getProviderRoute/20>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpcall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpacall/GSM_GetAcct/weblogic.wtc.jatmi.TypedFML32@73a146/32/null/0>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpacall_internal/GSM_GetAcct/weblogic.wtc.jatmi.tfmh@610734/32/null/0>
    ExecuteThread: '0' <BEA-180046> <myAppKey = null>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/alloc_TDOM/1/GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/alloc_TDOM/10/TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/rdsession(1)/add_rplyObj/SessionAcallDescriptor:3:false/weblogic.wtc.jatmi.TuxRply@f29035/-1>
    ExecuteThread: '0' <BEA-180046> <]/rdsession(1)/add_rplyObj/40/>
    ExecuteThread: '0' <BEA-180046> <[/write_dom_65_tfmh/WTC_OBF/13/2147483647>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/header calculated_size=76>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/opcode calculated_size=96>
    ExecuteThread: '0' <BEA-180046> <[/FML32/_tmpresend/java.io.DataOutputStream@200fa2>
    ExecuteThread: '0' <BEA-180046> <numPointerFields=0 numView32Fields=0 numFml32Fields=0>
    ExecuteThread: '0' <BEA-180046> <]/TypedFML32/_tmpresend/60/>
    ExecuteThread: '0' <BEA-180046> <Outbound UDATA: buffer type(FML32, null)>
    ExecuteThread: '0' <BEA-180072> <+++++ 65 User Data(184) +++++>
    ExecuteThread: '0' <BEA-180113> <FF FF D8 F0 00 00 00 B8 7F FF FF FF 00 00 00 08 00 00 00 00 .......?............>
    ExecuteThread: '0' <BEA-180113> <00 00 00 10 00 10 DF 9D 00 00 00 01 02 10 DF 93 00 00 00 01 .......?.......?....>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 2F 00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 ............FOX.SYST>
    ExecuteThread: '0' <BEA-180113> <45 4D 00 00 0A 10 DF 39 00 00 00 1A 00 00 00 12 38 66 33 64 EM.....9........8f3d>
    ExecuteThread: '0' <BEA-180113> <2D 39 34 63 39 34 61 30 30 61 35 62 66 00 00 00 0A 10 DF 43 .94c94a00a5bf......C>
    ExecuteThread: '0' <BEA-180113> <00 00 00 13 00 00 00 0B 46 4F 58 5F 53 59 53 54 45 4D 00 00 ........FOX.SYSTEM..>
    ExecuteThread: '0' <BEA-180113> <0A 10 DF 4D 00 00 00 14 00 00 00 0C 47 53 4D 5F 47 65 74 41 ...M........GSM.GetA>
    ExecuteThread: '0' <BEA-180113> <63 63 74 00 0A 10 DF F7 00 00 00 0C 00 00 00 04 46 4F 58 00 cct.............FOX.>
    ExecuteThread: '0' <BEA-180113> <0A 11 3E 7B 00 00 00 11 00 00 00 09 32 32 32 32 32 32 32 32 ............22222222>
    ExecuteThread: '0' <BEA-180113> <00 00 00 00 .... >
    ExecuteThread: '0' <BEA-180073> <+++++ END +++++>
    ExecuteThread: '0' <BEA-180046> </write_dom_65_tfmh/total calculated_size=280>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=32/myMark=32/myProtocol=13/parsedMetahdr=false>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/writeTuxedoMessage/70/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> </tfmh/write_dom_65_tfmh/TdomTcb=TDOM:GWNW_XATMI_CALL:3:-1:0:0:32:0:0:0:0:50:GSM_GetAcct>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/10/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/write(b)/>
    ExecuteThread: '0' <BEA-180046> <[/TpeOut/writeTuxedoMessage/>
    ExecuteThread: '0' <BEA-180046> </TpeOut/writeTuxedoMessage/myNeedToWrite=280/myMark=280/myProtocol=13/parsedMetahdr=true>
    ExecuteThread: '0' <BEA-180046> <*]/TpeOut/writeTuxedoMessage/40/>
    ExecuteThread: '0' <BEA-180046> <]/TpeOut/write/30/>
    ExecuteThread: '0' <BEA-180046> <]/write_dom_65_tfmh/110/0/>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpacall_internal/40/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/tpacall/100/SessionAcallDescriptor:3:false>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/tpgetrply/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/dsession(1)/_tpgetrply_internal/SessionAcallDescriptor:3:false/32>
    ExecuteThread: '0' <BEA-180046> <[/TuxRply/get_specific_reply/SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1/true>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] waiting for message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/dispatch/>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/myOffset=444/myDecryptOffset=0/myProtocol=13>
    ExecuteThread: '4' <BEA-180046> </TuxedoMuxableSocket/dispatch/size=444>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/allocTfmh/>
    ExecuteThread: '4' <BEA-180046> </rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/allocTfmh/weblogic.wtc.jatmi.tfmh@489f21>
    ExecuteThread: '4' <BEA-180046> <[/read_dom_65_tfmh/13>
    ExecuteThread: '4' <BEA-180046> <]/read_dom_65_tfmh/20/-1/-10000/1938831426>
    ExecuteThread: '4' <BEA-180046> <[/TuxedoMuxableSocket/endOfStream/>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/termimateTDomainSession/false>
    ExecuteThread: '4' <BEA-180046> <[/TDMRemoteTDomain/onTerm/1>
    ExecuteThread: '4' <BEA-180046> <]/TDMRemoteTDomain/onTerm/20>
    ExecuteThread: '4' <BEA-180046> <]/dsession/terminateTDomainSession(30)>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <[/rdsession(1)/remove_rplyObj/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <]/rdsession(1)/remove_rplyObj/20/true>
    ExecuteThread: '4' <BEA-180046> <[/TuxRply/add_reply/weblogic.wtc.gwt.gwdsession@1/SessionAcallDescriptor:3:false>
    ExecuteThread: '4' <BEA-180046> <TuxRply/add_reply: found eligible waiter= weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0 for oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1>
    ExecuteThread: '4' <BEA-180046> </rdsession/connectionHasTerminated/10: TPESYSTEM sent>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/endOfStream/10>
    ExecuteThread: '4' <BEA-180046> <[/dsession(WTC_OBF, OBF_WTC)/setIsTerminated>
    ExecuteThread: '4' <BEA-180046> <]/dsession/setIsTerminated(10)/done>
    ExecuteThread: '4' <BEA-180046> <]/TuxedoMuxableSocket/dispatch/90/failure=-1>
    ExecuteThread: '0' <BEA-180046> <TuxRply/get_specific_reply: Thr Thread[[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads] got message oid SessionAcallDescriptor:3:false/weblogic.wtc.gwt.gwdsession@1 on lockReq = weblogic.wtc.jatmi.TuxRply$LockReq@e28ba0>
    ExecuteThread: '0' <BEA-180046> <]/TuxRply/get_specific_reply/40/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <]/dsession(1)/_tpgetrply_internal/20/weblogic.wtc.jatmi.tfmh@aa352e>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/85/opcode=3/diagnostic=12>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpgetrply/95/>
    ExecuteThread: '0' <BEA-180046> <*]/dsession(1)/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <*]/TuxedoConnection/tpcall/30/TPESYSTEM(12):0:0:TPED_MINVAL(0):QMNONE(0):0>
    ExecuteThread: '0' <BEA-180046> <[/TuxedoConnection/tpterm/>
    ExecuteThread: '0' <BEA-180046> <]/TuxedoConnection/tpterm/10>

    Hi Todd,
    Thanks for responding.
    The Tuxedo developer here has provided me with the following information:
    The Tuxedo version is 6.5 and the patch level as seen in the last line of $TUXDIR/udataobj/patchlev file is "389. CR093934 TUX 6.5 > HP-UX 11 64-bit /Domain is unable to connect to 32-bit domains"
    The OS, Tuxedo is running on is: "HP-UX B.11.11 U 9000/800 485721183 unlimited-user license"
    In the Tuxedo ULOG file, I can see that the MTS service has received the request from WTC and the response being logged as well, without any error. However immediately after the request is completed, error messages is logged. The extract of this message is shown below:
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1130: INFO: Disconnected from domain (domainid=<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1354: INFO: Retrying domain (domainid=<WTC_OBF>) every 60 seconds
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:2005: INFO: Receive connecting request from remote domain (domainid<WTC_OBF>)
    130843.focdevapph001!GWTDOMAIN.4780: LIBGWT_CAT:1128: INFO: Connection accepted from domain (domainid=<WTC_OBF>)
    Here is the WTC config fragment:
    <wtc-server>
    <name>MTS</name>
    <target>AdminServer</target>
    <wtc-local-tux-dom>
    <name>MTS-Local</name>
    <access-point>MTS-Local</access-point>
    <access-point-id>WTC_OBF</access-point-id>
    <security>NONE</security>
    <connection-policy>ON_STARTUP</connection-policy>
    <nw-addr>//localhost:7050</nw-addr>
    <interoperate>Yes</interoperate>
    </wtc-local-tux-dom>
    <wtc-remote-tux-dom>
    <name>MTS-Remote</name>
    <access-point>MTS-Remote</access-point>
    <access-point-id>OBF_WTC</access-point-id>
    <connection-policy>ON_STARTUP</connection-policy>
    <credential-policy>LOCAL</credential-policy>
    <local-access-point>MTS-Local</local-access-point>
    <retry-interval>10</retry-interval>
    <max-retries>10</max-retries>
    <nw-addr>//focdevapph001:25395</nw-addr>
    <federation-url></federation-url>
    <federation-name></federation-name>
    </wtc-remote-tux-dom>
    <wtc-import>
    <name>WTCImportedService-0</name>
    <resource-name>GSM_GetAcct</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetAcct</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-1</name>
    <resource-name>GSM_GetBillPay</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>GSM_GetBillPay</remote-name>
    </wtc-import>
    <wtc-import>
    <name>WTCImportedService-2</name>
    <resource-name>SvcGetBilling</resource-name>
    <local-access-point>MTS-Local</local-access-point>
    <remote-access-point-list>MTS-Remote</remote-access-point-list>
    <remote-name>SvcGetBilling</remote-name>
    </wtc-import>
    </wtc-server>
    Finally, some tcpdump data:
    Successful call:
    11:41:44.715758 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: S 521001588:521001588(0) win 65535 <mss 1460,nop,wscale 3,nop,nop,timestamp 858559006 0,sackOK,eol>
    0x0000: 4500 0040 7a3d 4000 4006 e571 0a10 2945 E..@z=@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da74 0000 0000 .+....c3...t....
    0x0020: b002 ffff 6f29 0000 0204 05b4 0103 0303 ....o)..........
    0x0030: 0101 080a 332c 921e 0000 0000 0402 0000 ....3,..........
    11:41:44.716690 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: S 1330679351:1330679351(0) ack 521001589 win 32768 <mss 1460,nop,nop,sackOK,wscale 0,nop,nop,nop,timestamp 42832250 858559006>
    0x0000: 4500 0040 5e44 4000 3e06 036b a12b 0689 E..@^D@.>..k.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e37 1f0d da75 ..)Ec3..OP.7...u
    0x0020: b012 8000 7d89 0000 0204 05b4 0101 0402 ....}...........
    0x0030: 0303 0001 0101 080a 028d 917a 332c 921e ...........z3,..
    11:41:44.716786 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0034 1575 4000 4006 4a46 0a10 2945 E..4.u@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8010 ffff 3d56 0000 0101 080a 332c 921e ....=V......3,..
    0x0030: 028d 917a ...z
    11:41:44.718457 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 1:541(540) ack 1 win 65535 <nop,nop,timestamp 858559006 42832250>
    0x0000: 4500 0250 7254 4000 4006 eb4a 0a10 2945 E..PrT@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d da75 4f50 8e38 .+....c3...uOP.8
    0x0020: 8018 ffff 8a75 0000 0101 080a 332c 921e .....u......3,..
    0x0030: 028d 917a 7390 3842 0000 000e 0000 0001 ...zs.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 021c 0000 0057 0000 0054 0000 0043 .......W...T...C
    0x0060: 0000 005f 0000 004f 0000 0042 0000 0046 ..._...O...B...F
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719850 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 1:545(544) ack 541 win 32768 <nop,nop,timestamp 42832251 858559006>
    0x0000: 4500 0254 5e45 4000 3e06 0156 a12b 0689 E..T^E@.>..V.+..
    0x0010: 0a10 2945 6333 cacc 4f50 8e38 1f0d dc91 ..)Ec3..OP.8....
    0x0020: 8018 8000 087b 0000 0101 080a 028d 917b .....{.........{
    0x0030: 332c 921e 7390 3842 0000 000f 0000 0001 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 0220 0000 004f 0000 0042 0000 0046 .......O...B...F
    0x0060: 0000 005f 0000 0057 0000 0054 0000 0043 ..._...W...T...C
    0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0110: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0120: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0130: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0140: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0150: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0160: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0170: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0180: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x0190: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01a0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01b0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01c0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
    0x01f0: 0000 ..
    11:41:44.719932 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 0034 9811 4000 4006 c7a9 0a10 2945 E..4..@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8010 ffff 3919 0000 0101 080a 332c 921e ....9.......3,..
    0x0030: 028d 917b ...{
    11:41:44.729113 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 541:805(264) ack 545 win 65535 <nop,nop,timestamp 858559006 42832251>
    0x0000: 4500 013c fb6b 4000 4006 6347 0a10 2945 E..<.k@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dc91 4f50 9058 .+....c3....OP.X
    0x0020: 8018 ffff efcc 0000 0101 080a 332c 921e ............3,..
    0x0030: 028d 917b 7390 3842 0000 0001 0000 0002 ...{s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 6236 3764 2d34 6666 ........b67d-4ff
    0x00e0: 3631 6632 3139 3535 3700 0000 0a10 df43 61f219557......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:41:44.768190 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 545:989(444) ack 805 win 32768 <nop,nop,timestamp 42832256 858559006>
    0x0000: 4500 01f0 5e46 4000 3e06 01b9 a12b 0689 E...^F@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9058 1f0d dd99 ..)Ec3..OP.X....
    0x0020: 8018 8000 3762 0000 0101 080a 028d 9180 ....7b..........
    0x0030: 332c 921e 7390 3842 0000 0002 0000 0002 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:41:44.768327 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 989 win 65535 <nop,nop,timestamp 858559006 42832256>
    0x0000: 4500 0034 b478 4000 4006 ab42 0a10 2945 E..4.x@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8010 ffff 3650 0000 0101 080a 332c 921e ....6P......3,..
    0x0030: 028d 9180 ....
    Unsuccessful call:
    11:43:19.024968 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: P 805:1069(264) ack 989 win 65535 <nop,nop,timestamp 858559948 42832256>
    0x0000: 4500 013c 081f 4000 4006 5694 0a10 2945 E..<..@[email protected]...)E
    0x0010: a12b 0689 cacc 6333 1f0d dd99 4f50 9214 .+....c3....OP..
    0x0020: 8018 ffff bd55 0000 0101 080a 332c 95cc .....U......3,..
    0x0030: 028d 9180 7390 3842 0000 0001 0000 0003 ....s.8B........
    0x0040: ffff ffff 0000 0000 0000 0000 0000 0001 ................
    0x0050: 0000 0108 0000 0007 5754 435f 4f42 4600 ........WTC_OBF.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 000c 0000 000b 4753 4d5f 4765 7441 ........GSM_GetA
    0x0090: 6363 7400 ffff d8f0 0000 00a8 7fff ffff cct.............
    0x00a0: 0000 0008 0000 0000 0000 0010 0010 df9d ................
    0x00b0: 0000 0001 0210 df93 0000 0001 0a10 df2f .............../
    0x00c0: 0000 0009 0000 0001 0000 0000 0a10 df39 ...............9
    0x00d0: 0000 001a 0000 0012 3862 3730 2d38 6337 ........8b70-8c7
    0x00e0: 3234 6539 6432 3364 6400 0000 0a10 df43 24e9d23dd......C
    0x00f0: 0000 0009 0000 0001 0000 0000 0a10 df4d ...............M
    0x0100: 0000 0014 0000 000c 4753 4d5f 4765 7441 ........GSM_GetA
    0x0110: 6363 7400 0a10 dff7 0000 0009 0000 0001 cct.............
    0x0120: 0000 0000 0a11 3e7b 0000 0012 0000 000a ......>{........
    0x0130: 3132 3331 3133 3331 3400 0000 123113314...
    11:43:19.027592 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: P 989:1433(444) ack 1069 win 32768 <nop,nop,timestamp 42841681 858559948>
    0x0000: 4500 01f0 5e47 4000 3e06 01b8 a12b 0689 E...^G@.>....+..
    0x0010: 0a10 2945 6333 cacc 4f50 9214 1f0d dea1 ..)Ec3..OP......
    0x0020: 8018 8000 0c1e 0000 0101 080a 028d b651 ...............Q
    0x0030: 332c 95cc 7390 3842 0000 0002 0000 0003 3,..s.8B........
    0x0040: ffff ffff 0000 0000 0000 0020 0000 0001 ................
    0x0050: 0000 01bc 0000 0007 4f42 465f 5754 4300 ........OBF_WTC.
    0x0060: 0000 0020 0000 0000 0000 0000 0000 0000 ................
    0x0070: 0000 0005 464d 4c33 3200 0000 0000 0000 ....FML32.......
    0x0080: 0000 0000 ffff d8f0 0000 012c 0000 1000 ...........,....
    0x0090: 0000 0010 0000 0000 0000 0010 0a10 df2f .............../
    0x00a0: 0000 0013 0000 000b 464f 585f 5359 5354 ........FOX_SYST
    0x00b0: 454d 0000 0a10 df39 0000 000e 0000 0006 EM.....9........
    0x00c0: 4475 6d6d 7900 0000 0a10 df43 0000 000c Dummy......C....
    0x00d0: 0000 0004 464f 5800 0a10 df4d 0000 0014 ....FOX....M....
    0x00e0: 0000 000c 4753 4d5f 4765 7441 6363 7400 ....GSM_GetAcct.
    0x00f0: 0a10 dff7 0000 000d 0000 0005 5374 7562 ............Stub
    0x0100: 0000 0000 0a11 3e77 0000 0010 0000 0008 ......>w........
    0x0110: 3132 3334 2e35 3600 0a11 3e8a 0000 000f 1234.56...>.....
    0x0120: 0000 0007 3334 352e 3637 0000 0a11 3e8b ....345.67....>.
    0x0130: 0000 000f 0000 0007 3435 362e 3738 0000 ........456.78..
    0x0140: 0a11 3e8c 0000 000f 0000 0007 3536 372e ..>.........567.
    0x0150: 3839 0000 0a11 3e8d 0000 000f 0000 0007 89....>.........
    0x0160: 3233 342e 3536 0000 0a11 3e9b 0000 000f 234.56....>.....
    0x0170: 0000 0007 5379 646e 6579 0000 0a11 3e9d ....Sydney....>.
    0x0180: 0000 0016 0000 000e 4d69 6c6c 6572 2053 ........Miller.S
    0x0190: 7472 6565 7400 0000 0a11 3e9e 0000 0015 treet.....>.....
    0x01a0: 0000 000d 4e6f 7274 6820 5379 646e 6579 ....North.Sydney
    0x01b0: 0000 0000 0a11 3e9f 0000 000c 0000 0004 ......>.........
    0x01c0: 4e53 5700 0a11 3ea1 0000 000d 0000 0005 NSW...>.........
    0x01d0: 3230 3630 0000 0000 0a11 3ea8 0000 0013 2060......>.....
    0x01e0: 0000 000b 4a6f 686e 2044 756d 6d79 0000 ....John.Dummy..
    11:43:19.027720 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9c5b 4000 4006 c35f 0a10 2945 E..4.[@.@.._..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0d 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.029667 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: F 1069:1069(0) ack 1433 win 65535 <nop,nop,timestamp 858559948 42841681>
    0x0000: 4500 0034 9748 4000 4006 c872 0a10 2945 E..4.H@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea1 4f50 93d0 .+....c3....OP..
    0x0020: 8011 ffff 0b0c 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b651 ...Q
    11:43:19.030434 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: . ack 1070 win 32768 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e48 4000 3e06 0373 a12b 0689 E..4^H@.>..s.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8010 8000 8b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030467 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1433 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 8f72 4000 4006 d048 0a10 2945 E..4.r@[email protected]..)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d0 .+....c3....OP..
    0x0020: 8010 ffff 0b0b 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R
    11:43:19.030747 IP focdevapph001.optus.com.au.25395 > wsp165668wss.optus.com.au.51916: F 1433:1433(0) ack 1070 win 0 <nop,nop,timestamp 42841682 858559948>
    0x0000: 4500 0034 5e49 4000 3e06 0372 a12b 0689 E..4^I@.>..r.+..
    0x0010: 0a10 2945 6333 cacc 4f50 93d0 1f0d dea2 ..)Ec3..OP......
    0x0020: 8011 0000 0b0a 0000 0101 080a 028d b652 ...............R
    0x0030: 332c 95cc 3,..
    11:43:19.030772 IP wsp165668wss.optus.com.au.51916 > focdevapph001.optus.com.au.25395: . ack 1434 win 65535 <nop,nop,timestamp 858559948 42841682>
    0x0000: 4500 0034 403c 4000 4006 1f7f 0a10 2945 E..4@<@.@.....)E
    0x0010: a12b 0689 cacc 6333 1f0d dea2 4f50 93d1 .+....c3....OP..
    0x0020: 8010 ffff 0b0a 0000 0101 080a 332c 95cc ............3,..
    0x0030: 028d b652 ...R

  • WTC problem

    Hi,
    I'a new with tuxedo and I have to test the integration between weblogic integration(weblogic8.1) and the bea tuxedo product.
    I've installed the bea tuxedo(9) and run the qsample example.
    This one is ok. What I want to test now is the functionality with wtc to post message from jms to tuxedo queue and receive messages from tuxedo queue to jms.
    I've configured the wtc connector with the Bridge and 2 redirections. I've also changed the ubbconfig file in order to add the dmadm, gwadm and gwtdomain. I've also created the dmconfig file. All seems to be ok.
    But when I try to post a message on the jms queue, I received a message error and the message is enqueued to the jms error queue. The message is :
    <cgServer> <Thread-11> <<WLS Kernel>> <> <BEA-180046> </tBexec/jmsQ2tuxQ/t#1 TPException explanation: TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could not find service QSPACE>
    After reading and rereading the documentation on the gateway and wtc, I still don't understand what's wrong with the config.
    Has anyone an idea?
    Thanks,
    Rodrigue
    here is the ubbconfig :
    *RESOURCES
    IPCKEY          52617
    DOMAINID     qsample
    MASTER          SITE1
    MAXACCESSERS     100
    MAXSERVERS     50
    MODEL          SHM
    *MACHINES
    BOROMIR
         LMID = SITE1
         TUXDIR ="c:\beatuxedo\tuxedo9.0"
         TUXCONFIG = "C:\beatuxedo\test\qssampdir\tuxconfig"
         TLOGDEVICE ="C:\beatuxedo\test\qssampdir\TLOG"
         TLOGSIZE=10
         APPDIR = "C:\beatuxedo\test\qssampdir"
         ULOGPFX = "C:\beatuxedo\test\qssampdir\ULOG"
    # On Windows NT replace '/' character with '\' in paths.
    # So use instead:
    #     TUXCONFIG = "<full path of APPDIR>\tuxconfig"
    #     TLOGDEVICE ="<full path of APPDIR>\TLOG"
    #     ULOGPFX = "<full path of APPDIR>\ULOG"
    *GROUPS
    DMADMGRP
         LMID = SITE1
         GRPNO=3
    GWGROUP
         LMID = SITE1
         GRPNO=4
    GROUP1
         LMID = SITE1 GRPNO = 1
         TMSNAME=TMS TMSCOUNT=2
    QUE1
         LMID = SITE1 GRPNO = 2
         TMSNAME = TMS_QM TMSCOUNT = 2
         OPENINFO = "TUXEDO/QM:C:\beatuxedo\test\qssampdir\QUE;QSPACE"
    # For Windows NT delete previous line, uncomment next line
    #     OPENINFO = "TUXEDO/QM:<full path of APPDIR>\QUE;QSPACE"
    *SERVERS
    DEFAULT:     CLOPT="-A"
    server          SRVGRP=GROUP1 SRVID=2
    DMADM
         SRVGRP=DMADMGRP
         SRVID=4
         REPLYQ=N
         RESTART=Y
         GRACE=0
    GWADM
         SRVGRP=GWGROUP
         SRVID=5
         REPLYQ=N
    GWTDOMAIN
         SRVGRP=GWGROUP
         SRVID=6
         CLOPT = "-A -- -s"
    TMQUEUE
         SRVGRP = QUE1 SRVID = 2
         GRACE = 0 RESTART = Y CONV = N MAXGEN=10
         CLOPT = "-s QSPACE:TMQUEUE -- "
    TMQFORWARD
         SRVGRP=QUE1     SRVID= 7 GRACE=0 RESTART=Y CONV=N MAXGEN=10
         CLOPT="-- -i 2 -q STRING"
    *SERVICES
    The dmconfig :
    *DM_LOCAL
    LOCAL1 GWGRP=GWGROUP
         TYPE=TDOMAIN
         ACCESSPOINTID="qsample"
    *DM_REMOTE
    REMOT1 TYPE=TDOMAIN
         ACCESSPOINTID="PLDAAccessPoint"
    *DM_EXPORT
    QSPACE LACCESSPOINT=LOCAL1
    CONV=N
    RNAME=QSPACE
    STRING LACCESSPOINT=LOCAL1
    CONV=N
    RNAME=STRING
    *DM_TDOMAIN
    LOCAL1     NWADDR="//192.168.1.105:3051"
    REMOT1     NWADDR="//192.168.1.102:7003"
    part of the config.xml :
    <WTCServer DeploymentOrder="3000" Name="PldaWTC Service" Targets="cgServer">
    <WTCLocalTuxDom AccessPoint="PLDAAccessPoint"
    AccessPointId="PLDAAccessPoint" ConnectionPolicy="ON_DEMAND"
    NWAddr="//192.168.1.102:7003" Name="WTCLocalTuxDom-1128428553157"/>
    <WTCtBridgeGlobal DeliveryModeOverride="PERSIST"
    JmsFactory="weblogic.jws.jms.QueueConnectionFactory"
    JndiFactory="weblogic.jndi.WLInitialContextFactory"
    Name="WTCtBridgeGlobal-1128428647252"
    TuxFactory="tuxedo.services.TuxedoConnection" WlsErrorDestination="javax.jms.TuxedoErrorQueue"/>
    <WTCtBridgeRedirect Direction="JmsQ2TuxQ"
    Name="JmsQ2TuxQRedirection" SourceAccessPoint=""
    SourceName="javax.jms.TuxedoSenderQueue"
    TargetAccessPoint="qsample" TargetName="STRING" TargetQspace="QSPACE"/>
    <WTCRemoteTuxDom AccessPoint="qsample" AccessPointId="qsample"
    AllowAnonymous="true" ConnectionPolicy="ON_DEMAND"
    LocalAccessPoint="PLDAAccessPoint"
    NWAddr="//192.168.1.105:3051" Name="WTCRemoteTuxDom-1128462130197"/>
    <WTCtBridgeRedirect Direction="TuxQ2JmsQ"
    Name="TuxQ2JmsQRedirection" SourceAccessPoint="qsample"
    SourceName="RPLYQ" SourceQspace="QSPACE"
    TargetAccessPoint="" TargetName="javax.jms.TuxedoReceiverQueue"/>
    </WTCServer>

    Yes, I use TMQFORWARD. In the jmsQ2TuxQ(a part of the WTC configuration for bridge), I've put as:
    reply queue : RPLYQ(a queue that I've created on QSPACE), target Qspace : QSPACE(the name of the qspace on the remote domain)
    and as Queue name : STRING(which is also with TMQFORWARD the name of the service).
    Then I don't understand why the wtc says it doesn't find the
    QSPACE service. Why it doesn't search the STRING service?
    In which config file is the error(in the ubbconfig?)?
    Thanks

Maybe you are looking for

  • Validation not working when clearing an open item

    Hi SAP Gurus, We have a interesting scenario to discuss with you. We are using Legal Dunning Procedure so once legal action is intiated against the customer notifications are sent to the legal department if payments are received. Unfortunately this c

  • How to force HTTPS on a page

    We have registration forms and other pages that collect personal details from users who are registering for the site or submitting other transactions (other than shopping cart purchases). By default these pages are delivered using HTTP under the main

  • Works in 2009, Link errors in 2013 SP1

       I have a system that runs rack mount test instruments.  I have a system DLL that performs different generic  functions for me and also included custom driver functions for the instrumentation.  This DLL is built and the different driver .h/.fp fil

  • Drill down error

    Hello Experts When I drill down a report according to Characteristics( ship_to and sold_to) The report is displaying following Messege"abort System error in Program Cl_RSDM_READ_MASTER_DATA and form_sidval_drect_" and the report is disconnecting from

  • 32-bit vs 64-bit JVM, JDK, DLL's

    I've got a project that has a couple dependencies: 1. My project interacts with an FTDI USB->Serial converter based device. Access to this device is via DLL(FTDI calls them D2XX drivers). FTDI offers both 32-bit and 64-bit drivers. Please see here .