Re: OM running on lower ports

2015-04-02 Thread Mahedi Kaysar
I did change in http only.

Thanks
Mahedi

On 2 April 2015 at 20:08, FJ  wrote:

> Thank you Mahedi.  Is this from from http or https configuration?
>
> On Thu, Apr 2, 2015 at 11:31 AM, Mahedi Kaysar <
> mahedi.kay...@insight-centre.org> wrote:
>
>> Hi,
>> I was also facing problem like you that was solved by changing two files
>> bellow:
>> red5.properties:
>> http.port=80
>> rtmp.port=443
>>
>> config.xml
>> 443
>> 80
>>
>> Thanks
>> Mahedi
>>
>> On 2 April 2015 at 19:21, FJ  wrote:
>>
>>> ahhh, ok.  Thanks Maxim.  Wonder if the same behavior apply I use
>>> https/rtmps configuration, that it would attempt 8443 first then 443 on
>>> try1.
>>>
>>> On Thu, Apr 2, 2015 at 11:15 AM, Maxim Solodovnik 
>>> wrote:
>>>
>>>> Code modification only :(
>>>>
>>>> WBR, Maxim
>>>> (from mobile, sorry for the typos)
>>>> On Apr 3, 2015 12:12 AM, "FJ"  wrote:
>>>>
>>>>> Thanks Maxim.  I am testing as root at the moment and it seems to work
>>>>> in logged in using port 80.  But when I start the room, there seem to be a
>>>>> delay because it attempting to use port 1935 then "try1" using port 80 
>>>>> that
>>>>> I change in webapps/openmeetings/public/config.xml
>>>>> red5httpport>80>>>>
>>>>> Is there away to bypas the first default attempt to port 1935 and go
>>>>> straight to using port 80?
>>>>>
>>>>>
>>>>>
>>>>> On Thu, Apr 2, 2015 at 10:47 AM, Maxim Solodovnik <
>>>>> solomax...@gmail.com> wrote:
>>>>>
>>>>>> running on ports lower than 1000 requires additional permissions
>>>>>> You can google on how to bypass that, I'm not system administrator so
>>>>>> I can't help here
>>>>>>
>>>>>> you can search the list "mod_proxy" there were number of questions
>>>>>> regarding it
>>>>>>
>>>>>> On Thu, Apr 2, 2015 at 9:55 PM, FJ  wrote:
>>>>>>
>>>>>>> Maxim, I tried the  red5.properties settings backoon OM2.x days and
>>>>>>> got a denied message.  I read that it require root level privileges.  
>>>>>>> Has
>>>>>>> that change in OM 3.x?
>>>>>>>
>>>>>>> As far as Apache proxy, where would I go to configure it once I
>>>>>>> install apache in Ubuntu?
>>>>>>>
>>>>>>> -john-
>>>>>>>
>>>>>>> On Thu, Apr 2, 2015 at 1:54 AM, Maxim Solodovnik <
>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>
>>>>>>>> you can set port 80/443 in red5.properties or set up apache to
>>>>>>>> proxy OM for you
>>>>>>>>
>>>>>>>> On Thu, Apr 2, 2015 at 1:51 PM, FJ  wrote:
>>>>>>>>
>>>>>>>>> Has anyone gotten OM to run on lower ports like 80 or 443?  One of
>>>>>>>>> the challenges I face is that alot of company block high ports and so 
>>>>>>>>> when
>>>>>>>>> I sent an invite to connect to my OM running either 5080/5443 or 
>>>>>>>>> 8443/1935,
>>>>>>>>> they can't connect.
>>>>>>>>>
>>>>>>>>> I appreciate any input on how this can be done.
>>>>>>>>>
>>>>>>>>> -john-
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>
>>
>


Re: OM running on lower ports

2015-04-02 Thread Mahedi Kaysar
Hi,
I was also facing problem like you that was solved by changing two files
bellow:
red5.properties:
http.port=80
rtmp.port=443

config.xml
443
80

Thanks
Mahedi

On 2 April 2015 at 19:21, FJ  wrote:

> ahhh, ok.  Thanks Maxim.  Wonder if the same behavior apply I use
> https/rtmps configuration, that it would attempt 8443 first then 443 on
> try1.
>
> On Thu, Apr 2, 2015 at 11:15 AM, Maxim Solodovnik 
> wrote:
>
>> Code modification only :(
>>
>> WBR, Maxim
>> (from mobile, sorry for the typos)
>> On Apr 3, 2015 12:12 AM, "FJ"  wrote:
>>
>>> Thanks Maxim.  I am testing as root at the moment and it seems to work
>>> in logged in using port 80.  But when I start the room, there seem to be a
>>> delay because it attempting to use port 1935 then "try1" using port 80 that
>>> I change in webapps/openmeetings/public/config.xml
>>> red5httpport>80>>
>>> Is there away to bypas the first default attempt to port 1935 and go
>>> straight to using port 80?
>>>
>>>
>>>
>>> On Thu, Apr 2, 2015 at 10:47 AM, Maxim Solodovnik 
>>> wrote:
>>>
 running on ports lower than 1000 requires additional permissions
 You can google on how to bypass that, I'm not system administrator so I
 can't help here

 you can search the list "mod_proxy" there were number of questions
 regarding it

 On Thu, Apr 2, 2015 at 9:55 PM, FJ  wrote:

> Maxim, I tried the  red5.properties settings backoon OM2.x days and
> got a denied message.  I read that it require root level privileges.  Has
> that change in OM 3.x?
>
> As far as Apache proxy, where would I go to configure it once I
> install apache in Ubuntu?
>
> -john-
>
> On Thu, Apr 2, 2015 at 1:54 AM, Maxim Solodovnik  > wrote:
>
>> you can set port 80/443 in red5.properties or set up apache to proxy
>> OM for you
>>
>> On Thu, Apr 2, 2015 at 1:51 PM, FJ  wrote:
>>
>>> Has anyone gotten OM to run on lower ports like 80 or 443?  One of
>>> the challenges I face is that alot of company block high ports and so 
>>> when
>>> I sent an invite to connect to my OM running either 5080/5443 or 
>>> 8443/1935,
>>> they can't connect.
>>>
>>> I appreciate any input on how this can be done.
>>>
>>> -john-
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


 --
 WBR
 Maxim aka solomax

>>>
>>>
>


Re: Red5 and HTML5 in Openmeetings

2015-01-23 Thread Mahedi Kaysar
:) Thanks Maxim.

On 23 January 2015 at 11:26, Maxim Solodovnik  wrote:

> The only way I know is to rewrite everything :(
> currently in progress :))
>
> On Fri, Jan 23, 2015 at 5:05 PM, Mahedi Kaysar <
> mahedi.kay...@insight-centre.org> wrote:
>
>> Dear Maxim,
>> Is it possible to communicate with Red5 vai RTMP from HTML5 for omitting
>> flash? If I want to convert the meeting room with HTML5 can you please tell
>> me what minimal change can I do for red5 communication. Thanks in advance.
>>
>> Best Regards,
>> Mahedi
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Red5 and HTML5 in Openmeetings

2015-01-23 Thread Mahedi Kaysar
Dear Maxim,
Is it possible to communicate with Red5 vai RTMP from HTML5 for omitting
flash? If I want to convert the meeting room with HTML5 can you please tell
me what minimal change can I do for red5 communication. Thanks in advance.

Best Regards,
Mahedi


Re: [ANNOUNCE] Network bandwidth calculator for OpenMeetings

2014-12-12 Thread mahedi kaysar
I would like to vote: Configuration --> Misc

Thanks
Mahedi

