Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maxim Solodovnik
You seems to find an issue Thanks for reporting :) Should be fixed On Sun, Mar 2, 2014 at 10:48 AM, Maduranga Siriwardena maduranga.siriward...@gmail.com wrote: Hi all, I'm trying to build the source code. I checked it out from the svn and build it using the command ant -Ddb=myql and the

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maduranga Siriwardena
@Maxim Solodovnik Thank you for the reply. I am planing to participate in GSoC through openmeetings. So I need get familiar with the product. As I can't run the product currently, it is bit difficult to proceed. Can you please notify me when the issue is fixed? On Sun, Mar 2, 2014 at 6:55 PM,

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maduranga Siriwardena
I updated my repository and built it again. And I ran the bellow command ./admin.sh -v -i -user admin -group group -email t...@server.org-tzAsia/Tehran --db-name openmeetings_test --db-type=mysql So I was able to pass the point where the previous error occurred. Now I get the bellow error. Can

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maxim Solodovnik
you have created DB without UTF-8 support On Sun, Mar 2, 2014 at 11:30 PM, Maduranga Siriwardena maduranga.siriward...@gmail.com wrote: I updated my repository and built it again. And I ran the bellow command ./admin.sh -v -i -user admin -group group -email t...@server.org-tzAsia/Tehran

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maduranga Siriwardena
Thanks again for the quick reply. Now the installation goes well and finishes (it seems to be) with a Done printed on the terminal. Does that mean that the installation is complete without any problem. But I cant access the client from the bellow url. http://localhost:5080/openmeetings Sorry for

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maxim Solodovnik
Now you can run and use OM. (using ./run.sh or ./run-debug.sh) On Mar 3, 2014 12:21 AM, Maduranga Siriwardena maduranga.siriward...@gmail.com wrote: Thanks again for the quick reply. Now the installation goes well and finishes (it seems to be) with a Done printed on the terminal. Does that

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maxim Solodovnik
yes On Mon, Mar 3, 2014 at 12:28 AM, Maduranga Siriwardena maduranga.siriward...@gmail.com wrote: you mean the red5.sh? There is no file called run.sh in the folder On Sun, Mar 2, 2014 at 10:53 PM, Maxim Solodovnik solomax...@gmail.com wrote: Now you can run and use OM. (using

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maduranga Siriwardena
I was running that sh file and faced a very mysterious problem. Suddenly it scans for some jar files and gives and error of not finding some jar files which are not relevant to this project by any mean. I'm really confused. Bellow is where the error starts. And goes on for not finding several

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maxim Solodovnik
never saw such errors On Mon, Mar 3, 2014 at 12:53 AM, Maduranga Siriwardena maduranga.siriward...@gmail.com wrote: I was running that sh file and faced a very mysterious problem. Suddenly it scans for some jar files and gives and error of not finding some jar files which are not relevant

Re: Problems with installing the product after building the source code.

2014-03-02 Thread Maduranga Siriwardena
Thank you so much for the support. I copied my dist folder to /opt and installed the product and run it. Now everything is working fine. But I'm still confused about whats the problem with running it in my home folder. On Sun, Mar 2, 2014 at 11:34 PM, Maxim Solodovnik solomax...@gmail.comwrote:

Problems with installing the product after building the source code.

2014-03-01 Thread Maduranga Siriwardena
Hi all, I'm trying to build the source code. I checked it out from the svn and build it using the command ant -Ddb=myql and the building process well without any errors. Then I tried to run the product. First I created a user and granted the privileges to the user. Then I ran the bellow command.