Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Java command generates defunct on Solaris sparc 8

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java command generates defunct on Solaris sparc 8

    Hi everyone,

    I'm working on continous integration with Jenkins.

    I’m facing an issue while connecting a slave (solaris sparc 8) with Jenkins ver. 1.532.2

    This slave is connected via the option “Launch slave via execution of command on the Master”.

    Connection is established with:

    - Connecting to the slave via FTP
    - Executing java command:
    /jdk1.6.0_24/bin/java -jar slave.jar -jnlpUrl file:///...

    This way, the connection is successful.

    However, the slave gets extremely slow and a lot of defunct process are generated. It’s a real problem because no jobs can run on this slave.

    I can’t find the reason why there is zombie generation, the parent of these defunct is the java command (PPID) ....
    Can you please help on this? Any idea is welcomed.

    Thanks you.



    Best regards.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java command generates defunct on Solaris sparc 8

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

  3. #3
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java command generates defunct on Solaris sparc 8

    Hi everyone,

    I'm working on continous integration with Jenkins.

    I’m facing an issue while connecting a slave (solaris sparc 8) with Jenkins ver. 1.532.2

    This slave is connected via the option “Launch slave via execution of command on the Master”.

    Connection is established with:

    - Connecting to the slave via FTP
    - Executing java command:
    /jdk1.6.0_24/bin/java -jar slave.jar -jnlpUrl file:///...

    This way, the connection is successful.

    However, the slave gets extremely slow and a lot of defunct process are generated. It’s a real problem because no jobs can run on this slave.

    I can’t find the reason why there is zombie generation, the parent of these defunct is the java command (PPID) ....
    Can you please help on this? Any idea is welcomed.

    Thanks you.



    Best regards.

  4. #4
    Junior Member
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java command generates defunct on Solaris sparc 8

    Hi everyone,

    I'm working on continous integration with Jenkins.

    I’m facing an issue while connecting a slave (solaris sparc 8) with Jenkins ver. 1.532.2

    This slave is connected via the option “Launch slave via execution of command on the Master”.

    Connection is established with:

    - Connecting to the slave via FTP
    - Executing java command:

    /jdk1.6.0_24/bin/java -jar slave.jar -jnlpUrl file:///...

    This way, the connection is successful.

    However, the slave gets extremely slow and a lot of defunct process are generated. It’s a real problem because no jobs can run on this slave.

    I can’t find the reason why there is zombie generation, the parent of these defunct is the java command (PPID) ....

    A core file is also generated (even if the java process is still running) with some lines like these:

    FF330000 32K read/exec /udev/pac/jdk1.6.0_24/jre/lib/sparc/jli/libjli.so
    FF346000 16K read/write/exec /udev/pac/jdk1.6.0_24/jre/lib/sparc/jli/libjli.so


    Can you please help on this? Any idea is welcomed.

    Thanks you.



    Best regards.

  5. #5
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java command generates defunct on Solaris sparc 8

    Threads merged.

    Please only start one thread per topic.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Regarding Solaris
    By atish_jain in forum Computer Support
    Replies: 1
    Last Post: October 6th, 2014, 09:45 AM
  2. why the command prompt does not recognize java as a command?
    By bihlas in forum Java Theory & Questions
    Replies: 1
    Last Post: July 22nd, 2014, 09:50 AM
  3. [SOLVED] Random 4 Char Generator Generates 3 Numbers Instead?
    By BenjaminJ in forum What's Wrong With My Code?
    Replies: 8
    Last Post: July 10th, 2014, 08:19 AM
  4. Socket NIO connect not working under Solaris 10
    By trojanfoe in forum What's Wrong With My Code?
    Replies: 0
    Last Post: July 4th, 2011, 02:48 AM
  5. Which Java command generates IJVM Code
    By nataleks2000 in forum Java Theory & Questions
    Replies: 1
    Last Post: April 18th, 2011, 07:10 PM