BEA-380000 bad request when calling ASMX

There is an asmx web service published in IIS 7.5 running correctlly when invited another c# application but I'm "BEA-380000: Bad Request" while I test the proxyservice in the Console of the OSB.
I did it for other projects in OSB, I did the same basic steps (referenced by BusinessService referenced by ProxyService WSDL).
Y at - it some problem or a specific configuration in the OSB should I worry when I am using ASMX or IIS 7?

The wsdl for my asmx service is:
< wsdl:definitions xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm = "http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc = "http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime = "http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns = "http://www.libertyseguros.com.br" xmlns:s = "http://www.w3.org/2001/XMLSchema" xmlns:soap12 = "http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http = "http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/" targetNamespace = "http://www.libertyseguros.com.br" >
WSDL: < types >
< s:schema elementFormDefault = "qualified" targetNamespace = "http://www.libertyseguros.com.br" >
< s:element name = "ObterDadosCliente" >
< s:complexType >
< s:sequence >
< s:element minOccurs = "0" maxOccurs = "1" name = "user" type = "s:string" / >
< s:element minOccurs = "1" maxOccurs = "1" name = "ativarTrace" type = "s:boolean" / >
< s:element minOccurs = "0" maxOccurs = "1" name = "xmlRequest" type = "s:string" / >
< / s:sequence >
< / s:complexType >
< / s:element >
< s:element name = "ObterDadosClienteResponse" >
< s:complexType >
< s:sequence >
< s:element minOccurs = "0" maxOccurs = "1" name = "ObterDadosClienteResult" type = "s:string" / >
< / s:sequence >
< / s:complexType >
< / s:element >
< / s:schema >
< / wsdl: types >
< name of the WSDL: message = "ObterDadosClienteSoapIn" >
< name of wsdl: part = element "parameters" = "tns:ObterDadosCliente" / >
< / wsdl: message >
< name of the WSDL: message = "ObterDadosClienteSoapOut" >
< name of wsdl: part = element "parameters" = "tns:ObterDadosClienteResponse" / >
< / wsdl: message >
< name of wsdl: portType = "AplicacaoExemploIISoap" >
< name of wsdl: Operation = "ObterDadosCliente" >
< wsdl:documentation = "http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl > Dado um client Código, retorna seus dados. < / wsdl:documentation >
< message wsdl: Input = "tns:ObterDadosClienteSoapIn" / >
< message wsdl: output = "tns:ObterDadosClienteSoapOut" / >
< / wsdl: Operation >
< / wsdl: portType >
< name of binding wsdl: Binding = "AplicacaoExemploIISoap" type = "tns:AplicacaoExemploIISoap" >
< soap binding transport: = "http://schemas.xmlsoap.org/soap/http" / >
< name of wsdl: Operation = "ObterDadosCliente" >
< soap: operation soapAction = "http://www.libertyseguros.com.br/ObterDadosCliente" style = "document" / >
WSDL: input >
< use of soap: body = "literal" / >
< / wsdl: Input >
< wsdl: output >
< use of soap: body = "literal" / >
< / wsdl: output >
< / wsdl: Operation >
< / wsdl: Binding >
< name of binding wsdl: Binding = "AplicacaoExemploIISoap12" type = "tns:AplicacaoExemploIISoap" >
< soap12:binding transport = "http://schemas.xmlsoap.org/soap/http" / >
< name of wsdl: Operation = "ObterDadosCliente" >
< soap12:operation soapAction = "http://www.libertyseguros.com.br/ObterDadosCliente" style = "document" / >
WSDL: input >
< soap12:body use = "literal" / >
< / wsdl: Input >
< wsdl: output >
< soap12:body use = "literal" / >
< / wsdl: output >
< / wsdl: Operation >
< / wsdl: Binding >
< wsdl:service name = "AplicacaoExemploII" >
< name of wsdl: port = "AplicacaoExemploIISoap" binding = "tns:AplicacaoExemploIISoap" >
< soap: address location = "http://localhost/testeLibWs/AplicacaoExemploII.asmx" / >
< / wsdl: port >
< name of wsdl: port = "AplicacaoExemploIISoap12" binding = "tns:AplicacaoExemploIISoap12" >
< soap12:address location = "http://localhost/testeLibWs/AplicacaoExemploII.asmx" / >
< / wsdl: port >
< / wsdl:service >
< / wsdl:definitions >

In the tester console, my request is:

< soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
< xmlns:soap soap: Header = "http://schemas.xmlsoap.org/soap/envelope/" >
< / soap: Header >
< soapenv:Body >
< xmlns:lib lib: ObterDadosCliente = "http://www.libertyseguros.com.br" >
<!-in option: - >
string of < lib: user > < / lib: user >
false < lib: ativarTrace > < / lib: ativarTrace >
<!-in option: - >
< lib: xmlRequest >
< ObterDadosClienteRequest >
< CodigoCliente > 2 < / CodigoCliente >
< / ObterDadosClienteRequest >
< / lib: xmlRequest >
< / lib: ObterDadosCliente >
< / soapenv:Body >
< / soapenv:Envelope >

And the answer is:
< soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
< soapenv:Body >
< soapenv:Fault >
soapenv:Server < faultcode > < / faultcode >
< faultstring > BEA-380000: bad request < / faultstring >
< detail >
< con xmlns:con: fault = "http://www.bea.com/wli/sb/context" >
< con: errorCode > BEA-380000 < / con: errorCode >
< con: reason > bad request < / con: reason >
< con: location >
< con: node > RouteTo_bs < / con: node >
pipeline response - < con: path > < / con: path >
< / con: location >
< / con: fault >
< / details >
< / soapenv:Fault >
< / soapenv:Body >
< / soapenv:Envelope >

Demand for entry you use is certainly not compatible with the WSDL and hence the error.

I tried to use the soapUI WSDL file and when I validate your request with the WSDL, it fails with the error below:

Line - 1: envelope @http://schemas.xmlsoap.org/soap/envelope/ is not valid a substitution or a document valid envelope @http://www.w3.org/2003/05/soap-envelope.