On 12 December 2014 at 15:16, Maxim Solodovnik  wrote:
>
> OK
> I'll wait for more votes :)
>
> On Fri, Dec 12, 2014 at 9:14 PM, Rodrigo Brandao <
> contatorodrigobran...@gmail.com> wrote:
>>
>> I would vote for Configuration -> Misc
>>
>>
>> *Rodrigo Brandão*
>>
>> +55 (21) 4063.9033
>> +55 (21) 99492.9686
>> Skype: rodrigotvq
>> www.tvq.com.br
>>
>>
>>
>> *"Para colhermos um novo amanhã, precisamos plantar hoje, novas idéias!"*
>>
>>
>> On Fri, Dec 12, 2014 at 12:50 PM, Maxim Solodovnik 
>> wrote:
>>
>>> Hello All,
>>>
>>> what do you think, what is the best category I should place calculator
>>> into? (http://openmeetings.apache.org/)
>>>
>>> I would vote for Configuration -> Misc
>>>
>>> On Fri, Dec 12, 2014 at 4:20 PM, Robert Chalmers 
>>> wrote:
>>>>
>>>> Thanks Denis, nice piece of work.
>>>> Robert
>>>>
>>>>
>>>> -
>>>> From my iPhone.
>>>>
>>>>
>>>> On 12 Dec 2014, at 09:04 am, Denis Kandrov  wrote:
>>>>
>>>> Robert,
>>>>
>>>> this is a separate page without binding to the server openmeetings.
>>>> You can save page to you desktop and copy saved files to you server.
>>>>
>>>> Soon I'm going to clean up the code and add the calculator to the
>>>> repository and to the site of OpenMeetings.
>>>>
>>>> --
>>>> With best regards,
>>>> Denis Kandrov.
>>>>
>>>>
>>>> On 12/12/2014 01:08 PM, Robert Chalmers wrote:
>>>>
>>>> So, how do I add it to my install if I want to?
>>>>
>>>>
>>>>
>>>> Sent from my iPad
>>>>
>>>> On 11 Dec 2014, at 9:52 pm, mahedi kaysar <
>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>
>>>>   It is good. Thanks for the announce.
>>>>
>>>>  Best Regards,
>>>> Mahedi
>>>>
>>>> On 11 December 2014 at 12:07, Denis Kandrov  wrote:
>>>>
>>>>> Hello All,
>>>>>
>>>>> I'm glad to announce I have created simple network bandwidth
>>>>> calculator for OpenMeetings.
>>>>> You can try it here: http://om.alteametasoft.com/netcalc/
>>>>>
>>>>> Feedback and suggestions are welcome.
>>>>>
>>>>> --
>>>>> With best regards,
>>>>> Denis Kandrov.
>>>>>
>>>>>
>>>>
>>>>
>>>>  --
>>>>
>>>>
>>>>
>>>> *Md. Mahedi Kaysar Research Assistant INSIGHT Research Centre NUI
>>>> Galway, Ireland*
>>>> *Email: mahedi.kay...@insight-centre.org
>>>> *
>>>>
>>>>
>>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: [ANNOUNCE] Network bandwidth calculator for OpenMeetings

2014-12-11 Thread mahedi kaysar
It is good. Thanks for the announce.

Best Regards,
Mahedi

On 11 December 2014 at 12:07, Denis Kandrov  wrote:

> Hello All,
>
> I'm glad to announce I have created simple network bandwidth calculator
> for OpenMeetings.
> You can try it here: http://om.alteametasoft.com/netcalc/
>
> Feedback and suggestions are welcome.
>
> --
> With best regards,
> Denis Kandrov.
>
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know about xml socket connection in OM

2014-11-27 Thread mahedi kaysar
Thanks Maxim for the hints.

On 27 November 2014 at 16:55, Maxim Solodovnik  wrote:

> sendVarsToMessageWithClient is OM client method defined in openlaszlo code
> you have to use such methods to display something to the client (since
> client is written using openlaszlo)
>
> On Thu, Nov 27, 2014 at 10:52 PM, mahedi kaysar <
> mahedi.kay...@insight-centre.org> wrote:
>
>> Thanks for you reply.
>> If I am not wrong, you mean, I will send only 1 request to servlet for
>> each client and servlet will send broadcast to every session or client
>> whenever it gets some data update. And clients need not to send any request
>> again.
>> Can you please give me any hints how I invoke/call openlaszlo method from
>> servlet? I can use bellow:
>>
>> (IServiceCapableConnection) conn).invoke("sendVarsToMessageWithClient",
>> new Object[] { hsm }, this);
>>
>> Here, sendVarsToMessageWithClient  is a openlaszlo method. But I do not
>> want to use red5 methods.
>>
>> Thanks a lot.
>>
>>
>> BR/
>>
>> Mahedi
>>
>> On 27 November 2014 at 16:04, Maxim Solodovnik 
>> wrote:
>>
>>> you don't need websockets for that, simple method call will work as
>>> expected
>>> as well you don't need "bidirectional connection"
>>>
>>> from my last message:
>>>
>>> You can add additional servlet to OM. Send data to servlet using your
>>> application. Then in the servlet call openlaszlo methods with the data you
>>> have received
>>>
>>>
>>> On Thu, Nov 27, 2014 at 9:52 PM, mahedi kaysar <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Dear Maxim,
>>>> I have implemented the scenario by making WebSocket Connection to other
>>>> server from OM server for each client and broadcast the message to every
>>>> Openlaszlo client in the room if something change in data. It is working
>>>> well.
>>>> But I don't know is there any good approach to do that. In red5, is
>>>> there any client api to make bidirectional connection to other server (not
>>>> Red5)?
>>>>
>>>> Best Regards,
>>>> Mahedi
>>>>
>>>>
>>>> On 18 November 2014 at 14:06, Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> To be fair I'm not sure how this can be implemented using openlaszlo
>>>>> only.
>>>>> You can add additional servlet to OM. Send data to servlet using your
>>>>> application. Then in the servlet call openlaszlo methods with the data you
>>>>> have received
>>>>>
>>>>> WBR, Maxim
>>>>> (from mobile, sorry for the typos)
>>>>> On Nov 18, 2014 2:50 PM, "mahedi kaysar" <
>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>
>>>>>> Thanks Maxim. From my application, I want to receive xml or json
>>>>>> object from the other server (not OM) for each client entered in the
>>>>>> conference room. If server changes some data then client should be 
>>>>>> notified
>>>>>> immediately. That is the scenario.
>>>>>> At first. I guess it can be implemented by web socket (WebSocket
>>>>>> class) connection. In google, I found that  XMLSocket can be used for 
>>>>>> this
>>>>>> purpose.
>>>>>> From the bellow link of Sebastian Wagner's mail list: I found that:
>>>>>> http://www.openlaszlo.org/pipermail/laszlo-dev/2006-April/003072.html
>>>>>>
>>>>>> *he hard thing about the XMLSocket is*
>>>>>> *> that you have to handle "spontanious disconnected Clients*
>>>>>>
>>>>>> So, I little bit confused about that. As I am new in that scenario I
>>>>>> have to decide which is better way to implement in OM.
>>>>>> Could you please suggest me about that. Can this scenario be
>>>>>> implemented in other way?
>>>>>>
>>>>>> Best Regards
>>>>>> Mahedi
>>>>>>
>>>>>> On 18 November 2014 13:20, Maxim Solodovnik 
>>>>>> wrote:
>>>>>>
>>>>>>> Could you please describe more detailed what are you trying to
>>>>>>> achive?
>>>>>>>
>>>>>>> WBR, Maxim
>>>>>>> (from mobile, sorry for the typos)
>>>>>>> On Nov 18, 2014 1:20 PM, "mahedi kaysar" <
>>>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>>>
>>>>>>>> Dear Maxim.
>>>>>>>> I want to create XML socket connection. Is it possible to implement
>>>>>>>> it in OM? Or is there any other way the OM using for persistent network
>>>>>>>> connection?
>>>>>>>>
>>>>>>>> Thanks.
>>>>>>>> Mahedi
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>>
>>>>>>
>>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI
>>>>>> Galway, Ireland*
>>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>>> *
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>> Ireland*
>>>> *Email: mahedi.kay...@insight-centre.org
>>>> *
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know about xml socket connection in OM

2014-11-27 Thread mahedi kaysar
Thanks for you reply.
If I am not wrong, you mean, I will send only 1 request to servlet for each
client and servlet will send broadcast to every session or client whenever
it gets some data update. And clients need not to send any request again.
Can you please give me any hints how I invoke/call openlaszlo method from
servlet? I can use bellow:

(IServiceCapableConnection) conn).invoke("sendVarsToMessageWithClient", new
Object[] { hsm }, this);

Here, sendVarsToMessageWithClient  is a openlaszlo method. But I do not
want to use red5 methods.

Thanks a lot.


BR/

Mahedi

On 27 November 2014 at 16:04, Maxim Solodovnik  wrote:

> you don't need websockets for that, simple method call will work as
> expected
> as well you don't need "bidirectional connection"
>
> from my last message:
>
> You can add additional servlet to OM. Send data to servlet using your
> application. Then in the servlet call openlaszlo methods with the data you
> have received
>
>
> On Thu, Nov 27, 2014 at 9:52 PM, mahedi kaysar <
> mahedi.kay...@insight-centre.org> wrote:
>
>> Dear Maxim,
>> I have implemented the scenario by making WebSocket Connection to other
>> server from OM server for each client and broadcast the message to every
>> Openlaszlo client in the room if something change in data. It is working
>> well.
>> But I don't know is there any good approach to do that. In red5, is there
>> any client api to make bidirectional connection to other server (not Red5)?
>>
>> Best Regards,
>> Mahedi
>>
>>
>> On 18 November 2014 at 14:06, Maxim Solodovnik 
>> wrote:
>>
>>> To be fair I'm not sure how this can be implemented using openlaszlo
>>> only.
>>> You can add additional servlet to OM. Send data to servlet using your
>>> application. Then in the servlet call openlaszlo methods with the data you
>>> have received
>>>
>>> WBR, Maxim
>>> (from mobile, sorry for the typos)
>>> On Nov 18, 2014 2:50 PM, "mahedi kaysar" <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Thanks Maxim. From my application, I want to receive xml or json object
>>>> from the other server (not OM) for each client entered in the conference
>>>> room. If server changes some data then client should be notified
>>>> immediately. That is the scenario.
>>>> At first. I guess it can be implemented by web socket (WebSocket class)
>>>> connection. In google, I found that  XMLSocket can be used for this
>>>> purpose.
>>>> From the bellow link of Sebastian Wagner's mail list: I found that:
>>>> http://www.openlaszlo.org/pipermail/laszlo-dev/2006-April/003072.html
>>>>
>>>> *he hard thing about the XMLSocket is*
>>>> *> that you have to handle "spontanious disconnected Clients*
>>>>
>>>> So, I little bit confused about that. As I am new in that scenario I
>>>> have to decide which is better way to implement in OM.
>>>> Could you please suggest me about that. Can this scenario be
>>>> implemented in other way?
>>>>
>>>> Best Regards
>>>> Mahedi
>>>>
>>>> On 18 November 2014 13:20, Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> Could you please describe more detailed what are you trying to achive?
>>>>>
>>>>> WBR, Maxim
>>>>> (from mobile, sorry for the typos)
>>>>> On Nov 18, 2014 1:20 PM, "mahedi kaysar" <
>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>
>>>>>> Dear Maxim.
>>>>>> I want to create XML socket connection. Is it possible to implement
>>>>>> it in OM? Or is there any other way the OM using for persistent network
>>>>>> connection?
>>>>>>
>>>>>> Thanks.
>>>>>> Mahedi
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>> Ireland*
>>>> *Email: mahedi.kay...@insight-centre.org
>>>> *
>>>>
>>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know about xml socket connection in OM

2014-11-27 Thread mahedi kaysar
Dear Maxim,
I have implemented the scenario by making WebSocket Connection to other
server from OM server for each client and broadcast the message to every
Openlaszlo client in the room if something change in data. It is working
well.
But I don't know is there any good approach to do that. In red5, is there
any client api to make bidirectional connection to other server (not Red5)?

Best Regards,
Mahedi


On 18 November 2014 at 14:06, Maxim Solodovnik  wrote:

