rowleya / vicovre

Automatically exported from code.google.com/p/vicovre
0 stars 0 forks source link

Appears to be trying to access it's own venue server #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following exception has been found in the tomcat catalina.out file:

java.io.FileNotFoundException: 
/usr/local/liferay/tomcat5.5/webapps/Venues/WEB-INF/venueTrustStore (No such 
file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
        at java.io.FileInputStream.<init>(FileInputStream.java:66)
        at com.googlecode.onevre.utils.Utils$2.run(Utils.java:511)
        at com.googlecode.onevre.utils.Utils$2.run(Utils.java:469)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.googlecode.onevre.utils.Utils.addSslConnection(Utils.java:468)
        at com.googlecode.onevre.protocols.soap.soapclient.SoapRequest.call(SoapRequest.java:201)
        at com.googlecode.onevre.ag.types.server.Venue.getStreams(Venue.java:339)
        at com.googlecode.vicovre.recordings.UnfinishedRecordingController.startRecording(UnfinishedRecordingController.java:15
0)
        at com.googlecode.vicovre.recordings.UnfinishedRecordingController$StartRecording.run(UnfinishedRecordingController.jav
a:104)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)

According to Tobias this is the recorder trying to access it's own Venue server 
which doesn't exist.

Original issue reported on code.google.com by james.pe...@googlemail.com on 18 Nov 2011 at 11:47