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)

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

  • 相关阅读:
    Codeforces Round #630 (Div. 2)A~E题解
    2020cug新生赛 An easy problem
    tensorflow.python.framework.errors.NotFoundError: <exception str() failed>错误解决
    将博客搬至CSDN
    2018年北京大学软件工程学科夏令营上机考试
    程序设计题目中的输入输出
    2018北大计算机学科夏令营机试题目
    Pyhton全栈的知识点(5)
    Python全栈的知识点(4)
    Python全栈的知识点(3)
  • 原文地址:https://www.cnblogs.com/datalife/p/3449885.html
Copyright © 2011-2022 走看看