> To be fair I'm not sure how this can be implemented using openlaszlo only.
> You can add additional servlet to OM. Send data to servlet using your
> application. Then in the servlet call openlaszlo methods with the data you
> have received
>
> WBR, Maxim
> (from mobile, sorry for the typos)
> On Nov 18, 2014 2:50 PM, "mahedi kaysar" 
> wrote:
>
>> Thanks Maxim. From my application, I want to receive xml or json object
>> from the other server (not OM) for each client entered in the conference
>> room. If server changes some data then client should be notified
>> immediately. That is the scenario.
>> At first. I guess it can be implemented by web socket (WebSocket class)
>> connection. In google, I found that  XMLSocket can be used for this
>> purpose.
>> From the bellow link of Sebastian Wagner's mail list: I found that:
>> http://www.openlaszlo.org/pipermail/laszlo-dev/2006-April/003072.html
>>
>> *he hard thing about the XMLSocket is*
>> *> that you have to handle "spontanious disconnected Clients*
>>
>> So, I little bit confused about that. As I am new in that scenario I have
>> to decide which is better way to implement in OM.
>> Could you please suggest me about that. Can this scenario be implemented
>> in other way?
>>
>> Best Regards
>> Mahedi
>>
>> On 18 November 2014 13:20, Maxim Solodovnik  wrote:
>>
>>> Could you please describe more detailed what are you trying to achive?
>>>
>>> WBR, Maxim
>>> (from mobile, sorry for the typos)
>>> On Nov 18, 2014 1:20 PM, "mahedi kaysar" <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Dear Maxim.
>>>> I want to create XML socket connection. Is it possible to implement it
>>>> in OM? Or is there any other way the OM using for persistent network
>>>> connection?
>>>>
>>>> Thanks.
>>>> Mahedi
>>>>
>>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know the about android platform support.

2014-11-27 Thread mahedi kaysar
Great. Thanks for giving us the news.

BR//
Mahedi

On 27 November 2014 at 06:06, Maxim Solodovnik  wrote:

> We are almost ready to release
> Please wait for an announce :)
>
> On Thu, Nov 6, 2014 at 10:23 PM, Mahedi Kaysar 
> wrote:
>
>> We are waiting. :( Can you please say the tentative date of that release?
>>
>> On Thu, Nov 6, 2014 at 3:51 PM, Maxim Solodovnik 
>> wrote:
>>
>>> We currently working on mobile client, please wait for the ANNOUNCE :)
>>>
>>> On 6 November 2014 18:33, mahedi kaysar <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Hi,
>>>> I want to know whether the OM do support in mobile device including
>>>> android and IOS or not. Did anyone check this in mobile.
>>>>
>>>> Thanks
>>>>
>>>> *Md. Mahedi Kaysar*
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know about xml socket connection in OM

2014-11-18 Thread mahedi kaysar
Thanks maxim for your suggestion.

On 18 November 2014 14:06, Maxim Solodovnik  wrote:

> To be fair I'm not sure how this can be implemented using openlaszlo only.
> You can add additional servlet to OM. Send data to servlet using your
> application. Then in the servlet call openlaszlo methods with the data you
> have received
>
> WBR, Maxim
> (from mobile, sorry for the typos)
> On Nov 18, 2014 2:50 PM, "mahedi kaysar" 
> wrote:
>
>> Thanks Maxim. From my application, I want to receive xml or json object
>> from the other server (not OM) for each client entered in the conference
>> room. If server changes some data then client should be notified
>> immediately. That is the scenario.
>> At first. I guess it can be implemented by web socket (WebSocket class)
>> connection. In google, I found that  XMLSocket can be used for this
>> purpose.
>> From the bellow link of Sebastian Wagner's mail list: I found that:
>> http://www.openlaszlo.org/pipermail/laszlo-dev/2006-April/003072.html
>>
>> *he hard thing about the XMLSocket is*
>> *> that you have to handle "spontanious disconnected Clients*
>>
>> So, I little bit confused about that. As I am new in that scenario I have
>> to decide which is better way to implement in OM.
>> Could you please suggest me about that. Can this scenario be implemented
>> in other way?
>>
>> Best Regards
>> Mahedi
>>
>> On 18 November 2014 13:20, Maxim Solodovnik  wrote:
>>
>>> Could you please describe more detailed what are you trying to achive?
>>>
>>> WBR, Maxim
>>> (from mobile, sorry for the typos)
>>> On Nov 18, 2014 1:20 PM, "mahedi kaysar" <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Dear Maxim.
>>>> I want to create XML socket connection. Is it possible to implement it
>>>> in OM? Or is there any other way the OM using for persistent network
>>>> connection?
>>>>
>>>> Thanks.
>>>> Mahedi
>>>>
>>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need to know about xml socket connection in OM

2014-11-18 Thread mahedi kaysar
Thanks Maxim. From my application, I want to receive xml or json object
from the other server (not OM) for each client entered in the conference
room. If server changes some data then client should be notified
immediately. That is the scenario.
At first. I guess it can be implemented by web socket (WebSocket class)
connection. In google, I found that  XMLSocket can be used for this
purpose.
>From the bellow link of Sebastian Wagner's mail list: I found that:
http://www.openlaszlo.org/pipermail/laszlo-dev/2006-April/003072.html

*he hard thing about the XMLSocket is*
*> that you have to handle "spontanious disconnected Clients*

So, I little bit confused about that. As I am new in that scenario I have
to decide which is better way to implement in OM.
Could you please suggest me about that. Can this scenario be implemented in
other way?

Best Regards
Mahedi

On 18 November 2014 13:20, Maxim Solodovnik  wrote:

> Could you please describe more detailed what are you trying to achive?
>
> WBR, Maxim
> (from mobile, sorry for the typos)
> On Nov 18, 2014 1:20 PM, "mahedi kaysar" 
> wrote:
>
>> Dear Maxim.
>> I want to create XML socket connection. Is it possible to implement it in
>> OM? Or is there any other way the OM using for persistent network
>> connection?
>>
>> Thanks.
>> Mahedi
>>
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Need to know about xml socket connection in OM

2014-11-18 Thread mahedi kaysar
Dear Maxim.
I want to create XML socket connection. Is it possible to implement it in
OM? Or is there any other way the OM using for persistent network
connection?

Thanks.
Mahedi


Re: Need help for debugging and running from eclipse.

2014-11-17 Thread mahedi kaysar
Thanks Maxim. I am trying to install it.

On 17 November 2014 11:12, Maxim Solodovnik  wrote:

