Checking for Other Running Processes

Other processes can cause problems. For example, you might have unnecessary processes still running. You should check for orphaned Java processes or executables, which may be consuming available memory. Use the ps command, as shown in the table below, and check the command line parameters.

Platform

Command

Description

Solaris, AIX

ps -ef | more

Lists all processes.

ps -ef | grep java

Lists all processors using Java.

ps -u <username>

Use the userid of the ENOVIA Live Collaboration installation user to see the process for that user.

Related Topics
Reviewing Other Configuration Issues
Collecting Logs and Core Files
Java Activation Error on the ENOVIA Live Collaboration Server

Because the ps command can truncate the command line, you might check whether your ps command supports the auxwww argument, which provides a listing with the full command line for each process. You should use the UCB version of the ps command, if installed. It is usually found in the /usr/ucb/bin/directory.

A Java process's command line provides quick access to a lot of information required while checking your configuration. "Reviewing Other Configuration Issues" shows how the command line can help you determine whether a Java process is ENOVIA Live Collaboration-related (i.e., related to an application server or an ENOVIA Live Collaboration Server) or related to some other application.