Troubleshooting
Starting and Stopping Servers > Configuring the Node Manager to Start and Stop Servers > Using the WebLogic Scripting Tool on Windows
To troubleshoot the following start_primavera.bat error:
WLSTException: Error occured while performing nmConnect : Cannot connect to Node Manager. : Access to domain '<domainName>' for user ‘<username>' denied.
- Ensure that the userConfigFile and userKeyFile variables entered in the start_primavera.py file point to a valid path and file name for the primaveraConfig.secure and primaveraKeyfile.secure files.
- Launch the WebLogic Remote Console.
- Ensure that the password is correct for the WebLogic user:
- In the NavStrip, click Security Data Tree.
- In the Navigation Tree, expand Realms, expand myrealm, expand Authentication Providers, expand DefaultAuthenticator, then click Users.
- In the Content Pane, click the weblogic user.
- In the Use this page to change the description for the selected user area, click Password, then in the New Password field, enter the password for the WebLogic user.
- Click Save.
- Ensure that the node manager username and password are correct:
- In the NavStrip, click Edit Tree.
- In the Navigation Tree, expand Environment and click Domain.
- In the Content Pane, click the Security tab, then click the General tab and select the Show Advanced Fields option.
- In the Node Manager Username field type the username for the WebLogic user.
- In the Node Manager Password field, type the password for the WebLogic user.
- Click Save.
- Click Click to view shopping cart actions, and select Commit Changes.
- Stop the AdminServer for the WebLogic Domain.
- Retry executing the start_primavera.bat or start_primavera.sh file.
For the following error, the managed server did not start using the Node Manager and you need to create a startup.properties file before you can start the managed server using WLST Scripting.
weblogic.management.ManagementException: Booting as administration server, but servername, <ManagedServerName>, does not match the administration server name, AdminServer.
To create a startup.properties file:
- Start the AdminServer for the WebLogic Domain.
- Launch the WebLogic Remote Console.
- In the NavStrip, click Monitoring Tree.
- In the Navigation Tree, expand Environment then click Servers.
- On the Servers page, select the server for which you want to create the startup.properties file.
- Click Start.
- Once the server is in a running state, on the Servers page, select the server again, then click Shutdown.
- Verify the startup.properties file is in the
weblogic_home\user_projects\domains\<domain>\servers\<managedServer>\data\nodemanagerdirectory. You can now startup through the WebLogic scripting files.
Related Topics
Using the WebLogic Scripting Tool on Windows
Starting the Node Manager with WebLogic
Starting an Administration and Managed Servers Using WLST With Node Manager
Adding the start_primavera.bat to the Windows Task Scheduler
Executing the start_primavera.bat file
Using WebLogic Scripting to Stop the WebLogic Domain for P6 EPPM
Last Published Wednesday, February 25, 2026