Not sure why I get this message for every SOAP call. I have a valid SID and the SOAP calls return the correct data.
An example page where I see it has the following flow: 1) new instance of OpenMeetings class, which invokes getSession and returns valid session info (SID, etc) 2) loginUser with SID from above 3) getFlvRecordingByRoomId passing room id and SID from above (from list of room ids stored in local LMS database) The "operation getSession not present" error happens between steps 2 and 3. I changed the code to create another object and SID just for getFlvRecordingByRoomId, but it didn't make a difference. Nothing in /opt/red5/log/error.log or /opt/red5/log/red5.log to indicate anything wrong. /opt/red5/log/openmeetings.log shows only the getsessiondata and loginUser calls. Any suggestions? Thanks, Mike -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
