RE: Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread Maxim Solodovnik
Red5 is not packaged in OM sources. It is checked out, built and packaged into binary OM distribution. It is also not redownloaded/built in subsequent builds, this is why fresh OM builds longer. On May 21, 2012 12:39 PM, "George Kirkham" wrote: > ** ** > > I had meant to attach the log files in

RE: Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread George Kirkham
Maxim, Thanks for pointing out that it is to do with Red5. Where does the OpenMeetings build get its Red5 server from ? And why do we need a separate Red5 server and not one that is packaged with the linux distro? I am guessing that it is specially compiled for OpenMeetings, as I was unab

Re: Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread Maxim Solodovnik
According to your log: [copy] Copying 2 files to /usr/adm/compile/omall/openmeetings/trunk/singlewebapp/build/red5/dist/webapps/installer [copy] Warning: /usr/adm/compile/omall/openmeetings/trunk/flash/trunk/deploy does not exist. It is not OM warning. It is Red5 warning. The build pro

Why do I get "...flash/trunk/deploy does not exist." when I check out code and compile.

2012-05-20 Thread George Kirkham
Hi, I am curious, why do I get a warning for "...flash/trunk/deploy does not exist" when I check out code and compile ? Maybe I get too concerned about warning because of my previous 'C' programming where warnings can have quite serious issues for stability. C is a great programming lang

RE: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue

2012-05-20 Thread George Kirkham
Brian, I may be able to assist you if you want to directly contact me, similar to the other day. Thanks, George Kirkham From: Bmullan.mail [mailto:bmullan.m...@gmail.com] Sent: Monday, 21 May 2012 2:10 PM To: openmeetings-u...@googlegroups.com; openmeetings-user@incubator.a

Re: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue

2012-05-20 Thread Bmullan.mail
I went so far as to temporarily open all Ports to rule that out early this a.m. Sent via the Samsung Galaxy S™ II Skyrocket™, an AT&T 4G LTE smartphone. Original message Subject: Re: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue From: Maxim Solodovnik

RE: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread George Kirkham
Maxim, I was a bit slow sending my next question, and you had already replied. Here is the URL http://www.mysql.com/downloads/connector/j/ Thanks, George Kirkham From: George Kirkham [mailto:gkirk...@co2crc.com.au] Sent: Monday, 21 May 2012 1:55 PM To: openmeetings-us

RE: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread George Kirkham
Maxium, Would this be the item that needs to be downloaded? (it was not too hard to find once I knew to look, but it would be nice if the Openmeetings install/update web site and documentation could be updated. http://dev.mysql.com/downloads/connector/j/ mysql-connector-java-5.1.20.t

Re: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue

2012-05-20 Thread Maxim Solodovnik
AWS private/public IP is not an issue. Please check you have all necessary ports opened and DB installed/running. On Mon, May 21, 2012 at 10:10 AM, bmullan wrote: > Sebastian > > I am new to OpenMeetings but like Alexander I am trying install OM2 on > Amazon's (AWS) EC2 cloud. > Like Alexander .

Re: [openmeetings-user] Install on Debian on Amazon EC2 - IP address issue

2012-05-20 Thread bmullan
Sebastian I am new to OpenMeetings but like Alexander I am trying install OM2 on Amazon's (AWS) EC2 cloud. Like Alexander ... I can get everything installed but OpenMeetings is NOT reachable from the internet. You may not be familiar with AWS but when you launch a Server on AWS EC2 it gets 2

Re: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread Maxim Solodovnik
Here is the URL http://www.mysql.com/downloads/connector/j/ On Mon, May 21, 2012 at 10:03 AM, George Kirkham wrote: > Maxim, > > ** ** > > I am surprised that it is not part of the JDK and needs to be introduced > separately? > > ** ** > > Both myself, and many other people would not k

RE: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread George Kirkham
Maxim, I am surprised that it is not part of the JDK and needs to be introduced separately? Both myself, and many other people would not know that they would need to or even how to “download MySQL driver and put it into red5/webapps/openmeetings/WEB_INF/lib manually”. Would you ple

Re: Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread Maxim Solodovnik
Hello George, MySQL JDBC driver is licensed under LGPL which is not compatible with Apache License . This driver can not be packaged with OM (as well as Oracle and DB2 driver) So from now users need to download MuSQL driver and put it into red5/webapps/openmeetings/WEB_INF/lib manually On Mon, Ma

Build #80 issue "Cannot load JDBC driver class 'com.mysql.jdbc.Driver' " for compiled package

2012-05-20 Thread George Kirkham
Hi, I don't know how much of an issue this is but it would be nice to let people know how to overcome the issue. I downloaded the build https://builds.apache.org/job/openmeetings/lastSuccessfulBuild/artifact/ singlewebapp/dist/apache-openmeetings-incubating-2.0.0.r1340587-19-05-20 12_2317.t

Re: OpenMeetings source missing "openmeetings/trunk/flash directory"

2012-05-20 Thread seba.wag...@gmail.com
In the attached log searching for the string "[copy] Warning:" => nothing found Search for "flash/trunk/deploy" => nothing found Are you sure the problem still exists? Sebastian 2012/5/20 George Kirkham > Sebastian, > > ** ** > > Please see attached log file. > > ** ** > > Thanks,

Re: OpenMeetings source missing "openmeetings/trunk/flash directory"

2012-05-20 Thread seba.wag...@gmail.com
Could you paste your complete log including the error/warning: /usr/adm/compile/omall/openmeetings/trunk/flash/trunk/deploy does not exist. [copy] Warning: /usr/adm/compile/omall/openmeetings/trunk/flash/trunk/deploy does not exist. to pastebin. I don't understand yet the context where this

OpenMeetings source missing "openmeetings/trunk/flash directory"

2012-05-20 Thread George Kirkham
Hello all, In an effort to see if I could resolve the warning about the missing flash/trunk, I performed the following. svn checkout https://svn.apache.org/repos/asf/incubator/openmeetings in the directory /usr/adm/compile/omall/ and then ran "ant -Ddb=mysql" from /usr/adm/compile/omal

revision 1340587 - Recording test does not play back

2012-05-20 Thread George Kirkham
When using revision 1340587, and enter a room, then do a 5 second "Start recording test", this the recording seems to work, I can see video and the microphone level bar moving, but nothing plays back. If I select the "Play" button, again nothing happens. Can someone please check revision 1340587 c