Tutorial 1: Routing a Loan Application - BEA-380000 SOAPFaultException

Hey together,
recently i tried aqualogic servicebus for the first time. Therefore i went trough the tutorial referring to the routing-loan-example.
I set up eerything just like described in the tutorial. But when it comes to testing the configuration for the normalLoan Businesservice i get an error.
I simply do a "ant run" in the recpective directory and this is what comes out:
run:
[java] Exception in thread "main" java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoa
.org/soap/envelope/}Server] FaultString [BEA-380000: Not Found] FaultActor [null] Detail [<detail><con:fault xmlns:con=
http://www.bea.com/wli/sb/context"><con:errorCode>BEA-380000</con:errorCode><con:reason>Not Found</con:reason><con:loca
ion><con:node>RouteNode1</con:node><con:path>response-pipeline</con:path></con:location></con:fault></detail>]; nested
xception is:
[java] javax.xml.rpc.soap.SOAPFaultException: BEA-380000: Not Found
[java] at normal.client.MyPortType_Stub.processLoanApp(MyPortType_Stub.java:37)
[java] at normal.client.Main.main(Main.java:48)
[java] Caused by: javax.xml.rpc.soap.SOAPFaultException: BEA-380000: Not Found
[java] at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:265)
[java] at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandler.java:106)
[java] at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.java:91)
[java] at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandler.java:79)
[java] at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.java:254)
[java] at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:224)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:161)
[java] at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:116)
[java] at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
[java] at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:335)
[java] at normal.client.MyPortType_Stub.processLoanApp(MyPortType_Stub.java:32)
[java] ... 1 more
BUILD FAILED
C:\Programme\bea\weblogic92\samples\servicebus\examples\src\examples\webservices\jws_basic\normal\build.xml:94: Java re
urned: 1
Total time: 8 seconds
Maybe any1 of you know how to solve it? I already know, that BEA-380000 is described as a transportation-error. But i dont know how ti proceed.
Thanks

No1 can help? I tested the wsdl with soapui and i guess the businessservices aren't doing their jobs. While being in the sbconsole, both folders, businessservices and wsdl are grey in the project explorer. That means i can't apply any changes on them.
However only the folder proxyservice with its subfolder loangateway is white and therefore editable.
Any hints?
Thanks.

