zoukankan      html  css  js  c++  java
  • Linux下,EPM11.1.1.3 configurator 不能启动AdminServer

    需要测试环境, 安装EPM11.1.1.3 到 CentOS 5.6

    在运行configurator(/app/hyperion/common/config/9.5.0.0 时, 卡在[Starting Weblogic 9 Admin Server] 不能动弹了。

    过了许久(15分钟左右),出来一个失败的报告。

    于是查看 configtool.log ,发觉问题是因为configurator 没启动AdminServer.

    尝试自己手动启动了一下,运行/app/hyperion/deployments/WebLogic9/startWebLogic.sh ,

    在提示输入管理员用户名密码时,输入之后,就自动退出了。错误:

    <BEA-090782> <Server is Running in Production Mode and Native Library(terminalio) to read the password securely from commandline is not found.

    找到了这个连接,终于解决了问题

    http://robin4444.blogspot.jp/2013/03/native-libraryterminalio-not-found.html

    方法:

    1) 在/app/hyperion/deployments/WebLogic9/servers/AdminServer 下面, 建立目录 security

    2)  在security目录,创建boot.properties 文件, 内容:

         

    username=hyperion
    password=hyperion

    3)  调用 /app/hyperion/products/bin/start.sh , 成功启动

    另外一个方法(没有试过)

    http://java.dzone.com/articles/how-workaround-weblogic

    After this unfriendly message, your process will just exit and won't start at all! One quick fix for this is to try add this sys props -Dweblogic.management.allowPasswordEcho=true This will force the password prompt to echo out on console though, but at least it will start your server. And once the domain is created, you may restart it again without prompting password.

  • 相关阅读:
    3. 23 模拟面试
    3.15 模拟面试
    C++ 浅谈virtual
    3.6 模拟面试
    为s5pv210烧录镜像
    HISI VENC 实际输出帧率控制
    live555 交叉编译移植到海思开发板
    雄迈取流
    面试官吐槽:“软件测试员就是不行!”网友:我能把你面哭了!——软件测试笔试面试题目完全汇总
    “女人~,你在玩火”一个有磁性的声音说道——常用自动化测试工具
  • 原文地址:https://www.cnblogs.com/johnsonshu/p/3910136.html
Copyright © 2011-2022 走看看