Note that there are some explanatory texts on larger screens.

plurals
  1. PORed5 Media Server - Error 1067 on Win 2008 Server x64
    text
    copied!<p>i'm trying to run the Red5 Media Server on my Live Server (Win Server 2008 R2). installation worked, i've entered localhost with port 5080, but when trying to start the Red5 service i'm getting this error:</p> <pre><code>Windows could not start the Red5 service on Local Computer. Error 1067: The process terminated unexpectedly. </code></pre> <p>things i already tried (without success):</p> <ul> <li>run red5 setup as administrator</li> <li>run red5 service as administrator</li> <li>open port 5080 in firewall</li> <li>turn off iis before trying to start the service</li> </ul> <p>any ideas what could be wrong? thanks</p> <p><strong>UPDATE:</strong></p> <p>i've checked the logs: (i already set the JAVA_HOME user environment variable and rebooted) .. no success yet</p> <pre><code>STATUS | wrapper | 2012/10/09 13:36:42 | --&gt; Wrapper Started as Service STATUS | wrapper | 2012/10/09 13:36:42 | Java Service Wrapper Community Edition 32-bit 3.3.6 STATUS | wrapper | 2012/10/09 13:36:42 | Copyright (C) 1999-2009 Tanuki Software, Ltd. All Rights Reserved. STATUS | wrapper | 2012/10/09 13:36:42 | http://wrapper.tanukisoftware.org STATUS | wrapper | 2012/10/09 13:36:42 | STATUS | wrapper | 2012/10/09 13:36:43 | Launching a JVM... FATAL | wrapper | 2012/10/09 13:36:43 | Unable to execute Java command. The system cannot find the file specified. (0x2) FATAL | wrapper | 2012/10/09 13:36:43 | "java" -Xrs -XX:+AggressiveOpts -XX:+DisableExplicitGC -Djava.net.preferIPv4Stack=true -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Dpython.home=lib -Xverify:none -Xms256m -Xmx768m -Djava.library.path="lib" -classpath "lib/wrapper.jar;conf;boot.jar" -Dwrapper.key="35GMYkROEBTyRT4O" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2420 -Dwrapper.version="3.3.6" -Dwrapper.native_library="wrapper" -Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10" -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.red5.server.Bootstrap ADVICE | wrapper | 2012/10/09 13:36:43 | ADVICE | wrapper | 2012/10/09 13:36:43 | ------------------------------------------------------------------------ ADVICE | wrapper | 2012/10/09 13:36:43 | Advice: ADVICE | wrapper | 2012/10/09 13:36:43 | Usually when the Wrapper fails to start the JVM process, it is because ADVICE | wrapper | 2012/10/09 13:36:43 | of a problem with the value of the configured Java command. Currently: ADVICE | wrapper | 2012/10/09 13:36:43 | wrapper.java.command=java ADVICE | wrapper | 2012/10/09 13:36:43 | Please make sure that the PATH or any other referenced environment ADVICE | wrapper | 2012/10/09 13:36:43 | variables are correctly defined for the current environment. ADVICE | wrapper | 2012/10/09 13:36:43 | ------------------------------------------------------------------------ ADVICE | wrapper | 2012/10/09 13:36:43 | FATAL | wrapper | 2012/10/09 13:36:43 | Critical error: wait for JVM process failed </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload