zoukankan      html  css  js  c++  java
  • Oracle BI11启动失败

    本人电脑win7 64位,Oracle biee11,启动时报错,提示如下:

    <2017-6-2 下午12时07分14秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <2017-6-2 下午12时07分14秒 CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <2017-6-2 下午12时07分14秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    

      google了一个有同样问题的:摘选如下:I am facing the below issue while starting the weblogic server after configuring the OBIEE application.                 

    Error:
    weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
            at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            Truncated. see log file for complete stacktrace
    
    May 29, 2016 11:30:55 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <May 29, 2016 11:30:55 AM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <May 29, 2016 11:30:55 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    

      fix:

    Create the boot.properties file under $DOMAIN_HOME/servers/AdminServer/security/              (创建boot.properties 文件)

    [obiee@obiee security]$ pwd
    /u0/u01/obiee/product/FMW_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/security

    [obiee@obiee security]$ vi boot.properties
    [obiee@obiee security]$ cat boot.properties
    username=weblogic
    password=welcome123

        出处在这里。

    作者:守夜人
    本文版权归本作者和博客园共有,欢迎转载。但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
  • 相关阅读:
    [网鼎杯 2018]Comment-Git泄露部分
    Google Hacking 详解
    macOS修改Docker容器的端口映射配置
    CentOS6 7 8更换阿里yum源
    XSS代码合集(含测试效果详细版)-HTML4与更早版本的向量2
    VMware 启动Ubuntu时黑屏
    XSS代码合集(含测试效果详细版)-HTML4与更早版本的向量1
    APP安全在线检测网站
    Juice-Shop 二星题
    慕课网-安卓工程师初养成-4-5 练习题
  • 原文地址:https://www.cnblogs.com/nightwac/p/6936642.html
Copyright © 2011-2022 走看看