Similar Messages

  • [errorCode: BEA-380000] Proxy service using Google API

    Hi sirs,
    I testing following this blogs : http://www.yenlo.nl/danielpalstra/2011/03/03/using-osb-with-rest/
    There's 4 step but i'm stucking at step 2
    1. Authenticate using API ClientLogin authentication with your Google username (email) and password
    2. Retrieve “auth” token from the ClientLogin response
    Link of API CLientLogin is : https://www.google.com/accounts/ClientLogin
    When i try with my raw data i can get response data:
    ====================================================================
    POST /accounts/ClientLogin HTTP/1.0
    Content-type: application/x-www-form-urlencoded
    accountType=HOSTED_OR_GOOGLE&Email=********@gmail.com&Passwd=********&service=cp&
    source=Gulp-CalGulp-1.05
    ========================================================================
    HTTP/1.0 200 OK
    Content-Type: text/plain
    Cache-control: no-cache, no-store
    Pragma: no-cache
    Expires: Mon, 01-Jan-1990 00:00:00 GMT
    Date: Mon, 14 Nov 2011 08:18:48 GMT
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Content-Length: 818
    Server: GSE
    SID=DQAAALwAAADVw2Zd7RVeOJmUh6NtAtbS90djGyM6ij09lUjSJ0KqT2A85mj3doG1OoU26Mxu_PNqIDiur1kMbZuj_XrB3-jzj4OO4lNCWpmYuy_nw0exfmNGQXiySUZ5Z_97Wv-2MRDDfg_uDv6zB7bVctLJIXAXVgQBjab2_pFvqNW_K2Qdp_n24a0PMWQkEBEQei3SPAGD1A8Xi4WXM50bRstc72nQfFGX39FOhmd_t8TUc-IS2Qclsi0zU09CgEnVAqbCN6w
    LSID=DQAAAL0AAABmYroXC57jIYKR9aa_nBDrNYNLG6rizYuczrCLzpIIBRSDm4tm46Ms9pbOPNhVZJwxoS4SX7ouJ_otU-6DIUGZOXWgzHRjjPTC24kWlry0VPN6NI4d-8IsLtFh-wJ3ZlJ8dGbsyD1NDXGnBgFWhymsMXJRNfq4EjXR45rbvu1F2zX-tejL1yKp9v2v2zCFLL-boqbjclG3qnzigpsOIpp9Em4K5psf-IfVbnOjE3YZQcG4LxALoQnyuQE8673bU
    Auth=DQAAAL4AAABmYroXC57jIYKR9aa_nBDrNYNLG6rizYuczrCLzpIIBRSDm4tm46Ms9pbOPNhVZJw-nvtu5YEz5Ktw5C8744GoquGHpcHWSfabCsVUtXH6bPDJ7n7tee5Ub79FfWfGmJIKtCEXkSwFfyv5SrKEr4ZqLxsvyv-SISZXlilOKqNHKWqei27NIvBIrQOLCd5MqTILQRmfZOP0rOvkoCqTt5I2hyFyhevWeYuayn06QD0DPqpLFdYiaoNsxI70Rcte4
    ====================================================================
    When i create proxy service and business service as the guide. I got a fault like this:
    $fault:     
    <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>Found</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    This is whole Invocation Trace     
              (receiving request)
    Initial Message Context
              added $body
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
              added $header
    <soapenv:Header      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
              added $inbound
    <con:endpoint      name="ProxyService$google$getGoogleAuth" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service/>
    <con:transport>
    <con:uri>/google/getGoogleAuth</con:uri>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/plain; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    <http:query-string>username=*******&password=*******</http:query-string>
    <http:query-parameters/>
    </con:request>
    <con:response      xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/plain</http:Content-Type>
    </tran:headers>
    <tran:response-code      xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
    </con:response>
    </con:transport>
    <con:security>
    <con:transportClient>
    <con:username><anonymous></con:username>
    </con:transportClient>
    </con:security>
    </con:endpoint>
              added $messageID
    1417705043541984180-569da6b1.133c91b1102.-7fde
              RouteNode1
    Routed Service
              Route to: "googleLogin"
         $outbound:
    <con:endpoint      name="BusinessService$google$googleLogin" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service/>
    <con:transport>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>application/x-www-form-urlencoded</http:Content-Type>
    </tran:headers>
    </con:request>
    </con:transport>
    <con:security>
    <con:doOutboundWss>false</con:doOutboundWss>
    </con:security>
    </con:endpoint>
         $body (request):
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    accountType=HOSTED_OR_GOOGLE&amp;Email=********@gmail.com&amp;Passwd=********&amp;service=cp&amp;source=Appname
    </soapenv:Body>
         $header (request):
    <soapenv:Header      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
         $attachments (request):
    <con:attachments      xmlns:con="http://www.bea.com/wli/sb/context"/>
    Message Context Changes
              added $queryString
    username=********&password=***********
              added $username
              added $outbound
    <con:endpoint      name="BusinessService$google$googleLogin" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service/>
    <con:transport>
    <con:uri>
    https://www.google.com/accouts/clientLogin
    </con:uri>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>
    application/x-www-form-urlencoded; charset=utf-8
    </http:Content-Type>
    </tran:headers>
    <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    </con:request>
    <con:response      xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Cache-Control>private</http:Cache-Control>
    <http:Connection>close</http:Connection>
    <http:Content-Length>218</http:Content-Length>
    <http:Content-Type>text/html; charset=UTF-8</http:Content-Type>
    <http:Date>Tue, 22 Nov 2011 04:11:02 GMT</http:Date>
    <http:Location>http://www.google.com</http:Location>
    <http:Server>GFE/2.0</http:Server>
    </tran:headers>
    <tran:response-code      xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
    <tran:response-message      xmlns:tran="http://www.bea.com/wli/sb/transports">Found</tran:response-message>
    <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">UTF-8</tran:encoding>
    <http:http-response-code>302</http:http-response-code>
    </con:response>
    </con:transport>
    <con:security>
    <con:doOutboundWss>false</con:doOutboundWss>
    </con:security>
    </con:endpoint>
              added $password
              changed $body
    <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
              changed $attachments
    <con:attachments      xmlns:con="http://www.bea.com/wli/sb/context"/>
              changed $inbound
    <con:endpoint      name="ProxyService$google$getGoogleAuth" xmlns:con="http://www.bea.com/wli/sb/context">
    <con:service/>
    <con:transport>
    <con:uri>/google/getGoogleAuth</con:uri>
    <con:mode>request-response</con:mode>
    <con:qualityOfService>best-effort</con:qualityOfService>
    <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/plain; charset=utf-8</http:Content-Type>
    </tran:headers>
    <tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">utf-8</tran:encoding>
    <http:query-string>username=**********&password=********</http:query-string>
    <http:query-parameters/>
    </con:request>
    <con:response      xsi:type="http:HttpResponseMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <tran:headers      xsi:type="http:HttpResponseHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
    <http:Content-Type>text/plain</http:Content-Type>
    </tran:headers>
    <tran:response-code      xmlns:tran="http://www.bea.com/wli/sb/transports">0</tran:response-code>
    </con:response>
    </con:transport>
    <con:security>
    <con:transportClient>
    <con:username><anonymous></con:username>
    </con:transportClient>
    </con:security>
    </con:endpoint>
              changed $header
    <soapenv:Header      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"/>
              System Error Handler
    $fault:     
    <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>Found</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    this is the 4 th project i do with OSB so i don't know where to debug this. Please help me to pass this problem. I will very appreciate for ur help.
    Edited by: tien86 on 20:28 21-11-2011
    Edited by: tien86 on 20:43 21-11-2011

    What are the operations in your business service?
    Are you setting the correct operation in dynamic route expression?
    here is an example:
    <ctx:route>
    <ctx:service isProxy='false'>TestProject/TestFolder/TestBusinessService</ctx:service>
    <ctx:operation>BusinessServiceOperationName</ctx:operation>
    </ctx:route>

  • ANN: J2EE Applications & BEA WebLogic Hardcopies Available!

    ** J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank you.
    In just a few short weeks we have moved up to the No. 42 spot on Amazon.
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/ref=ase_learnweblogic/103-
    5396741-5920623
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

    ** J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank you.
    In just a few short weeks we have moved up to the No. 42 spot on Amazon.
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/ref=ase_learnweblogic/103-
    5396741-5920623
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

  • J2EE Applications & BEA WebLogic Hardcopies Available!

    ** J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank you.
    In just a few short weeks we have moved up to the No. 42 spot on Amazon.
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/ref=ase_learnweblogic/103-
    5396741-5920623
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

    ** J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank you.
    In just a few short weeks we have moved up to the No. 42 spot on Amazon.
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/ref=ase_learnweblogic/103-
    5396741-5920623
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

  • OSB- BEA-380000 - com.bea.wli.sb.pipeline.PipelineException in OSB 11.1

    Hi,
      My test case is a simple one. JMS Proxy (Publish with QOS- exactly once) --> http Proxy (Publish with QOS- Best Effort)--> http BS. Am getting a BEA-380000 - com.bea.wli.sb.pipeline.PipelineException error while testing from JMS proxy in test console. However, the test is successful while testing from http Proxy.
    I saw one of the threads OSB - BEA-380000 - com.bea.wli.sb.pipeline.PipelineException   but it didn't solve my issue.
    Please advise if anyone has a solution.
    Thanks,
    Nikhil

    Hi All,
    I found these are the observations when ever this error occured.
    1) name space issue, un used namspaces are giving conflict, two namespaces with different uri's, out of which one is no more required, that will give problem.
    2) Copying any stage from route node to the other stages ( it will add few extra namespaces).
    3) Using un-reachable variables in the failed stage.
    Thanks.
    Edited by: user12679330 on 07-Oct-2011 02:19

  • BEA-380000: Transport Exception

    I am getting this exception when i am trying to call a business service from proxy using dynamic routing , please help me
         <soapenv:Envelope      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
         <soapenv:Body>
         <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>
         BEA-380000: General runtime error: com.bea.wli.sb.transports.TransportException: Operation "getVacationBalanceByUserName" is not valid for this endpoint.
         </faultstring>
         <detail>
         <con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
         <con:errorCode>BEA-380000</con:errorCode>
         <con:reason>
         General runtime error: com.bea.wli.sb.transports.TransportException: Operation "getVacationBalanceByUserName" is not valid for this endpoint.
         </con:reason>
         <con:location>
         <con:node>DynamicRouting</con:node>
         <con:path>request-pipeline</con:path>
         </con:location>
         </con:fault>
         </detail>
         </soapenv:Fault>
         </soapenv:Body>
         </soapenv:Envelope>

    What are the operations in your business service?
    Are you setting the correct operation in dynamic route expression?
    here is an example:
    <ctx:route>
    <ctx:service isProxy='false'>TestProject/TestFolder/TestBusinessService</ctx:service>
    <ctx:operation>BusinessServiceOperationName</ctx:operation>
    </ctx:route>

  • BEA-380000: General runtime error: Read channel closed - intermittent

    I am encountering this error code intermittently. My production has been live from past 20 months and I see this error very recently and its like once a week.
    I doubt if this has something to do with the network and as this is very generic error(BEA-380000) I am not able to find any pointers on this error.
    My environment
    Solaris 10,Weblogic 10.3(Not clustered)
    fault="<con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-382500</con:errorCode>
    <con:reason>OSB Service Callout action received SOAP Fault response</con:reason>
    <con:details>
    <con1:ReceivedFaultDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
    <con1:faultcode xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">soapenv:Server</con1:faultcode>
    <con1:faultstring>BEA-380000: General runtime error: Read channel closed</con1:faultstring>
    <con1:detail>
    <con:fault>
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>General runtime error: Read channel closed</con:reason>
    <con:location>
    <con:node>RouteNode1</con:node>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    </con1:detail>
    </con1:ReceivedFaultDetail>
    </con:details>
    <con:location>
    <con:node>PipelinePairNode1</con:node>
    <con:pipeline>PipelinePairNode1_request</con:pipeline>
    <con:stage>stage1</con:stage>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>"
    Cheers
    Sridhar

    Matt,
    How are you invoking local proxy from HTTP proxy (using route node or service callout)? Is local proxy calling another proxy/business service? Do you have fault handling implemented?
    Can you also check server log to figure out any additional error information (like stacktrace)?
    Regards,
    Anuj

  • ** ANNOUNCE: J2EE Applications & BEA WebLogic Hardcopies Available! **

    ** ANNOUNCE: J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank
    you.
    In just a few short weeks we have moved up to the No. 636 spot on Amazon.
    This is great interest in considering the official ship date is not until
    August 16!
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/102-1778325-
    4765749
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

    ** ANNOUNCE: J2EE Applications & BEA WebLogic Hardcopies Available! **
    The first hardcopies of the only programming book to cover J2EE & WebLogic 6
    are now available. For those of you that have already ordered, we thank
    you.
    In just a few short weeks we have moved up to the No. 636 spot on Amazon.
    This is great interest in considering the official ship date is not until
    August 16!
    If you have not ordered already, you can order now and copies will be
    shipped in just a few short days. The book can be located Amazon.com at the
    following URL:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/102-1778325-
    4765749
    More information on this book can be located at:
    http://www.learnweblogic.com/.
    ** Overview **
    Building J2EE Applications & BEA WebLogic is targeted at Java programmers
    developing applications for the BEA WebLogic platform, the leading Web
    Application Server in the marketplace today. This book focuses on best
    practices for developing enterprise applications using the WebLogic APIs.
    After reading this book, intermediate or professional-level Java developers
    will possess the skills and knowledge required to develop scalable and
    robust applications on the WebLogic platform.
    The book combines reference and tutorial, taking a step-by-step approach
    that introduces each API and uses it to build a component of the WebAuction
    application, which supports on-line Auctioning on the Web. All software
    needed to build the sample application is included on a CD-ROM that
    accompanies the book. The WebAuction project gives users the opportunity to
    explore significant areas of building a distributed Enterprise Java
    application, including:
    · Planning in advance for scalability and deployment
    · Building presentation logic
    · Establishing database connectivity
    · Creating Enterprise Java Beans for the BEA WebLogic application server
    · Packaging the whole application so that it can be easily managed and
    maintained.
    ** About the Authors **
    Rob Woollen is a Senior Software Engineer at BEA Systems. He is currently
    the lead developer for the WebLogic Server EJB Container. Before joining
    BEA, Rob worked on UNIX Kernel networking for Hewlett-Packard. Rob holds a
    Bachelors degree in Computer Science from Princeton University.
    Michael Girdley is the Director of Product Management for WebLogic Server at
    BEA, a role in which he acts as chief marketing liaison to over 200
    engineers. An experienced application developer in Java, HTML, C, and C++,
    Michael is a co-author of Web Programming with Java (Sams-net Publishing,
    1996) and Java Unleashed, Second Edition (Sams-net Publishing, 1997).
    Michael holds a Bachelors degree in Computer Science with Honors from
    Lafayette College.
    Sandra L. Emerson is a technical writer and consultant with 20 years'
    experience in the software industry. She is a co-author of four computer
    trade books: The Business Guide to the UNIX System (Addison-Wesley, 1984);
    Database for the IBM PC (Addison-Wesley, 1984); Troff Typesetting for UNIX
    Systems (Prentice-Hall, 1987); and The Practical SQL Handbook
    (Addison-Wesley, 1989-99). The fourth edition of The Practical SQL Handbook
    is scheduled for Fall, 2000.

  • I am getting the below mentioned error in the weblogic console.  Jun 26, 2014 12:14:45 PM IST Error javax.enterprise.resource.webcontainer.jsf.application BEA-000000

    Hi,
    After migrating to Spring webflow 2.4.0 , I am getting the below mentioned error in the weblogic console.
    <Jun 26, 2014 12:14:45 PM IST> <Error> <javax.enterprise.resource.webcontainer.jsf.application> <BEA-000000> <Unable to determine expected return type for java.util.List()>.
    It doesn't affect  the application but not able to find the cause for it.
    Regards,
    Sneha

    After many hard working days.i finally found the error cause,i needed to make weblogic datasource also ADF doesnt work on internet explorer browser,it works on safary.hope it helps somebody

  • 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

  • BEA-380000 Error : Thread loss ?

    Hi
    Information:
    My proxy message flow:
    1. Proxy calls business service. Business service response is transformed and returned to client.
    2. If business service call fails, then proxy writes to database with comment "EmployeeID_Failed". (EmployeeID is in request which I store to variable EMPID). Then it returns error response to client.
    I have set read timeout 200 and connection timeout 60 for the business service. That's enough I guess.
    ===============================================================================================================
    Problem:
    Problem is when backend service is overloaded with requests from other clients it returns the following -
    <con:fault>
    <con:errorCode>BEA-380000</con:errorCode>
    <con:reason>[WliSbTransports:381304]Exception in HttpOutboundMessageContext.RetrieveHttpResponseWork.run: java.net.SocketTimeoutException
    java.net.SocketTimeoutException
         at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse$SocketTimeoutNotification.&lt;clinit>(AsyncResponseHandler.java:551)
         at java.lang.J9VMInternals.initializeImpl(Native Method)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
         at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse.handleTimeout(AsyncResponseHandler.java:396)
         at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse.timeout(AsyncResponseHandler.java:502)
         at weblogic.socket.SocketMuxer$TimerListenerImpl.timerExpired(SocketMuxer.java:985)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)</con:reason>
    <con:location>
    <con:node>To Backend Busines service</con:node>
    <con:path>response-pipeline</con:path>
    </con:location>
    </con:fault>
    And nothing is written to DB!! Request volume is in thousands and hence I am not able to confirm if the response was returned to client or not as well.
    ===============================================================================================================
    Observations: Returned response body content after timeout error is empty. Header content is also empty.
    ===============================================================================================================
    My question is - is there any thread loss involved due to BEA-380000?
    -s-k

    If the web service is in weblogic. Open a web browser and type something like:
    http://weblogicserver:port/serviceURI?WSDL
    If the browser cannot find the page it's likely your URI is invalid.
    Gregory Haardt
    ALSB Prg. Manager
    [email protected]

  • Newby To Lifecycle Building Dynamic Loan Application Form

    The document i am working with is going to be an online loan application form.
    At present when i save the file in live cycle the file is 1.5 meg in size and it is also that size when i try and save the file for distribution.
    Is there some way to optomise the final pdf down to a reasonable size
    The original interactive form which i am basing this new form is a pdf of only 360kb so i am not sure why it has blown out to 1.5 meg.
    The file in question has been programmed with functionality such as repeating regions etc to allow the applicant to dynamically add extra applicants or assets or liabilities to the application as necessary
    As mentioned i am a newbie to life cycle however have been a cold fusion programmer for for 8 years.
    I look forward to any assistance you may be able to offer and also come good reference material suggestions for clear consise instructions.

    The fonts settings are not set to embedded fonts as suggested. The file size is still over 1.5meg when the original interactive pdf which i imported intoi live cycle is only 350kb.
    Can someone please assist in advice on how to optomise the file size to a normal size and also advise on any online tutorials to assist me in learning livecycle to allow me to complete this online loan application i am building as an interactive pdf

  • Need standard RFC for posting Payment Splitting in Loan Application

    Hi All,
    I am working in Loan Managment system, for creating loan application I am using RFC "BAPI_LOAN_CONTRACT_CREATE".
    The above mention RFC taking the loan detail, condition header, condtion item and BP details. But its not taking the "Payment Splitting"  details.
    can any one tell me is there any standard BAPI for update the Payment Splitting.
    Regards,
    Boopathi M

    Hi
    Try
    FIDCCP02 or FIDCC*
    Regards
    Neha

  • What is this? - Routing Protocol is "application"

    Can anyone tell me what this is?
    Routing Protocol is "application"
    I see it when I do a show protocols.  What routing protocol is it?
    Thank you in advanced!

    This is the full output I am confused about.  This is from my ASR 1004:
    #sh ip protocols 
    *** IP Routing is NSF aware ***
    Routing Protocol is "application"
      Sending updates every 0 seconds
      Invalid after 0 seconds, hold down 0, flushed after 0
      Outgoing update filter list for all interfaces is not set
      Incoming update filter list for all interfaces is not set
      Maximum path: 32
      Routing for Networks:
      Routing Information Sources:
        Gateway         Distance      Last Update
      Distance: (default is 4)

  • Unable to add transport route in HANA Application Lifecycle Management (XS)

    Hi There,
    When we are using HANA LM to create transport routes then routes are created but straight away it comes with following error message:
    Internal Error: Transport Route(s) could not be retrieved.
    We have checked that required roles are assigned to user. Roles are
    sap.hana.xs.lm.roles::ExecuteTransport
      or
    sap.hana.xs.lm.roles::Administrator
    Same works in DEV and PROD environment.  I ran debug in Chrome and found that it is throwing an error when trying to run following:
    http://XXXX:portnumber/sap/hana/xs/lm/core/transport.xsjs?enrich=true&_=XXXXXXX
    After looking in HANA studio I have found that transport.xsjs has got following function which will throw above error on exception:
    function retrieveTransport(req, res) {
      if(!utils.checkForPrivileges(res, [ "sap.hana.xs.lm::Display"])){
        return;
      var item = utils.getItem(req.path);
      var enrich = req.parameters.get("enrich");
      var deleted = req.parameters.get("removed");
      try {
        if (typeof item === 'undefined') {
          var transportRoutes = trans.readAllTransports(deleted);
          if (enrich) {
            enrichTransportRoutes(transportRoutes,deleted);
          utils.setNoCacheHeaders(res);
          res.contentType = 'application/json';
          res.setBody(JSON.stringify(transportRoutes));
          res.status = $.net.http.OK;
        } else {
          // retrieve transport path id
          var tpath = trans.readTransport(item);
          if (!tpath) {
            utils.reportError(res, null, utils.getText("TRANSPORT_ID_INVALID", item));
          } else {
            res.contentType = 'application/json';
            res.setBody(JSON.stringify(tpath));
            res.status = $.net.http.OK;
      } catch (ex2) {
        utils.reportError(res, null, utils.getText("ROUTES_NOT_RETRIEVED"), ex2.toSource());
    Please see attached chrome console log for more info:
    I am able to retrieve information about this but I am not sure what is causing this. Your help will be really appreciated.
    Regards
    Angad

    I've also tried the following wlst:
    createJCRFileSystemConnection(server='SERVER-MS1', appName='application', name='Repository', path='/APP/ContentRepository/')
    But then i'm getting:
    java.lang.UnsupportedOperationException: Could not find MBean operation "createConfig(java.lang.String)" for MBean registered under "oracle.adf.share.config:ApplicationName=application,name=ADFConfig,type=ADFConfig,Application=application" and implementd by "class oracle.adf.mbean.share.config.RuntimeMXBeanImpl"
    Error in creating configuration with name "oracle.adf.mbean.share.config.runtime.webcenter.doclib.AdfDoclibConfig"
    java.lang.UnsupportedOperationException: Could not find MBean operation "refresh()" for MBean registered under "oracle.adf.share.config:ApplicationName=application,name=ADFConfig,type=ADFConfig,Application=application" and implementd by "class oracle.adf.mbean.share.config.RuntimeMXBeanImpl"
    An error occurred while performing "setAttribute" on "PrimaryConnectionName"
    javax.management.RuntimeMBeanException: These mbeans encountered exceptions and may not have been saved
    Repository- JCR -- Could not do this operation, the backing store for this context is read only.Edited by: Harry van Oosten on May 10, 2010 10:33 PM

Maybe you are looking for

  • How do I re install the OS from scratch?

    I have a MacBook Pro Retina with OS X 10.8.3 and I'm curious how does it work if my OS crashes and I need to reinstall?  Or if the hard drive goes bad?  As we all know there is no CD or DVD drive on this machine.  I read this article http://www.macwo

  • Pricing condition formula on IPC

    Hi, Here's the issue - The freight for items is calculated using scale based rates for gross weight of the items. For example, if the gross wt. for an item is 38 pounds, the rate is determined as $18 from the scale. However, if the quantity is increa

  • Capture better photos in low-light conditions

    The camera in your device provides several modes and settings to help you take photos or record videos in most conditions. When the lighting conditions are poor, refer to the following tips: Use Normal capturing mode instead of Scene recognition capt

  • Are my audio books not purchased through iTunes included?

    Are only products pirchased through iTunes stored in the icloud?  Will e books bought via Kobo or Kindle be safe? Ignored?

  • Can I import a photo into a specific event folder?

    When I import a photo into iPhoto 11 it goes into the latest import folder. Then I have to drag these photos all over the event screen to get them into the folder I want Is there a way to get iPhoto to import into a specific event folder? Sorry if th