|
From: driver <dr...@op...> - 2013-11-07 12:03:19
|
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.
|