Deployment Manager startup fails with ADMU3007E com.ibm.ws.process.exception.InvalidExecutableException
 Technote (troubleshooting)
 
This document applies only to the following language version(s):
English
 
Problem(Abstract)
Deployment Manager startup fails with following error.

ProcessLaunch < setCreationParams
[executable:] usr/WebSphere/DeploymentManager/java/bin/java

ProcessLaunch d Process CreationParams: [executable:] usr/WebSphere/DeploymentManager/java/bin/java

UnixProcessIm > create() : Calling for a process create.

UnixProcessIm d Creation params are: [executable:] usr/WebSphere/DeploymentManager/java/bin/java

WsServerLaunc E ADMU3002E: dmgr

ADMU3007E: com.ibm.ws.process.exception.InvalidExecutableException: Error creating new process. 002: No such file or directory
at com.ibm.ws.process.UnixProcessGlue.create(Native Method)
at com.ibm.ws.process.UnixProcessImpl.create(UnixProcessImpl.java:81)
at com.ibm.ws.process.ProcessFactory.create(Unknown Source)
at com.ibm.ws.management.launcher.ProcessLauncher.launch(ProcessLauncher.java:66)
at com.ibm.ws.management.launcher.LaunchCommand.launchProcess(LaunchCommand.java:162)
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:193)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:173)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:91)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

AdminTool E ADMU0111E:
 
Cause
The leading forward slash ( / ) is missing from the JAVA_HOME environment variable as shown here.

usr/WebSphere/DeploymentManager/java/bin/java

Deployment Manager server.xml defines the executableName as follows:

<processDefinition xmi:type="processexec:JavaProcessDef" xmi:id="JavaProcessDef_1" executableName="${JAVA_HOME}/bin/java" executableTarget="com.ibm.ws.runtime.WsServer" executableTargetKind="JAVA_CLASS" workingDirectory="${USER_INSTALL_ROOT}">

JAVA_HOME is defined in
WAS_ND_HOMEconfig\cells\<cell name>\nodes\<dmgr_node Manager>\variables.xml
as following:

<entries xmi:id="VariableSubstitutionEntry_9" symbolicName="JAVA_HOME" value="usr/WebSphere/DeploymentManager/java" description="The filesystem path to the Java Virtual Machine installation directory."/>

 
Resolving the problem
Add a leading forward slash to fix the JAVA_HOME variable defined in:
WAS_ND_HOMEconfig\cells\cell name\nodes\dmgr_node Manager\variables.xml


<entries xmi:id="VariableSubstitutionEntry_9" symbolicName="JAVA_HOME" value="/usr/WebSphere/DeploymentManager/java" description="The filesystem path to the Java Virtual Machine installation directory."/>

 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
Product Alias/Synonym
WAS
WAS ND
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > System Management/Repository
Operating system(s): Solaris
Software version: 5.1
Software edition:
Reference #: 1178066
IBM Group: Software Group
Modified date: Aug 27, 2004