Oracle Weblogic Server (MOSC)

MOSC Banner

Unable to start nodemanager on 12.2.1.3 Basic domain due to missing DemoIdenity.jks file under domai

edited May 31, 2018 6:55AM in Oracle Weblogic Server (MOSC) 2 commentsAnswered ✓

I created a weblogic domain using both Weblogic Server installer and FMW_WLS_infrsstructure installer but neither of them created the Demoidentity.jks file under the domain_home/security.

I am using the basic wlst script to create the domain , please advise if we need to add or make any changes to the domain script.

selectTemplate("Basic WebLogic Server Domain")

loadTemplates()

set('Name', 'test')

cd('Security/test/User/weblogic')

set('Password', 'weblogic1')

cd('/Servers/AdminServer')

set('ListenAddress', '')

set('ListenPort', 7001)

setOption('OverwriteDomain', 'true')

writeDomain('/u01/domains/test')

when i try to start the nodemanager I am getting below exception:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center