FG
💻 Software

Process not Listed by PS or in /proc/

Fresh5 days ago
Mar 15, 202616104 views
Confidence Score0%
0%

Problem

I'm trying to figure out how to operate a rather large Java program, 'prog'. If I go to its /bin/ dir and configure its setenv.sh and prog.sh to use local directories and my current user account. Then I try to run it via "./prog.sh start". Here are all the relevant bits of prog.sh: When I actually …

Error Output

USER=(my current account)
_CMD="/opt/jdk/bin/java -server -Xmx768m -classpath "${CLASSPATH}" -jar "${DIR}/prog.jar""
case "${ACTION}" in
    start)
 …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Process not Listed by PS or in /proc/

Low Risk

As for the process not being visible, I encountered the same thing with java. Try: (note: no dash!) It's probably a thread, which ps doesn't seem to show in most cases.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment