I’m trying to run it locally on my mac and I get this in the terminal window when trying to start the standalone. It’s not like I haven’t been able to start this in the past but it doesn’t work now and I haven’t touched anything since last time it ran:
cd /Library/WowzaStreamingEngine/manager/bin;./startmgr.sh;exit
Sun, 30 Mar 2014 16:57:16 397 GMT, BootStrap Info: Home Directory=/Library/WowzaStreamingEngine-4.0.1/manager/lib
Sun, 30 Mar 2014 16:57:16 408 GMT, BootStrap Info: Main-Class=net.winstone.Winstone
2014-03-30 09:57:16,494 [main] INFO net.winstone.boot.BootStrap - stage 1/3: Loading arguments…
2014-03-30 09:57:16,495 [main] INFO net.winstone.boot.BootStrap - stage 2/3: Loading WebApplication configuration…
2014-03-30 09:57:16,495 [main] INFO net.winstone.boot.BootStrap - stage 3/3: compute JSP classpath…
2014-03-30 09:57:16,555 [main] INFO net.winstone.core.HostConfiguration - Beginning extraction from war file
2014-03-30 09:57:16,572 [main] INFO net.winstone.core.WebXmlParser - Found and enabled the local Servlet 2.5 XSD replacement
2014-03-30 09:57:16,873 [main] WARN net.winstone.core.WebXmlParser - XML Error (Line 2): Document is invalid: no grammar found.
2014-03-30 09:57:16,874 [main] WARN net.winstone.core.WebXmlParser - XML Error (Line 2): Document root element “web-app”, must match DOCTYPE root “null”.
2014-03-30 09:57:16,981 [main] INFO net.winstone.core.WebAppConfiguration - Access logging disabled - no logger class defined
Configure logging: file:///Library/WowzaStreamingEngine/manager/conf/log4j.properties
2014-03-30 09:57:17,069 [main] INFO net.winstone.core.WebAppConfiguration - webapp Initializing Spring root WebApplicationContext
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Library/WowzaStreamingEngine-4.0.1/manager/lib/lib/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Library/WowzaStreamingEngine-4.0.1/manager/temp/WEB-INF/lib/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
INFO org.hibernate.validator.util.Version Hibernate Validator null
INFO com.wowza.wms.server.ManagerConfiguration Loading configuration from /Library/WowzaStreamingEngine/manager/conf/Manager.xml:
INFO com.wowza.wms.server.ManagerConfiguration Loading configuration from /Library/WowzaStreamingEngine/manager/conf/Manager.xml:
INFO com.wowza.wms.webapp.RequestLoggingFilter RequestLoggingFilter disabled, no HTTP requests will be logged:
2014-03-30 09:57:18,940 [main] INFO net.winstone.core.WebAppConfiguration - webapp Initializing Spring FrameworkServlet ‘wowzaapp’
Mar 30, 2014 9:57:19 AM org.apache.jasper.EmbeddedServletOptions
WARNING: Warning: Invalid value for the initParam fork. Will use the default value of “true”
2014-03-30 09:57:19,575 [main] INFO net.winstone.core.HostConfiguration - Deploy web application: prefix webroot
2014-03-30 09:57:19,588 [main] INFO net.winstone.core.listener.HttpListener - HTTP Listener started: port=8088
2014-03-30 09:57:19,592 [main] ERROR net.winstone.Server - Error during listener startup net.winstone.core.listener.Ajp13Listener
java.io.IOException: Failed to listen on port 1
at net.winstone.core.listener.Ajp13Listener.start(Ajp13Listener.java:92)
at net.winstone.Server.spawnListener(Server.java:345)
at net.winstone.Server.initializeListener(Server.java:196)
at net.winstone.Server.initialize(Server.java:123)
at net.winstone.Server.start(Server.java:106)
at net.winstone.Winstone.main(Winstone.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.intelligentsia.keystone.boot.BootStrap.invokeMain(BootStrap.java:382)
at org.intelligentsia.keystone.boot.BootStrap.main(BootStrap.java:232)
Caused by: java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.socketBind(PlainSocketImpl.java:521)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:414)
at java.net.ServerSocket.bind(ServerSocket.java:326)
at java.net.ServerSocket.(ServerSocket.java:192)
at java.net.ServerSocket.(ServerSocket.java:148)
at net.winstone.core.listener.Ajp13Listener.start(Ajp13Listener.java:90)
… 11 more
2014-03-30 09:57:19,596 [main] INFO net.winstone.core.WebAppConfiguration - webapp Destroying Spring FrameworkServlet ‘wowzaapp’
2014-03-30 09:57:19,602 [main] INFO net.winstone.core.WebAppConfiguration - webapp Closing Spring root WebApplicationContext
Sun, 30 Mar 2014 16:57:19 643 GMT, BootStrap Warning: class ‘net.winstone.Winstone’, exception occur when invoking ‘main’ method : null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.intelligentsia.keystone.boot.BootStrap.invokeMain(BootStrap.java:382)
at org.intelligentsia.keystone.boot.BootStrap.main(BootStrap.java:232)
Caused by: net.winstone.WinstoneException: Server.initialize
at net.winstone.Server.initialize(Server.java:136)
at net.winstone.Server.start(Server.java:106)
at net.winstone.Winstone.main(Winstone.java:25)
… 6 more
Sun, 30 Mar 2014 16:57:19 644 GMT, BootStrap Info: Exit