WebLogic Create a domain production mode, enter the user name Flash back

Source: Internet
Author: User
Tags create domain

WebLogic Create domain, production mode, error

<2017-12-29 04:53 P.M. 59 sec cst> <Info> <Security> <BEA-090065> <getting boot identity from user. >
Enter username to boot WebLogic server:weblogic

<2017-12-29 04:54 P.M. 08 sec cst> <Error> <Security> <BEA-090782> <server is Running in Production Mode and Native Library (Terminalio) to read the password securely from CommandLine are not found.>
<2017-12-29 04:54 P.M. 08 sec cst> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown Hook. The server would force shutdown now>
<2017-12-29 04:54 P.M. 08 sec cst> <Alert> <WebLogicServer> <BEA-000396> <server shutdown has been Requested by <wls Kernel>>
<2017-12-29 04:54 P.M. 08 sec cst> <Notice> <WebLogicServer> <BEA-000365> <server state changed to Force_shutting_down>

Obviously can't get the password

Solution One: Setup can enter the password in the foreground

Edit the Setdomainenv.cmd file under a new domain (D:\ORACLE\MIDDLEWARE\USER_PROJECTS\DOMAINS\DOMAIN1\BIN\SETDOMAINENV.CMD)

Modify

If "%production_mode%" = = "true" (
Set java_options=-dweblogic.productionmodeenabled=true%java_options%
)

For

If "%production_mode%" = = "true" (
Set java_options=-dweblogic.management.allowpasswordecho=true%java_options%
)

To start startweblogic.cmd, you need to enter a user name and password

Solution Two: Configure User name password, start automatic login

Under new domain, create a boot.properties file under Servers\adminserver\security (D:\Oracle\Middleware\user_projects\domains\domain1\ Servers\adminserver\security\boot.properties, if not created yourself), write username and password

The newly created domain under the bin startweblogic.cmd start WebLogic

WebLogic Create a domain production mode, enter the user name Flash back

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.