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)

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

  • 相关阅读:
    蓝桥杯入门训练
    <泛> STL
    传递 hdu 5961 拓扑排序有无环~
    Alice and Bob hdu 4268
    Bipartite Graph hdu 5313 bitset 并查集 二分图
    Bomb HDU 3555 dp状态转移
    不要62 hdu 2089 dfs记忆化搜索
    Leaving Auction CF 749D
    Moo University
    算法(三)
  • 原文地址:https://www.cnblogs.com/datalife/p/3449885.html
Copyright © 2011-2022 走看看