> it seems like you don't have command line svn client in your path
>
> On Mon, Nov 17, 2014 at 11:48 AM, mahedi kaysar <
> mahedi.kay...@insight-centre.org> wrote:
>
>> Dear Maxim,
>> I have tried with your given link but failed to run or debug. Then I
>> tried for remote debug in eclipse. But it shows bellow message:
>>
>> *Failed to connect to remote VM. Connection refused*.
>>
>> *Console:*
>>
>> *current_revision:*
>>
>> * [svn] Missing 'commandline' dependencies on the classpath !*
>>
>>
>> *BUILD FAILED*
>>
>> */Users/mahkay/Documents/OM/3.0.x/build.xml:797: Cannot find javahl,
>> svnkit nor command line svn client*
>>
>>
>> I am using Mac OS X 10.8 and I have installed MacPort (
>> https://www.macports.org/). But I can not resolve. Could you please
>> suggest me to solve this problem. For your concern ant build runs
>> successfully.
>>
>> Thanks a lot.
>>
>>
>> BR//
>>
>> Mahedi
>>
>>
>>
>> On 5 November 2014 14:24, mahedi kaysar > > wrote:
>>
>>> Thanks Maxim.
>>> I will try it and let you know.
>>>
>>> On 5 November 2014 14:19, Maxim Solodovnik  wrote:
>>>
>>>> Here is the link http://www.red5.org/red5-ide-plugin/
>>>> but unfortunately I never used this
>>>> please share your steps in case you will be able to set this up :)
>>>>
>>>> I'm using "remote debugging" in eclipse
>>>>
>>>> On 5 November 2014 20:14, mahedi kaysar <
>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>
>>>>> Maxim,
>>>>>
>>>>> How I will setup OM server in eclipse. I want to run the project from
>>>>> eclipse as run on-->server. Is there any procedure or helping documents?
>>>>>
>>>>> On 5 November 2014 13:14, Maxim Solodovnik 
>>>>> wrote:
>>>>>
>>>>>> It were steps created by Sebastian, I never followed them :(
>>>>>>
>>>>>> On 5 November 2014 19:05, mahedi kaysar <
>>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>>
>>>>>>> Thanks Maxim. It is now error free by importing as existing project.
>>>>>>> Actually I followed the steps of the mentioned link.
>>>>>>>
>>>>>>> On 5 November 2014 12:28, Maxim Solodovnik 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> you need to perform svn checkout of sources
>>>>>>>> then import existing project to the Eclipse
>>>>>>>>
>>>>>>>> On 4 November 2014 18:26, mahedi kaysar <
>>>>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>> This is my official email on behalf of kaysar07c...@gmail.com.
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> Mahedi
>>>>>>>>>
>>>>>>>>> On 4 November 2014 11:00, Mahedi Kaysar 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Dear All,
>>>>>>>>>> I have imported the project in eclipse with the help of bellow
>>>>>>>>>> link:
>>>>>>>>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>>>>>>>>
>>>>>>>>>> After following all the steps it was showing build path error.
>>>>>>>>>> Then I make it error free by showing the jar files.
>>>>>>>>>>
>>>>>>>>>> Now I want to run and debug the code. But I don't know I will do.
>>>>>>>>>> Could you please help me by giving suggestions or tutorial links.
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>> Mahedi
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI
>>>>>>>>> Galway, Ireland*
>>>>>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI
>>>>>>> Galway, Ireland*
>>>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>>>> *
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>>> Ireland*
>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>> *
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>> Ireland*
>>> *Email: mahedi.kay...@insight-centre.org
>>> *
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need help for debugging and running from eclipse.

2014-11-17 Thread mahedi kaysar
Dear Maxim,
I have tried with your given link but failed to run or debug. Then I tried
for remote debug in eclipse. But it shows bellow message:

*Failed to connect to remote VM. Connection refused*.

*Console:*

*current_revision:*

* [svn] Missing 'commandline' dependencies on the classpath !*


*BUILD FAILED*

*/Users/mahkay/Documents/OM/3.0.x/build.xml:797: Cannot find javahl, svnkit
nor command line svn client*


I am using Mac OS X 10.8 and I have installed MacPort (
https://www.macports.org/). But I can not resolve. Could you please suggest
me to solve this problem. For your concern ant build runs successfully.

Thanks a lot.


BR//

Mahedi



On 5 November 2014 14:24, mahedi kaysar 
wrote:

> Thanks Maxim.
> I will try it and let you know.
>
> On 5 November 2014 14:19, Maxim Solodovnik  wrote:
>
>> Here is the link http://www.red5.org/red5-ide-plugin/
>> but unfortunately I never used this
>> please share your steps in case you will be able to set this up :)
>>
>> I'm using "remote debugging" in eclipse
>>
>> On 5 November 2014 20:14, mahedi kaysar > > wrote:
>>
>>> Maxim,
>>>
>>> How I will setup OM server in eclipse. I want to run the project from
>>> eclipse as run on-->server. Is there any procedure or helping documents?
>>>
>>> On 5 November 2014 13:14, Maxim Solodovnik  wrote:
>>>
>>>> It were steps created by Sebastian, I never followed them :(
>>>>
>>>> On 5 November 2014 19:05, mahedi kaysar <
>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>
>>>>> Thanks Maxim. It is now error free by importing as existing project.
>>>>> Actually I followed the steps of the mentioned link.
>>>>>
>>>>> On 5 November 2014 12:28, Maxim Solodovnik 
>>>>> wrote:
>>>>>
>>>>>> you need to perform svn checkout of sources
>>>>>> then import existing project to the Eclipse
>>>>>>
>>>>>> On 4 November 2014 18:26, mahedi kaysar <
>>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>> This is my official email on behalf of kaysar07c...@gmail.com.
>>>>>>>
>>>>>>> Thanks
>>>>>>> Mahedi
>>>>>>>
>>>>>>> On 4 November 2014 11:00, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Dear All,
>>>>>>>> I have imported the project in eclipse with the help of bellow link:
>>>>>>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>>>>>>
>>>>>>>> After following all the steps it was showing build path error. Then
>>>>>>>> I make it error free by showing the jar files.
>>>>>>>>
>>>>>>>> Now I want to run and debug the code. But I don't know I will do.
>>>>>>>> Could you please help me by giving suggestions or tutorial links.
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Mahedi
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI
>>>>>>> Galway, Ireland*
>>>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>>>> *
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>>> Ireland*
>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>> *
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>> Ireland*
>>> *Email: mahedi.kay...@insight-centre.org
>>> *
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
>
>
> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
> Ireland*
> *Email: mahedi.kay...@insight-centre.org
> *
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Need help to get some hints.

2014-11-14 Thread mahedi kaysar
Hi All,
My intent is to continuously get some data in conference room from server
(like listener). I am searching how the conference room left panel updates
the list of client while someone enters in a room. Could you please help me
to identify the path or give me any hints such that I can understand the
flow?

I have another query. There is some common .lzx file name in src and swf10
folder including mainMethods.lzx, mainDataSets.lzx. In which condition they
are used from which folder? Please give me some hints.

Thanks in advance.

Best Regard,
Mahedi


Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
Sorry. It's ok. Please don't mind.

Thanks.

On 7 November 2014 16:48, Maxim Solodovnik  wrote:

> man ps
> please
>
> On 7 November 2014 22:46, mahedi kaysar 
> wrote:
>
>> It gives bellow log. What does it means?
>>
>> nobody   11232 1 99 16:43 ?00:00:21 /usr/bin/java
>> -Dred5.root=/usr/lib/red5
>> -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector
>> -Dcatalina.useNaming=true -Djava.security.debug=failure -Xverify:none
>> -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseStringCache
>> -XX:+UseParNewGC -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m
>> -Dorg.terracotta.quartz.skipUpdateCheck=true -Dpython.home=lib -cp
>> /usr/lib/red5/red5-service.jar:/usr/lib/red5/conf: org.red5.server.Bootstrap
>> mahkay   11291 11097  0 16:44 pts/000:00:00 grep --color=auto red5
>>
>> On 7 November 2014 16:41, Maxim Solodovnik  wrote:
>>
>>> ps -ef|grep red5
>>>
>>> On 7 November 2014 22:38, mahedi kaysar <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> sudo /etc/init.d/red5 start
>>>> After started the service it shows bellow message.
>>>>
>>>> *Starting Red5 flash streaming server: red5.*
>>>>
>>>> Do it means the starting of red5? But my site is not working?
>>>> How I can know it is started or not?
>>>>
>>>>
>>>>
>>>> On 7 November 2014 16:11, mahedi kaysar <
>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>
>>>>> Thanks to Maxim and Alvaro. I am trying with this. And my server is
>>>>> working by starting red5.sh with changing two files including
>>>>> red5.properties and config.xml. There I set the port to 80.
>>>>>
>>>>> On 7 November 2014 16:05, Alvaro  wrote:
>>>>>
>>>>>> Hi Mahedi and Maxim,
>>>>>>
>>>>>> Mahedi after do it Maxim tell you...this is your path installation?
>>>>>>
>>>>>> RED5_HOME=/usr/lib/red5
>>>>>>
>>>>>> ...if not please change it in the script and try.
>>>>>>
>>>>>> .
>>>>>>
>>>>>>
>>>>>> El vie, 07-11-2014 a las 22:14 +0700, Maxim Solodovnik escribió:
>>>>>> > I'm using script from here:
>>>>>> >
>>>>>> >
>>>>>> > https://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>>>>>> >
>>>>>> >
>>>>>> > On 7 November 2014 21:01, mahedi kaysar
>>>>>> >  wrote:
>>>>>> > I have attached my script. Can you please check this?
>>>>>> >
>>>>>> > On 7 November 2014 14:19, Maxim Solodovnik
>>>>>> >  wrote:
>>>>>> > I have config like this (DB on separate server) on
>>>>>> my
>>>>>> > development machine, works as expected
>>>>>> >
>>>>>> >
>>>>>> > 1) The issue seems to be in  /etc/init.d/red5 script
>>>>>> > 2) your log file containg no errors
>>>>>> >
>>>>>> > On 7 November 2014 20:03, mahedi kaysar
>>>>>> >  wrote:
>>>>>> > I have also tried by starting red5.sh. It is
>>>>>> > started but not loading the url. Please
>>>>>> check
>>>>>> > my attached consol log.
>>>>>> >
>>>>>> > On 7 November 2014 12:14, mahedi kaysar
>>>>>> >  wrote:
>>>>>> > Hi,
>>>>>> > I want to setup my server in ubuntu
>>>>>> > 10.4 and my mysql is in another
>>>>>> > server. While I was going to start
>>>>>> my
>>>>>> > red5 service I found bellow message:
>>>>>> >
>>>>>> >
>>>>>> > su

Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
It gives bellow log. What does it means?

nobody   11232 1 99 16:43 ?00:00:21 /usr/bin/java
-Dred5.root=/usr/lib/red5
-Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector
-Dcatalina.useNaming=true -Djava.security.debug=failure -Xverify:none
-XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseStringCache
-XX:+UseParNewGC -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m
-Dorg.terracotta.quartz.skipUpdateCheck=true -Dpython.home=lib -cp
/usr/lib/red5/red5-service.jar:/usr/lib/red5/conf: org.red5.server.Bootstrap
mahkay   11291 11097  0 16:44 pts/000:00:00 grep --color=auto red5

On 7 November 2014 16:41, Maxim Solodovnik  wrote:

> ps -ef|grep red5
>
> On 7 November 2014 22:38, mahedi kaysar 
> wrote:
>
>> sudo /etc/init.d/red5 start
>> After started the service it shows bellow message.
>>
>> *Starting Red5 flash streaming server: red5.*
>>
>> Do it means the starting of red5? But my site is not working?
>> How I can know it is started or not?
>>
>>
>>
>> On 7 November 2014 16:11, mahedi kaysar > > wrote:
>>
>>> Thanks to Maxim and Alvaro. I am trying with this. And my server is
>>> working by starting red5.sh with changing two files including
>>> red5.properties and config.xml. There I set the port to 80.
>>>
>>> On 7 November 2014 16:05, Alvaro  wrote:
>>>
>>>> Hi Mahedi and Maxim,
>>>>
>>>> Mahedi after do it Maxim tell you...this is your path installation?
>>>>
>>>> RED5_HOME=/usr/lib/red5
>>>>
>>>> ...if not please change it in the script and try.
>>>>
>>>> .....
>>>>
>>>>
>>>> El vie, 07-11-2014 a las 22:14 +0700, Maxim Solodovnik escribió:
>>>> > I'm using script from here:
>>>> >
>>>> >
>>>> > https://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>>>> >
>>>> >
>>>> > On 7 November 2014 21:01, mahedi kaysar
>>>> >  wrote:
>>>> > I have attached my script. Can you please check this?
>>>> >
>>>> > On 7 November 2014 14:19, Maxim Solodovnik
>>>> >  wrote:
>>>> > I have config like this (DB on separate server) on my
>>>> > development machine, works as expected
>>>> >
>>>> >
>>>> > 1) The issue seems to be in  /etc/init.d/red5 script
>>>> > 2) your log file containg no errors
>>>> >
>>>> > On 7 November 2014 20:03, mahedi kaysar
>>>> >  wrote:
>>>> > I have also tried by starting red5.sh. It is
>>>> > started but not loading the url. Please check
>>>> > my attached consol log.
>>>> >
>>>> > On 7 November 2014 12:14, mahedi kaysar
>>>> >  wrote:
>>>> > Hi,
>>>> > I want to setup my server in ubuntu
>>>> > 10.4 and my mysql is in another
>>>> > server. While I was going to start my
>>>> > red5 service I found bellow message:
>>>> >
>>>> >
>>>> > sudo /etc/init.d/red5 start
>>>> >
>>>> > start-stop-daemon: --start needs
>>>> > --exec or --startas
>>>> > Try 'start-stop-daemon --help' for
>>>> > more information.
>>>> > /etc/init.d/red5:
>>>> > 26: /etc/init.d/red5: --chdir: not
>>>> > found
>>>> >
>>>> >
>>>> > sudo /etc/init.d/red5 status
>>>> > /etc/init.d/red5:
>>>> > 50: /etc/init.d/red5: below: not found
>>>> > red5 is not running
>>>> >
>>>> >
>>>> > It is not working. Can anyon

Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
sudo /etc/init.d/red5 start
After started the service it shows bellow message.

*Starting Red5 flash streaming server: red5.*

Do it means the starting of red5? But my site is not working?
How I can know it is started or not?



On 7 November 2014 16:11, mahedi kaysar 
wrote:

