Results 1 to 9 of 9

Thread: Attempting to start server on CentOS ./startup.sh: line 24: java: command not found

  1. #1
    Join Date
    Sep 2009
    Posts
    115

    Default Attempting to start server on CentOS ./startup.sh: line 24: java: command not found

    I have installed wowza rpm on CentOS and am trying to run it either as a standalone or as a service from SSH:
    when in [/usr/local/WowzaMediaServer/bin]
    I type:
    Code:
      ./startup.sh
    and get:
    Code:
    ./startup.sh: line 24: java: command not found

  2. #2
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    Looks like Java is not installed. It's best to get the latest JDK here:
    http://java.sun.com/javase/downloads/index.jsp

    Richard

  3. #3
    Join Date
    Sep 2009
    Posts
    115

    Default

    Thanks !
    should go for:
    jdk-6u18-linux-i586-rpm.bin
    or for:
    jdk-6u18-linux-i586.bin

    ?

  4. #4
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    The 2nd one should work on any linux machine. The first requires rpm.

    Richard

  5. #5
    Join Date
    Sep 2009
    Posts
    115

    Default

    Thanks again !

  6. #6
    Join Date
    Sep 2009
    Posts
    115

    Default

    I have installed JDK successfully but I still get the same error message. Would it matter that My wowza installation file is RPM and my JDK isn`t ?
    Last edited by adumin; 03-24-2010 at 01:02 AM.

  7. #7
    Join Date
    Dec 2007
    Posts
    25,661

    Default

    What do you get with this command?
    java -version

    If it is not what you installed, try this fix:
    http://www.wowzamedia.com/forums/showthread.php?t=1511

    Or try uninstalling Wowza completely and re-installing.

    Richard

  8. #8
    Join Date
    Sep 2009
    Posts
    115

    Default

    Code:
    java -version
    yields:
    Code:
    -bash: java: command not found
    Last edited by adumin; 03-24-2010 at 02:05 PM.

  9. #9
    Join Date
    Sep 2009
    Posts
    115

    Default

    Reinstalled JAVA and all is well, thanks !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •