Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Unable to start NodeManager (WebLogic Server 12.2.1.2.0, Windows 2012 Server)
Unable to start NodeManager [message #674572] Mon, 04 February 2019 02:54 Go to next message
bosekamineni
Messages: 2
Registered: February 2019
Junior Member
Installed WebLogic Server 12.2.1.2.0 for Microsoft Windows x64 on Windows 2012 server


Oracle Forms 12.2.1.2.0 for Microsoft Windows x64 (64-bit) V789400-01

Oracle Reports 12.2.1.2.0 for Microsoft Windows x64 (64-bit) V789400-01

Oracle Fusion Middleware 12c Infrastructure 12.2.1.2.0 for Microsoft Windows x64 (64-bit) V779122-01

Oracle WebLogic Server 12.2.1.2.0 for Microsoft Windows x64 (64-bit) V779119-01


when starting nodemanager


D:\Oracle\Middleware\user_projects\domains\FRDomain\bin>startNodeManager.cmd

'ocom5' is not recognized as an internal or external command, operable program or batch file.

could not find logfile
Re: Unable to start NodeManager [message #674573 is a reply to message #674572] Mon, 04 February 2019 03:06 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

I know nothing about WebLogic but the error message seems to indicate that the PATH variable is not correctly set.

Re: Unable to start NodeManager [message #674580 is a reply to message #674573] Mon, 04 February 2019 04:53 Go to previous messageGo to next message
bosekamineni
Messages: 2
Registered: February 2019
Junior Member
I set echo on and

startNodeManager.cmd of D:\Oracle\Middleware\user_projects\domains\FRDomain\bin

calls - startNodeManager.cmd of D:\Oracle\Middleware\wlserver\server\bin

I think that

:addv
@rem set the params to the entire set because quotations causes windows to expand the value and split it up
set "_params=%*"
@rem strip the wrapper quotes
set _params=%_params:~1,-1%
set /a preMax+=1

@rem wrap the entire set in quotes to deal with bad env variables like foo=<
@rem which can only be set this way when the value isn't already wrapped in quotes
set "pre[%preMax%]=%_params%"
goto finish

d:\Oracle\Middleware\user_projects\domains\FRDomain\bin>call :addv "cliqrWindows
Password=U2h|ocom5=fd.jgz"

d:\Oracle\Middleware\user_projects\domains\FRDomain\bin>set "_params="cliqrWindo
wsPassword=U2h | ocom5=fd.jgz""
'ocom5' is not recognized as an internal or external command,
operable program or batch file.

I am not sure where it gets the cliqrWindowsPassword
Re: Unable to start NodeManager [message #674584 is a reply to message #674580] Mon, 04 February 2019 06:05 Go to previous message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
I find WebLogic awful to work with for exactly this sort of reason. There are scripts calling scripts calling scripts, and horribly confused environment variables.

One thing I have found is that it is best to use short,simple directory names (definitely no spaces) and passwords that have only "normal" characters.

(As a scientist, I don't believe in luck. But with WebLogic, you may need it.)

Previous Topic: Reports server
Next Topic: Add-on Problem In IE 11
Goto Forum:
  


Current Time: Thu Mar 28 15:13:17 CDT 2024