> Thanks to Maxim and Alvaro. I am trying with this. And my server is
> working by starting red5.sh with changing two files including
> red5.properties and config.xml. There I set the port to 80.
>
> On 7 November 2014 16:05, Alvaro  wrote:
>
>> Hi Mahedi and Maxim,
>>
>> Mahedi after do it Maxim tell you...this is your path installation?
>>
>> RED5_HOME=/usr/lib/red5
>>
>> ...if not please change it in the script and try.
>>
>> .
>>
>>
>> El vie, 07-11-2014 a las 22:14 +0700, Maxim Solodovnik escribió:
>> > I'm using script from here:
>> >
>> >
>> > https://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>> >
>> >
>> > On 7 November 2014 21:01, mahedi kaysar
>> >  wrote:
>> > I have attached my script. Can you please check this?
>> >
>> > On 7 November 2014 14:19, Maxim Solodovnik
>> >  wrote:
>> > I have config like this (DB on separate server) on my
>> > development machine, works as expected
>> >
>> >
>> > 1) The issue seems to be in  /etc/init.d/red5 script
>> > 2) your log file containg no errors
>> >
>> > On 7 November 2014 20:03, mahedi kaysar
>> >          wrote:
>> > I have also tried by starting red5.sh. It is
>> > started but not loading the url. Please check
>> > my attached consol log.
>> >
>> > On 7 November 2014 12:14, mahedi kaysar
>> >  wrote:
>> > Hi,
>> > I want to setup my server in ubuntu
>> > 10.4 and my mysql is in another
>> > server. While I was going to start my
>> > red5 service I found bellow message:
>> >
>> >
>> > sudo /etc/init.d/red5 start
>> >
>> > start-stop-daemon: --start needs
>> > --exec or --startas
>> > Try 'start-stop-daemon --help' for
>> > more information.
>> > /etc/init.d/red5:
>> > 26: /etc/init.d/red5: --chdir: not
>> > found
>> >
>> >
>> > sudo /etc/init.d/red5 status
>> > /etc/init.d/red5:
>> > 50: /etc/init.d/red5: below: not found
>> > red5 is not running
>> >
>> >
>> > It is not working. Can anyone help me
>> > please to start my server.
>> >
>> >
>> > Thanks
>> > Mahedi
>> >
>> >
>> >
>> >
>> > --
>> > Md. Mahedi Kaysar
>> > Research Assistant
>> > INSIGHT Research Centre
>> > NUI Galway, Ireland
>> > Email: mahedi.kay...@insight-centre.org
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>> >
>> >
>> >
>> > --
>> > Md. Mahedi Kaysar
>> > Research Assistant
>> > INSIGHT Research Centre
>> > NUI Galway, Ireland
>> > Email: mahedi.kay...@insight-centre.org
>> >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>>
>>
>>
>
>
> --
>
>
>
> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
> Ireland*
> *Email: mahedi.kay...@insight-centre.org
> *
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
Thanks to Maxim and Alvaro. I am trying with this. And my server is working
by starting red5.sh with changing two files including red5.properties and
config.xml. There I set the port to 80.

On 7 November 2014 16:05, Alvaro  wrote:

> Hi Mahedi and Maxim,
>
> Mahedi after do it Maxim tell you...this is your path installation?
>
> RED5_HOME=/usr/lib/red5
>
> ...if not please change it in the script and try.
>
> .
>
>
> El vie, 07-11-2014 a las 22:14 +0700, Maxim Solodovnik escribió:
> > I'm using script from here:
> >
> >
> > https://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
> >
> >
> > On 7 November 2014 21:01, mahedi kaysar
> >  wrote:
> > I have attached my script. Can you please check this?
> >
> > On 7 November 2014 14:19, Maxim Solodovnik
> >  wrote:
> > I have config like this (DB on separate server) on my
> > development machine, works as expected
> >
> >
> > 1) The issue seems to be in  /etc/init.d/red5 script
> > 2) your log file containg no errors
> >
> > On 7 November 2014 20:03, mahedi kaysar
> >  wrote:
> > I have also tried by starting red5.sh. It is
> >         started but not loading the url. Please check
> > my attached consol log.
> >
> > On 7 November 2014 12:14, mahedi kaysar
> >  wrote:
> > Hi,
> > I want to setup my server in ubuntu
> > 10.4 and my mysql is in another
> > server. While I was going to start my
> > red5 service I found bellow message:
> >
> >
> > sudo /etc/init.d/red5 start
> >
> > start-stop-daemon: --start needs
> > --exec or --startas
> > Try 'start-stop-daemon --help' for
> > more information.
> > /etc/init.d/red5:
> > 26: /etc/init.d/red5: --chdir: not
> > found
> >
> >
> > sudo /etc/init.d/red5 status
> > /etc/init.d/red5:
> > 50: /etc/init.d/red5: below: not found
> >     red5 is not running
> >
> >
> > It is not working. Can anyone help me
> > please to start my server.
> >
> >
> > Thanks
> > Mahedi
> >
> >
> >
> >
> >     --
> > Md. Mahedi Kaysar
> > Research Assistant
> > INSIGHT Research Centre
> > NUI Galway, Ireland
> > Email: mahedi.kay...@insight-centre.org
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
> >
> >
> >
> > --
> > Md. Mahedi Kaysar
> > Research Assistant
> > INSIGHT Research Centre
> > NUI Galway, Ireland
> > Email: mahedi.kay...@insight-centre.org
> >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>


-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
I have attached my script. Can you please check this?

On 7 November 2014 14:19, Maxim Solodovnik  wrote:

> I have config like this (DB on separate server) on my development machine,
> works as expected
>
> 1) The issue seems to be in * /etc/init.d/red5 *script
> 2) your log file containg no errors
>
> On 7 November 2014 20:03, mahedi kaysar 
> wrote:
>
>> I have also tried by starting red5.sh. It is started but not loading the
>> url. Please check my attached consol log.
>>
>> On 7 November 2014 12:14, mahedi kaysar > > wrote:
>>
>>> Hi,
>>> I want to setup my server in ubuntu 10.4 and my mysql is in another
>>> server. While I was going to start my red5 service I found bellow message:
>>>
>>>
>>> *sudo /etc/init.d/red5 start*
>>> start-stop-daemon: --start needs --exec or --startas
>>> Try 'start-stop-daemon --help' for more information.
>>> /etc/init.d/red5: 26: /etc/init.d/red5: --chdir: not found
>>>
>>> *sudo /etc/init.d/red5 status*
>>> /etc/init.d/red5: 50: /etc/init.d/red5: below: not found
>>> red5 is not running
>>>
>>> It is not working. Can anyone help me please to start my server.
>>>
>>> Thanks
>>> Mahedi
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


red5 service.rtf
Description: RTF file


Re: Red5 service problem.

2014-11-07 Thread mahedi kaysar
I have also tried by starting red5.sh. It is started but not loading the
url. Please check my attached consol log.

On 7 November 2014 12:14, mahedi kaysar 
wrote:

> Hi,
> I want to setup my server in ubuntu 10.4 and my mysql is in another
> server. While I was going to start my red5 service I found bellow message:
>
>
> *sudo /etc/init.d/red5 start*
> start-stop-daemon: --start needs --exec or --startas
> Try 'start-stop-daemon --help' for more information.
> /etc/init.d/red5: 26: /etc/init.d/red5: --chdir: not found
>
> *sudo /etc/init.d/red5 status*
> /etc/init.d/red5: 50: /etc/init.d/red5: below: not found
> red5 is not running
>
> It is not working. Can anyone help me please to start my server.
>
> Thanks
> Mahedi
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


console log.rtf
Description: RTF file


Red5 service problem.

2014-11-07 Thread mahedi kaysar
Hi,
I want to setup my server in ubuntu 10.4 and my mysql is in another server.
While I was going to start my red5 service I found bellow message:


*sudo /etc/init.d/red5 start*
start-stop-daemon: --start needs --exec or --startas
Try 'start-stop-daemon --help' for more information.
/etc/init.d/red5: 26: /etc/init.d/red5: --chdir: not found

*sudo /etc/init.d/red5 status*
/etc/init.d/red5: 50: /etc/init.d/red5: below: not found
red5 is not running

It is not working. Can anyone help me please to start my server.

Thanks
Mahedi


Re: Need to know the about android platform support.

2014-11-06 Thread Mahedi Kaysar
We are waiting. :( Can you please say the tentative date of that release?

On Thu, Nov 6, 2014 at 3:51 PM, Maxim Solodovnik 
wrote:

> We currently working on mobile client, please wait for the ANNOUNCE :)
>
> On 6 November 2014 18:33, mahedi kaysar 
> wrote:
>
>> Hi,
>> I want to know whether the OM do support in mobile device including
>> android and IOS or not. Did anyone check this in mobile.
>>
>> Thanks
>>
>> *Md. Mahedi Kaysar*
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>


Need to know the about android platform support.

2014-11-06 Thread mahedi kaysar
Hi,
I want to know whether the OM do support in mobile device including android
and IOS or not. Did anyone check this in mobile.

Thanks

*Md. Mahedi Kaysar*


Re: Need help for debugging and running from eclipse.

2014-11-05 Thread mahedi kaysar
Thanks Maxim.
I will try it and let you know.

On 5 November 2014 14:19, Maxim Solodovnik  wrote:

