zoukankan      html  css  js  c++  java
  • weblogic92 :BEA-101020

    weblogic92 启动时后台出现错误:<BEA-101020>

    解决方案:

    1.删除临时文件

        user_projects/domains/base_domain/servers/AdminServer/tmp

    2.重启系统

    错误信息如下:

    <2010-11-9 下午08时08分32秒 CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <2010-11-9 下午08时08分55秒 CST> <Error> <HTTP> <BEA-101020>

     [weblogic.servlet.internal.WebAppServletContext@2eb6e0d - appName: 'cif', name: 'cif2100', context-path: '/cif'] Servlet failed with Exception
    java.lang.NullPointerException
            at weblogic.security.utils.SSLSetup.getSSLDelegateInstance(SSLSetup.java:199)
            at weblogic.security.utils.SSLContextWrapper.<init>(SSLContextWrapper.java:27)
            at weblogic.security.utils.SSLContextWrapper.getInstance(SSLContextWrapper.java:22)
            at weblogic.security.utils.SSLSetup.getSSLContext(SSLSetup.java:380)
            at weblogic.security.SSL.SSLClientInfo.getSSLSocketFactory(SSLClientInfo.java:56)
            Truncated. see log file for complete stacktrace
           
    Cause
    Corruption of deployed console application.

    Solution
    Try deleting the old cache and restarting the server (since console is also application). 

     Usually it is under the folder: user_projects/domains/base_domain/servers/AdminServer/tmp
    Make a backup of it and delete it .
    Then restart the server.
            
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    注:转自网络,生产环境也有此问题,还没验证,验证后说明结果。

  • 相关阅读:
    任务08——第一次半月学习总结
    任务5
    任务4
    任务3
    任务2
    mission 01
    HTML-CSS-JS Prettify报错Node.js was not found
    **1279
    UVa 10735
    UVa 1515
  • 原文地址:https://www.cnblogs.com/datalife/p/3449885.html
Copyright © 2011-2022 走看看