Hi Maxim, the sequence is:
1) getSession 2) loginUser 3) setUserObjectAndGenerateRoomHash (for moderators), setUserObject (for non-moderators) 4) (not SOAP, but final step) user clicks launch url containing secureHash or sid plus roomid, respectively. The user names are displayed in the left panel and the correct user is set as moderator in the moderated room. Thanks, Mike On Oct 27, 9:53 pm, Maxim Solodovnik <[email protected]> wrote: > Hello Mike, > > according to the log there is no real user (userId == 0) > could you please double check the sequence of your SOAP calls? > or provide it here > > > > > > > > > > On Fri, Oct 28, 2011 at 02:32, Mike Warner <[email protected]> wrote: > > Any user entering from an LMS (bypassing the OpenMeetings login form) > > can't upload files. /opt/red5/log/openmeetings.log shows: > > > DEBUG 10-27 15:13:49.275 UploadHandler.java 881894499 156 > > org.openmeetings.servlet.outputhandler.UploadHandler > > [http-0.0.0.0-5080-6] - starting upload > > DEBUG 10-27 15:13:49.275 UploadHandler.java 881894499 169 > > org.openmeetings.servlet.outputhandler.UploadHandler > > [http-0.0.0.0-5080-6] - uploading 16707 bytes > > DEBUG 10-27 15:13:49.275 UploadHandler.java 881894499 175 > > org.openmeetings.servlet.outputhandler.UploadHandler > > [http-0.0.0.0-5080-6] - sid: 30101997029a66846031169f9746ebc6 > > DEBUG 10-27 15:13:49.281 UploadHandler.java 881894505 179 > > org.openmeetings.servlet.outputhandler.UploadHandler > > [http-0.0.0.0-5080-6] - userId = 0, userLevel = -1 > > DEBUG 10-27 15:13:49.281 UploadHandler.java 881894505 182 > > org.openmeetings.servlet.outputhandler.UploadHandler > > [http-0.0.0.0-5080-6] - insufficient user level -1 > > > How do I set the correct userLevel? The user I used to generate those > > particular log file lines was a moderator who logged in via a > > secureHash. (all other user types experienc the same) > > > When I login via the login form in OpenMeetings, I can upload files > > fine. > > > I see userLevel in RoomService, but it looks like a gettable value, > > only. > > > 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. > > -- > WBR > Maxim aka solomax -- 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.
