Get agents gives "unauthorized error" in system prep

In solman 7.1 in system prep, in connect diagnostics agents,  when I do a "get agents" I get the following error?
           SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 401 : Unauthorized")
           Web service invocation problem on host wsapsmdev01.idacorp.local and port 8001 protocol : http logical port name :           LP_WS_SMDAGENT_MONITORING
What user is being used to get the agents? SLDAPIUSER?
Any help is greatly appreciated.
Thanks,
Daniel

Hi
I had similar problem in 7.1 sp4
i deleted users SM_INTERN_WS and SM_EXTERN_WS and deleted all logical ports using systempreparation step 1& 5 and reran both the steps and it worked...
immediately in the next step i could see diagnostic agent(SMD) connected.
I hope this will help.
Regards
Ravi

Similar Messages

  • Get agents gives "unauthorized error" in system preparation

    Dear All,
    In solman 7.1 in system prep, in connect diagnostics agents, when I do a "get agents" I get the following error?
    SOAP:1,007 SRT: Unsupported xstream found: ("HTTP Code 401 : Unauthorized")
    Web service invocation problem on host wsapsmdev01.idacorp.local and port 8001 protocol : http logical port name : LP_WS_SMDAGENT_MONITORING
    As it is getting SMD_ADMIN by default as it is a dialog user to connect to the Get Agents
    How to check if the solution manager is successfully connected with the SLD?
    Kindly help me regarding the same.
    Thanks & Regards
    Ajitabh

    Hi,
    in 7.1 while performing system prepartion itself you wil get one of the step 6 as "prepare landscape",6.1 as select sld and more  s t?
    Have you done that?
    you can check this http://wiki.sdn.sap.com/wiki/display/SMSETUP/Diagnostics+Agents#DiagnosticsAgents-SLDRegistrationAgentCandidatesManagement
    or more on this guide [Diagnostics agent 7.11|https://websmp205.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000703907&_OBJECT=011000358700000952852009E]
    Thanks,
    Jansi

  • Connecting agent gives HTTP error 12044L

    Trying to setup the agent fails on some machines for me. The machines where it fails are running in Azure in a VNET and are domain joined.
    Error in eventlog :
    HTTP operation failed with error "12044L" (12044L).  The query will be retried later. URL for Operation: https://myworkspaceguid.oms.opinsights.azure.com/AgentService.svc/AgentTopologyRequest
    Double checked correct workspace ID and access key are set.
    It works well for other, standalone machines in the same VNET and for the same OpsInsight workspace.
    I suspect it may be some issue with certificate handling, since the agent seems to use client-cert for auth towards the workspace. Possibly there is some mandatory trusted root certificate missing, but can't verify, don't find enough information how this
    works.
    Any hints?

    Following up as Richard and myself got some info from the developers about this.
    That error code means ERROR_INTERNET_CLIENT_AUTH_CERT_NEEDED.  That’s a very odd error given
    that we always put a client certificate on the request! It would be useful if you could collect agent traces - use the procedure here
    https://support.microsoft.com/kb/942864/ using VERbose level i.e.
    StopTracing.cmd
    StartTracing.cmd VER
    <wait for repro>
    StopTracing.cmd
    FormatTracing.cmd
    If you cross-post this on the feedback forum
    http://aka.ms/opinsightsfeedback you can leave your email over there and we can contact you - might be easier to look at verbose trace logs...

  • HT1386 I keep getting the computer unauthorized error even though when I authorize it, I get and "already authorized" notice.  Any suggestions?

    I had to get a replacement IPhone 5 and I rebuilt it using ITunes restore.  Now I cannot sync it because I keep getting a "computer not authorized" message.  When I authorize the computer, I get an "already authorized" message.  Any suggestion on how to overcome this?

    Hello,
    Have you done all the steps in the Apple Related Article?:
    http://support.apple.com/kb/ts1389

  • Get agent "run as" value from system tables

    Hi, 
    When you create a job step (specifically an SSIS) you can set the "run as" value.  Can anyone tell me where this value can be queried in system tables/views? 
    I'm looking in 
    SELECT * FROM msdb..sysjobsteps
    SELECT * FROM msdb..sysjobs
    but can't see the value I know the job step is set to. 

    Try the below:
    SELECT
    B.[job_id] AS [JobID]
    , B.[name] AS [JobName]
    , A.[step_name] AS [StepName]
    , C.[name] AS [RunAs]
    FROM
    [msdb].[dbo].[sysjobsteps] AS A
    INNER JOIN [msdb].[dbo].[sysjobs] AS B ON A.[job_id] = B.[job_id]
    LEFT JOIN [msdb].[dbo].[sysproxies] AS C ON A.[proxy_id] = C.[proxy_id]
    ORDER BY [JobName]

  • Ccashut gives an error

    I'm trying to load data from SQL Server to Oracle. When I try to deploy my mapping, default agent gives an error and says restart agent. Ok, I go to Linux and say "ccashut", give pwd and get this:
    [oracle@xware unix]$ sh ccashut
    Checking admin port: 23791
    Enter password:
    Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Disconnected
    Exiting due to error.
    That "remote server" is very weird, it's on the same server? How can I fix this, this is now a show stopper because I can't deploy my mappings. I have the Linux server in my clients hosts-file, I know pwd is right and now I don't know anymore what to do...
    Thanks in advance,
    Mari

    I'm trying to deploy a mapping but can't do it because OWB says that CCA must be restarted (and that's done using ccashut ans ccastart, according to owb manual). Default agent location must be registered before I can deploy a mapping and that registration fails with "restart" error.
    Connection failed. CCA-1536: Control Center Agent is unavailable, please restart. Details are: Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is: javax.naming.Communication.Exception: Conenction refused: connect [Root exception is java.net.Connect.Exception: Connect refused: connect] ormi://xware:23791/jrt
    BR,
    Mari
    Edited by: 860361 on 23.5.2011 0:47

  • OSB throwing "BEA-380000 Unauthorized" error when calling https

    Hello All,
    I am invoking webservice using OSB service and I am getting "BEA-380000 Unauthorized" error. The webservice is HTTPS .
    I enabled the weblogic SSL trace and it looks like SSL Handshake is successful.
    >>self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: Successfully completed post-handshake processing.>
    After the handshake I am getting "BEA-380000 Unauthorized" error.
    Can anyone help me to investigate the issue?
    The osb log file is below-------
    ####<Jun 19, 2013 3:24:24 PM CEST> <Info> <ALSB Logging> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264053> <BEA-000000> < [Soap Access, Soap Access_request, RequestLogging, REQUEST] PS_Generic_Soap_Adapter: Cablecom_ERP_SAP_CH_IOM503_124 Publishing 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>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264065> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@2dde6717.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264065> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@34fcd47d.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264065> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set enforceConstraints level to 1.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264066> <BEA-000000> <SSLSetup: loading trusted CA certificates>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264066> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: addTrustedCA called.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264093> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Got SSLContext, protocol=TLS, provider=SunJSSE>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264095> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: 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.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264095> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnabledProtocols(String[]): value=SSLv2Hello,SSLv3,TLSv1,TLSv1.1,TLSv1.2.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264095> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnableSessionCreation(boolean): value=true.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264096> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264096> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setWantClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264096> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264096> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264097> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264097> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264099> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 145.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264099> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264124> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 86 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264124> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 636 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264125> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 9 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264128> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_WRAP
    bytesConsumed = 0 bytesProduced = 139.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264128> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_WRAP
    bytesConsumed = 0 bytesProduced = 6.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264128> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 53.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264128> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264161> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 6 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264166> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = FINISHED
    bytesConsumed = 53 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264166> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264167> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.getNeedClientAuth(): false>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264167> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: Peer certificate chain: [Ljava.security.cert.X509Certificate;@6ee4f34f>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264167> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired(): false>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264167> <BEA-000000> <validationCallback: validateErr = 0>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264169> <BEA-000000> <  cert[0] = [
      Version: V1
      Subject: CN=tsrSAPSBX01.intern.upc.ch, OU=I0020139603, OU=SAP Web AS, O=SAP Trust Community, C=DE
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 1024 bits
      modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821
      public exponent: 65537
      Validity: [From: Wed Jan 30 16:28:10 CET 2013,
                   To: Fri Jan 01 01:00:01 CET 2038]
      Issuer: CN=tsrSAPSBX01.intern.upc.ch, OU=I0020139603, OU=SAP Web AS, O=SAP Trust Community, C=DE
      SerialNumber: [    20130130 152810]
      Algorithm: [SHA1withRSA]
      Signature:
    0000: 04 E4 90 AF E9 C2 01 39   23 A0 61 7E 60 E8 C5 84  .......9#.a.`...
    0010: BB DE AE 81 09 FA 19 5A   63 E2 82 6B C9 C7 E0 E1  .......Zc..k....
    0020: 45 B3 6D BA EB CD A9 EC   33 B8 32 4F EC 4B BF CB  E.m.....3.2O.K..
    0030: 88 90 A3 C2 99 10 38 D4   DB C9 18 8C 73 18 E2 6E  ......8.....s..n
    0040: 8B B3 C6 8C 88 A3 71 EA   43 69 48 52 C0 11 5C 04  ......q.CiHR..\.
    0050: 1A 30 28 8F D4 E5 4B 15   50 13 AF DA 2F 74 4D BF  .0(...K.P.../tM.
    0060: A7 29 1C DD 08 AB 3D 51   04 B9 5F A6 C7 82 BB BB  .)....=Q.._.....
    0070: 62 90 B8 D7 B6 9E AA A4   B5 DE C5 A0 06 ED EB 5A  b..............Z
    ]>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264170> <BEA-000000> <weblogic user specified trustmanager validation status 0>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264171> <BEA-000000> <SSLTrustValidator returns: 0>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264171> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: No trust failure, validateErr=0.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264180> <BEA-000000> <Performing hostname validation checks: tsrsapsbx01.cioio.net>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264180> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: Successfully completed post-handshake processing.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264181> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 309 bytesProduced = 341.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264182> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 722 bytesProduced = 794.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:-4658cba0:13f5c4d8530:-8000-00000000000005c0> <1371648264182> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 8 bytesProduced = 74.>
    ####<Jun 19, 2013 3:24:24 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648264213> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 2405 bytesProduced = 2379.>
    ####<Jun 19, 2013 3:24:26 PM CEST> <Info> <Common> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029fb> <1371648266984> <BEA-000628> <Created "1" resources for pool "upc.jdbc.pe.erp.eBusiness11Datasource", out of which "0" are available and "1" are unavailable.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269215> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@5a92606e.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269215> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@75839609.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269216> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set enforceConstraints level to 1.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269216> <BEA-000000> <SSLSetup: loading trusted CA certificates>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269216> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: addTrustedCA called.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269242> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Got SSLContext, protocol=TLS, provider=SunJSSE>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269244> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: 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.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269245> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnabledProtocols(String[]): value=SSLv2Hello,SSLv3,TLSv1,TLSv1.1,TLSv1.2.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269245> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnableSessionCreation(boolean): value=true.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269245> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269245> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setWantClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269246> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269246> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269246> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269246> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269248> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 145.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269248> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269273> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 86 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269274> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 636 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269275> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_TASK
    bytesConsumed = 9 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269278> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_WRAP
    bytesConsumed = 0 bytesProduced = 139.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269278> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_WRAP
    bytesConsumed = 0 bytesProduced = 6.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269279> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 53.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269279> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269311> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 6 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269312> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = FINISHED
    bytesConsumed = 53 bytesProduced = 0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269312> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: negotiatedCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269312> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.getNeedClientAuth(): false>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269317> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: Peer certificate chain: [Ljava.security.cert.X509Certificate;@63c2f31c>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269317> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: weblogic.security.utils.SSLTrustValidator.isPeerCertsRequired(): false>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269317> <BEA-000000> <validationCallback: validateErr = 0>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269319> <BEA-000000> <  cert[0] = [
      Version: V1
      Subject: CN=tsrSAPSBX01.intern.upc.ch, OU=I0020139603, OU=SAP Web AS, O=SAP Trust Community, C=DE
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 1024 bits
      modulus: 179292036806620485918804919711928433244499815376568440587757413977992676729610723730712440151809520696043454811364142601367366025197824567437784372913655033390588836330766272601255260587177867263131005893781653504646623313565571707826556608307076192089536895471870912147173852420103041926818453926934928317821
      public exponent: 65537
      Validity: [From: Wed Jan 30 16:28:10 CET 2013,
                   To: Fri Jan 01 01:00:01 CET 2038]
      Issuer: CN=tsrSAPSBX01.intern.upc.ch, OU=I0020139603, OU=SAP Web AS, O=SAP Trust Community, C=DE
      SerialNumber: [    20130130 152810]
      Algorithm: [SHA1withRSA]
      Signature:
    0000: 04 E4 90 AF E9 C2 01 39   23 A0 61 7E 60 E8 C5 84  .......9#.a.`...
    0010: BB DE AE 81 09 FA 19 5A   63 E2 82 6B C9 C7 E0 E1  .......Zc..k....
    0020: 45 B3 6D BA EB CD A9 EC   33 B8 32 4F EC 4B BF CB  E.m.....3.2O.K..
    0030: 88 90 A3 C2 99 10 38 D4   DB C9 18 8C 73 18 E2 6E  ......8.....s..n
    0040: 8B B3 C6 8C 88 A3 71 EA   43 69 48 52 C0 11 5C 04  ......q.CiHR..\.
    0050: 1A 30 28 8F D4 E5 4B 15   50 13 AF DA 2F 74 4D BF  .0(...K.P.../tM.
    0060: A7 29 1C DD 08 AB 3D 51   04 B9 5F A6 C7 82 BB BB  .)....=Q.._.....
    0070: 62 90 B8 D7 B6 9E AA A4   B5 DE C5 A0 06 ED EB 5A  b..............Z
    ]>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269321> <BEA-000000> <weblogic user specified trustmanager validation status 0>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269322> <BEA-000000> <SSLTrustValidator returns: 0>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269322> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: No trust failure, validateErr=0.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269326> <BEA-000000> <Performing hostname validation checks: tsrsapsbx01.cioio.net>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269326> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: Successfully completed post-handshake processing.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269327> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 309 bytesProduced = 341.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269329> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 722 bytesProduced = 794.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-00000000000029a2> <1371648269329> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 8 bytesProduced = 74.>
    ####<Jun 19, 2013 3:24:29 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648269359> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.unwrap(ByteBuffer,ByteBuffer[]) called: result=Status = OK HandshakeStatus = NOT_HANDSHAKING
    bytesConsumed = 2405 bytesProduced = 2379.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274361> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLTruster to weblogic.security.utils.SSLTrustValidator@5435a197.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274362> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set weblogic.security.utils.SSLHostnameVerifier to weblogic.security.utils.SSLWLSHostnameVerifier@7c66f9ca.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274362> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Set enforceConstraints level to 1.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274362> <BEA-000000> <SSLSetup: loading trusted CA certificates>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274362> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: addTrustedCA called.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274389> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLCONTEXT: Got SSLContext, protocol=TLS, provider=SunJSSE>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274397> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: 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.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274397> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnabledProtocols(String[]): value=SSLv2Hello,SSLv3,TLSv1,TLSv1.1,TLSv1.2.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274397> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setEnableSessionCreation(boolean): value=true.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274398> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274398> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setWantClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274398> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274398> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setNeedClientAuth(boolean): value=false.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274398> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274399> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.setUseClientMode(boolean): value=true.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60efbc9f1d51:7343109:13f5c952092:-8000-0000000000002a82> <1371648274400> <BEA-000000> <[Thread[[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)',5,Pooled Threads]]weblogic.security.SSL.jsseadapter: SSLENGINE: SSLEngine.wrap(ByteBuffer,ByteBuffer) called: result=Status = OK HandshakeStatus = NEED_UNWRAP
    bytesConsumed = 0 bytesProduced = 145.>
    ####<Jun 19, 2013 3:24:34 PM CEST> <Debug> <SecuritySSL> <viedfuspe55> <OSBNode1> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <83ab60

    The error which you are getting is not related to SSL. Target service might be imposing basic authentication.
    To implement basic authentication you need to follow below steps in OSB -
    1. Create a service account with username and password (owner of target service must provide this info)
    2. In HTTP Transport Configuration of your business service, select "Basic" in "Authentication" setting and browse the service account you created in "Service Account" setting at same page
    3. Save and activate the configuration
    4. Test the business service using OSB test console
    You should get in touch with target service admin to understand which kind of authentication is required (if not basic) and where your request is failing exactly.
    Regards,
    Anuj

  • 401 Unauthorized Error when Registering Workflow Manager

    I have installed the workflow manager successfully. However, when I try to run Register-SPWorkflowService I get a 401 Unauthorized error. I am running SharePoint 2013 Management Shell as administrator.
    When I use internet explorer to browse to https://FQDNofServer:12290 I get prompted for my password 3 times and then get the Not Authorized Error here as well. I have tried this from the local host as well as remote machines with the same result therefore,
    I don't think I need to disable loopback check.
    My user is a member of the Workflow AdminGroup as well as a local admin, farm administrator and I also added my account as an administrator for the Workflow Service Application in Central Administration. I also tried giving the workflow service account full
    read on the web application.
    I cannot find anything in the ULS logs or windows event viewer logs when the login fails. Any help would be appreciated.
    Thank You.

    Hi,
    Glad to hear that you solve this issue, thanks for your sharing.
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Runtime Error Contract -System attempted dynpro 0201 in program "SAPLXM06"

    Hi Experts,
    While Creating Contract in Me31k transaction in IS-Retail server ,
    I am getting a ABAP Runtime Error :
    "The system attempted to use dynpro 0201 in program "SAPLXM06".This dynpro does not exist".
    Program SAPMM06E
    Include MM06EO0C_CUSTSCR1_HEAD_SET_DAT
    Row 10
    Module type (MODULE PBO)
    Module Name CUSTSCR1_HEAD_SET_DATA
    Please suggest how to solve the issue ???
    Any Input is Highly Appreciated.
    Thanks and Regards,
    Selva

    SOLVED BY SAP NOTES

  • OnPremise: Sharepoint Hosted App gives 401 unauthorized error while accessing UserProfile Rest Service

    Hi All,
    I have SharePoint hosted app deployed on On-Premise using(F5) which reads User Profile data consumes WCF(Hosted on same server) through REST API to insert data in to SQL DB(Different server).
    SharePoint hosted app was working as expected and suddenly it started asking for credential and not login(any user) to the application landing page.
    Checked SharePoint Logs, IIS Logs and Windows log but did not get any clue.
    WCF is accessible, User Profile access is also happening but not sure what changes done on server or infra level which causing this issue.
    I have an On-Premise Environment for SharePoint 2013. where we have created SharePoint hosted app which calls "http:///_api/SP.UserProfiles.PeopleManager/GetMyProperties" to get current user's data. but this gives me 401 unauthorized error.
    Notes:
    I had given read permission to user profile and full control to sitecollection in appmanifest. If I run this app on Office 365 developer site it works fine, but on premise environment it give 401 error.
    On premise environment when I deploy this app 3 times it prompt for  credential and finally gives the following error
    Error message after login 3 times:
    {"error":{"code":"-2147024891, System.UnauthorizedAccessException","message":{"lang":"en-US","value":"Access
    denied. You do not have permission to perform this action or access this resource."}}}
    -Lovekush Kumar 

    Add your site (http://*.app.contoso.com) to your local intranet sites in IE. 
    "app.contoso.com" is app domain.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • When I try to start my macbook it gives an error of Please restart your computer, but when i do this i get the same error.

    When I try to start my macbook it gives an error of Please restart your computer, but when i do this i get the same error. This occured after my macbook pro shut down (because of low battery) while it was installing some updates. Please Help?

    Try reinstalling OS X. What version did you have installed? If it's Snow Leopard do this:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • After transporting I get error "source system does not exist"

    Hello all,
    I have transported my objetcs to BW quality system and transported the data sources to r/3 quality and everything went fine. But now when I am trying to go through everything my update rules are inactive and when I get to infosource it gives me this error
    "Source system ERJ100 does not exist."
    Is there any importamnt step that I am missing why are the objects not recognizing the source system?
    Thanks,

    hi,
    check the system mapping in rsal tools system mapping tab as lilly mention. check if the mapping is defined correct. see the link below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e883de94-0501-0010-7d95-de5ffa503a86
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    Might help
    Thank you
    Qandeel

  • When trying to add Webservice System in VC I get an Invalid URL Error

    Hello,
    I want to use an webservice in VC. This ws originaly was BAPI_FLIGHT_GETDETAIL. I created the ws out of it and in wsconfig got the green light. Now, if i browse the corresponding system in VC the service doesn't show up. I think this is because it isn't published in the UDDI through WSADMIN. However, the system has no UDDI (I think so because there are no UDDIs showing up in the list). Now I wanted to define an new Webservice system. And here the problem is showing up. I use the follwing URL:
    http://192.168.123:8000/sap/bc/srt/rfc/sap/ws_flight_getdetail?WSDL
    If I type the URL into my Browser I get the WSDL -> The URL exists. But If I use the same URL in VC I get an "Invallid URL"-error. And this is making me kind of crazy..
    Can anyone give me help about this problem?
    Greetings, Marco

    Hi,
    copy/pasted form another similar thread :
    "The main reason for your problem is Configuration settings for your portal Server.
    some URLs will not be allowed in every Portal.
    To avoid this problem you have to do the Proxy settings in Visual administrator .
    see the SAP Note :1144698."
    Invalid Wsdl ?
    And also : https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/webServiceInvalid+URL
    Hope this helps !
    Fabien.

  • I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What

    I am getting error 205 while trying to install Creative Cloud. I already had chated with support, Uninstalled CC and tried to install it again. From the Adobe site, the page keeps loading eternally, from the previous installer, it gives me error 205. What to do? Give up on CC?
    This is not the first time I get it, and it seems a recurring problem.

    Milliet are you on a managed network?  If not then please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve error 205.

  • Gets error "-17502; System Level Exception" while running the custom Step in NI TestStnad 2010

    I have a custom teststand step which works like For loop in TestStand. Previously I was using LV 2009 and NI TestStand 4.2.1 and this step was working fine. Recently I upgraded my system to LV 2010 and TestStand 2010, since that it is not working.
    When I run the step it gives error "-17502; System Level Exception". I have attached error screenshot.
    I am using NIFlowControl.dll in this step.
    Please do the needful.
    Attachments:
    System Levle Exception error.JPG ‏25 KB

    The source code for NIFlowControl.dll ships with TestStand. Did you perhaps
    1) modify the code and rebuild this dll in teststand 4.2.1, but did not move your changes into the 2010 version and recompile the 2010 version?
    Or
    2) Move your 4.2.1 version of this dll to 2010 in which case it might be missing important code that exists only in the 2010 version. It's best to redo your code changes to the 2010 version and recompile that if needed.
    Also ideally your modified version of NIFlowControl.dll should be located in the teststand public directory rather than the program files directory.
    -Doug

Maybe you are looking for

  • Need Advice on RMAN backup script

    Hi; Can any one advice if any error or guide to make RMAN backup proper : Backup Policy are: 1.     0 level backup 2.     current log file is arvhived before backing up 3.     backup whole database (datafiles) 4.     backup separate control file 5.  

  • Cannot see data in SAP.Web.UI.Controls.Table

    Hi,I have created a portal project and dragged a sap table into the design area. then i call a webservice and bind the resulting dataset to the table. the dataset seems to bind, since i can see there are the right number of pages in the table, but i

  • Importing and editing DVDs

    I've been taping athletic games off my television with a DVD recorder. I end up with DVDs of the games- but I would like to be able to edit them and burn them into a "Highlight" DVD for my son, Anyone got any idea what I need to do this--or IF I can

  • Why do we need RFC activated in Workflow

    Hi Experts, As far as i know RFC is used to call a FM used remotly or any cross system connection. My question is if we use only one system to develop workflow, then also we need to have RFC enabled. Can anyone tell me how exactly it works internally

  • Trouble encoding AVI file into proper FLV. *Please Help*

    I have a small AVI file with uncompressed video. CS3 converts it perfectly to an FLV accept for the fact that I can't output to 16:9 CS4 can and does convert it and keeps the 16:9 aspect ratio. The problem is CS4 adds all kinds of metadata crap which