Re: Click here to enter room link want work

2013-04-18 Thread Andun Sameera
Hi Maxim, Is there any particular instruction or methods to investigate about this ? I will look in to this. Thanks! On Thu, Apr 18, 2013 at 2:54 PM, Maxim Solodovnik solomax...@gmail.comwrote: This need to be investigated ... maybe additional check is necessary like userId/level is not null

Re: Click here to enter room link want work

2013-04-18 Thread Maxim Solodovnik
Just put breakpoint into this method and take a look what is going on ... Currently we just ignoring these errors, but i believe the code should be corrected On Thu, Apr 18, 2013 at 5:01 PM, Andun Sameera andun...@gmail.com wrote: Hi Maxim, Is there any particular instruction or methods to

Re: Click here to enter room link want work

2013-04-18 Thread Andun Sameera
OK Maxim, Will have a look. On Thu, Apr 18, 2013 at 3:33 PM, Maxim Solodovnik solomax...@gmail.comwrote: Just put breakpoint into this method and take a look what is going on ... Currently we just ignoring these errors, but i believe the code should be corrected On Thu, Apr 18, 2013 at

Re: Click here to enter room link want work

2013-04-18 Thread Andun Sameera
Hi, By looking at these results, I have debugged deeper to find something, Here what I notice is the SID passed to the method argument is not exists in the back-end database. I have checked it. So why we use this logic to get room types? What is the relationship between room types and session ?

Re: Click here to enter room link want work

2013-04-13 Thread Andun Sameera
Hi All, The getRoomTypes method of autoloaderBarOnly, calls the getRoomTypes(String SID) method of ConferenceService class. There it tries to fetch user id form the session suing the backend db like this, Long users_id = sessiondataDao.checkSession(SID); That is the point where this fails. As

Re: Click here to enter room link want work

2013-04-11 Thread Andun Sameera
Hi All, Just now noticed that when a person click on the link Click here to enter room, following exceptions are logged in the server console. [ERROR] [NioProcessor-2] org.red5.server.service.ServiceInvoker - Error executing call: Service: conferenceservice Method: getRoomTypes Num Params: 1 0:

Click here to enter room link want work

2013-04-10 Thread Andun Sameera
Hi All, I am investigating following issue at [1]. In that process I encountered following problem. I have scheduled some meetings using following methods, - Clicking on the calender date to create a meeting and sending an invitation to registered OM users /external people via iCal - Clicking on