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)

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

  • 相关阅读:
    JSP基础
    线程控制
    多线程简述
    Servlet生命周期
    同步代码块和同步方法有什么区别?
    java.sql.Date和java.util.Date的区别
    Java自学指南五、编码工具
    基本类型和包装类的区别?
    什么是包装类?为什么要有包装类?基本类型与包装类如何转换?
    什么是Java的垃圾回收机制?
  • 原文地址:https://www.cnblogs.com/datalife/p/3449885.html
Copyright © 2011-2022 走看看