Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

startManagedWeblogic.sh soa_server fails in 11g SOA

ss396sJul 21 2009 — edited Sep 1 2013
It asks for a user name. I enter the admin and it fails. What library is it referring to in the error.

I have tried setting OWLS_PW and OWLS_USER
and
JAVA_OPTIONS=-Dweblogic.managerment.allowPasswordEcho=true



Enter username to boot WebLogic server:admin
<Jul 21, 2009 6:34:46 PM EDT> <Error> <Security> <BEA-090783> <Server is Running in Development Mode and Native Library(terminalio) to read the password securely from commandline is not found.>
<Jul 21, 2009 6:34:46 PM EDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
<Jul 21, 2009 6:34:46 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
$ vncconfig -nowin&

Edited by: ss396s on Jul 21, 2009 4:00 PM

Edited by: ss396s on Jul 21, 2009 6:07 PM
This post has been answered by Baskar Mookkan-Oracle on Jul 22 2009
Jump to Answer

Comments

Baskar Mookkan-Oracle
It looks like terminalio package is not found in the class path. Are you able to start the server without JAVA_OPTIONS set?
ss396s
I can run startWebLogic.sh sucessfully, but startManagedWebLogic.sh does not start without java options, with java options with password, This is in development mode.
Baskar Mookkan-Oracle
Answer
The PATH variable might be messed up in that environment.

This is what WLS doc says about that error:
BEA-090771 Error: Server is Running in Development Mode and Native Library(terminalio) to read the password securely from commandline is not found.

Description
Server is Running in Development Mode and Native Library(terminalio) to read the password securely from commandline is not found.
Cause
Server could not start because it didn't find the Native Library to read the password securely from commandline in the PATH or -Dweblogic.management.allowPasswordEcho=false is set.
Action
Verify that terminalio library exists in the path. You can set this by specifying -Djava.library.path to the directory where this library exists or you can use boot.properties to store the password or you can use -Dweblogic.management.allowPasswordEcho=true to enter the password in echo mode.

Try these steps_
1. Unset the JAVA_OPTIONS variable, and try starting the managed server using the following command:
./startManagedWeblogic.sh soa_server1

2. set WLS_USER & WLS_PW environment variables with corresponding username & password and try executing the start command
./startManagedWeblogic.sh soa_server1


From your post it seems like there is a typo error in the command you used:
"
JAVA_OPTIONS=-Dweblogic.managerment.allowPasswordEcho=true
"
You have wrongly typed as 'managerment' instead of 'management'
If you are using this option unset the WLS_USER & WLS_PW environment variables.

Try the above steps and let me know whether it works or not.
Marked as Answer by ss396s · Sep 27 2020
ss396s
oops. Yes you were right. I misspelled the parameter. I can now start it
user1374181

Or you can modify the startManagedServer.sh

to put in the username and password there since it is deployment mode

1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 29 2013
Added on Jul 21 2009
5 comments
20,482 views