Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zombie processes #100

Open
sdorra opened this issue Mar 30, 2016 · 3 comments
Open

zombie processes #100

sdorra opened this issue Mar 30, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@sdorra
Copy link
Member

sdorra commented Mar 30, 2016

There are a 4 zombie processes, after a fresh installation:

$ ps awwx | awk '{print $3}' | sort | uniq -c | grep 'Z'
      4 Z

See whole process tree:

$  ps aufxww
@sdorra sdorra added the bug label Mar 30, 2016
@sdorra sdorra added this to the v0.1.0 milestone Mar 30, 2016
@schristann
Copy link
Contributor

There are no zombiefied proccesses anymore.

@sdorra sdorra reopened this Aug 23, 2016
@sdorra
Copy link
Member Author

sdorra commented Aug 23, 2016

ps awwx | awk '{print $3}' | sort | uniq -c | grep 'Z'
      2 Z

@sdorra
Copy link
Member Author

sdorra commented Oct 28, 2016

reduced to one:

ps -jxwwa | grep -B2 'Z'
 8045  8061  8061  8061 ?           -1 Ss    1000   0:00 /bin/sh -c /startup.sh
 8061  8106  8061  8061 ?           -1 Sl    1000   0:52 java -server -XX:MaxPermSize=192m -Djava.net.preferIPv4Stack=true -Xms256m -Xmx1g -Djavax.net.ssl.trustStore=/var/lib/nexus/truststore.jks -Djavax.net.ssl.trustStorePassword=changeit -Dnexus-work=/var/lib/nexus -Dnexus-webapp-context-path=/nexus -cp conf/:lib/javax.servlet-3.0.0.v201112011016.jar:lib/jetty-client-8.1.11.v20130520.jar:lib/jetty-continuation-8.1.11.v20130520.jar:lib/jetty-deploy-8.1.11.v20130520.jar:lib/jetty-http-8.1.11.v20130520.jar:lib/jetty-io-8.1.11.v20130520.jar:lib/jetty-jmx-8.1.11.v20130520.jar:lib/jetty-rewrite-8.1.11.v20130520.jar:lib/jetty-security-8.1.11.v20130520.jar:lib/jetty-server-8.1.11.v20130520.jar:lib/jetty-servlet-8.1.11.v20130520.jar:lib/jetty-util-8.1.11.v20130520.jar:lib/jetty-webapp-8.1.11.v20130520.jar:lib/jetty-xml-8.1.11.v20130520.jar:lib/jul-to-slf4j-1.7.6.jar:lib/logback-access-1.1.2.jar:lib/logback-classic-1.1.2.jar:lib/logback-core-1.1.2.jar:lib/metrics-core-2.2.0.jar:lib/metrics-jetty-2.2.0.jar:lib/metrics-logback-2.2.0.jar:lib/nexus-bootstrap-2.11.1-01.jar:lib/plexus-interpolation-1.16.jar:lib/slf4j-api-1.7.6.jar org.sonatype.nexus.bootstrap.Launcher ./conf/jetty.xml ./conf/jetty-requestlog.xml
 8106  8253  8061  8061 ?           -1 Z     1000   0:00 [configuration.s] <defunct>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants