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)

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

  • 相关阅读:
    Visual Studio 2019 使用.Net Core 3.0 一
    Asp.Net真分页技术
    Vue-员工管理系统
    Activex在没有电子秤api的情况下获取串口数据
    C#调用Activex中串口电子秤的数据,并将电子秤的数据显示到前端页面
    C# Datetime.Ticks
    Asp.Net进阶/管家模式+发布订阅模式:练习
    委托解耦
    Asp.Net进阶/值类型与引用类型:复习
    C# 简单日志帮助类LogHelper
  • 原文地址:https://www.cnblogs.com/datalife/p/3449885.html
Copyright © 2011-2022 走看看