|
From: Henri H. <hen...@gm...> - 2013-11-08 17:42:08
|
"Failed to start http server on port:59140" is an indication that two orkaudio processes might be running at once, make sure you only run one. Also, about the OrkTrack timeout, try to see if your tomcat is responsive on port 8080: wget "http://localhost:8080/orktrack/command?<http://localhost:8080//orktrack/command?type=init&name=orkaudio-oreka.test.corp.com&hostname=oreka.test.corp.com&servicetype=A&tcpport=59140&protocol=&fileserveport=8080&contextpath=%2Faudio&servepath=&absolutepath=%2Fopt%2Ftomcat7%2Fwebapps%2FROOT&streamingport=59120&username=&password=&sshport=22&hostname=oreka.test.corp.com&2013-11-07> type=ping" And take a look at orkweb.log to see of there are any errors there. Henri On 7 November 2013 07:03, driver <dr...@op...> wrote: > Ok, I fixed this by adding this line: > shared.loader=${catalina.base}/shared/lib/*.jar > to catalina.properties file. > > However I still have some errors: > 2013-11-07 12:45:53,017 INFO directionSelector:130 - LoadAreaCodesMaps: > Could not open file:area-codes-recorded-side.csv -- > trying:/etc/orkaudio/area-codes-recorded-side.csv now > 2013-11-07 12:45:53,017 INFO directionSelector:136 - LoadAreaCodesMaps: > Could not open file:/etc/orkaudio/area-codes-recorded-side.csv either -- > giving up > 2013-11-07 12:45:53,017 ERROR commandlineserver:55 - Failed to start > command line server on port:59130 do you have another instance of orkaudio > running? > 2013-11-07 12:45:53,017 ERROR httpserver:155 - Failed to start http server > on port:59140 do you have another instance of orkaudio running? > 2013-11-07 12:45:53,017 ERROR eventstreamingserver:273 - Failed to start > event streaming server on port:59150 do you have another instance of > orkaudio running? > 2013-11-07 12:45:53,018 ERROR orkclient:39 - connector.connect() > errno=101 timeout:5 > http://localhost:8080//orktrack/command?type=init&name=orkaudio-oreka.test.corp.com&hostname=oreka.test.corp.com&servicetype=A&tcpport=59140&protocol=&fileserveport=8080&contextpath=%2Faudio&servepath=&absolutepath=%2Fopt%2Ftomcat7%2Fwebapps%2FROOT&streamingport=59120&username=&password=&sshport=22&hostname=oreka.test.corp.com& > 2013-11-07 12:45:53,018 WARN root:82 - OrkTrack::Run(): [localhost,8080] > Could not contact orktrack > > but everything seems to be normally: > > # lsof -i :59140 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > orkaudio 1617 root 13u IPv4 31153 0t0 TCP *:59140 (LISTEN) > > # lsof -i :8080 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > java 1151 root 43u IPv4 9011 0t0 TCP *:webcache (LISTEN) > > Please help me, because I stacked.. Thank you. > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. > Explore > techniques for threading, error checking, porting, and tuning. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ > Oreka-user mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-user > |