> Here is the link http://www.red5.org/red5-ide-plugin/
> but unfortunately I never used this
> please share your steps in case you will be able to set this up :)
>
> I'm using "remote debugging" in eclipse
>
> On 5 November 2014 20:14, mahedi kaysar 
> wrote:
>
>> Maxim,
>>
>> How I will setup OM server in eclipse. I want to run the project from
>> eclipse as run on-->server. Is there any procedure or helping documents?
>>
>> On 5 November 2014 13:14, Maxim Solodovnik  wrote:
>>
>>> It were steps created by Sebastian, I never followed them :(
>>>
>>> On 5 November 2014 19:05, mahedi kaysar <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Thanks Maxim. It is now error free by importing as existing project.
>>>> Actually I followed the steps of the mentioned link.
>>>>
>>>> On 5 November 2014 12:28, Maxim Solodovnik 
>>>> wrote:
>>>>
>>>>> you need to perform svn checkout of sources
>>>>> then import existing project to the Eclipse
>>>>>
>>>>> On 4 November 2014 18:26, mahedi kaysar <
>>>>> mahedi.kay...@insight-centre.org> wrote:
>>>>>
>>>>>> Hi,
>>>>>> This is my official email on behalf of kaysar07c...@gmail.com.
>>>>>>
>>>>>> Thanks
>>>>>> Mahedi
>>>>>>
>>>>>> On 4 November 2014 11:00, Mahedi Kaysar 
>>>>>> wrote:
>>>>>>
>>>>>>> Dear All,
>>>>>>> I have imported the project in eclipse with the help of bellow link:
>>>>>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>>>>>
>>>>>>> After following all the steps it was showing build path error. Then
>>>>>>> I make it error free by showing the jar files.
>>>>>>>
>>>>>>> Now I want to run and debug the code. But I don't know I will do.
>>>>>>> Could you please help me by giving suggestions or tutorial links.
>>>>>>>
>>>>>>> Thanks
>>>>>>> Mahedi
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>>
>>>>>>
>>>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI
>>>>>> Galway, Ireland*
>>>>>> *Email: mahedi.kay...@insight-centre.org
>>>>>> *
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>> Ireland*
>>>> *Email: mahedi.kay...@insight-centre.org
>>>> *
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need help for debugging and running from eclipse.

2014-11-05 Thread mahedi kaysar
Maxim,

How I will setup OM server in eclipse. I want to run the project from
eclipse as run on-->server. Is there any procedure or helping documents?

On 5 November 2014 13:14, Maxim Solodovnik  wrote:

> It were steps created by Sebastian, I never followed them :(
>
> On 5 November 2014 19:05, mahedi kaysar 
> wrote:
>
>> Thanks Maxim. It is now error free by importing as existing project.
>> Actually I followed the steps of the mentioned link.
>>
>> On 5 November 2014 12:28, Maxim Solodovnik  wrote:
>>
>>> you need to perform svn checkout of sources
>>> then import existing project to the Eclipse
>>>
>>> On 4 November 2014 18:26, mahedi kaysar <
>>> mahedi.kay...@insight-centre.org> wrote:
>>>
>>>> Hi,
>>>> This is my official email on behalf of kaysar07c...@gmail.com.
>>>>
>>>> Thanks
>>>> Mahedi
>>>>
>>>> On 4 November 2014 11:00, Mahedi Kaysar  wrote:
>>>>
>>>>> Dear All,
>>>>> I have imported the project in eclipse with the help of bellow link:
>>>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>>>
>>>>> After following all the steps it was showing build path error. Then I
>>>>> make it error free by showing the jar files.
>>>>>
>>>>> Now I want to run and debug the code. But I don't know I will do.
>>>>> Could you please help me by giving suggestions or tutorial links.
>>>>>
>>>>> Thanks
>>>>> Mahedi
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>>>> Ireland*
>>>> *Email: mahedi.kay...@insight-centre.org
>>>> *
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need help for debugging and running from eclipse.

2014-11-05 Thread mahedi kaysar
Thanks Maxim. It is now error free by importing as existing project.
Actually I followed the steps of the mentioned link.

On 5 November 2014 12:28, Maxim Solodovnik  wrote:

> you need to perform svn checkout of sources
> then import existing project to the Eclipse
>
> On 4 November 2014 18:26, mahedi kaysar 
> wrote:
>
>> Hi,
>> This is my official email on behalf of kaysar07c...@gmail.com.
>>
>> Thanks
>> Mahedi
>>
>> On 4 November 2014 11:00, Mahedi Kaysar  wrote:
>>
>>> Dear All,
>>> I have imported the project in eclipse with the help of bellow link:
>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>
>>> After following all the steps it was showing build path error. Then I
>>> make it error free by showing the jar files.
>>>
>>> Now I want to run and debug the code. But I don't know I will do. Could
>>> you please help me by giving suggestions or tutorial links.
>>>
>>> Thanks
>>> Mahedi
>>>
>>
>>
>>
>> --
>>
>>
>>
>> *Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
>> Ireland*
>> *Email: mahedi.kay...@insight-centre.org
>> *
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Re: Need help for debugging and running from eclipse.

2014-11-04 Thread mahedi kaysar
Hi,
This is my official email on behalf of kaysar07c...@gmail.com.

Thanks
Mahedi

On 4 November 2014 11:00, Mahedi Kaysar  wrote:

> Dear All,
> I have imported the project in eclipse with the help of bellow link:
> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>
> After following all the steps it was showing build path error. Then I make
> it error free by showing the jar files.
>
> Now I want to run and debug the code. But I don't know I will do. Could
> you please help me by giving suggestions or tutorial links.
>
> Thanks
> Mahedi
>



-- 



*Md. Mahedi KaysarResearch AssistantINSIGHT Research CentreNUI Galway,
Ireland*
*Email: mahedi.kay...@insight-centre.org *


Need help for debugging and running from eclipse.

2014-11-04 Thread Mahedi Kaysar
Dear All,
I have imported the project in eclipse with the help of bellow link:
http://openmeetings.apache.org/BuildInstructions_3.0.x.html

After following all the steps it was showing build path error. Then I make
it error free by showing the jar files.

Now I want to run and debug the code. But I don't know I will do. Could you
please help me by giving suggestions or tutorial links.

Thanks
Mahedi


Re: build.xml:621: Java returned: 2

2014-11-03 Thread Mahedi Kaysar
Hi,
I am able to solve this problem by changing the mxmlc file as bellow.

# if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ];
then#      D32='-d32'# fi


On Fri, Oct 31, 2014 at 4:46 PM, Mahedi Kaysar 
wrote:

> Hi,
> Ant build show the bellow message.
>
> *BUILD FAILED*
> */build.xml:680: The following error occurred while executing this line:*
> */build.xml:621: Java returned: 2*
>
> *My version Config:*
> Apache Ant(TM) version 1.9.4 compiled on April 29 2014
> OS: MAC 10.8
> java version "1.7.0_71"
> Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
> Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
>
> svn, version 1.7.17 (r1591372)
>
> *The ant build also shows:*
>
> jar:
> -retrieve-openlaszlo46:
> compile.laszlo.main.debug.as3:
>
> -compile.flash:
>  [java] Compiling: main.as3.lzx to maindebug.as3.swf11.swf
>  [java] Compilation errors occurred:
>  [java] org.openlaszlo.sc.CompilerError: tunit/line unknown: , in
> line: Error: This Java instance does not support a 32-bit JVM.
>  [java] Please install the desired version.
>  [java]
>
> Please help me to solve this problem
>
> Best Regards
> Mahedi
>


build.xml:621: Java returned: 2

2014-10-31 Thread Mahedi Kaysar
Hi,
Ant build show the bellow message.

*BUILD FAILED*
*/build.xml:680: The following error occurred while executing this line:*
*/build.xml:621: Java returned: 2*

*My version Config:*
Apache Ant(TM) version 1.9.4 compiled on April 29 2014
OS: MAC 10.8
java version "1.7.0_71"
Java(TM) SE Runtime Environment (build 1.7.0_71-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)

svn, version 1.7.17 (r1591372)

*The ant build also shows:*

jar:
-retrieve-openlaszlo46:
compile.laszlo.main.debug.as3:

-compile.flash:
 [java] Compiling: main.as3.lzx to maindebug.as3.swf11.swf
 [java] Compilation errors occurred:
 [java] org.openlaszlo.sc.CompilerError: tunit/line unknown: , in line:
Error: This Java instance does not support a 32-bit JVM.
 [java] Please install the desired version.
 [java]

Please help me to solve this problem

Best Regards
Mahedi


Re: How I will make sever where remote client can access it?

2014-10-29 Thread Mahedi Kaysar
I already tried for windows in local machine with that tutorial that works
fine. Now I will try in Ubuntu for creating remote server with this
https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Ubuntu64%20-%20Headless%20-%2012.10.pdf?version=1&modificationDate=1362051106000&api=v2

Will this tutorial works for me if I want to install the server controlling
from windows machine to Ubuntu?

On Wed, Oct 29, 2014 at 3:52 PM, Alvaro  wrote:

> ...Mahedi, after do Maxim tell you, can visit this url:
>
>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for
> +installing+OpenMeetings+and+Tools
>
> ...where can find differents installation tutorials for various
> OS.
>
> Regards
>
> ..
>
> El mié, 29-10-2014 a las 14:32 +, Mahedi Kaysar escribió:
> > Dear All,
> > I have my own domain/IP. I want to create openmeetings server. Will
> > the mentioned step here
> > (http://openmeetings.apache.org/installation.html) work for all OS.
> > Please give me suggestion to make openmeetings server. For your
> > concern, I am new in making own server.
> >
> >
> > Thanks
> > Mahedi
>
>
>


How I will make sever where remote client can access it?

2014-10-29 Thread Mahedi Kaysar
Dear All,
I have my own domain/IP. I want to create openmeetings server. Will the
mentioned step here (http://openmeetings.apache.org/installation.html) work
for all OS. Please give me suggestion to make openmeetings server. For your
concern, I am new in making own server.

Thanks
Mahedi


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
Yes. I can not find why this occurs. Even I am still unable to make the
source error free in eclipse although I go through all the steps of
http://openmeetings.apache.org/BuildInstructions_3.0.x.html . But it shows
build path error. I make it error free by showing the jar path manually.

On Tue, Oct 28, 2014 at 3:58 PM, Maxim Solodovnik 
wrote:

> Should work in both
> extremely weird behavior
>
> On 28 October 2014 21:40, Mahedi Kaysar  wrote:
>
>> Thanks a lot for giving me your time to solve this problem. Now I should
>> use chrome.
>>
>> On Tue, Oct 28, 2014 at 3:25 PM, Maxim Solodovnik 
>> wrote:
>>
>>> Somehow not all strings were loaded from server 
>>> Never saw such behavior before
>>> Is there anything in server log?
>>> Is there any special steps to reproduce? (OS configuring, browser
>>> configuring etc.)?
>>> Is it reproducible in other browsers?
>>>
>>> On 28 October 2014 20:54, Mahedi Kaysar  wrote:
>>>
>>>> I have attached both.
>>>>
>>>> On Tue, Oct 28, 2014 at 2:48 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> could you select all text in left debug window and paste here (as
>>>>> text) ?
>>>>>
>>>>> On 28 October 2014 20:44, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Thanks. I changed it and run. OM shows Laszlo Debugger. please see
>>>>>> the attachment. Still have some problem.
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 2:37 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> write DEVELOPMENT instead of DEPLOYMENT
>>>>>>> and restart OM
>>>>>>>
>>>>>>> On 28 October 2014 20:34, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Sorry for being late.
>>>>>>>> It will be better for me if you please tell how I will enable the
>>>>>>>> client debug. What I will change in web.xml
>>>>>>>> I found there as bellow:
>>>>>>>>
>>>>>>>> 
>>>>>>>> configuration
>>>>>>>> DEPLOYMENT
>>>>>>>> 
>>>>>>>>
>>>>>>>> On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik <
>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Maybe your windows blocks some server calls .
>>>>>>>>> can you enable client debug on your OM and check client logs?
>>>>>>>>> (web.xml: DEPLOYMENT -> DEVELOPMENT)
>>>>>>>>>
>>>>>>>>> On 28 October 2014 19:24, Mahedi Kaysar 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Please check the two attachments. One is from localhost output
>>>>>>>>>> and another one is from demo. I think I installed OM and configure 
>>>>>>>>>> the DB
>>>>>>>>>> as mysql.
>>>>>>>>>>
>>>>>>>>>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik <
>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> it just means you have not installed OM after building (DB is
>>>>>>>>>>> empty)
>>>>>>>>>>>
>>>>>>>>>>> On 28 October 2014 19:10, Mahedi Kaysar 
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> English and Firfox
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> That is weird everything works for me
>>>>>>>>>>>>> What language are you using?
>>>>>>>>>>>>> what browser?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 28 October 2014 19:04, Mahedi Kaysar <
>

Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
Thanks a lot for giving me your time to solve this problem. Now I should
use chrome.

On Tue, Oct 28, 2014 at 3:25 PM, Maxim Solodovnik 
wrote:

> Somehow not all strings were loaded from server 
> Never saw such behavior before
> Is there anything in server log?
> Is there any special steps to reproduce? (OS configuring, browser
> configuring etc.)?
> Is it reproducible in other browsers?
>
> On 28 October 2014 20:54, Mahedi Kaysar  wrote:
>
>> I have attached both.
>>
>> On Tue, Oct 28, 2014 at 2:48 PM, Maxim Solodovnik 
>> wrote:
>>
>>> could you select all text in left debug window and paste here (as text) ?
>>>
>>> On 28 October 2014 20:44, Mahedi Kaysar  wrote:
>>>
>>>> Thanks. I changed it and run. OM shows Laszlo Debugger. please see the
>>>> attachment. Still have some problem.
>>>>
>>>> On Tue, Oct 28, 2014 at 2:37 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> write DEVELOPMENT instead of DEPLOYMENT
>>>>> and restart OM
>>>>>
>>>>> On 28 October 2014 20:34, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Sorry for being late.
>>>>>> It will be better for me if you please tell how I will enable the
>>>>>> client debug. What I will change in web.xml
>>>>>> I found there as bellow:
>>>>>>
>>>>>> 
>>>>>> configuration
>>>>>> DEPLOYMENT
>>>>>> 
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> Maybe your windows blocks some server calls .
>>>>>>> can you enable client debug on your OM and check client logs?
>>>>>>> (web.xml: DEPLOYMENT -> DEVELOPMENT)
>>>>>>>
>>>>>>> On 28 October 2014 19:24, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Please check the two attachments. One is from localhost output and
>>>>>>>> another one is from demo. I think I installed OM and configure the DB 
>>>>>>>> as
>>>>>>>> mysql.
>>>>>>>>
>>>>>>>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik <
>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> it just means you have not installed OM after building (DB is
>>>>>>>>> empty)
>>>>>>>>>
>>>>>>>>> On 28 October 2014 19:10, Mahedi Kaysar 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> English and Firfox
>>>>>>>>>>
>>>>>>>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik <
>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> That is weird everything works for me
>>>>>>>>>>> What language are you using?
>>>>>>>>>>> what browser?
>>>>>>>>>>>
>>>>>>>>>>> On 28 October 2014 19:04, Mahedi Kaysar 
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Thanks a lot. Your link is working. But it does not show the
>>>>>>>>>>>> text or names of the buttons or others elements.
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> What demo are you talking about?
>>>>>>>>>>>>> Just have checked
>>>>>>>>>>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>>>>>>>>>>> it works as expected
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 28 October 2014 18:55, Mahedi Kaysar <
>>>>>>>>>>>>> kaysar07c...@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>> I am trying to view the demo but when I clicked in conference
>>>>>>>>>>>>>> room it was showing *internal error* message.
>>>>>>>>>>>>>> Is there any problem in the Demo? I want to make a conference
>>>>>>>>>>>>>> live with that demo for viewing the features. Is there any other 
>>>>>>>>>>>>>> sources
>>>>>>>>>>>>>> which is working?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Mahedi
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
I was trying in Firefox. But Now it is working well in Chrome!!!

On Tue, Oct 28, 2014 at 3:25 PM, Maxim Solodovnik 
wrote:

> Somehow not all strings were loaded from server 
> Never saw such behavior before
> Is there anything in server log?
> Is there any special steps to reproduce? (OS configuring, browser
> configuring etc.)?
> Is it reproducible in other browsers?
>
> On 28 October 2014 20:54, Mahedi Kaysar  wrote:
>
>> I have attached both.
>>
>> On Tue, Oct 28, 2014 at 2:48 PM, Maxim Solodovnik 
>> wrote:
>>
>>> could you select all text in left debug window and paste here (as text) ?
>>>
>>> On 28 October 2014 20:44, Mahedi Kaysar  wrote:
>>>
>>>> Thanks. I changed it and run. OM shows Laszlo Debugger. please see the
>>>> attachment. Still have some problem.
>>>>
>>>> On Tue, Oct 28, 2014 at 2:37 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> write DEVELOPMENT instead of DEPLOYMENT
>>>>> and restart OM
>>>>>
>>>>> On 28 October 2014 20:34, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Sorry for being late.
>>>>>> It will be better for me if you please tell how I will enable the
>>>>>> client debug. What I will change in web.xml
>>>>>> I found there as bellow:
>>>>>>
>>>>>> 
>>>>>> configuration
>>>>>> DEPLOYMENT
>>>>>> 
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> Maybe your windows blocks some server calls .
>>>>>>> can you enable client debug on your OM and check client logs?
>>>>>>> (web.xml: DEPLOYMENT -> DEVELOPMENT)
>>>>>>>
>>>>>>> On 28 October 2014 19:24, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Please check the two attachments. One is from localhost output and
>>>>>>>> another one is from demo. I think I installed OM and configure the DB 
>>>>>>>> as
>>>>>>>> mysql.
>>>>>>>>
>>>>>>>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik <
>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> it just means you have not installed OM after building (DB is
>>>>>>>>> empty)
>>>>>>>>>
>>>>>>>>> On 28 October 2014 19:10, Mahedi Kaysar 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> English and Firfox
>>>>>>>>>>
>>>>>>>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik <
>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> That is weird everything works for me
>>>>>>>>>>> What language are you using?
>>>>>>>>>>> what browser?
>>>>>>>>>>>
>>>>>>>>>>> On 28 October 2014 19:04, Mahedi Kaysar 
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Thanks a lot. Your link is working. But it does not show the
>>>>>>>>>>>> text or names of the buttons or others elements.
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> What demo are you talking about?
>>>>>>>>>>>>> Just have checked
>>>>>>>>>>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>>>>>>>>>>> it works as expected
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 28 October 2014 18:55, Mahedi Kaysar <
>>>>>>>>>>>>> kaysar07c...@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>> I am trying to view the demo but when I clicked in conference
>>>>>>>>>>>>>> room it was showing *internal error* message.
>>>>>>>>>>>>>> Is there any problem in the Demo? I want to make a conference
>>>>>>>>>>>>>> live with that demo for viewing the features. Is there any other 
>>>>>>>>>>>>>> sources
>>>>>>>>>>>>>> which is working?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Mahedi
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
I have attached both.

On Tue, Oct 28, 2014 at 2:48 PM, Maxim Solodovnik 
wrote:

> could you select all text in left debug window and paste here (as text) ?
>
> On 28 October 2014 20:44, Mahedi Kaysar  wrote:
>
>> Thanks. I changed it and run. OM shows Laszlo Debugger. please see the
>> attachment. Still have some problem.
>>
>> On Tue, Oct 28, 2014 at 2:37 PM, Maxim Solodovnik 
>> wrote:
>>
>>> write DEVELOPMENT instead of DEPLOYMENT
>>> and restart OM
>>>
>>> On 28 October 2014 20:34, Mahedi Kaysar  wrote:
>>>
>>>> Sorry for being late.
>>>> It will be better for me if you please tell how I will enable the
>>>> client debug. What I will change in web.xml
>>>> I found there as bellow:
>>>>
>>>> 
>>>> configuration
>>>> DEPLOYMENT
>>>> 
>>>>
>>>> On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> Maybe your windows blocks some server calls .
>>>>> can you enable client debug on your OM and check client logs?
>>>>> (web.xml: DEPLOYMENT -> DEVELOPMENT)
>>>>>
>>>>> On 28 October 2014 19:24, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Please check the two attachments. One is from localhost output and
>>>>>> another one is from demo. I think I installed OM and configure the DB as
>>>>>> mysql.
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> it just means you have not installed OM after building (DB is empty)
>>>>>>>
>>>>>>> On 28 October 2014 19:10, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> English and Firfox
>>>>>>>>
>>>>>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik <
>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> That is weird everything works for me
>>>>>>>>> What language are you using?
>>>>>>>>> what browser?
>>>>>>>>>
>>>>>>>>> On 28 October 2014 19:04, Mahedi Kaysar 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Thanks a lot. Your link is working. But it does not show the text
>>>>>>>>>> or names of the buttons or others elements.
>>>>>>>>>>
>>>>>>>>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik <
>>>>>>>>>> solomax...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> What demo are you talking about?
>>>>>>>>>>> Just have checked
>>>>>>>>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>>>>>>>>> it works as expected
>>>>>>>>>>>
>>>>>>>>>>> On 28 October 2014 18:55, Mahedi Kaysar 
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>> I am trying to view the demo but when I clicked in conference
>>>>>>>>>>>> room it was showing *internal error* message.
>>>>>>>>>>>> Is there any problem in the Demo? I want to make a conference
>>>>>>>>>>>> live with that demo for viewing the features. Is there any other 
>>>>>>>>>>>> sources
>>>>>>>>>>>> which is working?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Mahedi
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>&g

Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
Sorry for being late.
It will be better for me if you please tell how I will enable the client
debug. What I will change in web.xml
I found there as bellow:


configuration
DEPLOYMENT


On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik 
wrote:

> Maybe your windows blocks some server calls .
> can you enable client debug on your OM and check client logs? (web.xml:
> DEPLOYMENT -> DEVELOPMENT)
>
> On 28 October 2014 19:24, Mahedi Kaysar  wrote:
>
>> Please check the two attachments. One is from localhost output and
>> another one is from demo. I think I installed OM and configure the DB as
>> mysql.
>>
>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik 
>> wrote:
>>
>>> it just means you have not installed OM after building (DB is empty)
>>>
>>> On 28 October 2014 19:10, Mahedi Kaysar  wrote:
>>>
>>>> English and Firfox
>>>>
>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> That is weird everything works for me
>>>>> What language are you using?
>>>>> what browser?
>>>>>
>>>>> On 28 October 2014 19:04, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Thanks a lot. Your link is working. But it does not show the text or
>>>>>> names of the buttons or others elements.
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> What demo are you talking about?
>>>>>>> Just have checked
>>>>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>>>>> it works as expected
>>>>>>>
>>>>>>> On 28 October 2014 18:55, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>> I am trying to view the demo but when I clicked in conference room
>>>>>>>> it was showing *internal error* message.
>>>>>>>> Is there any problem in the Demo? I want to make a conference live
>>>>>>>> with that demo for viewing the features. Is there any other sources 
>>>>>>>> which
>>>>>>>> is working?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Mahedi
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
OK.

On Tue, Oct 28, 2014 at 1:37 PM, Maxim Solodovnik 
wrote:

> Maybe your windows blocks some server calls .
> can you enable client debug on your OM and check client logs? (web.xml:
> DEPLOYMENT -> DEVELOPMENT)
>
> On 28 October 2014 19:24, Mahedi Kaysar  wrote:
>
>> Please check the two attachments. One is from localhost output and
>> another one is from demo. I think I installed OM and configure the DB as
>> mysql.
>>
>> On Tue, Oct 28, 2014 at 1:14 PM, Maxim Solodovnik 
>> wrote:
>>
>>> it just means you have not installed OM after building (DB is empty)
>>>
>>> On 28 October 2014 19:10, Mahedi Kaysar  wrote:
>>>
>>>> English and Firfox
>>>>
>>>> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik >>> > wrote:
>>>>
>>>>> That is weird everything works for me
>>>>> What language are you using?
>>>>> what browser?
>>>>>
>>>>> On 28 October 2014 19:04, Mahedi Kaysar 
>>>>> wrote:
>>>>>
>>>>>> Thanks a lot. Your link is working. But it does not show the text or
>>>>>> names of the buttons or others elements.
>>>>>>
>>>>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik <
>>>>>> solomax...@gmail.com> wrote:
>>>>>>
>>>>>>> What demo are you talking about?
>>>>>>> Just have checked
>>>>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>>>>> it works as expected
>>>>>>>
>>>>>>> On 28 October 2014 18:55, Mahedi Kaysar 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>> I am trying to view the demo but when I clicked in conference room
>>>>>>>> it was showing *internal error* message.
>>>>>>>> Is there any problem in the Demo? I want to make a conference live
>>>>>>>> with that demo for viewing the features. Is there any other sources 
>>>>>>>> which
>>>>>>>> is working?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Mahedi
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
It is not showing the text when I run it in localhost after doing
successful ant builds.

On Tue, Oct 28, 2014 at 1:10 PM, Mahedi Kaysar 
wrote:

> English and Firfox
>
> On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik 
> wrote:
>
>> That is weird everything works for me
>> What language are you using?
>> what browser?
>>
>> On 28 October 2014 19:04, Mahedi Kaysar  wrote:
>>
>>> Thanks a lot. Your link is working. But it does not show the text or
>>> names of the buttons or others elements.
>>>
>>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik >> > wrote:
>>>
>>>> What demo are you talking about?
>>>> Just have checked
>>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>>> it works as expected
>>>>
>>>> On 28 October 2014 18:55, Mahedi Kaysar  wrote:
>>>>
>>>>> Hi,
>>>>> I am trying to view the demo but when I clicked in conference room it
>>>>> was showing *internal error* message.
>>>>> Is there any problem in the Demo? I want to make a conference live
>>>>> with that demo for viewing the features. Is there any other sources which
>>>>> is working?
>>>>>
>>>>> Thanks
>>>>> Mahedi
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
English and Firfox

On Tue, Oct 28, 2014 at 1:08 PM, Maxim Solodovnik 
wrote:

> That is weird everything works for me
> What language are you using?
> what browser?
>
> On 28 October 2014 19:04, Mahedi Kaysar  wrote:
>
>> Thanks a lot. Your link is working. But it does not show the text or
>> names of the buttons or others elements.
>>
>> On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik 
>> wrote:
>>
>>> What demo are you talking about?
>>> Just have checked
>>> http://om.alteametasoft.com/openmeetings/#user/dashboard
>>> it works as expected
>>>
>>> On 28 October 2014 18:55, Mahedi Kaysar  wrote:
>>>
>>>> Hi,
>>>> I am trying to view the demo but when I clicked in conference room it
>>>> was showing *internal error* message.
>>>> Is there any problem in the Demo? I want to make a conference live with
>>>> that demo for viewing the features. Is there any other sources which is
>>>> working?
>>>>
>>>> Thanks
>>>> Mahedi
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
Thanks a lot. Your link is working. But it does not show the text or names
of the buttons or others elements.

On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik 
wrote:

> What demo are you talking about?
> Just have checked http://om.alteametasoft.com/openmeetings/#user/dashboard
> it works as expected
>
> On 28 October 2014 18:55, Mahedi Kaysar  wrote:
>
>> Hi,
>> I am trying to view the demo but when I clicked in conference room it was
>> showing *internal error* message.
>> Is there any problem in the Demo? I want to make a conference live with
>> that demo for viewing the features. Is there any other sources which is
>> working?
>>
>> Thanks
>> Mahedi
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
I have checked the bellow:
https://demo-openmeetings.apache.org/openmeetings

On Tue, Oct 28, 2014 at 12:59 PM, Maxim Solodovnik 
wrote:

> What demo are you talking about?
> Just have checked http://om.alteametasoft.com/openmeetings/#user/dashboard
> it works as expected
>
> On 28 October 2014 18:55, Mahedi Kaysar  wrote:
>
>> Hi,
>> I am trying to view the demo but when I clicked in conference room it was
>> showing *internal error* message.
>> Is there any problem in the Demo? I want to make a conference live with
>> that demo for viewing the features. Is there any other sources which is
>> working?
>>
>> Thanks
>> Mahedi
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>


Openmeetings demo shows internal error!!

2014-10-28 Thread Mahedi Kaysar
Hi,
I am trying to view the demo but when I clicked in conference room it was
showing *internal error* message.
Is there any problem in the Demo? I want to make a conference live with
that demo for viewing the features. Is there any other sources which is
working?

Thanks
Mahedi


Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
I used bellow configurations:
1) Eclipse Luna V4.4.1
2) Java version "1.7.0_71" (32 bit) // note: 64bit was not working while
ant build.
3) Window 7 (64 bit)
4) Latest and previous version of Ivy (both is used separately) and get
same build path error.



