Its working. May I have to update for all users like this? If I don't want to activate email option how can I deactivate?
________________________________ From: Shaad <[email protected]> To: [email protected]; Aysha Saddiqa <[email protected]> Sent: Monday, July 15, 2013 10:07 AM Subject: Re: Error Missing When enter in room Weird that its not allowing you to enter into room without email_username and email_userpass. Run the below query against open meetings DB : UPDATE configuration SET conf_value='aysha' WHERE conf_key IN ('email_username', 'email_userpass'); Restart the red5 server. NB: You should use proper email and password for prod env. -- Shaad On Monday, 15 July 2013 at 10:30 AM, Aysha Saddiqa wrote: > >Log when entered in room > >________________________________ > From: Shaad <[email protected]> >To: Aysha Saddiqa <[email protected]> >Cc: "[email protected]" <[email protected]> >Sent: Monday, July 15, 2013 9:47 AM >Subject: Re: Error Missing When enter in room > > > >I am surprised to be only few lines are there in log before "Openmeetings is >up" message. >Anyway, when you say "Error Missing When enter in room" what is actually >missing? >Are you seeing somewhere that config_keys swftools_zoom" and >"swftools_jpegquality" are missing? >If yes, you just need to restart the server and try to enter into the room. >Remember, we manually set these config values, restart will update the cache. > > >-- >Shaad > > > > >On Monday, 15 July 2013 at 10:06 AM, Aysha Saddiqa wrote: >The log file before >> >>################################################## >># Openmeetings is up # >># 3.0.0-SNAPSHOT 1502946 14-July-2013 # >># and ready to use # >>################################################## >> >>is attached. Please view the file and let me know what's the error. >> >>From: Shaad <[email protected]> >>To: [email protected]; Aysha Saddiqa <[email protected]> >>Sent: Sunday, July 14, 2013 11:34 PM >>Subject: Re: Error Missing When enter in room >> >> >> >>Aysha, >>Are you still facing the issue? >>If yes, can you please attach the log file content before the below >>lines(Basically i need full log including bootstrap) : >> >> >> ################################################## >># Openmeetings is up # >># 3.0.0-SNAPSHOT 1502946 14-July-2013 # >># and ready to use # >>################################################## >> >> >> >> >>-- >>Shaad >> >> >> >> >>On Sunday, 14 July 2013 at 8:23 PM, Aysha Saddiqa wrote: >>I need urgent assistance. Please tell me what to do? >>> >>>From: Aysha Saddiqa <[email protected]> >>>To: User Open Meeting <[email protected]> >>>Sent: Sunday, July 14, 2013 6:02 PM >>>Subject: Error Missing When enter in room >>> >>> >>> >>>Log file is attached >>> >>> >> >> >> >> >> >>Attachments: >>- eLearning.log > > > > > >Attachments: >- eLearning.log
