eureka! The SOAP class was always calling getSession for every service. I made it check for UserService and the errors went away.
Thanks again, Sebastian. Mike On Oct 25, 2:09 pm, "[email protected]" <[email protected]> wrote: > maybe you are calling getSession in the RoomService instead of calling > it in the UserService ? > > *operation not present* will not result in any server side log I thnk > (maybe only in the access-xzy.log) > But actually the call was already rejected before it could reach any > business logic by the SOAP Gateway. > > Sebastian > > 2011/10/25 Mike Warner <[email protected]>: > > > > > > > > > > > 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 > > athttp://groups.google.com/group/openmeetings-dev?hl=en. > > -- > Sebastian > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com > [email protected] -- 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.
