Need test environment, install EPM11.1.1.3 to CentOS 5.6
When running Configurator (/app/hyperion/common/config/9.5.0.0, the card is stuck in [starting Weblogic 9 Admin Server].
After a long time (about 15 minutes), come out with a failed report.
So look configtool.log, found the problem is because Configurator didn't start adminserver.
Try to start it yourself manually, run/app/hyperion/deployments/weblogic9/startweblogic.sh,
When prompted for an administrator user name password, it is automatically exited when entered. Error:
<BEA-090782> <server is Running in Production Mode and Native Library (Terminalio) to read the password securely f Rom commandline is not found.
Found this connection and finally solved the problem
Http://robin4444.blogspot.jp/2013/03/native-libraryterminalio-not-found.html
Method:
1) under/app/hyperion/deployments/weblogic9/servers/adminserver, create a directory security
2) in the Security directory, create the Boot.properties file, content:
Username=Hyperionpassword=hyperion
3) Call/app/hyperion/products/bin/start.sh, start successfully