Dear Wowza team,
I have been trying to install the Wowza server on a Virtual Private server for a while now, and I still cannot start using it.
here is the VPS configuration:
Linux oilvla169 2.6.18-028stab057.4 #1 SMP Fri Aug 1 10:47:59 MSD 2008 i686 i686 i386 GNU/Linux
it is running CentOS 5 32bit
I have installed Java
(java -version returns the following)
java version “1.6.0_07”
Java™ SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot™ Client VM (build 10.0-b23, mixed mode)
but when trying to startup.sh
I get this error
Error occurred during initialization of VM
Could not reserve enough space for object heap
*** glibc detected *** free(): invalid pointer: 0xb7df6280 ***
./startup.sh: line 24: 15890 Aborted $_EXECJAVA $JAVA_OPTS $JMXOPTIONS -Dcom.wowza.wms.AppHome="$WMSAPP_HOME" -Dcom.wowza.wms.ConfigURL="$WMSCONFIG_URL" -Dcom.wowza.wms.ConfigHome="$WMSCONFIG_HOME" -cp $WMSAPP_HOME/bin/wms-bootstrap.jar com.wowza.wms.bootstrap.Bootstrap start
So, i edit setenv.sh in /usr/local/WowzaMediaServerPro/bin/
and set JAVA_OPTS="-Xmx512M"
(I see I have 672.6 MB available)
only to find the following error:
./startup.sh
: command not found:
: command not found:
: command not found:
: command not found1:
: command not found4:
: command not found8:
: command not found24: java
So I have changed
#ln -s /usr/java/jre1.6.0_07/bin/java /usr/bin/java
even tried
#ln -s /usr/java/default/bin/java /usr/bin/java
and updated setenv.sh with
_EXECJAVA=/usr/bin/java
but is still cannot find it.
I tried with JDK once and it still gave me the same error.
I would greatly appreciate your help.
Thank you very much
Best regards