Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
seems this feature need more testing :( On Thu, May 24, 2012 at 1:42 PM, Anand Ayyappan wrote: > Hi > > I had tried only two and also had made modifications in > > red5\webapps\openmeetings\WEB-INF\red5-web.properties > > > and config.xml > > > Thanks > > Anand Ayyappan > > > "Formal education w

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi I had tried only two and also had made modifications in red5\webapps\openmeetings\WEB-INF\red5-web.properties and config.xml Thanks Anand Ayyappan "Formal education will make you a living; self-education will make you a fortune." - Jim Rohn Visit http://indya.co to post classifieds for

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
I have tested multiple OM instances (2 instances) on single Red5 server Everything works as expected How many instances have you run? Have you modified red5\webapps\openmeetings\WEB-INF\red5-web.properties of every instance to make it work? On Thu, May 24, 2012 at 1:24 PM, Anand Ayyappan wrote:

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi Stephen and Maxim, The installation was fine and the system is up and running. I this the whole problem was because of the multiple instances. May be you can look into these issues when some documentation about multiple instance is being created. Thanks Anand Ayyappan "Formal education wi

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi Maxim and stephen Sorry all this i had failed to tell an important point. I was installing multiple instance. i remove all other instances and now running only one. Now i am unable to connect and installation is currently proceeding. Will update once done. I had followed the instructions i

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
OK please send me: 1) java -version 2) uname -a 3) cat /etc/*release* 4) amount of RAM On Thu, May 24, 2012 at 12:47 PM, Anand Ayyappan wrote: > Hi Maxim, > > Still the same. > > Thanks > > Anand Ayyappan > > > "Formal education will make you a living; self-education will make you a > fortune." -

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi Maxim, Still the same. Thanks Anand Ayyappan "Formal education will make you a living; self-education will make you a fortune." - Jim Rohn Visit http://indya.co to post classifieds for free On Thu, May 24, 2012 at 11:07 AM, Maxim Solod

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
or maybe even better -Xmx1024m -XX:MaxPermSize=256m On Thu, May 24, 2012 at 12:35 PM, Maxim Solodovnik wrote: > try *-XX:PermSize=128m* > > > On Thu, May 24, 2012 at 12:32 PM, Anand Ayyappan > wrote: > >> Hi Stephen, >> >> Doing that also didn't help. >> >> It still gives the following >> Ex

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Maxim Solodovnik
try *-XX:PermSize=128m* On Thu, May 24, 2012 at 12:32 PM, Anand Ayyappan wrote: > Hi Stephen, > > Doing that also didn't help. > > It still gives the following > Exception in thread "Keep-Alive-Timer" java.lang.OutOfMemoryError: PermGen > space > at java.util.Collections.synchronizedLis

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi Stephen, Doing that also didn't help. It still gives the following Exception in thread "Keep-Alive-Timer" java.lang.OutOfMemoryError: PermGen space at java.util.Collections.synchronizedList(Collections.java:1784) at java.util.Vector.subList(Vector.java:978) at sun.net.w

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi, Now i get following error SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/lib/red5/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/lib/red5/lib/logback-classic-0.9.28.jar!/org/slf4j/impl/StaticLoggerBinder.cl

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Sorry it was just a typo error. Thanks Anand Ayyappan "Formal education will make you a living; self-education will make you a fortune." - Jim Rohn Visit http://indya.co to post classifieds for free On Wed, May 23, 2012 at 8:16 PM, Anand A

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Anand Ayyappan
Hi George I used the startup script and got the following /etc/init.d/red5 start /etc/init.d/red5: line 9: syntax error near unexpected token `in' /etc/init.d/red5: line 9: `in start)' Thanks Anand Ayyappan "Formal education will make you a living; self-education will make you a fortune." - J

RE: Step by Step build instructions (Updates)

2012-05-23 Thread Stephen Cottham
-user@incubator.apache.org Subject: Re: Step by Step build instructions (Updates) Sun-Java in Ubuntu via PPA try this: sudo apt-add-repository ppa:flexiondotorg/java sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin Stephen Cottham Group IT Manager (Associate) Robert Bird

Re: Step by Step build instructions (Updates)

2012-05-23 Thread Jaime Balbino
Sun-Java in Ubuntu via PPA try this: sudo apt-add-repository ppa:flexiondotorg/java sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin

RE: Step by Step build instructions (Updates)

2012-05-23 Thread George Kirkham
rkham -Original Message- From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Wednesday, 23 May 2012 10:43 PM To: openmeetings-user@incubator.apache.org Subject: RE: Step by Step build instructions (Updates) Thanks Anand, I'm just running thru the steps again now to

RE: Step by Step build instructions (Updates)

2012-05-23 Thread George Kirkham
Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Wednesday, 23 May 2012 10:30 PM To: openmeetings-user@incubator.apache.org Subject: RE: Step by Step build instructions (Updates) Hi Anand, I'll check out the swftools install, I dont remeber having any issues with it as I did the doucme

Re: Step by Step build instructions (Updates)

2012-05-22 Thread Jaime Balbino
2012/5/22 Stephen Cottham > > 1) What was the compile error? did you have the correct version of Ant? > Ant 1.83 in last lines this error occour: compile.only: [echo] Compile main to /home/jaimebalb/openmeetings2rc/testesource/singlewebapp/build/classes/openmeetings [javac] /home/jaim

Re: Step by Step build instructions (Updates)

2012-05-22 Thread Jaime Balbino
Hi Stephen, 2012/5/22 Stephen Cottham > > Which guide did you use? (They was both updated again yesterday) Debian 6.0 guide. I had problems earlier in the guide exactly where corrections were made. On the server already running the OM 1.88. Now disabled. > 1) What was the compile error? did yo

Re: Step by Step build instructions (Updates)

2012-05-22 Thread Jaime Balbino
Hi, I use this updated guide and now my install is OK. Thanks! But: 1, I have source compile error ("Build Failure"). I use pre-compile build r1340865-20-05-2012

Re: libjpeg62 libjpeg8 RE: Step by Step build instructions (Updates)

2012-05-22 Thread brian mullan
I would also suggest looking at libjpeg-turbo which I believe is going to become the default in Ubuntu a a couple other distributions (already or soon). http://libjpeg-turbo.virtualgl.org/ *libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON)

RE: libjpeg62 libjpeg8 RE: Step by Step build instructions (Updates)

2012-05-21 Thread George Kirkham
Hi, If you know, could you tell me the package dependencies and versions or OpenMeetings? I am guessing that in particularly for Ubuntu, that many of the old installation instructions that request people to install packages which are no longer required, because the packages have been upd

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread Gary Franklin
Excellent - thank you! -Original Message- From: greenes [mailto:zurca...@gmail.com] Sent: Monday, May 21, 2012 1:45 PM To: openmeetings-user@incubator.apache.org Subject: RE: RE: Step by Step build instructions (Updates) Hi Gary, In the tutorial: Installing OpenMeetings in

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread greenes
> Thanks! > > > > Gary > > > > > > From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] > Sent: Monday, May 21, 2012 7:09 AM > To: openmeetings-user@incubator.apache.org > Subject: RE: Step by Step build instructions (Updates) > > &g

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread greenes
o:stephen.cott...@robertbird.com.au] > Sent: Monday, May 21, 2012 7:09 AM > To: openmeetings-user@incubator.apache.org > Subject: RE: Step by Step build instructions (Updates) > > > > > Hi All, > > > > > > Ubuntu and Debian guides have been

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread Gary Franklin
Thanks much! From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: Monday, May 21, 2012 10:21 AM To: openmeetings-user@incubator.apache.org Subject: RE: RE: Step by Step build instructions (Updates) Hey Gary, I'm not sure I haven't loaded his latest build but it

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread Stephen Cottham
let you know. Best Regards From: Gary Franklin [mailto:gfrank...@tapestrysolutions.com] Sent: Tue 22/05/2012 01:10 To: openmeetings-user@incubator.apache.org Subject: RE: RE: Step by Step build instructions (Updates) Stephen, Would you hap

RE: RE: Step by Step build instructions (Updates)

2012-05-21 Thread Gary Franklin
image002.png@01CD3739.F836D8E0] Disclaimer added by CodeTwo Exchange Rules www.codetwo.com<http://www.codetwo.com> From: Stephen Cottham Sent: Mon 21/05/2012 08:48 To: openmeetings-user@incubator.apache.org<mailto:openmeetings-user@incubator.apache.org> Subj

RE: Step by Step build instructions

2012-05-16 Thread George Kirkham
Greenes, I agree with you. Stephen, thanks. Thanks, George Kirkham -Original Message- From: greenes [mailto:zurca...@gmail.com] Sent: Thursday, 17 May 2012 6:46 PM To: openmeetings-user@incubator.apache.org Subject: Re: Step by Step build instructions Hi Stephen, Would be good if

RE: Step by Step build instructions

2012-05-16 Thread Stephen Cottham
From: greenes [mailto:zurca...@gmail.com] Sent: Thursday, 17 May 2012 9:46 AM To: openmeetings-user@incubator.apache.org Subject: Re: Step by Step build instructions Hi Stephen, Would be good if the OpenMeetings Debian tutos are together. So if you like it, up your Installing OM2.x On Deb

Re: Step by Step build instructions

2012-05-16 Thread greenes
Hi Stephen, Would be good if the OpenMeetings Debian tutos are together. So if you like it, up your Installing OM2.x On Debian64 - Headless.pdf ...to - with: Installing OpenMeetings in Squeeze.pdf OpenMeetings-1.9.1-OpenOffice_run_script_Squeeze_1.zip ...in the same page. One block only is

Re: Step by Step build instructions

2012-05-15 Thread Maxim Solodovnik
* > > ** ** > > George Kirkham > > ** ** > > ** ** > > ** ** > > *From:* Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] > *Sent:* Tuesday, 15 May 2012 10:47 PM > *To:* openmeetings-user@incubator.apache.org > *Subject:* Step by Step build instructions > > **

RE: Step by Step build instructions

2012-05-15 Thread George Kirkham
by Step build instructions Hi All, Please find attached a compressed PDF that has a step by step guide showing the following: 1) Installing Debian 64 Base System 2) Installing all required Dependencies 3) Compiling latest OM 2.x 4) Installing the Built OM 2.x 5

RE: Step by Step build instructions

2012-05-15 Thread Stephen Cottham
Nice one I'll do that now. Thanks Sabastian. From: seba.wag...@gmail.com [mailto:seba.wag...@gmail.com] Sent: Tuesday, 15 May 2012 2:13 PM To: openmeetings-user@incubator.apache.org Subject: Re: Step by Step build instructions I think you just need to sign up in the wiki and the

Re: Step by Step build instructions

2012-05-15 Thread seba.wag...@gmail.com
you need to do it? > > ** ** > > Cheers > > ** ** > > ** ** > > ** ** > > *From:* seba.wag...@gmail.com [mailto:seba.wag...@gmail.com] > *Sent:* Tuesday, 15 May 2012 2:03 PM > *To:* openmeetings-user@incubator.apache.org > *Subject:* Re: Step by Step bu

RE: Step by Step build instructions

2012-05-15 Thread Stephen Cottham
Hey Sebastian, I think that would be the best place for sure, can I upload it there or do you need to do it? Cheers From: seba.wag...@gmail.com [mailto:seba.wag...@gmail.com] Sent: Tuesday, 15 May 2012 2:03 PM To: openmeetings-user@incubator.apache.org Subject: Re: Step by Step