Error starting EvoStream 1.7.0 on Ubuntu 14.04
Hi,
I’m currently experiencing issues with running EvoStream 1.7.0 on a virtual machine (installed using vagrant and virtualbox) running Ubuntu 14.04.
After following the instructions found at https://evostream.com/wordpress/wp-content/uploads/2014/02/quick-start-guide-linux.pdf and trying to run
service evostreamms start
I get the following error in the log file:
1448404509:3:/webserver/src/webserver_main.cpp:296:Run:n+-----------------------------------------------------------------------------+n| Services|n+---+---------------+-----+-------------------------+-------------------------+n| c | ip | port| protocol stack name | application name |n+---+---------------+-----+-------------------------+-------------------------+n|tcp| 127.0.0.1|60276| inboundBinVariant| webserver|n+---+---------------+-----+-------------------------+-------------------------+
1448404509:3:/webserver/src/webserver_main.cpp:297:Run:LIFE: 12159_1448404509_ajpc7tQn
1448404509:3:/webserver/src/webserver_main.cpp:298:Run:GO! GO! GO! (12159)
1448404510:4:/thelib/src/netio/epoll/iohandlermanager.cpp:119:RegisterIOHandler:Handlers count changed: 2->3 IOHT_TCP_CONNECTOR
1448404510:4:/thelib/include/netio/epoll/tcpconnector.h:71:OnEvent:***CONNECT ERROR: Unable to connect to: 127.0.0.1:1113
1448404510:2:/thelib/src/protocols/variant/basevariantappprotocolhandler.cpp:306:ConnectionFailed:Connection failed:n<MAP name="" isArray="false">n <STR name="applicationName">webserver</STR>n <STR name="ip">127.0.0.1</STR>n <MAP name="payload" isArray="false">n <MAP name="payload" isArray="false">n <STR name="ip">127.0.0.1</STR>n <BOOL name="isWebServer">true</BOOL>n <UINT16 name="port">60276</UINT16>n </MAP>n <UINT64 name="pid">12159</UINT64>n <STR name="type">hello</STR>n </MAP>n <UINT16 name="port">1113</UINT16>n</MAP>
I haven’t changed anything from the default configuration that you get from doing apt-get install.
When I use the tarball found at http://tarballs.evostream.com/release/3714/evostreamms-1.6.6.3714-i686-Ubuntu_14.04.tar.gz and running ./run_daemon_ems.sh
from the bin directory EvoStream starts correctly and I’m able to start a stream.
Any ideas on what the issues could be?