The namespace is incorrect. You can try to create a new sample application using soapUI which conforms to WSDL.

Thank you
Patrick

Tags: Fusion Middleware

Similar Questions

  • HTTP 400 Bad Request when it accesses Oracle XE/Apex of the Internet

    I have Oracle Express Edition upgrade to the Apex 3.2. I can access everything (SQL, Apex HTTP command prompt) on my local machine. I configured the remote access on a default undefined port (no 8080) server.

    I've run: exec dbms_xdb.setListenerLocalAccess (false);

    I can access the server using:

    http://Coyote:9977 / apex (which brings me to the login screen of Services of Administration Application Express)

    ("coyote" is the name of the local computer to my Windows Vista box, where the Oracle/Apex server.)

    But when I try:

    http://internet_server_name:9977 / apex

    (where "internet_server_name" is the internet DNS name visible to my machine visible to the internet.)

    I get 'HTTP 400 Bad Request'

    I know that demand is hitting the Oracle listener (pass through the firewall, router, cable modem, etc.) as the http attempt results in the entry:

    March 20, 2009 20:36:53 * http * (ADDRESS = (PROTOCOL = tcp (PORT = 52540))(HOST=68.189.244.22)) * transfer * http * 0

    in the C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log

    An attempt by using the name of the local machine (Windows) made a similar entry in the journal of the listener:

    March 20, 2009 20:47:35 * http * (ADDRESS = (PROTOCOL = tcp (PORT = 52811))(HOST=192.168.1.7)) * transfer * http * 0


    This seems to be a security problem (is the server an application of "outside" of the local domain?)

    I am new to Oracle, so I'm not familiar with how to debug this kind of connectivity problem. In case it helps:

    LSNRCTL > status
    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC_FOR_XE)))
    STATUS of the LISTENER



    --------------------------------------------------------------------------------
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start date March 20, 2009 19:27
    Uptime 0 days 1 hour 30 min 59 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Default Service XE
    Listener parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener log file C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Summary of endpoints listening...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=coyote) (PORT = 1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp (PORT = 9977))(HOST=coyote)) (Presentation = HTTP)(Session=RAW))
    Summary of services...
    Service 'CLRExtProc' has 1 instance (s).
    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'PLSExtProc' has 1 instance (s).
    Instance of 'PLSExtProc', status UNKNOWN, has 1 operation for this service...
    Service 'XEXDB' has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    Service 'XE_XPT' has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    "Xe" service has 1 instance (s).
    Instance "xe", State LOAN, has 1 operation for this service...
    The command completed successfully

    Any help appreciated,
    John

    Yes, the upgrade of Apex removes the 'DB admin' application Apex Oracle provided with 2.2 (I would like to Oracle he would free downloadable projects).

    To enable FTP on the database, you must set the FTP port. See routines dbms_xdb.getftpport () and dbms_xdb.setftpport () http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm#CHDIDGIG (documentation that I mentioned earlier) and http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/xdb19rpl.htm#i1028085

  • started getting 400 Bad request when you go to yahoo news = no problem with IE

    Sorry, bad request.
    Your browser has requested that this server could not understand.

    Size of a request header field exceeds the limit of the server.
    This problem started this morning, updated 9.0 problem still there. I do not normally use IE, but it doesn't have the problem.

    Not found that another site has this problem

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".
  • BlackBerry Smartphones bad code when calling

    Hi again,

    When I try to call a number, my bb automatically dials + 5255 and then the number I have in my address book... Where can I change this setting for the phone dials only the number which is recorded in my address book? Without the codes...

    Thank you!!!

    Hi and welcome to the forums!

    Press the menu button green OPTIONS - SMART DIALING check country code, I have mine set to unknown (I call abroad.) Yours is probably set to the + 5255.

    Let me know if you need help most.

    If this answers your question, please set the post, using the options on the right!

    Thank you

  • I keep getting an "HTTP 400 Bad request"

    I keep getting an "HTTP 400 Bad request" when you try to access an online store that I have used for years.  Any help out there?

    Claire on your temporary files

    Clean the system (compensation to all temp/tmp folders and included all the content offline, clear the tif, delete cookies and check browser if it helps...)

    http://winhelp2002.MVPs.org/delcache.htm >>

    Click Start > all programs > Accessories > System Tools > Disk Cleanup

    The Web page is not found (HTTP 404 error)

    Internet Explorer is able to connect to the website, but the webpage cannot be found.

    This error is sometimes caused because the webpage is temporarily unavailable or that the Web page has been removed.

    Try again later.

    Make sure you have a correct address and it is correctly spelled.

    If it's a link, it might be obsolete and is no longer available on the Web site.

    UTC/GMT is 22:12 on Saturday, May 19, 2012

  • Error of the obex: 192 - Bad Request

    Hi guys,.

    I use to send files to devices supported obex obex

    When an error occurs, I get no error description, it is always null.

    following code:

    ...
    
    ClientSession conn = null;        try        {            conn = (ClientSession) Connector.open("btgoep://001060a4ba8a:1;authenticate=false;encrypt=false;master=false");   //bluetooth address            HeaderSet header = conn.createHeaderSet();            header.setHeader(HeaderSet.COUNT, new Long(1));            header.setHeader(HeaderSet.DESCRIPTION, "test");             header.setHeader(HeaderSet.LENGTH, new Long(3));
    
                HeaderSet response = conn.connect(header);            int rCode = response.getResponseCode();    //should be OBEX_HTTP_OK
    
                if (rCode != ResponseCodes.OBEX_HTTP_OK)    //is OBEX_HTTP_BAD_REQUEST        {
    
    ...
    

    of the ordinary, the code isn't should be sent to the "if(rCode!= ResponseCodes.OBEX_HTTP_OK)".

    I tested it on 3 devices, 2 worked perfectly, there is no... (sends the error message 192, bad Request)

    But it works by sending a file via obex from the Explorer Media-BB = /... so that the device is able 2 use obex!

    The answer-headerset must also contain a description of the error, when an occours error... but its null =)

    What can I do to find an error in the code or to make it work?

    PS: I also tried this code without defining simple/multiple headers (number, length, description, type)

    ... I really need your help.

    Thank you very much in advance!

    ... I have soved a part of the problem:

    the line:

    Connector.open("btgoep://001060a4ba8a:1;authenticate=false;encrypt=false;master=false")
    

    was not correct, cause in any case my destination device uses the prot 5 instead of 1... (even if all other devices used port 1).

    Now, I had the prob, I get an error (192, bad request) when I send the request Put, even if I put all the headers.

  • When I go to my GroupOn I get "400 Bad Request" and that he can not pass, but if I use my Internet Explorer it passes through. Help?

    I use Groupon and I recently tried to buy one but when I hit 'BUY' get "400 Bad Request" error message. I called Groupon, and they made the purchase for me. However, when I went on Internet Explorer, which I use rarely like optonline does well with her, the purchase went through fine.

    Why I get this error message with Forefox and what I can do about it?

    Please update to version 24.0

    Please try to clear the cache and cookies:

    Many issues of the site can be caused by corrupted cookies or cache. To try to solve these problems, the first step is to clear cookies and cache.
    Note: This will be you temporarily disconnect all sites, you're connected to.
    To clear the cache and cookies to do the following:

    1. Go to Firefox > history > clear recent history or (if no Firefox button is displayed) go to tools > clear recent history.
    2. Under "Time range to clear", select "all".
    3. Now, click the arrow next to details to toggle the active details list.
    4. In the list of details, see the Cache and Cookies and uncheck everything.
    5. Now click the clear now button.

    More information can be found in article to clear your cache, history, and other personal information in Firefox .

    This solve your problems? Please report to us!

    Thank you.

  • OSB throwing "BEA-380000 not authorized" error when using https

    Hi all

    I invoke the webservice using the OSB service and I get the error "unauthorized BEA-380000. The webservice is HTTPS.

    I activated the trace weblogic SSL and SSL Handshake seems to be successful.

    [(>> autoréglable) ', 5, Threads]] weblogic.security.SSL.jsseadapter in common: SSLENGINE: successful post-handshake processing. >

    After the handshake, I get the error "unauthorized BEA-380000.

    Can someone help me to investigate the matter?

    The OSB log file is below-

    # < 19 June 2013 15:24:24 CEST > < Info > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264053 > < BEA-000000 > < [Soap, Soap Access_request, RequestLogging, REQUEST access] PS_Generic_Soap_Adapter : Edition Cablecom_ERP_SAP_CH_IOM503_124 to https://172.25.110.22:8043 / sap/bc/srt/rfc/sap/z_ws_bsa_release_porder/300/z_ws_bsa_release_porder/z_ws_bsa_release_porder>

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264065 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@2dde6717. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264065 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@34fcd47d. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264065 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: enforceConstraints level 1 value. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264066 > < BEA-000000 > < SSLSetup: loading of CA certificates >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264066 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: called addTrustedCA. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264093 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: had SSLContext, Protocol = TLS, = SunJSSE provider >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264095 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] , 5, Threads]]weblogic.security.SSL.jsseadapter mis en commun : SSLENGINE: SSLEngine.setEnabledCipherSuites(String[]): value=TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 ,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_RC4_128_SHA ,TLS_ECDHE_RSA_WITH_RC4_128_SHA ,SSL_RSA_WITH_RC4_128_SHA,TLS_ECDH_ECDSA_WITH_RC4_128_SHA,TLS_ECDH_RSA_WITH_RC4_128_SHA,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INFO_SCSV. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264095 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setEnabledProtocols (String []): value = SSLv3, TLSv1, SSLv2Hello, TLSv1.1, TLSv1.2. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264095 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setEnableSessionCreation (boolean): value = true. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264096 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264096 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setWantClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264096 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264096 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264097 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264097 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264099 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 145. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264099 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264124 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 86 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264124 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 636 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264125 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is bytesProduced 9 = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264128 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 139. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264128 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 6. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264128 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 53. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264128 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264161 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 6 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264166 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = FINISHED

    bytesConsumed is 53 bytesProduced = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264166 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264167 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.getNeedClientAuth (): false >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264167 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: peer certificate chain: [Ljava.security.cert.X509Certificate;@6ee4f34f >]

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264167 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired (): false >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264167 > < BEA-000000 > < validationCallback: validateErr = 0 >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264169 > < BEA-000000 > < cert [0] =]

    [

    Version: V1

    Subject: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 1024 bits

    modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821

    public exponent: 65537

    Validity: [from: Wed Jan 30 16:28:10 THIS 2013]

    [To: Fri Jan 01 01:00:01 THIS 2038]

    Issuer: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Serial number: [20130130 152810]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    0000: E4 04 90 AF E9 01 39 23 61 60 E8 C5 84 7TH A0 C2... 9 # .a.'...

    0010: 81 09 FA 5 AE BB HAS 19 63 6 82 B C9 C7 E0 E1 E2... ZC... k...

    0020: 45 B3 6 d BA EB CD EC 33 32 4F EC 4B CB E.m. BF B8 A9... 3.2O. K..

    0030:88 90 A3 C2 99 10 D4 38 DB 18 8 73 18 6TH E2 C9... 8... s... n

    0040: 8B C6 B3 8 88 A3 71 EA 43 69 48 52 C0 11 5 04... q.CiHR....

    0050: 30 28 15 50 13 AF E5 4B D4 8F 1A DA 74 4 BF 2F. 0 (... K.P... / MC.

    0060: A7 29 1 SD 08 AB 51 04 B9 5F A6 C7 82 BB BB 3D.) ....=Q.. _.....

    0070:62 90 D7 B8 B6 9th AA A4 B5 OF C5 A0 06 ED EB 5 a b... Z

    ] >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264170 > < BEA-000000 > < weblogic user specified validation trustmanager status 0 >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264171 > < BEA-000000 > < SSLTrustValidator returns: 0 >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264171 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: no failure of the trust, validateErr = 0. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264180 > < BEA-000000 > < performing host name validation checks: tsrsapsbx01.cioio.net >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264180 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: successful post-handshake processing. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264181 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 309 bytesProduced = 341. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264182 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 722 = 794 bytesProduced. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51 :-4658cba0:13f5c4d8530: - 8000-00000000000005 c 0 > < 1371648264182 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default']] [[, 5, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is bytesProduced 8 = 74. >

    # < 19 June 2013 15:24:24 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648264213 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 2405 bytesProduced = 2379. >

    # < 19 June 2013 15:24:26 CEST > < Info > < shared > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029fb > < 1371648266984 > < BEA-000628 > < resources creation '1' for the 'upc.jdbc.pe.erp.eBusiness11Datasource' pool, available '0' and '1' are not available. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269215 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@5a92606e. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269215 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@75839609. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269216 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: enforceConstraints level 1 value. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269216 > < BEA-000000 > < SSLSetup: loading of CA certificates >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269216 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: called addTrustedCA. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269242 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: had SSLContext, Protocol = TLS, = SunJSSE provider >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269244 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnabledCipherSuites(String[]): value=TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_RC4_128_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA ,SSL_RSA_WITH_RC4_128_SHA,TLS_ECDH_ECDSA_WITH_RC4_128_SHA,TLS_ECDH_RSA_WITH_RC4_128_SHA,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INFO_SCSV. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269245 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnabledProtocols (String []): value = SSLv3, TLSv1, SSLv2Hello, TLSv1.1, TLSv1.2. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269245 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnableSessionCreation (boolean): value = true. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269245 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269245 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setWantClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269246 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269246 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269246 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269246 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269248 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 145. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269248 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269273 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 86 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269274 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 636 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269275 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is bytesProduced 9 = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269278 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 139. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269278 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 6. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269279 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 53. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269279 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269311 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 6 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269312 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = FINISHED

    bytesConsumed is 53 bytesProduced = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269312 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269312 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.getNeedClientAuth (): false >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269317 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: peer certificate chain: [Ljava.security.cert.X509Certificate;@63c2f31c >]

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269317 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired (): false >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269317 > < BEA-000000 > < validationCallback: validateErr = 0 >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269319 > < BEA-000000 > < cert [0] =]

    [

    Version: V1

    Subject: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 1024 bits

    modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821

    public exponent: 65537

    Validity: [from: Wed Jan 30 16:28:10 THIS 2013]

    [To: Fri Jan 01 01:00:01 THIS 2038]

    Issuer: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Serial number: [20130130 152810]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    0000: E4 04 90 AF E9 01 39 23 61 60 E8 C5 84 7TH A0 C2... 9 # .a.'...

    0010: 81 09 FA 5 AE BB HAS 19 63 6 82 B C9 C7 E0 E1 E2... ZC... k...

    0020: 45 B3 6 d BA EB CD EC 33 32 4F EC 4B CB E.m. BF B8 A9... 3.2O. K..

    0030:88 90 A3 C2 99 10 D4 38 DB 18 8 73 18 6TH E2 C9... 8... s... n

    0040: 8B C6 B3 8 88 A3 71 EA 43 69 48 52 C0 11 5 04... q.CiHR....

    0050: 30 28 15 50 13 AF E5 4B D4 8F 1A DA 74 4 BF 2F. 0 (... K.P... / MC.

    0060: A7 29 1 SD 08 AB 51 04 B9 5F A6 C7 82 BB BB 3D.) ....=Q.. _.....

    0070:62 90 D7 B8 B6 9th AA A4 B5 OF C5 A0 06 ED EB 5 a b... Z

    ] >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269321 > < BEA-000000 > < weblogic user specified validation trustmanager status 0 >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269322 > < BEA-000000 > < SSLTrustValidator returns: 0 >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269322 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: no failure of the trust, validateErr = 0. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269326 > < BEA-000000 > < performing host name validation checks: tsrsapsbx01.cioio.net >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269326 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: successful post-handshake processing. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269327 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 309 bytesProduced = 341. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269329 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 722 = 794 bytesProduced. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 00000000000029 has 2 > < 1371648269329 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '4' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is bytesProduced 8 = 74. >

    # < 19 June 2013 15:24:29 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648269359 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 2405 bytesProduced = 2379. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274361 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@5435a197. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274362 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@7c66f9ca. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274362 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: enforceConstraints level 1 value. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274362 > < BEA-000000 > < SSLSetup: loading of CA certificates >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274362 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: called addTrustedCA. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274389 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLCONTEXT: had SSLContext, Protocol = TLS, = SunJSSE provider >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274397 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnabledCipherSuites(String[]): value=TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_RC4_128_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA ,SSL_RSA_WITH_RC4_128_SHA,TLS_ECDH_ECDSA_WITH_RC4_128_SHA,TLS_ECDH_RSA_WITH_RC4_128_SHA,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INFO_SCSV. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274397 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnabledProtocols (String []): value = SSLv3, TLSv1, SSLv2Hello, TLSv1.1, TLSv1.2. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274397 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setEnableSessionCreation (boolean): value = true. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274398 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274398 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setWantClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274398 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274398 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274398 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274399 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274400 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 145. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274400 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274426 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 86 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274427 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 636 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274427 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is bytesProduced 9 = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274430 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 139. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274430 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 6. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274430 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 53. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274431 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274464 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 6 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274464 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = FINISHED

    bytesConsumed is 53 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274464 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274465 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.getNeedClientAuth (): false >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274465 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: peer certificate chain: [Ljava.security.cert.X509Certificate;@524f28de >]

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274465 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired (): false >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274465 > < BEA-000000 > < validationCallback: validateErr = 0 >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274467 > < BEA-000000 > < cert [0] =]

    [

    Version: V1

    Subject: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 1024 bits

    modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821

    public exponent: 65537

    Validity: [from: Wed Jan 30 16:28:10 THIS 2013]

    [To: Fri Jan 01 01:00:01 THIS 2038]

    Issuer: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Serial number: [20130130 152810]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    0000: E4 04 90 AF E9 01 39 23 61 60 E8 C5 84 7TH A0 C2... 9 # .a.'...

    0010: 81 09 FA 5 AE BB HAS 19 63 6 82 B C9 C7 E0 E1 E2... ZC... k...

    0020: 45 B3 6 d BA EB CD EC 33 32 4F EC 4B CB E.m. BF B8 A9... 3.2O. K..

    0030:88 90 A3 C2 99 10 D4 38 DB 18 8 73 18 6TH E2 C9... 8... s... n

    0040: 8B C6 B3 8 88 A3 71 EA 43 69 48 52 C0 11 5 04... q.CiHR....

    0050: 30 28 15 50 13 AF E5 4B D4 8F 1A DA 74 4 BF 2F. 0 (... K.P... / MC.

    0060: A7 29 1 SD 08 AB 51 04 B9 5F A6 C7 82 BB BB 3D.) ....=Q.. _.....

    0070:62 90 D7 B8 B6 9th AA A4 B5 OF C5 A0 06 ED EB 5 a b... Z

    ] >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274467 > < BEA-000000 > < weblogic user specified validation trustmanager status 0 >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274467 > < BEA-000000 > < SSLTrustValidator returns: 0 >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274468 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: no failure of the trust, validateErr = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274470 > < BEA-000000 > < performing host name validation checks: tsrsapsbx01.cioio.net >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274470 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: successful post-handshake processing. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274470 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 309 bytesProduced = 341. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274476 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 722 = 794 bytesProduced. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000 - 0000000000002 has 82 > < 1371648274477 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5, Threads]] weblogic.security.SSL.jsseadapter pooled : SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is bytesProduced 8 = 74. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648274506 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:34 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648274508 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 2405 bytesProduced = 2379. >

    # < 19 June 2013 15:24:37 CEST > < Info > < shared > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002b7c > < 1371648277002 > < BEA-000628 > < resources creation '1' for the 'upc.jdbc.pe.erp.eBusiness11Datasource' pool, available '0' and '1' are not available. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279510 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@2de31550. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279510 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@7c845fc2. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279510 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: enforceConstraints level 1 value. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279510 > < BEA-000000 > < SSLSetup: loading of CA certificates >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279510 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: called addTrustedCA. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279537 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLCONTEXT: had SSLContext, Protocol = TLS, = SunJSSE provider >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279541 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] , Threads]]weblogic.security.SSL.jsseadapter mis en commun : SSLENGINE: SSLEngine.setEnabledCipherSuites(String[]): value=TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 ,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA ,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_RC4_128_SHA ,TLS_ECDHE_RSA_WITH_RC4_128_SHA ,SSL_RSA_WITH_RC4_128_SHA,TLS_ECDH_ECDSA_WITH_RC4_128_SHA,TLS_ECDH_RSA_WITH_RC4_128_SHA,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INFO_SCSV. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279541 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setEnabledProtocols (String []): value = SSLv3, TLSv1, SSLv2Hello, TLSv1.1, TLSv1.2. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279541 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setEnableSessionCreation (boolean): value = true. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279541 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279542 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setWantClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279542 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279542 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setNeedClientAuth (boolean): value = false. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279542 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279542 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.setUseClientMode (boolean): value = true. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279547 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 145. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279551 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279576 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 86 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279577 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is 636 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279577 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_TASK

    bytesConsumed is bytesProduced 9 = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279580 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 139. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279580 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_WRAP

    bytesConsumed is 0 bytesProduced = 6. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279580 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 53. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279581 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279613 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NEED_UNWRAP

    bytesConsumed is 6 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279614 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = FINISHED

    bytesConsumed is 53 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279614 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279615 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.getNeedClientAuth (): false >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279615 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: peer certificate chain: [Ljava.security.cert.X509Certificate;@6608a35d >]

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279615 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired (): false >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279615 > < BEA-000000 > < validationCallback: validateErr = 0 >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279617 > < BEA-000000 > < cert [0] =]

    [

    Version: V1

    Subject: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Signature algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

    Key: Sun public key RSA 1024 bits

    modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821

    public exponent: 65537

    Validity: [from: Wed Jan 30 16:28:10 THIS 2013]

    [To: Fri Jan 01 01:00:01 THIS 2038]

    Issuer: CN = tsrSAPSBX01.intern.upc.ch, OR = I0020139603, OU = SAP Web AS, O = SAP trust community, C = OF

    Serial number: [20130130 152810]

    ]

    Algorithm: [SHA1withRSA]

    Signature:

    0000: E4 04 90 AF E9 01 39 23 61 60 E8 C5 84 7TH A0 C2... 9 # .a.'...

    0010: 81 09 FA 5 AE BB HAS 19 63 6 82 B C9 C7 E0 E1 E2... ZC... k...

    0020: 45 B3 6 d BA EB CD EC 33 32 4F EC 4B CB E.m. BF B8 A9... 3.2O. K..

    0030:88 90 A3 C2 99 10 D4 38 DB 18 8 73 18 6TH E2 C9... 8... s... n

    0040: 8B C6 B3 8 88 A3 71 EA 43 69 48 52 C0 11 5 04... q.CiHR....

    0050: 30 28 15 50 13 AF E5 4B D4 8F 1A DA 74 4 BF 2F. 0 (... K.P... / MC.

    0060: A7 29 1 SD 08 AB 51 04 B9 5F A6 C7 82 BB BB 3D.) ....=Q.. _.....

    0070:62 90 D7 B8 B6 9th AA A4 B5 OF C5 A0 06 ED EB 5 a b... Z

    ] >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279617 > < BEA-000000 > < weblogic user specified validation trustmanager status 0 >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279617 > < BEA-000000 > < SSLTrustValidator returns: 0 >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279618 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: no failure of the trust, validateErr = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279621 > < BEA-000000 > < performing host name validation checks: tsrsapsbx01.cioio.net >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279622 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: successful post-handshake processing. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279622 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 309 bytesProduced = 341. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279623 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 722 = 794 bytesProduced. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSETS]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000 - 0000000000002 b 21 > < 1371648279623 > < BEA-000000 > < [thread [ExecuteThread [ASSETS]: '2' for the queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: SSLEngine.wrap (ByteBuffer, ByteBuffer) called: result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is bytesProduced 8 = 74. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 01 > < 1371648279653 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 0 bytesProduced = 0. >

    # < 19 June 2013 15:24:39 CEST > < Debug > < SecuritySSL > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 01 > < 1371648279654 > < BEA-000000 > < [thread [ExecuteThread [ASSET]: '9' for queue: "(self-adjusting) weblogic.kernel.Default", 5]] [[, Threads]] weblogic.security.SSL.jsseadapter pooled: SSLENGINE: called SSLEngine.unwrap (ByteBuffer, ByteBuffer []): result = Status = OK HandshakeStatus = NOT_HANDSHAKING

    bytesConsumed is 2405 bytesProduced = 2379. >

    # < 19 June 2013 15:24:39 CEST > < error > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 01 > < 1371648279660 > < BEA-000000 > < [RouteSoap, _onErrorHandler-2084777159874241718 - 3445 a. 445 .133a65a7caa - 7 ca 2, ErrorInfo, ERROR] PS_Generic_Soap_Adapter: Cablecom_ERP_SAP_CH_IOM503_124 OneFusion-60001 error component the end through system https://172.25.110.22:8043 / sap/bc/srt/rfc/sap/z_ws_bsa_release_porder/300/z_ws_bsa_release_porder/z_ws_bsa_release_porder using unauthorized BEA-380000 business service of OneFusion_BUS/resources/Business Service/Physical Adapter/ProtocolAdapter/BS_PE_SOAP_Protocol_Adapter_1.0 >

    # < 19 June 2013 15:24:39 CEST > < Info > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 01 > < 1371648279728 > < BEA-000000 > < [access Soap, Soap Access_response, ResponseLogging, RESPONSE] PS_Generic_Soap_Adapter - response - RequestId : Cablecom_ERP_SAP_CH_IOM503_124 = OneFusion-60001 error code >

    # < 19 June 2013 15:24:39 CEST > < Debug > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '9' for queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > <>< 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 01 > < 1371648279745 > < BEA-000000 > < [LoggingPipelinePair_response, ResponseLogging, LoggingPipelinePair, RESPONSE] PS_ProtocolAdapter_Facade - RequestId: Cablecom_ERP_SAP_CH_IOM503_124 ErrorCode = OneFusion-60001 >

    # < 19 June 2013 15:24:39 CEST > < Debug > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '2' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-03FB5D70FB2F3D532502 > < 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 02 > < 1371648279781 > < BEA-000000 > < [AuditPipelinePairNode, AuditPipelinePairNode_request, getMessage, ASK] PS_PE_JMS_Auditing. RequestId: Cablecom_ERP_SAP_CH_IOM503_124 >

    # < 19 June 2013 15:24:39 CEST > < Debug > < ALSB Logging > < viedfuspe55 > < OSBNode1 > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-03FC5D70FB2F3D532502 > < 83ab60efbc9f1d51:7343109:13f5c952092: - 8000-0000000000002 c 03 > < 1371648279864 > < BEA-000000 > < [AuditPipelinePairNode, AuditPipelinePairNode_request, getMessage, ASK] PS_PE_JMS_Auditing. RequestId: Cablecom_ERP_SAP_CH_IOM503_124 >

    The error you get is not related to SSL. Target service could impose basic authentication.

    To implement basic authentication, follow the procedure in OSB - below

    1. create a service with the user name and password for account (owner of the target service must provide this info)

    2. in the HTTP Transport of your business service Configuration, select "basic" to the parameter "Authentication" and look for the service account that you created in the "Service account" setting on the same page

    3. Save and activate the configuration

    4. test the business service using the OSB test console

    You should get in contact with the target service admin understand what type of authentication is required (if there is no base) and where your request does not meet exactly.

    Kind regards

    Anuj

  • When I try and publish a site of Muse, get the error: internal error: 400 Bad request. (117007)

    When I try and publish a site of Muse, getting this error:

    Error: Internal error: 400 Bad request. (117007)

    And this isn't to let me publish the site

    Found a similar position that could provide some indication error of publication of Muse

  • In Yahoo when I click on read emails I get the messge 'Bad Request'

    I've recently updated the software on my Mac. I transferred Firefox back to my Mac after everything was wiped out. After that every time I tried to click on emails in Yahoo the "bad request" message appears. So I just downloaded the latest Firefox and continues to be the same thing.

    So, I can't open my emails in Firefox.

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Firefox > Preferences > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Firefox > Preferences > privacy > Cookies: "show the Cookies".
  • When you access Cakewalk I get "bad request".

    I enter the address bar www.cakewalk.com and get a message "bad request". I can access this site on other internet connections. I'm missing a component of my Firefox?

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".
  • When you open Firefox, instead of my home page, I get the message 'bad request', how to fix this?

    I get 'bad request' what opening of Firefox, instead of opening my homepage...

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    • "Clear the Cache": Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.
    • 'Delete Cookies' sites causing problems: Tools > Options > privacy > Cookies: "show the Cookies".
  • Error when calling Fusion R9 on Service SOAP premise of JDeveloper 11.1.1.7

    
    

    Hi team,

    Here is the WSDL Iam I invoke:

    . http://fusionapp < clientName > .com:10607/prcPorCreateReq/CreateReqService? WSDL

    OER WSDL, example: https://fusionappsoer.oracle.com/oer/custom/r9/oer/oracle/apps/prc/por/createReq/createReqService/CreateReqService.wsdl

    Client Java code:

    public static void main(String [] args)
      {
          //setup security feature with OWSM policy
          SecurityPolicyFeature[] securityFeature =        new SecurityPolicyFeature[] { new       SecurityPolicyFeature("oracle/wss_username_token_client_policy") };
        createReqService_Service = new CreateReqService_Service();
        CreateReqService createReqService = createReqService_Service.getCreateReqServiceSoapHttpPort(securityFeature);
        // Get the request context to set the outgoing addressing properties
        WSBindingProvider wsbp = (WSBindingProvider)createReqService;
        WSEndpointReference replyTo =   new WSEndpointReference("http://fusionapp.techmahindra.com:10607/prcPorCreateReq/CreateReqService?WSDL", WS_ADDR_VER);
        String uuid = "uuid:" + UUID.randomUUID();
        wsbp.setOutboundHeaders( new StringHeader(WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader(WS_ADDR_VER.replyToTag));
        
          // Add Security Headers below if any Authentication is required.
          wsbp.getRequestContext().put(WSBindingProvider.USERNAME_PROPERTY,       "nitin");
          wsbp.getRequestContext().put(WSBindingProvider.PASSWORD_PROPERTY,       "Welcome123");
          // Add your code to call the desired methods
          long requisitionHeaderId =1234 ; 
          
          RequisitionHeader variableName; 
    
        // Add your code to call the desired methods.
            try {
                System.out.println("Invoking get req method");
                variableName = createReqService.getRequisitionHeader(requisitionHeaderId);
            } catch (ServiceException e) {
            }
        }
    

    Policy feature of security referred to in the WSDL document

    "" < policyReference xmlns:wsp= "http://schemas.xmlsoap.org/ws/2004/09/policy" " URI="#wss_saml_or_username_token_service_policy" wsdl: required="false"/ >"
    "" < policyReference xmlns:wsp= "http://schemas.xmlsoap.org/ws/2004/09/policy" " URI="#wsaddr_policy" wsdl: required="false"/ >"
    "< wsdl: Operation name="getRequisitionHeader">"

    Exception when calling

    C:\Oracle\MiddlewareJdev11117\jdk160_24\bin\javaw.exe -client -classpath D:\Sridhar\Software\p17888411_R12_GENERIC\jdevhome\jdev\mywork\FusionR9CreateReqServ\.adf;D:\Sridhar\Software\p17888411_R12_GENERIC\jdevhome\jdev\mywork\FusionR9CreateReqServ\FusionR9CreateReqServ\classes;C:\Oracle\MiddlewareJdev11117\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\MiddlewareJdev11117\oracle_common\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MiddlewareJdev11117\modules\com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar;C:\Oracle\MiddlewareJdev11117\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\Oracle\MiddlewareJdev11117\modules\com.bea.core.antlr.runtime_2.7.7.jar;C:\Oracle\MiddlewareJdev11117\modules\javax.persistence_1.0.0.0_2-0-0.jar;C:\Oracle\MiddlewareJdev11117\oracle_common\modules\oracle.webservices_11.1.1\wsclient.jar -Djavax.net.ssl.trustStore=C:\Oracle\MiddlewareJdev11117\wlserver_10.3\server\lib\DemoTrust.jks com.oracle.xmlns.apps.prc.por.createreq.createreqservice.CreateReqServiceSoapHttpPortClient
    Jun 3, 2015 5:23:59 PM weblogic.wsee.jaxws.spi.WLSServiceDelegate addWsdlDefinitionFeature
    SEVERE: Failed to create WsdlDefinitionFeature for wsdl location: http://fusionapp.techmahindra.com:10607/prcPorCreateReq/CreateReqService?WSDL, error: com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException, message: 2 counts of InaccessibleWSDLException.
    SEVERE: java.io.FileNotFoundException: .\config\jps-config.xml (The system cannot find the path specified)
    SEVERE: java.io.FileNotFoundException: .\config\jps-config.xml (The system cannot find the path specified)
    INFO: WSM-09004 Component auditing cannot be initialized.
    Invoking get req method
    INFO: Recipient Alias property not configured in the policy. Defaulting to encrypting with signers certificate.
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/prc/por/createReq/createReqService/CreateReqService#getRequisitionHeader invoke)
     at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:197)
     at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:125)
     at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
     at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
     at $Proxy43.getRequisitionHeader(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at weblogic.wsee.jaxws.spi.ClientInstanceInvocationHandler.invoke(ClientInstanceInvocationHandler.java:84)
     at $Proxy44.getRequisitionHeader(Unknown Source)
     at com.oracle.xmlns.apps.prc.por.createreq.createreqservice.CreateReqServiceSoapHttpPortClient.main(CreateReqServiceSoapHttpPortClient.java:56)
    Process exited with exit code 1.
    

    Please let me know how to configure the java client based on the WSDL file secuirity policy. I would like to know where iam missing.

    I have raised several MOS - SR Oracle, but no response until now.

    Concerning

    Sridhar

    Here's the code that worked:

    Public Shared Sub main (String [] args)

    {

    installation with GOSA policy security feature

    SecurityPolicyFeature [] securityFeature = new SecurityPolicyFeature [] {new SecurityPolicyFeature("oracle/wss_username_token_client_policy")};

    currenciesService_Service = new CurrenciesService_Service();

    CurrenciesService currenciesService = (securityFeature) currenciesService_Service.getCurrenciesServiceSoapHttpPort;

    Get the request context to set the outgoing address properties

    WSBindingProvider wsbp = (WSBindingProvider) currenciesService;

    ReplyTo = WSEndpointReference

    new WSEndpointReference ("http://fusionapp.techmahindra.com:7406/finGlCurrManageRateSetupService/CurrenciesService?") WSDL"(, WS_ADDR_VER);"

    String uuid = "uuid:" + UUID.randomUUID ();

    wsbp.setOutboundHeaders (new StringHeader (WS_ADDR_VER.messageIDTag, uuid), replyTo.createHeader (WS_ADDR_VER.replyToTag));

    Add headers of following security if authentication is required.

    wsbp.getRequestContext () .put (WSBindingProvider.USERNAME_PROPERTY, "FAADMIN");

    wsbp.getRequestContext () .put (WSBindingProvider.PASSWORD_PROPERTY, "Welcome1");

    String conversionType = "Corporation."

    VariableName of DailyConversionType;

    Add your code to call the desired methods.

    try {}

    System.out.println ("method call");

    variableName = currenciesService.getDailyConversionType (conversionType);

    System.out.println ("Value of the Variable name-->" + VariableName);

    System.out.println ("Data-->" + variableName.attribute1);

    System.out.println ("Type of Conversion-->" + variableName.conversionType);

    } catch (ServiceException e) {}

    }

    }

    Concerning

    Sridhar

  • JQuery + 400 Bad Request

    I work with a UI custom, built outside the normal constraints of APEX.

    I have a page which returns an array of strings of elements. Each of these comes with several different selections.

    Using the string array, I make an ajax call using APEX framework to return several items of data based on this string. I need to return the item id, item name, description of the object and a list of sub elements that have their own IDS, names and descriptions. Then I need to give the user the aiblity to select sub via the radio button and enter a text customized via a text box element.

    I use the table that is initially transmitted to generate and return a json string which I'm evaluating client-side and build the user interface based on this javascript object.

    This includes the addition of the div tags, radio and text dynamically via jquery areas.

    Once I get on this page, all buttons stop working. I read that the APEX did a check of the content of the page and the HTML that is generated dynamically based on javascript, it is originally the 400 Bad request error. Is there a way to get around this?

    Is the only time where the error appears when the additional html elements are generated, if none is created, I do not receive an error.

    Hello

    If you create form elements 'manually' written for example entry tag of HTML document and specify the name attribute.
    which usually cause 400 that this element is not found in metadata Apex.
    When the page is submitted Apex map elements with the name attribute.

    Kind regards
    Jari

  • HTTP 400 Bad Request

    Hi all

    I am against a show-stopper. I have a simple region (lets call it the "region of quote") query SQL that returns the rows in a table that I need tp will update. Sometimes, the query will return a large number of lines, depending on the size of the quote to the customer. My problem is when the quote is large (around 200 lines) and I make an update I get HTTP 400 Bad request "the Web page could not be found", the URL says something about 7779/pls/apex/wwv_flow.accept.

    The update is simple, it takes the values that a user enters in a different region and a mass updates lines in the region of quote. The lines in the quote region that are updated are determined by the user selecting them in a shuttle with the shuttle return the line_id. For small quotes and quotations even with lines reaching up to 195 all works fine but I need this to work for the big ratings! Anyone know what is happening here?

    I'm on version 3.1.2.00.02
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production

    I don't think it's my code, but here's the anonymous block of massive update for review...

    DECLARE

    l_selected APEX_APPLICATION_GLOBAL. VC_ARR2;
    x PLS_INTEGER: = 1;

    c_loopcount NUMBER: = 0;
    c_labelcount NUMBER: = 0;
    l_records VARCHAR2 (32000);
    l_line_id NUMBER;

    BEGIN

    -Check that the shuttle has values
    If: P3_APPLY_TO_LINES = "NA" Then

    RAISE_APPLICATION_ERROR (-20110, 'at least one line is required.');

    End If;

    -Convert the string two points separated from values in the shuttle in
    -a table of PL/SQL

    l_selected: = APEX_UTIL. STRING_TO_TABLE(:P3_APPLY_TO_LINES);

    BECAUSE me in 1... NVL (l_selected. Count, 0) LOOP

    l_line_id: = l_selected (i);

    c_loopcount: = c_loopcount + 1;

    -loops through each of the values of labels that have been added by the user
    BECAUSE me in 1... apex_application.g_f11. COUNTING LOOP

    c_labelcount: = c_labelcount + 1;

    -Updated the table operation with the supplied value
    UPDATE forx_label_transactions
    Value = apex_application.g_f01 (i) - the value supplied by the user
    last_update_date = sysdate
    , last_updated_by =: P3_LAST_UPDATED_BY
    , last_update_login =: P3_LAST_UPDATE_LOGIN
    WHERE label_id = apex_application.g_f11 (i) - the id of a hidden tag, that is the foreign key
    AND source_transaction_id = l_line_id; -the id of the quote line
    - AND source_transaction_id = 1074016;

    END LOOP;

    l_records: = l_records | l_selected (i);

    END LOOP;

    : p3_labelcount: = c_labelcount;
    : p3_loopcount: = c_loopcount;
    : p3_selected: = (l_records);

    END;

    Published by: blue4speed on October 7, 2010 20:54

    Published by: blue4speed on October 7, 2010 21:04

    When you submit a page there is some limit the page size (I think 32 k) after that it raises HTTP 400. We were also facing the same problem in our large tabular form. You can use Pagination to limit the rows displayed in a page to avoid this error.
    But when the use of paging, you will face another question. Let's say you have 100 lines and paging shows only 10 lines. If update you some rows and press the navigation button (next/previous) changes are lost and unsaved. I also have a work around for this if you are interested please let me know. I'll post you if you need.

Maybe you are looking for

  • This email address is already in use with another Apple ID

    Hi, I had a problem with the evolution of my apple ID, that I had two Apple id and I wanted to use the Email address I have objective for labor and official use, the other is that my backup and everything in it, was that I created in my teens, if the

  • HP 15 AF024AU: Function key not working correctly

    average of fliped feature keys, when I press F6 only this will cut my volume. and when I press FN + F6 it works like F6 When I press FN + F5 it update, when I press F5 just nothing happens Please give solution.

  • Panel VI easy printing

    Hi all I use this code with simple printing Panel VI or VI Documentation. My printer is a color printer, but I still get printed grey. What I'm missing here?

  • HDMI MIRRORING?

    Hey Motorola -. You guys just forget the Atrix after bionics and Photon came out? Come on, seriously - mirror HDMI out for people who have BOUGHT your phone and support for the ATRIX. This phone was supposed to be the top dog in your line upward, and

  • My MSN account is not displayed in the drop-down list. How can I get that back?

    e-mail accounts I use windows xp family and have an e-mail account and a hotmail @msn.com. When I signed up to in the upper right corner that is your name, the drop down would show both of my accounts. now I can't find my account @msn.com well that i