Rejecting a secure request from Member

I'm sorry if this is the wrong place to post this, but I didn't see anywhere to file a bug report, and it might be useful to have this posted here in case anyone else has the same problem. I recently fired up a storage-enabled Coherence instance on my dev machine, and then ran a test case to populate it with some test data. The result was that the storage-enabled instance started logging a message like this over and over again until I killed it:
SRVCoherence[32964:8960 0] 2010/07/20 20:16:19 513.92 MB/3.33 GB WARN Coherence -2010-07-20 20:16:19.743/212.784 Oracle Coherence GE 3.6.0.0 <Warning> (thread=Cluster, member=1): Rejecting a secure request from Member(Id=6, Timestamp=2010-07-20 20:16:19.501, Address=17.228.103.108:8092, MachineId=37484, Location=site:mydomain.com,machine:hostname,process:33299, Role=AppName) due to disabled security at this node
It turned out that it was my fault, I left off "-Dtangosol.pof.enabled=true" from the instance running the test case, but needless to say the error message was extremely confusing as it doesn't seem to correspond to the actual problem with my configuration. This was using Coherence 3.6. When I rolled back to 3.5.3, I got a StreamCorruptedException about an unrecognized POF id, which at least gave me a clue as to where the problem might lie.

timberwolf,
Ok, we have reproduced the issue that you have described and a new bug has been filed for this issue. Thank you very much for bringing this to our attention.
-John