On Fri, Oct 24, 2014 at 1:45 PM, Maxim Solodovnik 
wrote:

> Latest Ivy + latest Eclipse works for me as expected
>
> On 24 October 2014 19:35, Mahedi Kaysar  wrote:
>
>> Thanks for your mail. I had installed the IvyDE. But while importing it
>> was showing some error in IvySettings.java like
>>
>> java.lang.ClassCastException: 
>> org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to 
>> java.lang.String
>>
>> Then I tried with previous version with Ivy only. That time I do not find
>> that exception.
>>
>>
>> On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik 
>> wrote:
>>
>>> Have you installed IvyDE into Eclipse?
>>>
>>> On 24 October 2014 19:19, Mahedi Kaysar  wrote:
>>>
>>>> Hi All,
>>>> I just follow the the bellow link for OpenMeetings build.
>>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>>
>>>> All ant build are finished successfully but while importing in eclipse
>>>> the project can not find the jar and says J*ava Build Path Problem*.
>>>> But I follow every steps. Could you please help me to make the project
>>>> error free?
>>>>
>>>> Thanks
>>>> Md. Mahedi Kaysar
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Thanks for your mail. I had installed the IvyDE. But while importing it was
showing some error in IvySettings.java like

java.lang.ClassCastException:
org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be
cast to java.lang.String

Then I tried with previous version with Ivy only. That time I do not find
that exception.


On Fri, Oct 24, 2014 at 1:23 PM, Maxim Solodovnik 
wrote:

> Have you installed IvyDE into Eclipse?
>
> On 24 October 2014 19:19, Mahedi Kaysar  wrote:
>
>> Hi All,
>> I just follow the the bellow link for OpenMeetings build.
>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>
>> All ant build are finished successfully but while importing in eclipse
>> the project can not find the jar and says J*ava Build Path Problem*. But
>> I follow every steps. Could you please help me to make the project error
>> free?
>>
>> Thanks
>> Md. Mahedi Kaysar
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>


Eclipse: Java Build Path Problem

2014-10-24 Thread Mahedi Kaysar
Hi All,
I just follow the the bellow link for OpenMeetings build.
http://openmeetings.apache.org/BuildInstructions_3.0.x.html

All ant build are finished successfully but while importing in eclipse the
project can not find the jar and says J*ava Build Path Problem*. But I
follow every steps. Could you please help me to make the project error free?

Thanks
Md. Mahedi Kaysar