Bootstrap FreeKB - IBM WebSphere - Resolve "PROC0004E does not appear to be a valid executable"
IBM WebSphere - Resolve "PROC0004E does not appear to be a valid executable"

Updated:   |  IBM WebSphere articles

Let's say the following is being returned when attempting to start a WebSphere deployment manager or application server. Notice in this example that /opt/WebSphere/AppServer85/java_1.8_64/bin/java is listed.

ADMU0111E: Program exiting with error:
           com.ibm.ws.process.exception.InvalidExecutableException: PROC0004E:
           Executable: [/opt/WebSphere/AppServer85/java_1.8_64/bin/java]
           does not appear to be a valid executable.  Process could not be
           created.

 

The managesdk.bat (Windows) or managesdk.sh (Linux) command with the -listEnabledProfileAll option can be used to list the version of Java being used by the nodes and application servers for each profile. Notice in this example that Server001 is using 1.8_64 whereas Node01 is using 1.8_64_bundled.

AVOID TROUBLE

If you are prompted for a username and password, refer to username password and the soap.client.props sas.client.props ipc.client.props files.

~]# ${WAS_INSTALL_ROOT}/bin/managesdk.sh -listEnabledProfileAll

CWSDK1004I: Profile Profile01 : 1.8_64_bundled
CWSDK1006I: PROFILE_COMMAND_SDK = 1.8_64_bundled 
CWSDK1008I: Node Node01 SDK name: 1.8_64_bundled
CWSDK1009I: Server Server01 SDK name: 1.8_64

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 2c37ed in the box below so that we can be sure you are a human.