Similar Messages

  • MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied.

    Why Microsoft doesn't have correct fix to run automatically. How many years we need to cry with same error again n again?
    Does any one have correct solution which will fix permanently while running more than 4000 systems in our environment
    Manual stuff isn't easy. Pls provide permanent fix?
    MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied. 

    This isn't a bug to fix. This is by design. Clients must be approved to be managed. Thus, only your configuration or expectations must be fixed. To correct your configuration, see the link Henrik posted. To correct your expectations, read the content linked
    by Henrik.
    Jason | http://blog.configmgrftw.com

  • Hello I'm with you old client I've got some observations When you request from your Website demand is refused I would like to inquire why the request is rejected Please refer my account and make sure rejected previous applications Thank you very much

    Hello
    I'm with you old client I've got some observations
    When you request from your Website demand is refused I would like to inquire why the request is rejected
    Please refer my account and make sure rejected previous applications
    Thank you very much

    Check the Ethernet connection to the AirPort Express. Make sure that the Ethernet connection from the Comcast modem is connected to the WAN port on the back of the AirPort Express. The WAN port is the one with the circle of dots shown over the port.
    It sounds like you are connected to the Ethernet LAN port.

  • Error while sending a soap request from XML SPY to a webservice in XI

    Hi ,
    I published a webservice om the XI end and testing it with consuming the WSDL file in XML SPY and sending a soap request from there.
    I am getting the following error .
    <b>com.sap.aii.af.mp.module.ModuleException: either no channelID specified or no channel found for the specified party, service, and channel name</b>, MessageServlet(Version $Id: //tc/xi/645_VAL_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#4 $)
         at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:380)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Is this error due to the user authentication or due to some other issue .
    Please do let me know soon .
    Thanks a lot
    Nikhil

    Hi Ricardo ,
    I have the correct port now.
    the url looks like
    http://<host>:50000/XISOAPAdapter/MessageServlet?channel=:SIEBEL_DEV:SOAP_CUST
    when I am testing it in the XML spy. and send a soap server request. I am getting the popup for user authentication . once i put my user id it gives me a error saying
    <b>HTTP operation 'POST' could not be performed on URL
    '/XISOAPAdapter/MessageServlet?channel=:SIEBEL_DEV:SOAP_CUST&amp;version=3.0&amp;Sender.Service=SIEBEL_DEV&amp;Interface=http%3A%2F%2FOFCOM%2FUNIFY%2FCustomerMaster%5EMI_CUST'  due to an error :
    The connection to the server was terminated abnormally</b>
    Any Idea as to why is such a error is coming
    Thanks for the help
    Nikhil

  • How to disable report's execution requests from the browser

    Hello gurus,
    We are implementing several security measures in our application, some of them are related to reports execution/visualization, we need to avoid users accessing reports that they don't have privilege to see. The reports were execute by Forms via RUN_REPORT_OBJECT, destination type CACHE and destination format PDF, then we displayed the output using the jobId provided to Forms by the Reports Server. Because these jobIds are sequential numbers any person was able to change the jobId in the URL and get the output of another report. This violated the Confidentiality of information.
    Now we generate all reports output to file, the file name is a random value, to avoid guessing. The problem is that even though the official way to execute a report is via the application, the report servlet is accepting request as URLs, and this violates the access controls we have implemented in the application.
    Is there a way to stop the reports servlet without affecting the valid requests (from RUN_REPORT_OBJET in Forms) or is there another possible way to disable URL requests?
    TIA
    Victor.

    If you are using Portal and SSO, you can assign privileges on Reports and Reports Servers to groups and/or users. For more info, see Chapter 10 of the "Publishing Reports to the Web" documentation: http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_sec_arch.htm#i1006221

  • Calling secured webservice from java

    Hi Experts,
    I am trying to call a secured webservice from java.
    I got the code to call a non secured web service in java.
    What changes do i need to do in this to call a secured webservice.
    Please help me.
    Thank you
    Regards
    Gayaz
    calling unsecured webservice
    package wscall1;
    import java.io.BufferedReader;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.io.StringBufferInputStream;
    import java.io.StringReader;
    import java.io.StringWriter;
    import java.io.Writer;
    import java.net.HttpURLConnection;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.net.URLConnection;
    import java.security.Permission;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.ParserConfigurationException;
    import org.apache.xml.serialize.OutputFormat;
    import org.apache.xml.serialize.XMLSerializer;
    import org.w3c.css.sac.InputSource;
    import org.w3c.dom.Document;
    import org.w3c.dom.NodeList;
    import org.xml.sax.SAXException;
    public class WSCall2 {
    public WSCall2() {
    super();
    public static void main(String[] args) {
    try {
    WSCall2 ss = new WSCall2();
    System.out.println(ss.getWeather("Atlanta"));
    } catch (Exception e) {
    e.printStackTrace();
    public String getWeather(String city) throws MalformedURLException, IOException {
    //Code to make a webservice HTTP request
    String responseString = "";
    String outputString = "";
    String wsURL = "https://ewm52rdv:25100/Saws/SawsService";
    URL url = new URL(wsURL);
    URLConnection connection = url.openConnection();
    HttpURLConnection httpConn = (HttpURLConnection)connection;
    ByteArrayOutputStream bout = new ByteArrayOutputStream();
    //Permission p= httpConn.getPermission();
    String xmlInput =
    "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ser=\"http://www.ventyx.com/ServiceSuite\">\n" +
    " <soapenv:Header>\n" +
    "     <soapenv:Security>\n" +
    " <soapenv:UsernameToken>\n" +
    " <soapenv:Username>sawsuser</soapenv:Username>\n" +
    " <soapenv:Password>sawsuser1</soapenv:Password>\n" +
    " </soapenv:UsernameToken>\n" +
    " </soapenv:Security>" + "</soapenv:Header>" + " <soapenv:Body>\n" +
    " <ser:GetUser>\n" +
    " <request><![CDATA[<?xml version=\"1.0\" encoding=\"UTF-8\"?> \n" +
                "                        <GetUser xmlns=\"http://www.ventyx.com/ServiceSuite\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n" +
                "                        <UserId>rs24363t</UserId>\n" +
                "                        </GetUser>]]>\n" +
    " </request>\n" +
    " </ser:GetUser>\n" +
    " </soapenv:Body>\n" +
    "</soapenv:Envelope>";
    byte[] buffer = new byte[xmlInput.length()];
    buffer = xmlInput.getBytes();
    bout.write(buffer);
    byte[] b = bout.toByteArray();
    String SOAPAction = "GetUser";
    // Set the appropriate HTTP parameters.
    httpConn.setRequestProperty("Content-Length", String.valueOf(b.length));
    httpConn.setRequestProperty("Content-Type", "text/xml; charset=utf-8");
    httpConn.setRequestProperty("SOAPAction", SOAPAction);
    // System.out.println( "opening service for [" + httpConn.getURL() + "]" );
    httpConn.setRequestMethod("POST");
    httpConn.setDoOutput(true);
    httpConn.setDoInput(true);
    OutputStream out = httpConn.getOutputStream();
    //Write the content of the request to the outputstream of the HTTP Connection.
    out.write(b);
    out.close();
    //Ready with sending the request.
    //Read the response.
    InputStreamReader isr = new InputStreamReader(httpConn.getInputStream());
    BufferedReader in = new BufferedReader(isr);
    //Write the SOAP message response to a String.
    while ((responseString = in.readLine()) != null) {
    outputString = outputString + responseString;
    //Parse the String output to a org.w3c.dom.Document and be able to reach every node with the org.w3c.dom API.
    Document document = parseXmlFile(outputString);
    NodeList nodeLst = document.getElementsByTagName("User");
    String weatherResult = nodeLst.item(0).getTextContent();
    System.out.println("Weather: " + weatherResult);
    //Write the SOAP message formatted to the console.
    String formattedSOAPResponse = formatXML(outputString);
    System.out.println(formattedSOAPResponse);
    return weatherResult;
    public String formatXML(String unformattedXml) {
    try {
    Document document = parseXmlFile(unformattedXml);
    OutputFormat format = new OutputFormat(document);
    format.setIndenting(true);
    format.setIndent(3);
    format.setOmitXMLDeclaration(true);
    Writer out = new StringWriter();
    XMLSerializer serializer = new XMLSerializer(out, format);
    serializer.serialize(document);
    return out.toString();
    } catch (IOException e) {
    throw new RuntimeException(e);
    private Document parseXmlFile(String in) {
    try {
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    DocumentBuilder db = dbf.newDocumentBuilder();
    InputSource is = new InputSource(new StringReader(in));
    InputStream ins = new StringBufferInputStream(in);
    return db.parse(ins);
    } catch (ParserConfigurationException e) {
    throw new RuntimeException(e);
    } catch (SAXException e) {
    throw new RuntimeException(e);
    } catch (IOException e) {
    throw new RuntimeException(e);
    } catch (Exception e) {
    throw new RuntimeException(e);
    static {
    javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier(new javax.net.ssl.HostnameVerifier() {
    public boolean verify(String hostname, javax.net.ssl.SSLSession sslSession) {
    if (hostname.equals("ewm52rdv")) {
    return true;
    return false;
    }

    Gayaz  wrote:
    What we are trying is we are invoking webservice by passing SOAP request and we will get soap response back.I understand what you're trying to do, the problem is with tools you're using it will take a while for you do anything a little away from the trivial... Using string concatenation and URL connection and HTTP post to call webservices is like to use a hand drill... It may work well to go through soft wood, but it will take a lot of effort against a concrete wall...
    JAX-WS and JAXB and annotations will do everything for you in a couple of lines and IMHO you will take longer to figure out how to do everything by hand than to learn those technologies... they are standard java, no need to add any additional jars...
    That's my thought, hope it helps...
    Cheers,
    Vlad

  • ITunes keeps rejecting my security code on my cc so I cannot buy any tunes.  And it worked fine yesterday!

    HI FOLKS, Itunes keeps rejecting my security code on my debit card, saying it is not valid, even though I just recently used it to purchase on Itunes and it is the number on the back of the card.  ???.  Any one else run into this?  ANy ideas?  Thank you.  Ron from Vermont.

    I had the same error when trying to update my apps on my ipod touch. I tried to input my security code numerous times to no avail. I also made sure my billing address was the same as what my bank had on file. To fix the issue I went into iTunes, logged onto the iTunes store, went to account settings and reviewed my recent purchases. Turned out that I had made a recent purchase and didn't have enough money left on my credit card to pay for it at the time. I paid off the credit card, and then input my security code once more and now it works fine. I've heard that some debit or pay as you go credit cards require a minimum balance, so make sure you have at least that amount in your account.

  • How to pass Security Header from the Physical Service in ODSI

    We have to call a secured Web service using ODSI. We are trying to build a physical service in ODSI using a WSDL which has username token with password text policy inside it. The requests to that web service are bound by the security policy. But ODSI is not allowing us to create a Physical service usin a WSDL with a security policy in it. How can we then pass the security header from the ODSI physical service to the external web service.

    You would need to write a webservice handler for your physical data service to implement the security.
    http://download.oracle.com/docs/cd/E13162_01/odsi/docs10gr3/datasrvc/How%20To%20Create%20SOAP%20Handlers%20for%20Imported%20WSDLs.html

  • Transport request from one server to another

    Hi All, We have two servers AB1 and AB2. We would like to transport request from client 101 (AB1) to client 110(AB2). How do i make transport route between these two servers. Thanks, Sam

    Hi Sam,
    You need to configure Transport Management System between these two system by following Configuring TMS - Software Logistics - SAP Library and by considering below detailed steps:
    1. After SAP Gui installed. (Development system is always domain controller.)
    2. Logon to Client :000User: DDIC.Pwd: ******
    3. Put a T-code (se06) in the command field
    4. Click standard installation and click post installation (yes)
    5. Put a T-code (STMS) in the command field and give a description then save it.
    6. Click System overview push botten, click extras option from the menu and click Distribute and activate configuration. (Yes)
    7. Back to the stms main screen and click Transport routes from the push botten
    8. Click Configuration button from the Menu.
    9. Click Distribute and activate from the configuration menu.
    10. Now your sap system is activate in domain controller.
    11. Now logon to QAS system.
    12. Client: 000User: DDICPwd: ****
    13. Put a T-code (se06). In the command field.
    14. Click standard installation and click post installation (yes)
    15. Put a T-code (STMS) in the command field.
    16. Click other Configuration push butten in the bottom of appear screen.
    17. Give information about development system.
    18. Then save it. OK
    19. Now QAS is waiting for include domain controller.
    20. Logon to Development system.
    21. Click system overview push butten.
    22. Click sap system from the menu.
    23. Select the QAS systems.
    24. Click Approve butten from the sap system menu.
    25. Now QAS is member system of domain Controller.  (Development system)
    26. Suppose if you want configuring Production also, following the same step in the QAS.
    Also you can follow links SAP Basis Tutorials/ Training: Transport Management System ( TMS ) Configuration In SAP Step By Step With Snap Shots
    Hope this will help you.
    Regards,
    Gaurav

  • Why can't i get the offer of a yahoo sign in security seal .. and a security warning from firefox

    i have an ibook g4 running osx 10.4.11
    5mar my yahoo sign in security seal did not show from either internet cafe or dial up .. 6mar i reinstalled osx 10.4.11
    after reinstall i did not get the offer to create a sign in security seal from any internet cafe or dial up
    anyone else gets the offer on the sign in page
    when using firefox i also get the following ..
    "security warning .. you have requested an encrypted page that contains some unencrypted information .. information that you see or enter on this page could easily be seen by a third party"
    why do i not get the sign in security seal offer everyone else does
    why do i get the security warning no one else does

    Welcome to the Apple Community.
    There are reports of TV Shows missing from users screens, initially it looked like this might be an issue in the UK only, but it may well be more widespread. It appears to be an issue that can't be fixed by the user, you will need to wait until this is resolved by Apple.

  • 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

  • [OSB] Calling a secured proxy from another secured proxy

    Hi,
    I would like to call a secured proxy from another secured proxy. However, the call fails.
    I'm making a call from a Java stand alone Web Service client. The client uses policy "oracle/wss11_message_protection_client_policy".
    The call is made to a proxy secured with a "oracle/wss11_x509_token_with_message_protection_service_policy". The secured proxy routes to a non secured proxy, which does not process WSS Security Header. The non-secured proxy then routes to a non-secured business service. The call is a success.
    Then I add a policy to the second proxy, say "oracle/log_policy". Also I set the value of "Process WS-Security Header" to yes. The call fails.
    I'm getting
    java.lang.NullPointerException
         at oracle.wsm.agent.handler.WSMEngineInvoker.createWsmMessageContextFromInvokerContext(WSMEngineInvoker.java:733)
    in the osb logs.
    I have tried adding an empty WSS Security Header in the Soa headers before calling the second proxy. It didn't change anything.
    Do you have any ideas?
    I have also came up with a super simplified sitution when this error comes up. This happens when I'm calling a pass through proxy (no policy, process WSS security header set to no). Then when this proxy calls a secured proxy with "oracle/log_policy", the call results in this error. Why??
    Here is the OSB output when the problem occurs:
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846831> <BEA-398077> <
    [OSB Tracing] Entering proxy MyProject/ProxyServices/MyFirstProxyService with message context:
    [MessageContextImpl  body="<soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>"
    operation="null"
    attachments="<con:attachments xmlns:con="http://www.bea.com/wli/sb/context"/>"
    outbound="null"
    fault="null"
    inbound="<con:endpoint name="ProxyService$MyProject$ProxyServices$MyFirstProxyService" xmlns:con="http://www.bea.com/wli/sb/context">
      <con:service/>
      <con:transport/>
      <con:security/>
    </con:endpoint>"
    header="<soapenv:Header xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>"
    ]>
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846832> <BEA-398200> <
    [OSB Tracing] Inbound request was received.
    Service Ref = MyProject/ProxyServices/MyFirstProxyService
    URI = /MyProject/ProxyServices/MyFirstProxyService
    Message ID = 3657493765399211266-5215cc49.133c5a81e20.-7f81
    Request metadata =
    <xml-fragment>
    <tran:headers xsi:type="http:HttpRequestHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Accept>text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2</http:Accept>
    <http:Connection>keep-alive</http:Connection>
    <http:Content-Length>7614</http:Content-Length>
    <http:Content-Type>text/xml;charset="utf-8"</http:Content-Type>
    <http:Host>myLaptop:8011</http:Host>
    <http:SOAPAction>"execute"</http:SOAPAction>
    <http:User-Agent>Oracle JAX-WS 2.1.5</http:User-Agent>
    </tran:headers>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    <http:client-host xmlns:http="http://www.bea.com/wli/sb/transports/http">myLaptop</http:client-host>
    <http:client-address xmlns:http="http://www.bea.com/wli/sb/transports/http">192.168.148.155</http:client-address>
    <http:http-method xmlns:http="http://www.bea.com/wli/sb/transports/http">POST</http:http-method>
    </xml-fragment>
    Payload =
    <?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" S:mustUnderstand="1"><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Timestamp-Tt0jQKXTNFAd6lUGgmYuPA22"><wsu:Created>2011-11-21T12:00:46Z</wsu:Created><wsu:Expires>2011-11-21T20:00:46Z</wsu:Expires></wsu:Timestamp><wsse:BinarySecurityToken xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v1" wsu:Id="BST-q10SkWxeoYTKKaeyCSmomA22">MIICpDCCAYwCAQcwDQYJKoZIhvcNAQEEBQAwdDELMAkGA1UEBhMCUEwxFDASBgNVBAgTC01hem93aWVja2llMQ8wDQYDVQQHEwZXYXJzYXcxETAPBgNVBAoTCGluNG1hdGVzMQswCQYDVQQDEwJDQTEeMBwGCSqGSIb3DQEJARYPY2FAaW40bWF0ZXMuY29tMB4XDTExMTExODEyMzgyN1oXDTEyMTExNzEyMzgyN1owQDELMAkGA1UEBhMCUEwxDzANBgNVBAcTBldhcnNhdzERMA8GA1UEChMISW40bWF0ZXMxDTALBgNVBAMTBGFwcGEwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJdFSnlREuzVIQKvmzcD6YCgzvvshHXGG6MQJtM8HvkYUcwEP7xIn1TYfD/A6J6+lIpxa7SBqQ2PO/Y4OCSeOJDbhm2bkwLWPWlcy1CCxfQcup/ylrkWVO5EYT+5dg+LxBcHAzh4trzICvy8Qxw81AsEVsy0O6un6qanx8/gcNWXAgMBAAEwDQYJKoZIhvcNAQEEBQADggEBADqMZWnIeOPhycUE4S5zaFp50cYMR/0wb89k0iOTD/k3Fmy4SHqpvmx3AJQ1vBrlP6z7TyycOTA7yVUXDfy6xdLWg26W+5SdQNCv/vf1OIS2cwIXrxcUgrOs4TNmdubzSqO6WCQCngUz+oGQbAqRr/gmiYukT7oW7DmsXKMdsd9vI9gHSqpy3kGrqvTOO3MYkS50xdS59aKoMA9OYKbBp3sjCGJT7h5pytTARH6BfPuKNR+r6bUZ6sq3BScY7umjVO3egkDGqAD/PFI5UCSi3qic2cfHQn1+nnME7AJ2zqEGTKD5ASevZE95ndkFVqZt6YFNQ9SHf6Jx4jNC5FSFCaI=</wsse:BinarySecurityToken><xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="EK-N74ve0QpUQxEpFgJc9YR0A22"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"><dsig:DigestMethod xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/></xenc:EncryptionMethod><dsig:KeyInfo xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:KeyIdentifier xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">rbWc2O0Y7yBBsPYkcHOgqxuF3t4=</wsse:KeyIdentifier></wsse:SecurityTokenReference></dsig:KeyInfo><xenc:CipherData><xenc:CipherValue>RGltJV8OQehqBg9EDaae0SO1lH1zBrlrn3/JwSljOPzwwFum9zCzFsu8Gpz05Q9R+Yaz2QXMDpghYuDvcomqDmkANYBrmIQHKKyWCCu8xvGF78jcwEp+RS+e3oy9suejGwUViYGlU4zkIRpGba6xjdkAQsRkX1mWRYMQvrfs/cM=</xenc:CipherValue></xenc:CipherData><xenc:ReferenceList><xenc:DataReference URI="#_igoSptS7UdOzwe4gYy18qg22"/></xenc:ReferenceList></xenc:EncryptedKey><dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:SignedInfo><dsig:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/><dsig:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/><dsig:Reference URI="#BST-q10SkWxeoYTKKaeyCSmomA22"><dsig:Transforms><dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><dsig:DigestValue>GBpMSv85l75tSIZDG9WiKp3rHvM=</dsig:DigestValue></dsig:Reference><dsig:Reference URI="#XSIG-eKzAOdtEBafB7pzBx01wMw22"><dsig:Transforms><dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><dsig:DigestValue>mEMP/yHb3k474vnbgn3IBvhJqZM=</dsig:DigestValue></dsig:Reference></dsig:SignedInfo><dsig:SignatureValue>ELM50yvmDvJzIH/jpId3LSae1cCtboFau5I4Z8Cws+vZU6JD994hRnaWIFqxxK5vVVIUVu9mKg9+p/QJp8g7SMvhOYBIqRsHKY/2vKGZ36BrcUSXOofDNwV7l9QUzWw0dyV51N/pHX7+PTF9whPgZh48SXdpmU6MV0UkPCXAixA=</dsig:SignatureValue><dsig:KeyInfo xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Id="KeyInfo-SLUCjT2uaAlI9n0spmTgnw22"><wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:Reference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" URI="#BST-q10SkWxeoYTKKaeyCSmomA22" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v1"/></wsse:SecurityTokenReference></dsig:KeyInfo></dsig:Signature><dsig:Signature xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" Id="XSIG-eKzAOdtEBafB7pzBx01wMw22"><dsig:SignedInfo><dsig:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/><dsig:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1"/><dsig:Reference URI="#Timestamp-Tt0jQKXTNFAd6lUGgmYuPA22"><dsig:Transforms><dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><dsig:DigestValue>AliE9el9Dmmw3U5W69/zn6QVZEo=</dsig:DigestValue></dsig:Reference><dsig:Reference URI="#Body-ogLysWiLTgk5UjAaaIhIvg22"><dsig:Transforms><dsig:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><dsig:DigestValue>wJaIENiwWQg/B2MW6Q0xdLAzCRM=</dsig:DigestValue></dsig:Reference></dsig:SignedInfo><dsig:SignatureValue>4k1bNpdK7AaAk296wzFi63dRgwA=</dsig:SignatureValue><dsig:KeyInfo xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:Reference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" URI="#EK-N74ve0QpUQxEpFgJc9YR0A22" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"/></wsse:SecurityTokenReference></dsig:KeyInfo></dsig:Signature></wsse:Security></S:Header><S:Body xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="Body-ogLysWiLTgk5UjAaaIhIvg22"><xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Id="_igoSptS7UdOzwe4gYy18qg22" Type="http://www.w3.org/2001/04/xmlenc#Content"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/><dsig:KeyInfo xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><wsse:SecurityTokenReference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><wsse:Reference xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" URI="#EK-N74ve0QpUQxEpFgJc9YR0A22" ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#EncryptedKey"/></wsse:SecurityTokenReference></dsig:KeyInfo><xenc:CipherData><xenc:CipherValue>vcPRlrky4U7GunHF3pYWFCGrEofmAecajIXIT1+YgBdIJTb8gt7g0GMZyBXGqu29WY+rQajArCajet+pTUeKkUHA3qi9oRmL8wEJkFM858fAyejzxeBWDPBI9C1sjcf+OKGAP4jr3nQzSfzl58d8IhH2uT0uUHD3h/i1pcQuSI/sXAgBb+YblR4+SwQJ6LLBHMTyuymEngoY4KVyI3UYMqePQQQjmD0dXt87Ld1xAOXgWhWRTrnoc48Nq85HQf0qWLyrdXIq9MvXeKc0CDmbLMdKUFWaGdTdNaTNH2iBM5ZEtk4qO4hbJFVU3zczKUhyYa+JzBFi0NCMHKnKCpF2TQ==</xenc:CipherValue></xenc:CipherData></xenc:EncryptedData></S:Body></S:Envelope>
    >
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846832> <BEA-000000> <WssHandlerImpl.doInboundRequest>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846833> <BEA-000000> <WsmInboundHandler.processRequest>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846833> <BEA-000000> <Got SOAP Message Factory from the Provider: oracle.j2ee.ws.saaj.soap.MessageFactoryImpl@1a99544>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[oracle.integration.platform.request.processed.headers]=[]>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.metadata.http.client-host]=myLaptop>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.MessageId]=3657493765399211266-5215cc49.133c5a81e20.-7f81>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.CharacterEncoding]=utf-8>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.TransportProvider]=http>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846834> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.ServiceVersion]=-8022206267159469084>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.headers.http.Content-Type]=text/xml;charset="utf-8">
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.ServiceUri]=/MyProject/ProxyServices/MyFirstProxyService>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.metadata.http.client-address]=192.168.148.155>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.ProxyService]=MyProject/ProxyServices/MyFirstProxyService>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.request.headers.http.SOAPAction]="execute">
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.MessagePattern]=SYNCHRONOUS>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.wli.Message]=org.apache.xmlbeans.impl.store.Saver$InputStreamSaver@211082>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <WsmInboundHandler.processRequest()->WSMMessageContext[com.bea.contextelement.alsb.router.inbound.IsTransactional]=false>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846835> <BEA-000000> <invoking WSM Engine's handleRequest()...>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846856> <BEA-000000> <storing the new message in the router message context>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846856> <BEA-000000> <getting subject out of WSSecurityContext>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846856> <BEA-000000> <doing message-level access control (wss-active-intermediary: true; has-custom-message-level-authentication: false)>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846857> <BEA-000000> <calling isAccessAllowed; resource: 'type=<alsb-proxy-service>, path=MyProject/ProxyServices, proxy=MyFirstProxyService, action=wss-invoke, operation=execute', Subject: 1
         Principal = class weblogic.security.principal.WLSUserImpl("myPrincipal")
    >
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Security> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846857> <BEA-387027> <Message-level access control policy grants access to proxy "MyProject/ProxyServices/MyFirstProxyService", operation "execute", message-id: 3657493765399211266-5215cc49.133c5a81e20.-7f81, subject: Subject: 1
         Principal = class weblogic.security.principal.WLSUserImpl("myPrincipal")
    .>
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846858> <BEA-398078> <
    [OSB Tracing] Entering route node RouteToMySecondProxyService with message context:
    [MessageContextImpl  body="<S:Body wsu:Id="Body-ogLysWiLTgk5UjAaaIhIvg22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
      <processRequest xmlns="http://www.in4mates.com/targetNamespace"/>
    </S:Body>"
    operation="execute"
    messageID="3657493765399211266-5215cc49.133c5a81e20.-7f81"
    attachments="<con:attachments xmlns:con="http://www.bea.com/wli/sb/context"/>"
    outbound="null"
    fault="null"
    inbound="<con:endpoint name="ProxyService$MyProject$ProxyServices$MyFirstProxyService" xmlns:con="http://www.bea.com/wli/sb/context">
      <con:service>
        <con:operation>execute</con:operation>
      </con:service>
      <con:transport>
        <con:uri>/MyProject/ProxyServices/MyFirstProxyService</con:uri>
        <con:mode>request-response</con:mode>
        <con:qualityOfService>best-effort</con:qualityOfService>
        <con:request xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <tran:headers xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
            <http:Accept>text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2</http:Accept>
            <http:Connection>keep-alive</http:Connection>
            <http:Content-Length>7614</http:Content-Length>
            <http:Content-Type>text/xml;charset="utf-8"</http:Content-Type>
            <http:Host>myLaptop:8011</http:Host>
            <http:SOAPAction>"execute"</http:SOAPAction>
            <http:User-Agent>Oracle JAX-WS 2.1.5</http:User-Agent>
          </tran:headers>
          <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
          <http:client-host>myLaptop</http:client-host>
          <http:client-address>192.168.148.155</http:client-address>
          <http:http-method>POST</http:http-method>
        </con:request>
        <con:response xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
            <http:Content-Type>text/xml</http:Content-Type>
          </tran:headers>
          <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
        </con:response>
      </con:transport>
      <con:security>
        <con:transportClient>
          <con:username>&lt;anonymous></con:username>
        </con:transportClient>
        <con:messageLevelClient>
          <con:username>myPrincipal</con:username>
        </con:messageLevelClient>
      </con:security>
    </con:endpoint>"
    header="<S:Header xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"/>"
    ]>
    Edited by: user13604541 on Nov 21, 2011 4:27 AM

    This is the rest of log:
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-398072> <
    [OSB Tracing] Routing to MyProject/ProxyServices/MySecondProxyService with message context:
    $body = <S:Body wsu:Id="Body-ogLysWiLTgk5UjAaaIhIvg22" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <processRequest xmlns="http://www.in4mates.com/targetNamespace"/>
    </S:Body>
    $header = <S:Header xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"/>
    $attachments = <con:attachments xmlns:con="http://www.bea.com/wli/sb/context"/>
    >
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-000000> <WssHandlerImpl.doOutboundRequest>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-000000> <WsmOutboundHandler.processRequest>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-000000> <target operation: execute>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-000000> <Got SOAP Message Factory from the Provider: oracle.j2ee.ws.saaj.soap.MessageFactoryImpl@1a99544>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846860> <BEA-000000> <invoking WSM Engine's Client Agent.>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846861> <BEA-000000> <invoking WSM Engine's handleRequest()>
    ####<2011-11-21 13:00:46 CET> <Debug> <AlsbSecurityWss> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846861> <BEA-000000> <unexpected exception
    java.lang.NullPointerException
         at oracle.wsm.agent.handler.WSMEngineInvoker.createWsmMessageContextFromInvokerContext(WSMEngineInvoker.java:733)
         at oracle.wsm.agent.handler.WSMEngineInvoker.handleRequest(WSMEngineInvoker.java:359)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler$1.run(WsmOutboundHandler.java:141)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler$1.run(WsmOutboundHandler.java:139)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler.processRequest(WsmOutboundHandler.java:138)
         at com.bea.wli.sb.security.wss.WssHandlerImpl.doOutboundRequest(WssHandlerImpl.java:992)
         at com.bea.wli.sb.context.BindingLayerImpl.createTransportSender(BindingLayerImpl.java:532)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:521)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
         at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
         at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
         at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
         at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:154)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:152)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase.securedInvoke(RequestHelperBase.java:151)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase.service(RequestHelperBase.java:107)
         at com.bea.wli.sb.transports.http.wls.HttpTransportServlet.service(HttpTransportServlet.java:127)
         at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:24)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         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:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2011-11-21 13:00:46 CET> <Error> <OSB Security> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846861> <BEA-387024> <An error ocurred during web service security outbound request processing [error-code: InternalError, message-id: 3657493765399211266-5215cc49.133c5a81e20.-7f81, proxy: MyProject/ProxyServices/MyFirstProxyService, target: MyProject/ProxyServices/MySecondProxyService, operation: execute]
    --- Error message:
    java.lang.NullPointerException
         at oracle.wsm.agent.handler.WSMEngineInvoker.createWsmMessageContextFromInvokerContext(WSMEngineInvoker.java:733)
         at oracle.wsm.agent.handler.WSMEngineInvoker.handleRequest(WSMEngineInvoker.java:359)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler$1.run(WsmOutboundHandler.java:141)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler$1.run(WsmOutboundHandler.java:139)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.security.wss.wsm.WsmOutboundHandler.processRequest(WsmOutboundHandler.java:138)
         at com.bea.wli.sb.security.wss.WssHandlerImpl.doOutboundRequest(WssHandlerImpl.java:992)
         at com.bea.wli.sb.context.BindingLayerImpl.createTransportSender(BindingLayerImpl.java:532)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.doDispatch(PipelineContextImpl.java:521)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
         at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
         at com.bea.wli.sb.pipeline.debug.DebuggerRuntimeStep.processMessage(DebuggerRuntimeStep.java:74)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
         at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
         at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:154)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:152)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase.securedInvoke(RequestHelperBase.java:151)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase.service(RequestHelperBase.java:107)
         at com.bea.wli.sb.transports.http.wls.HttpTransportServlet.service(HttpTransportServlet.java:127)
         at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:24)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         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:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846871> <BEA-398102> <
    [OSB Tracing] Exiting route node with fault:
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-386400</con:errorCode>
    <con:reason>General outbound web service security error</con:reason>
    <con:location>
    <con:node>RouteToMySecondProxyService</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>>
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846873> <BEA-398074> <
    [OSB Tracing] The following variables are added:
    $outbound = <con:endpoint name="ProxyService$MyProject$ProxyServices$MySecondProxyService" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service>
    <con:operation>execute</con:operation>
    </con:service>
    <con:transport>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/xml</http:Content-Type>
    <http:SOAPAction>"execute"</http:SOAPAction>
    </tran:headers>
    </con:request>
    </con:transport>
    <con:security>
    <con:doOutboundWss>true</con:doOutboundWss>
    </con:security>
    </con:endpoint>
    >
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846874> <BEA-398076> <
    [OSB Tracing] The following variables are changed:
    $inbound = <con:endpoint name="ProxyService$MyProject$ProxyServices$MyFirstProxyService" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service>
    <con:operation>execute</con:operation>
    </con:service>
    <con:transport>
    <con:uri>/MyProject/ProxyServices/MyFirstProxyService</con:uri>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Accept>text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2</http:Accept>
    <http:Connection>keep-alive</http:Connection>
    <http:Content-Length>7614</http:Content-Length>
    <http:Content-Type>text/xml;charset="utf-8"</http:Content-Type>
    <http:Host>myLaptop:8011</http:Host>
    <http:SOAPAction>"execute"</http:SOAPAction>
    <http:User-Agent>Oracle JAX-WS 2.1.5</http:User-Agent>
    </tran:headers>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    <http:client-host>myLaptop</http:client-host>
    <http:client-address>192.168.148.155</http:client-address>
    <http:http-method>POST</http:http-method>
    </con:request>
    <con:response xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/xml</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
    </con:response>
    </con:transport>
    <con:security>
    <con:transportClient>
    <con:username>&lt;anonymous></con:username>
    </con:transportClient>
    <con:messageLevelClient>
    <con:username>myPrincipal</con:username>
    </con:messageLevelClient>
    </con:security>
    </con:endpoint>
    >
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb7> <1321876846874> <BEA-398104> <
    [OSB Tracing] Exiting pipeline pair>
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb8> <1321876846879> <BEA-398096> <
    [OSB Tracing] Exiting MyProject/ProxyServices/MyFirstProxyService>
    ####<2011-11-21 13:00:46 CET> <Info> <OSB Kernel> <myLaptop> <osb_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0add29b7d176a5e4:5215cc49:133c5a81e20:-7ff4-0000000000000cb8> <1321876846881> <BEA-398201> <
    [OSB Tracing] Inbound response was sent.
    Service Ref = MyProject/ProxyServices/MyFirstProxyService
    URI = /MyProject/ProxyServices/MyFirstProxyService
    Message ID = 3657493765399211266-5215cc49.133c5a81e20.-7f81
    Response metadata =
    <xml-fragment>
    <tran:headers xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <http:Content-Type>text/xml; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:response-code xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:encoding xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </xml-fragment>
    Payload =
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server</faultcode><faultstring>BEA-386400: General outbound web service security error</faultstring><detail><con:fault xmlns:con="http://www.bea.com/wli/sb/context"><con:errorCode>BEA-386400</con:errorCode><con:reason>General outbound web service security error</con:reason><con:location><con:node>RouteToMySecondProxyService</con:node><con:path>request-pipeline</con:path></con:location></con:fault></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
    >

  • Invoking secure proxy from service callout or route actions in OSB

    Secure proxy is the one which uses WS-Security Username token for authentication before request is processed. Is there any way we can call secure proxy from non-secure proxy. While calling secure-proxy (during service callout or route), I assume header and body will be passed to the secure proxy before secure proxy verifies the user from wsse:security element. While calling secure proxy, I am receiving an error that "General outbound security error. BEA-386400". Is any example that you can show of calling secure-proxy from service callout or route actions
    I am preparing the following header in non-secure proxy message flow diagram before invoking secure proxy.
    <soap-env:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsu:Timestamp>
    <wsu:Created>2012-03-31T18:34:53.081-05:00</wsu:Created>
    <wsu:Expires>2012-04-25T23:34:53.081-05:00</wsu:Expires>
    </wsu:Timestamp>
    <wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:Username>Testuser</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">testpassword</wsse:Password>
    <wsse:Nonce>7hoJIy00p+hwk/QiWpxT+Ndpr+4=</wsse:Nonce>
    <wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/></wsse:UsernameToken>
    </wsse:Security>
    </soap-env:Header>

    Go back to
    compare Routing action versus Service Callout action versus Publish action?

  • Handling incoming SAS requests from WebSphere AS

    I have a couple of beans deployed on a WLS 8.1.2 instance that try to call other
    beans deployed on a WAS 5.0.2 instance. With "global security" on WAS disabled,
    all works fine, but with this enabled (but no security constraints on calling
    the bean itself), my local WLS fails when handling a n incoming SAS request from
    WAS (I see this by turning on IIOP-debug in WLS).
    The SAS request contains a usernamescope with value "weblogicDEFAULT", username
    "UNAUTHENTICATED" and password null. This request is partially processed in WLS
    by a class called weblogic.iiop.csi.GSSUPImpl, and this class contains a line
    like this:
    password = new String(abyte3, "UTF8");
    resulting in a NPE when the password is null.
    If I decompile GSSUPImpl, set a password if null AND create a WLS user with name
    "UNAUTHENTICATED" and the password I set, then things work ok. But this is of
    course not a desired situation.
    Anybody know if there is a WLS-configuration setting to prevent this, or if perhaps
    there is a setting in WAS to prevent it from sending the "UNAUTHENTICATED" token
    along with the request?
    I've tried this on both WLS 8.1.2 on w2k and WLS 8.1.2 on HP-UX 11i, and with
    WAS on Solaris and WAS on winXP - all with the same result. JVM 1.4.2_02 from
    Sun, and 1.4.1_05 from HP.
    Both WAS servers are configured to use only CSI (there is also an option of using
    CSI and SAS).
    Regards,
    Bjørn Ellingsen
    (cross posted to weblogic.developer.interest.rmi-iiop)

    "Bjorn Ellingsen" <[email protected]> wrote in message
    news:4055949a$[email protected]..
    >
    >
    I have a couple of beans deployed on a WLS 8.1.2 instance that try to callother
    beans deployed on a WAS 5.0.2 instance. With "global security" on WASdisabled,
    all works fine, but with this enabled (but no security constraints oncalling
    the bean itself), my local WLS fails when handling a n incoming SASrequest from
    WAS (I see this by turning on IIOP-debug in WLS).
    The SAS request contains a usernamescope with value "weblogicDEFAULT",username
    "UNAUTHENTICATED" and password null. This request is partially processedin WLS
    by a class called weblogic.iiop.csi.GSSUPImpl, and this class contains aline
    like this:
    password = new String(abyte3, "UTF8");
    resulting in a NPE when the password is null.
    The NPE sounds like a bug. I would file a support case.
    If I decompile GSSUPImpl, set a password if null AND create a WLS userwith name
    "UNAUTHENTICATED" and the password I set, then things work ok. But this isof
    course not a desired situation.
    Anybody know if there is a WLS-configuration setting to prevent this, orif perhaps
    there is a setting in WAS to prevent it from sending the "UNAUTHENTICATED"token
    along with the request?
    You may be able to specify something with the iiop-security-descriptor. A
    value of
    none or supported may control the WAS behavior.
    <client-authentication>supported<client-authentication>If none or supported,
    WAS should send no username if the user is unauthenticated.
    http://e-docs.bea.com/wls/docs81/security/ejb_client.html#1034805

  • Webdispatcher to forward requests from internet to intranet?

    We need to direct requests from internet to our content server which is in the intranet (so that the content server images can be seen from the internet).
    We have a WAS WebDispatcher in the DMZ. Can we use this WD to provide the connectivity?
    For example:
    Our content server intranet URL is:
    http://contenterv.com:1090/path/image.jpg
    Our WebDispatcher URL is:
    http://webdisp.com/app_name
    http://webdisp.com/app_name  should resolve to http://contenterv.com:1090/path/image.jpg
    We tried WD http forwarding but it just forwards the request, does not resolve the name transparently. So the forwarding works but since http://contenterv.com:1090/path/image.jpg is not known in the internet, it fails.
    Thanks

    >
    Ghochi Elin Kuswoyo wrote:
    > hi guys,
    >
    > you need to add parameter in your sapwebdisp.pfl (sap webdispatcher profile) :
    >
    > icm/HTTP/redirect_0 = PREFIX=/,TO=/path_image
    >
    > thanks
    No, this wont work, becuase you need reverse-proxy function rather than URL redirection, because internet user wont be access the intranet server even you give them the URL.
    I cannot get you the detailed confguration, but you can refer to web dispatcher cascade configuration.  play with the following parameters:
    wdisp/server_info_location
    wdisp/group_info_location
    wdisp/url_map_location
    >
    Cons wrote:
    > So in short, get your networking guys to do this, SAP cannot help in any way.
    it's not ture, web dispatcher can be used reverse proxy, of course you also can use other solution like Apache. However it's not recommened to use NAT, which might breach your network security.
    Cheers,
    Denny
    Edited by: Denny Liao on Jan 28, 2010 11:26 PM

Maybe you are looking for

  • Need urgent help with service and file removal

    Hi, I need a powershell script that would stop a windows service ,wait for 2 mins, delete a particular file from C:\documents&settings and then start the service again.Is this possible ? Thanks

  • Custom lock screen GPO not working for domain users

    I have a WS2012 standard server with W8 Pro clients. I'm trying to force the lock screen to a .jpg however it's not working, it leaves the users with just a standard blueish screen. I have the "force a specific default lock screen image" enabled with

  • Restoring Computer-Can I re-install CS4?

    I need to restore my computer to factory settings. I don't have my disk for CS4 anymore, but I do have the serial number. Is there a way to download it after my computer has restored? Or is there a way to save it somehow?

  • How to save a still image from video without Photoshop

    So- I need to save a still from some video but I do not have Photoshop. How can I do it. Is it possible in FCP? Any other ideas?

  • Problem Generation with XL Report

    Hi there, Im trying to use XL Report for the first time, I followed a sample example, everything fine but when I make the geneartion I got a message (I translet litterally from italian, so maybe is no exactely the same message in english): <b>"XL Rep