|
From: <me...@de...> - 2016-03-11 10:27:32
|
Hello! I am running orkaudio successfully. Recordings are saved correctly in the file system. Metadata for these recordings do not appear in oreka database though. Environment: This installation runs on 64-bit CentOS 6.2. Orkaudio is built from source as illustrated on http://oreka.sourceforge.net/oreka-documentation.html#building-oreka. For orktrack and orkweb, I downloaded oreka-1.7-838-orktrack-orkweb.zip package. And then followed install instructions from README.txt inside this package. Issue: I can login to http://localhost:8080/orkweb/app successfully. However no recordings are seen here. I am passing past and future date respectively in date filters but nothing shows up. Investigations:Investigation#1 I checked orkweb.log as well as orkaudio.log. There are a few errors/warnings but I am not sure if they contribute to this issue. Here are their details: Error 1:2016-03-10 14:19:14,693 ERROR orkclient:39 - numReceived:-1 timeout:5 http://127.0.0.1:8080//orktrack/command?type=init&name=orkaudio-localhost.localdomain&hostname=localhost.localdomain&servicetype=A&tcpport=59140&protocol=&fileserveport=8080&contextpath=%2Faudio&servepath=&absolutepath=%2Fvar%2Flog%2Forkaudio%2Faudio&streamingport=59120&username=&password=&sshport=22&hostname=localhost.localdomain& Error 2:2016-03-10 14:30:15,016 ERROR orkclient:39 - connector.connect() errno=111 timeout:5 http://127.0.0.1:8080//orktrack/command?type=init&name=orkaudio-localhost.localdomain&hostname=localhost.localdomain&servicetype=A&tcpport=59140&protocol=&fileserveport=8080&contextpath=%2Faudio&servepath=&absolutepath=%2Fvar%2Flog%2Forkaudio%2Faudio&streamingport=59120&username=&password=&sshport=22&hostname=localhost.localdomain& Error 3:2016-03-09 15:20:24,755 config WARN - ConfigManager.load: config file /etc/oreka//orktrack.config.xml is empty or does not exist. Error 4:2016-03-09 15:44:38,615 WARN reporting:308 - [localhost:8080/orktrack] init connection:true success:false comment:OrkObjectFactory class does not existinit Investigation#2I ensured oreka database user has both read and write permissions to entire database. However all database tables remain empty except for orkuser table which has just one record for admin user. Investigation#3 Errors 1 and 2 above refer to streamingport# 59120 in the URL however orkaudio.log shows "event streaming server running on port 59150". Could this be the issue? Where to change this port number? orkservice table is also empty in the database. Investigation#4 I login to tomcat manager interface - it shows both orktrack and orkweb applications are running successfully. I also tried following URL which returns (success=true)http://127.0.0.1:8080//orktrack/command?type=initHowever http://127.0.0.1:8080//orktrack/command?type=init returns (success=false) Investigation#5 I tried changing TrackerHostname inside /etc/orkaudio/config.xml to localhost as well as 127.0.0.1 - both of them return same behavior (i.e. success=false, comment:OrkObjectFactory class does not existinit). Please provide some insights. Thank you! Megha |