RE: Recipient ID in the Conference Room

2014-05-18 Thread George Kirkham
Maxim,

If I understand what is being spoken about, it would be good if there was a 
"box/field for first/last name from the invitation popup", and if not provided 
(i.e. the fields are left blank, then use the Email address).  Just 
suggesting...

George.

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirk...@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Monday, 19 May 2014 3:01 PM
To: Openmeetings user-list
Subject: Re: Recipient ID in the Conference Room

 

You are right, no first/last name

Email should be displayed as expected, will try to double check

 

On Mon, May 19, 2014 at 11:55 AM, John Tran  wrote:

Maxim,

There are no box/field for first/last name from the invitation popup.  There is 
only a recipient box that requires an email format.  The invite is successful 
and they click on the link to join, the is no identifiable description under 
user list on the left pane. 

 

On Sun, May 18, 2014 at 9:44 PM, Maxim Solodovnik  wrote:

email address and/or first/last name (if was specified) should be displayed in 
user list

 

 

On Mon, May 19, 2014 at 11:16 AM, John Tran  wrote:

Greetings All 

I noticed that when you send an invite to a recipient and they join the room, 
there is no description to ID them.  Is there a setting to enable to this 
populate the recipient's email address?


 

-john-





 

-- 
WBR
Maxim aka solomax 




-- 
jt

John Tran
Northern California, CA
findingj...@gmail.com
 ICQ IM: 27741710
AOL IM: find1ngj0hn
Yahoo! IM: findingj0hn
   MSN IM: findingj...@hotmail.com 





 

-- 
WBR
Maxim aka solomax 



RE: amazon public image on AWS

2014-04-28 Thread George Kirkham
Maxim,

 

I was not able to find any documentation for OM 3.x, only OM 2.x ?

 

I am guessing that at this time we don’t have installation instructions 
specific to OM 3.x ?

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, 29 April 2014 1:47 PM
To: Openmeetings user-list
Subject: Re: amazon public image on AWS

 

I have created image long time ago, now can't find it :(

We usually use Ubuntu, Debian should work

Here are the manuals: 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools

 

On Tue, Apr 29, 2014 at 2:54 AM, Afonso Rech  wrote:

Hello there.

Is there any OpenMeetings public image to run in Amazon AWS?

If not, what is the better system to do it? Does OM works on Debian7? Is there 
any tutorial to do it?

Thanks for all.

Have a nice week.


 

-- 

Att.

Afonso Rech

mailto:afor...@gmail.com





 

-- 
WBR
Maxim aka solomax 



RE: Are side-by-side installations possible?

2014-02-23 Thread George Kirkham
Lee,

 

Openmeetings will use the current database, which you need to DROP if
you are going to keep the same database name.

 

If you want to have two installations so you can compare between them,
when you are installing the second instance you can easily change the
name of the "openmeetings database that you are creating and the name of
the database in the persistence.xml file. Of course you would have to
install openmeetings into folder by another name, this is not something
that I have ever bothered to do, but I believe would work.

 

Step 4  - Install MySQL and configure OpenMeetings database

apt-get install mysql-server

mysql -u root -p

CREATE DATABASE openmeetings DEFAULT CHARACTER SET 'utf8';

GRANT ALL PRIVILEGES ON openmeetings. * TO 'openmeetings'@'localhost'
IDENTIFIED BY 'yourpassword' WITH GRANT OPTION;

 

vi
/usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.
xml

Change the Username and Password to those you created in MySQL.  

Note: if you want OpenMeetings to use an external database or your MySQL
is listening to a network address and not 127.0.0.1, then you can
replace "localhost" with your MySQL Server's IP address.

, Url=jdbc:mysql://localhost:3306/openmeetings?...

, Username=openmeetings

, Password=yourpassword"/>

 





Step 4  - Install MySQL and configure OpenMeetings database

apt-get install mysql-server

mysql -u root -p

CREATE DATABASE openmeetings2 DEFAULT CHARACTER SET 'utf8';

GRANT ALL PRIVILEGES ON openmeetings2. * TO 'openmeetings'@'localhost'
IDENTIFIED BY 'yourpassword' WITH GRANT OPTION;

 

vi
/usr/lib/red5/webapps/openmeetings2/WEB-INF/classes/META-INF/persistence
.xml

Change the Username and Password to those you created in MySQL.  

Note: if you want OpenMeetings to use an external database or your MySQL
is listening to a network address and not 127.0.0.1, then you can
replace "localhost" with your MySQL Server's IP address.

, Url=jdbc:mysql://localhost:3306/openmeetings2?...

, Username=openmeetings

, Password=yourpassword"/>

 

Thanks,

 

George Kirkham

 

 

From: Lee Saunders [mailto:leesenglishless...@gmail.com] 
Sent: Sunday, 23 February 2014 12:13 AM
To: user@openmeetings.apache.org
Subject: Are side-by-side installations possible?

 

Hello,

 

I am running OM 2.1.1, but would like to see how 2.2 compares.

If I unpack 2.2 into a new folder on my drive (windows desktop), will OM
create a new MySQL database or overwrite the existing one?

 

Thanks,

 

Lee.



RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and sometimes not displaying rooms

2014-01-16 Thread George Kirkham
Maxim, thanks, that is just what I was trying to find…

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Friday, 17 January 2014 3:34 PM
To: Openmeetings user-list
Subject: Re: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

Hopefully will start voting this weekend (need to test/fix plugins 
compatibility)

You can get 3.0 nightly from here: 
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

 

On Fri, Jan 17, 2014 at 11:30 AM, George Kirkham  wrote:

I now have OpenMeetings 2.2 working in production and it seems quite stable and 
working well.

 

I don’t really know what caused the issue but when I downloaded OpenMeetings 
again, this time from 
http://archive.apache.org/dist/openmeetings/2.2.0/bin/apache-openmeetings-2.2.0.tar.gz

I have not had any issues with the Private rooms not displaying.

 

I still am unable to import from a backup of my version 2.0, but not having 
many users, I was able to re-enter them in manually.

 

I look forward to testing OpenMeetings 3.0

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirk...@co2crc.com.au] 
Sent: Thursday, 16 January 2014 2:16 PM
To: user@openmeetings.apache.org
Subject: RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

The behaviour may be my fault, I am checking into it now and will report back 
later.

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, 16 January 2014 2:05 PM
To: Openmeetings user-list
Subject: Re: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

I believe I never saw such behavior

 

 

On Wed, Jan 15, 2014 at 12:11 PM, George Kirkham  wrote:

Hi,

 

Have a issue with “Private rooms” tab sometimes displaying rooms and sometimes 
not displaying rooms. 

 

A new clean OpenMeetings 2.2.0 build downloaded (this week) and working on a 
Debian Wheezy server.

 

Issue #3:  In my OpenMeetings configuration, I have four groups, one private 
Conference room and one or two private conference rooms for each group.  When 
any user logs in, there seems to be a random chance that the Private rooms will 
display or not display. If they select “Recordings”, “Recordings”, then 
“Rooms”, “Private Rooms” then more than likely there will be no rooms displayed 
in the “Private rooms” listing.

 

Has anyone had an issue like this or can reproduce such and issue?

 

George.





 

-- 
WBR
Maxim aka solomax 





 

-- 
WBR
Maxim aka solomax 



RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and sometimes not displaying rooms

2014-01-16 Thread George Kirkham
I now have OpenMeetings 2.2 working in production and it seems quite stable and 
working well.

 

I don’t really know what caused the issue but when I downloaded OpenMeetings 
again, this time from 
http://archive.apache.org/dist/openmeetings/2.2.0/bin/apache-openmeetings-2.2.0.tar.gz

I have not had any issues with the Private rooms not displaying.

 

I still am unable to import from a backup of my version 2.0, but not having 
many users, I was able to re-enter them in manually.

 

I look forward to testing OpenMeetings 3.0

 

Thanks,

 

George Kirkham

 

 

From: George Kirkham [mailto:gkirk...@co2crc.com.au] 
Sent: Thursday, 16 January 2014 2:16 PM
To: user@openmeetings.apache.org
Subject: RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

The behaviour may be my fault, I am checking into it now and will report back 
later.

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, 16 January 2014 2:05 PM
To: Openmeetings user-list
Subject: Re: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

I believe I never saw such behavior

 

 

On Wed, Jan 15, 2014 at 12:11 PM, George Kirkham  wrote:

Hi,

 

Have a issue with “Private rooms” tab sometimes displaying rooms and sometimes 
not displaying rooms. 

 

A new clean OpenMeetings 2.2.0 build downloaded (this week) and working on a 
Debian Wheezy server.

 

Issue #3:  In my OpenMeetings configuration, I have four groups, one private 
Conference room and one or two private conference rooms for each group.  When 
any user logs in, there seems to be a random chance that the Private rooms will 
display or not display. If they select “Recordings”, “Recordings”, then 
“Rooms”, “Private Rooms” then more than likely there will be no rooms displayed 
in the “Private rooms” listing.

 

Has anyone had an issue like this or can reproduce such and issue?

 

George.





 

-- 
WBR
Maxim aka solomax 



RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and sometimes not displaying rooms

2014-01-15 Thread George Kirkham
The behaviour may be my fault, I am checking into it now and will report back 
later.

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, 16 January 2014 2:05 PM
To: Openmeetings user-list
Subject: Re: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and 
sometimes not displaying rooms

 

I believe I never saw such behavior

 

 

On Wed, Jan 15, 2014 at 12:11 PM, George Kirkham  wrote:

Hi,

 

Have a issue with “Private rooms” tab sometimes displaying rooms and sometimes 
not displaying rooms. 

 

A new clean OpenMeetings 2.2.0 build downloaded (this week) and working on a 
Debian Wheezy server.

 

Issue #3:  In my OpenMeetings configuration, I have four groups, one private 
Conference room and one or two private conference rooms for each group.  When 
any user logs in, there seems to be a random chance that the Private rooms will 
display or not display. If they select “Recordings”, “Recordings”, then 
“Rooms”, “Private Rooms” then more than likely there will be no rooms displayed 
in the “Private rooms” listing.

 

Has anyone had an issue like this or can reproduce such and issue?

 

George.





 

-- 
WBR
Maxim aka solomax 



RE: OpenMeetings 2.2.0 - Private rooms sometimes displaying rooms and sometimes not displaying rooms

2014-01-14 Thread George Kirkham
Hi,

 

Have a issue with “Private rooms” tab sometimes displaying rooms and sometimes 
not displaying rooms. 

 

A new clean OpenMeetings 2.2.0 build downloaded (this week) and working on a 
Debian Wheezy server.

 

Issue #3:  In my OpenMeetings configuration, I have four groups, one private 
Conference room and one or two private conference rooms for each group.  When 
any user logs in, there seems to be a random chance that the Private rooms will 
display or not display. If they select “Recordings”, “Recordings”, then 
“Rooms”, “Private Rooms” then more than likely there will be no rooms displayed 
in the “Private rooms” listing.

 

Has anyone had an issue like this or can reproduce such and issue?

 

George.



RE: OpenMeetings 2.2.0 - Changing http port from 5080 to 80

2014-01-13 Thread George Kirkham
Maxim

 

Thanks for reminding me, I forgot to change the user to a root user 
(embarrising).

 

# /etc/init.d/red5 checkports

tcp6   0  0 :::1935 :::*LISTEN  
3879/java

tcp6   0  0 ::: :::*LISTEN  
3879/java

tcp6   0  0 :::80   :::*LISTEN  
3879/java

tcp6   0  0 :::45979:::*LISTEN  
3879/java

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, 14 January 2014 4:28 PM
To: Openmeetings user-list
Subject: Re: OpenMeetings 2.2.0 - Changing http port from 5080 to 80

 

Hello George,

 

Maybe it is permissions issue? (ports below 1024 are only available for root by 
default)

 

On Tue, Jan 14, 2014 at 12:25 PM, George Kirkham  wrote:

Hi,

 

Have a number of issues getting OpenMeetings 2.2.0 working under a Debian 
Wheezy server.

 

Issue #1:  I normally run OpenMeetings on port 80 (there is no Apache web 
server on the Debian Wheezy server), but when I change the port from 5080 to 
80, nothing is listening on port 80, where it was listening under port 5080 
before the changes.  

Are there other settings that need to be changed ? 

Why is OpenMeetings not listening on port 80 after the configuration files have 
been changed and the server has been restarted. ?

 

Unable to get the server to listen on port 80.

Checking ports before changing to port 80 (or changing back from port 80 to 
port 5080)

root@co2om01:~# /etc/init.d/red5 checkports

tcp6   0  0 :::59022:::*LISTEN  
3585/java

tcp6   0  0 :::1935 :::*LISTEN  
3585/java

tcp6   0  0 ::: :::*LISTEN  
3585/java

tcp6   0  0 :::5080 :::*LISTEN  
3585/java

 

Stop OpenMeetings and make changes;

/usr/lib/red5/webapps/openmeetings/config.xml

80

--

/usr/lib/red5/conf/red5.properties

# HTTP

http.port=80

 

==

After making changes start OpenMeetings and check ports

-

tcp6   0  0 :::1935 :::*LISTEN  
2854/java

tcp6   0  0 ::: :::*LISTEN  
2854/java

tcp6   0  0 :::53822:::*LISTEN  
2854/java

 

 

Thanks,





 

-- 
WBR
Maxim aka solomax 



OpenMeetings 2.2.0 - Changing http port from 5080 to 80

2014-01-13 Thread George Kirkham
Hi,

 

Have a number of issues getting OpenMeetings 2.2.0 working under a Debian 
Wheezy server.

 

Issue #1:  I normally run OpenMeetings on port 80 (there is no Apache web 
server on the Debian Wheezy server), but when I change the port from 5080 to 
80, nothing is listening on port 80, where it was listening under port 5080 
before the changes.  

Are there other settings that need to be changed ? 

Why is OpenMeetings not listening on port 80 after the configuration files have 
been changed and the server has been restarted. ?

 

Unable to get the server to listen on port 80.

Checking ports before changing to port 80 (or changing back from port 80 to 
port 5080)

root@co2om01:~# /etc/init.d/red5 checkports

tcp6   0  0 :::59022:::*LISTEN  
3585/java

tcp6   0  0 :::1935 :::*LISTEN  
3585/java

tcp6   0  0 ::: :::*LISTEN  
3585/java

tcp6   0  0 :::5080 :::*LISTEN  
3585/java

 

Stop OpenMeetings and make changes;

/usr/lib/red5/webapps/openmeetings/config.xml

80

--

/usr/lib/red5/conf/red5.properties

# HTTP

http.port=80

 

==

After making changes start OpenMeetings and check ports

-

tcp6   0  0 :::1935 :::*LISTEN  
2854/java

tcp6   0  0 ::: :::*LISTEN  
2854/java

tcp6   0  0 :::53822:::*LISTEN  
2854/java

 

 

Thanks,



RE: Error while install

2014-01-06 Thread George Kirkham
Raju,

 

Does your server use IPv4 ?  I would have expected the listening port to
also have IPv4 like 0.0.0.0:5080, not just "tcp6   0  0 :::5080"
which I believe is only IPv6 ?   However I am not that knowledgeable
about these things to be certain. Hopefully Maxim will be able to
comment?

 

2014-01-06 09:16:49,392 [main] INFO  o.a.catalina.core.StandardEngine -
Starting Servlet Engine: Apache Tomcat/7.0.42

2014-01-06 09:17:07,493 [0.0.0.0-startStop-1] INFO
o.a.c.c.C.[.[.0.0.0.[/openmeetings] - No Spring
WebApplicationInitializer types detected on classpath

2014-01-06 09:17:07,497 [0.0.0.0-startStop-1] ERROR
o.a.c.c.C.[.[.0.0.0.[/openmeetings] - Error configuring application
listener of class
org.apache.catalina.deploy.ApplicationListener@1167acf2

J

 

Thanks,

 

George Kirkham

 

 

 

From: Raju M K [mailto:mkraju...@gmail.com] 
Sent: Monday, 6 January 2014 5:32 PM
To: user@openmeetings.apache.org
Subject: Re: Error while install

 

Dear George,

i found some errors in red5.log

can you please go though attached file n let me know.

Regards.

 

On Mon, Jan 6, 2014 at 11:24 AM, Raju M K  wrote:

Dear George,
Reslt as follows.

netstat -anp | grep java
tcp6   0  0 :::33964:::*
LISTEN  997/java
tcp6   0  0 :::1935 :::*
LISTEN  997/java
tcp6   0  0 ::: :::*
LISTEN  997/java
tcp6   0  0 :::5080 :::*
LISTEN  997/java
unix  2  [ ] STREAM CONNECTED 13481997/java 

 

On Mon, Jan 6, 2014 at 11:10 AM, George Kirkham 
wrote:

Raju,

 

Can you please let us know what result you get from the following
command ?   

# netstat -anp | grep " LISTEN "

 

Or

 

# netstat -anp | grep java

 

It should show that java is listening on port 5080 and also on 1935 (as
well as other ports).

For example 

0.0.0.0:5080

:::5080

 

Thanks,

 

George Kirkham

 

From: Raju M K [mailto:mkraju...@gmail.com] 
Sent: Monday, 6 January 2014 3:10 PM
To: user@openmeetings.apache.org
Subject: Error while install

 

hi,

iam trying to install OM then getting error as follows.

RED5 server started successfully.

Pl help me whats the problem.

 

http://192.168.100.104:5080/openmeetings/install


 


HTTP Status 404 - /openmeetings/install




type Status report

message /openmeetings/install

description The requested resource is not available.




Apache Tomcat/7.0.42


 

 

 

 

 

-- 
Regards,

M K Raju.




-- 
Regards,
M K Raju.




-- 
Regards,
M K Raju.



RE: Openmeetings installation issues.

2014-01-05 Thread George Kirkham
William,

 

I am not sure what you mean by “file permissions were set to 777 on localhost” 
? 

 

What version of OpenMeetings have you installed ?  (or where did you download 
OpenMeetings from [URL] ?)

 

It could help other in responding if you could check what IP address and port 
java is listening on;

 

Can you please let us know what result you get from the following command ?   

# netstat -anp | grep " LISTEN "

 

Or

 

# netstat -anp | grep java

 

It should show that java is listening on port 5080 and also on 1935 (as well as 
other ports).

For example 

0.0.0.0:5080

:::5080

 

 

Thanks,

 

George Kirkham

 

 

 

From: William Rennie [mailto:will.ren...@salesagility.com] 
Sent: Monday, 6 January 2014 6:27 AM
To: user@openmeetings.apache.org
Subject: Openmeetings installation issues.

 

Hi there,

 

We have tried installing openmeetings and managed to install successfully on 
our localhost instance. We then installed it on our development server where we 
got network connection errors.

 

We then tried re-installing on our localhost and got the same errors.

 

Are there any pre-requisites to install openmeetings and are you aware of any 
reason why openmeetings would not install on an ubuntu 12.04 LTS system?

 

Port 5080 was open at the time and file permissions were set to 777 on 
localhost.

 

Thanks.

 



RE: Error while install

2014-01-05 Thread George Kirkham
Raju,

 

Can you please let us know what result you get from the following
command ?   

# netstat -anp | grep " LISTEN "

 

Or

 

# netstat -anp | grep java

 

It should show that java is listening on port 5080 and also on 1935 (as
well as other ports).

For example 

0.0.0.0:5080

:::5080

 

Thanks,

 

George Kirkham

 

From: Raju M K [mailto:mkraju...@gmail.com] 
Sent: Monday, 6 January 2014 3:10 PM
To: user@openmeetings.apache.org
Subject: Error while install

 

hi,

iam trying to install OM then getting error as follows.

RED5 server started successfully.

Pl help me whats the problem.

 

http://192.168.100.104:5080/openmeetings/install


 


HTTP Status 404 - /openmeetings/install




type Status report

message /openmeetings/install

description The requested resource is not available.




Apache Tomcat/7.0.42


 

 

 

 

 

-- 
Regards,

M K Raju.



RE: App name not updating

2013-11-14 Thread George Kirkham
Steve,

Sorry to be a pain, but " changed everything required " does not tell me which 
files you have actually changed.  Could you please let us know the path name 
and file name of each file that you change and lines that were changed in those 
files.

Did you stop OpenMeetings (i.e. red5) before making the changes ?  I would 
guess so. 

Are you making changes to the running/compiled copy of OpenMeetings ? or to the 
source code before building.

Thanks,

George Kirkham


-Original Message-
From: Steve Forster [mailto:steve.fors...@datacomit.com.au] 
Sent: Friday, 15 November 2013 12:14 PM
To: user@openmeetings.apache.org
Subject: RE: App name not updating

I changed everything required. application.name and config.xml. 

No change. Then I used the grep command to search for any instances of the old 
application.name (Realtime Auction Network) but it doesn't show up in any files.

If you see the screenshot I included earlier you'll see the steps I've taken.

Regards,

Steve Forster
System Architect
eCommerce Consultant
datacomIT
___
If you require urgent assistance, please contact our helpdesk on
(03) 9522 2022 or mailto:helpd...@datacomit.com.au

Tel: +613 9522 2014 Fax: +613 9522 2099 Mobile: +61 411389531
email: steve.fors...@datacomit.com.au  www: http://www.datacomit.com.au/
70 Dorcas Street Southbank VIC Australia 3006 A.B.N. 67006527840

-Original Message-
From: Cimpeanu Stefan [mailto:bog...@cimpeanu.org]
Sent: Friday, 15 November 2013 10:54 AM
To: user@openmeetings.apache.org
Subject: Re: App name not updating

Hi. Have you changed in Admin -> Configuration the value for application.name ? 
I think that's what you're actually looking for.

Regards, Bogdan

On 11/15/2013 1:47 AM, Steve Forster wrote:
> Thanks Maxim, I've done that numerous times.
>
> I figure we're running out of possible solutions now.
>
> Steve
>
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Thu 11/14/2013 8:56 PM
> To: Openmeetings user-list
> Subject: Re: App name not updating
>  
> I would suggest to restart red5 and clean up browser cache.
>
>
> On Thu, Nov 14, 2013 at 4:27 PM, Steve Forster < 
> steve.fors...@datacomit.com.au> wrote:
>
>>  Thanks for the response guys.
>>
>>
>>
>> I had titled OpenMeetings Realtime Auction Network but want to change 
>> it to Video Conference
>>
>>
>>
>> I changed it in the browser and config.xml and because it wasn't 
>> updating I searched for Realtime in a putty session to see if it existed.
>>
>>
>>
>>
>>
>> But PuTTy can't find it so I'm at a loss.
>>
>>
>>
>> Any clues?
>>
>>
>>
>> Regards,
>>
>>
>> Steve Forster
>>
>> System Architect
>>
>> eCommerce Consultant
>>
>> *datacomIT*
>>
>> _
>> __ *If you require urgent assistance, please contact our helpdesk on*
>>
>> *(03) 9522 2022 *or 
>> *mailto:helpd...@datacomit.com.au*
>>
>>
>> *Tel:* +613 9522 2014 *Fax:* +613 9522 2099 *Mobile:* +61 411389531
>>
>> *email:* steve.fors...@datacomit.com.au 
>> 
>> * www:* http://www.datacomit.com.au/
>> 70 Dorcas Street Southbank VIC Australia 3006 *A.B.N.* 67006527840
>>
>>
>>
>> *From:* George Kirkham [mailto:gkirk...@co2crc.com.au]
>> *Sent:* Thursday, 14 November 2013 5:06 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* RE: App name not updating
>>
>>
>>
>> Steve,
>>
>>
>>
>> Hopefully someone will understand what you are asking and be able to 
>> assist.
>>
>>
>>
>> Sadly, I don't understand what you mean by "app name" and "Realtime" ?
>> Would you mind providing a bit more detail about what you want to achieve?
>>
>>
>>
>> For finding files with specific text I often use the following, 
>> though it does not follow symbolic links.
>>
>> find . -type f -name "*.*" -print0 | xargs -0 -e grep -nH -e "
>> OpenMeetings "
>>
>> find /path/to/directory -type f -name "*.*" -print0 | xargs -0 -e 
>> grep -nH -e " OpenMeetings "
>>
>> find /var/lib/red5/webapps -type f -name "*.*" -print0 | xargs -0 -e 
>> grep -nH -e "OpenMeetings"
>>
>>1. How do I search directories recursively?
>>2.   grep -r 'hello' /home/gigi
>>
>> searches for 'hello

RE: App name not updating

2013-11-13 Thread George Kirkham
Steve,

 

Hopefully someone will understand what you are asking and be able to
assist.

 

Sadly, I don't understand what you mean by "app name" and "Realtime" ?
Would you mind providing a bit more detail about what you want to
achieve?

 

For finding files with specific text I often use the following, though
it does not follow symbolic links.

find . -type f -name "*.*" -print0 | xargs -0 -e grep -nH -e "
OpenMeetings "

find /path/to/directory -type f -name "*.*" -print0 | xargs -0 -e grep
-nH -e " OpenMeetings "

find /var/lib/red5/webapps -type f -name "*.*" -print0 | xargs -0 -e
grep -nH -e "OpenMeetings"

1.  How do I search directories recursively? 

2.grep -r 'hello' /home/gigi

searches for 'hello' in all files under the /home/gigi directory. For
more control over which files are searched, use find, grep, and xargs.
For example, the following command searches only C files: 

  find /home/gigi -name '*.c' -print0 | xargs -0r grep -H
'hello'

This differs from the command: 

  grep -H 'hello' *.c

which merely looks for 'hello' in all files in the current directory
whose names end in '.c'. The 'find ...' command line above is more
similar to the command: 

  grep -rH --include='*.c' 'hello' /home/gigi

 

Thanks,

 

George Kirkham

 

 

From: Steve Forster [mailto:steve.fors...@datacomit.com.au] 
Sent: Thursday, 14 November 2013 11:05 AM
To: user@openmeetings.apache.org
Subject: App name not updating

 

Hi,

 

I have a strange issue updating the app name. I've changed it in
config.xml and in the application however it doesn't update in the
application.

 

I ran grep in SSH (grep -r -H "Realtime" *) but it couldn't locate any
instances of the name either.

 

Can anyone advise?

 

Regards,


Steve Forster

System Architect

eCommerce Consultant

datacomIT 

___
If you require urgent assistance, please contact our helpdesk on

(03) 9522 2022 or mailto:helpd...@datacomit.com.au
<mailto:helpd...@datacomit.com.au> 


Tel: +613 9522 2014 Fax: +613 9522 2099 Mobile: +61 411389531

email: steve.fors...@datacomit.com.au
<mailto://edgar.fe...@datacomit.com.au>   www:
http://www.datacomit.com.au/ <http://www.datacomit.com.au/> 
70 Dorcas Street Southbank VIC Australia 3006 A.B.N. 67006527840

 

 

Message protected by MailGuard: e-mail anti-virus, anti-spam and content
filtering.
http://www.mailguard.com.au/mg

 
 



RE: Select audio device

2013-11-03 Thread George Kirkham
Lee,

 

Unless someone disagrees with me, Flash uses the Operating Systems
default sound device, so it is up to the Person to use their operating
system to select which device to output sound to;

 

For example in my Windows 7 this is achieved by;

 

Right click speaker icon in System tray and select "Playback devices"

 

Right click on the required playback device and select "Set as Default
Device".

 

 

Thanks,

 

George Kirkham

From: Lee Saunders [mailto:leesenglishless...@gmail.com] 
Sent: Sunday, 3 November 2013 1:25 AM
To: user@openmeetings.apache.org
Subject: Select audio device

 

Hello,

 

Is there a way for users to select the audio device they use. I had a
student yesterday  who   couldn't get my audio into his headset. It was
only going through his PC speakers.

 

I don't see any selection menus for playback devices, only webcam and
mic.

 

Thank you,

 

Lee.



RE: Need help installing Openmeeting : The server is not yet completely initialized. Please try again.... 'Jean-Pierre

2013-10-15 Thread George Kirkham
Maxim,

 

I suspect that the file 
“/usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml ” 
may not have the correct database/username/password for the openmeetings 
database, I have got this wrong sometimes myself when building a OpenMeetings 
server.

 

I recommend that Jean-Pierre checks using something like;

sudo mysql -h localhost -u [the username from persistence.xml file] -p [the 
password from persistence.xml file]

SELECT * FROM openmeetings.users;

QUIT;

 

 

Thanks,

 

George Kirkham

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, 16 October 2013 3:15 AM
To: Openmeetings user-list
Subject: Re: Need help installing Openmeeting : The server is not yet 
completely initialized. Please try again

 

according to openmeetings.log Om is not yet started

for how long have you been waiting?

 

On Tue, Oct 15, 2013 at 11:03 PM, Jean-Pierre Bigot 
 wrote:


Hi,

I'm installing Openmeeting on Ubuntu 10.02.
I've strickly followed  Installing OM2.x On Ubuntu64 - Headless v12.04.pdf 
(with OM2.0 rebuild), available on 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 without any concern.
Start of red5 seems ok (see logs), and idem mysql and apache.
But, launch ofhttp://locahost:5080/openmeetings/install  returns :

   OpenMeetings - Loading ...
   The server is not yet completely initialized. Please try again in a couple 
of seconds.
   If this message persists for several minutes contact your Sys-Administration.


I've checked mysql settings and credential : ok,
and the log files :

  Red5.log :  only warning messages

  0.0.0.0_access.2013-10-15.log :
  0:0:0:0:0:0:0:1 - - [15/Oct/2013:14:23:35 +0200] "GET /openmeetings/ 
HTTP/1.1" 200 1088

  openmeetings.log :
  DEBUG 10-15 13:49:30.818 ContextLoggingListener.java 64 72 ROOT [main] - 
Starting up context openmeetings

  error.log : empty

How to detect the problem ?
Thanks in advance for any help..
Jean-Pierre 





 

-- 
WBR
Maxim aka solomax 



RE: difference between OM version 2.1.1 and 2.2?

2013-09-23 Thread George Kirkham
Michael,

Does this help?

https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%20
2.x/changes

#15 (12/09/2013 9:45:43 AM)

1522480.[OPENMEETINGS-763] --drop cli option is fixed - solomax / detail
1522467.OPENMEETINGS-791 is fixed. Backup import is completed
successfully. - vdegtyarev / detail
1521735.OPENMEETINGS-791 is fixed. Backup import is completed
successfully. - vdegtyarev / detail
1521400.OPENMEETINGS-671 is fixed. Calendar is shown completely and
allow to select date. - vdegtyarev / detail

Thanks,

George Kirkham



-Original Message-
From: Michael Wuttke [mailto:michael.wut...@beuth-hochschule.de] 
Sent: Monday, 23 September 2013 8:16 PM
To: user@openmeetings.apache.org
Subject: difference between OM version 2.1.1 and 2.2?

Hello,

I am using Openmeetings 2.1.1 right now.

What is the difference between the version 2.1.1 I use and the new
downloadable version 2.2?

Link of the Download site on the apache buildserver:
https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%20
2.x/

I'i couldn't find any information on the project site or in the archive
of the mailing list.

Thank you for an answer,
Michael


RE: Video Frozen - OpenMeetings/Red5 stuck

2013-09-06 Thread George Kirkham
Daniela,

 

Sorry I cannot help you with this problem as we have never experienced
it, however others may be able to give you some assistance.

 

To help other assist you, can you give us more detail, please.

 

What version of OpenMeetings are you using (2.0, 2.1, 2.1.1, 3.0 etc)?

 

On what OS are you running OpenMeetings. E.g. Windows 7, Windows Server
2008, Ubuntu server 12, Debian (5/6/7), Centos, etc?

 

How did you get OpenMeetings, from what repository?

 

Did you download the compiled version or did you down load the source
and compile it locally on the server?

 

What installation instructions did you follow to build the environment
in which you are running OpenMeetings?  Are all the prerequisite
packages installed?

 

What ports are you using for OpenMeetings (e.g. netstat -anp | grep
java), and I guess all firewall ports are open otherwise people would
have been able to start the meeting.

 

Is the server a dedicated server for OpenMeetings or are other red5
applications also running on the server?

 

Thanks,

 

George Kirkham

 

 

From: Daniela Kirsch [mailto:dkir...@excelsystems.com] 
Sent: Saturday, 7 September 2013 1:18 AM
To: user@openmeetings.apache.org
Subject: Video Frozen - OpenMeetings/Red5 stuck

 

Hi,

 

we are running into a serious issue. While being in a room with video
and audio (2 people in a normal moderated conference room) it happens
that the video of the other person freezes (audio is gone as well). 

Once the video is frozen, the entire application is unusable. Meaning,
if I open a browser and go to the site all I get is a blank page.
There's nothing, not even a "Loading..." displayed. This is for everyone
who's trying to use it, not just the person who had the frozen video.

 

In the red5.log we have this:

2013-09-05 14:39:13,289 [NioProcessor-33] DEBUG
o.red5.server.net.rtmp.RTMPHandler - Invoke: Invoke: Service: null
Method: connect Num Params: 1 0: false

2013-09-05 14:39:13,289 [NioProcessor-33] DEBUG
o.red5.server.net.rtmp.RTMPHandler - call: Service: null Method: connect
Num Params: 1 0: false

2013-09-05 14:39:13,289 [NioProcessor-33] DEBUG
o.red5.server.net.rtmp.RTMPHandler - connect

2013-09-05 14:39:13,289 [NioProcessor-33] DEBUG
o.r.server.net.rtmp.BaseRTMPHandler - url:
rtmps://my.domain.com:8443/openmeetings/hibernate

2013-09-05 14:39:17,818 [Red5_Scheduler_Worker-3] WARN
o.r.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from
1.1.1.1 : 39724 to my.domain.com:8443 (in: 3729 out 4878 ), with id 16
due to long handshake

2013-09-05 14:39:17,819 [Red5_Scheduler_Worker-3] DEBUG
o.r.s.net.rtmp.RTMPMinaConnection - RTMP state: RTMP [state=connected,
debug=false, encrypted=false, lastReadChannel=3, lastWriteChannel=0,
readHeaders={3=Header [channelId=3, dataType=20, timerBase=0,
timerDelta=0, size=407, streamId=0, extendedTimestamp=0,
isGarbage=false]}, writeHeaders={}, readPacketHeaders={3=Header
[channelId=3, dataType=20, timerBase=0, timerDelta=0, size=407,
streamId=0, extendedTimestamp=0, isGarbage=false]},
readPackets={3=null}, writePackets={}, writeTimestamps={},
liveTimestamps={}, readChunkSize=128, writeChunkSize=128, encoding=AMF0]

 

 

The only way to get it all going is by restarting Open Meetings. However
we were hoping there's a way around that, something that would free
whatever is stuck there. 

 

What can we do?

 

Thanks,

Daniela



RE: out of memory error

2013-08-27 Thread George Kirkham
Yazeedhs,

 

My best suggestion is  “Installing OM2.x On Windows-XP-7-2003.pdf 
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Windows-XP-7-2003.pdf?version=1&modificationDate=1360911123000>
 ” 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 

 

Thanks,

 

George Kirkham

 

 

From: yazeedhs [mailto:yazee...@hotmail.com] 
Sent: Wednesday, 28 August 2013 3:57 PM
To: user@openmeetings.apache.org
Subject: RE: out of memory error

 

I have downloaded 2.1.1

 

I have installed java and run the red5.bat

 

Once enter a room. After 5 minutes it hangs and gives the error

 

 

Sent from Samsung Mobile




 Original message ----
From: George Kirkham  
Date: 28/08/2013 00:08 (GMT+02:00) 
To: user@openmeetings.apache.org 
Subject: RE: out of memory error 



Could you please provide a bit more detail.

 

What version did you download?  Where/how did you download it?

 

What instructions did you follow to install OpenMeetings?

 

Thanks,

 

George Kirkham

 

 

From: Yazeed . [mailto:yazee...@hotmail.com] 
Sent: Wednesday, 28 August 2013 4:37 AM
To: user@openmeetings.apache.org
Subject: out of memory error

 

Hello,I am new to OpenMeetings; I have downloaded the latest version and 
installed it on windows server 2008 R2 with 8 GB Ram and 4 cores. But the 
server hangs and an out of memory error is happening.

Any help?

Thanks,



RE: out of memory error

2013-08-27 Thread George Kirkham
Could you please provide a bit more detail.

 

What version did you download?  Where/how did you download it?

 

What instructions did you follow to install OpenMeetings?

 

Thanks,

 

George Kirkham

 

 

From: Yazeed . [mailto:yazee...@hotmail.com] 
Sent: Wednesday, 28 August 2013 4:37 AM
To: user@openmeetings.apache.org
Subject: out of memory error

 

Hello,I am new to OpenMeetings; I have downloaded the latest version and
installed it on windows server 2008 R2 with 8 GB Ram and 4 cores. But
the server hangs and an out of memory error is happening.

Any help?

Thanks,



RE: New UI for Openmeetings 3.x

2013-08-14 Thread George Kirkham
Denis,

 

I very much appreciate your work in the UI design, it is very good.  I
wish you could fix a certain Operating System that I believe needs a lot
of work since it was turned into a phone app, but that is not your
problem.   : )

 

I expect that people using OpenMeetings will not need the "Or" and
understand that they can log in with UserID or with Facebook, etc
options.

 

As you commented in another email, I expect that the Facebook and other
login options could be enabled/disabled by administrator options, and so
for our company, we would not use these features. However the login menu
works well for both scenarios. 

 

Thanks,

 

George Kirkham

 

 

 

From: Denis Kandrov [mailto:dkand...@unipro.ru] 
Sent: Wednesday, 14 August 2013 5:52 PM
To: user@openmeetings.apache.org
Cc: Artyom Horuzhenko
Subject: Re: New UI for Openmeetings 3.x

 

Hello Artyom,

I think you're right and I removed the word "OR" from Sign In page.
Updated view is here:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Login+page+desi
gn

With best regards,
Denis Kandrov.

On 13.08.2013 13:49, Artyom Horuzhenko wrote:

Hello Denis, 

I'm afraid word "or" in the login dialog is not good idea
because it will be difficult to localize it. In some languages word "or"
could be very long and couldn't be placed in the circle.

 

2013/8/13 rahul 

On Tuesday 13 August 2013 11:53 AM, Denis Kandrov wrote:

Hello folks,
please check my design thoughts here:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Openmeetings+3.
X+new+UI

Your feedback is most welcome.

With best regards,
Denis Kandrov.

Hi,
i saw you UI.I am interested in helping, is there anything i
can do ??

regards
rahul

 

 



RE: New UI for Openmeetings 3.x

2013-08-13 Thread George Kirkham
Interesting comment on the word "or", there is an alternative word in
English for the word "or", that is "Alternatively". I guess if this word
was used, the design would not look as good.

 

I wonder if most users would realise that they could log in multiple
ways, with UserID and password or with Facebook, etc.

 

I hope that the Log in with alternative ways (e.g. Facebook, etc) would
be administrator selectable option, as we do not use these systems, and
actively discourage their use (other than for personal use at home). 

 

Thanks,

 

George Kirkham

 

 

 

From: Artyom Horuzhenko [mailto:akhor...@gmail.com] 
Sent: Tuesday, 13 August 2013 4:49 PM
To: user@openmeetings.apache.org
Subject: Re: New UI for Openmeetings 3.x

 

Hello Denis,

I'm afraid word "or" in the login dialog is not good idea because it
will be difficult to localize it. In some languages word "or" could be
very long and couldn't be placed in the circle.

 

2013/8/13 rahul 

On Tuesday 13 August 2013 11:53 AM, Denis Kandrov wrote:

Hello folks,
please check my design thoughts here:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Openmeetings+3.
X+new+UI

Your feedback is most welcome.

With best regards,
Denis Kandrov.

Hi,
i saw you UI.I am interested in helping, is there anything i can do
??

regards
rahul

 



RE: New UI for Openmeetings 3.x

2013-08-13 Thread George Kirkham
Denis,

 

At a quick glance, my comment is that I like the design.

 

Comments:

We don't usually use the "Dashboard", but prefer to go straight to
"Private Rooms", so I don't have a lot of experience with the
"Dashboard".  

 

I like the look of the tabs, some of our staff had difficulty realising
the previous Rooms tabs were actually tabs (due to colour and shape). 

 

I do like "Coming Conferences". I would suggest using the plural
"Conferences" instead of "Conference".

 

I also "Favourite rooms" (Note: the Australian language file would spell
"Favourite" differently to the American language file).

 

The "Now on live" is excellent too. Sometimes Our users cannot find the
room for the current meeting they are supposed to be attending.

 

The "How to conference" quick help has always confused our people. They
click "Start" but end up in the wrong "rooms" tab, for example, their
meeting may be in a "Private Room" but when pressing "Start" they end up
in "Public Rooms" with no meetings currently running and become
confused.  

 

Is it possible to remove the first "Start" button step, and that would
make the first step to be "1 Choose Room".  After all the Dashboard has
several rooms currently being displayed as they log in (including the
one they should chose for the current meeting, presuming that there is
one).  

 

If we did this, then the statement "follow the 1-2-3 steps to enter a
conference" would truly be a three step process.  And the statement is
still valid if they want to select any of the "Rooms" tabs and then
select a room, 'the process of selecting a room'.

If we remove the Start button, we could also remove the "Calender"
button, as the help statement could say, "or choose the Calendar tab to
set up and plan a meeting."  It always seemed strange to be to have the
Calendar button when there was a Calendar tab.

 

 

Thanks,

 

George Kirkham

 

 

 

-Original Message-
From: Denis Kandrov [mailto:dkand...@unipro.ru] 
Sent: Tuesday, 13 August 2013 4:23 PM
To: d...@openmeetings.apache.org; Openmeetings user-list
Subject: New UI for Openmeetings 3.x

 

Hello folks,

please check my design thoughts here: 

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Openmeetings+3.
X+new+UI
<https://cwiki.apache.org/confluence/display/OPENMEETINGS/Openmeetings+3
.X+new+UI> 

 

Your feedback is most welcome.

 

With best regards,

Denis Kandrov.



RE: Installation Error in Windows Server

2013-07-30 Thread George Kirkham
Aysha,

 

The log files did not make it through?  Maybe try zipping them first?
And attaching the zipped file?

 

Please try building OpenMeetings on the Server itself and see what
happens.

 

Also check the user that you are running the C:\red5\red5.bat file (or
whatever path you are using) and ensure they have permissions on all the
OpenMeetings files, folders and supporting files.

 

Beyond this I am not sure I can be of much help, but please try to see
if you can do the build on the server and not get any errors.

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:35 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Hi George,

 

I just copied OpenMeetings Build files from Windows 8 to Windows Server.
I didn't build in Windows Server. I have installed all supporting
software and working fine/ The version of Windows Server is 2008. The
log files are attached.

 

Thanks,

Aysha

 



From: George Kirkham 
To: user@openmeetings.apache.org 
Sent: Tuesday, July 30, 2013 11:29 AM
Subject: RE: Installation Error in Windows Server

 

Aysha,

 

Did you do a clean build on the Windows Server ? (or did you just copy
over the OpenMeetings build files from your Windows 7/8 to your Windows
Server?) Try doing a build on the Windows server, does it build without
errors ?


Did you install all the supporting software ? (i.e. whatever you
installed on Windows 7/8 have you also installed to your Server ?)


What version of Windows Server is it?  Windows Server 2012 ?

 

What error message if any is displayed?  And what if anything is in the
[openmeetings/red5] log files ?

 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:04 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Build was successful and working in Windows 8 perfectly fine

 



From: Artyom Horuzhenko 
To: user@openmeetings.apache.org; Aysha Saddiqa 

Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server

 

I've already seen this message when OM was built with error, try to
rebuild.

 

2013/7/30 Aysha Saddiqa 

I built it myself. Its working fine on Windows 8.

 



From: Artyom Horuzhenko 


To: user@openmeetings.apache.org; Aysha Saddiqa 


Sent: Tuesday, July 30, 2013 10:41 AM


Subject: Re: Installation Error in Windows Server

 

Hello,

did you build Openmeetings yourself or download built version?

 

2013/7/30 Aysha Saddiqa 

It still doesn't work

 



From: Aysha Saddiqa 
To: john felipe urrego mejia ;
"user@openmeetings.apache.org"  
Sent: Tuesday, July 30, 2013 9:08 AM


Subject: Re: Installation Error in Windows Server

 

I run it but same result

 



From: john felipe urrego mejia 
To: user@openmeetings.apache.org; Aysha Saddiqa 

Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server

 

Run .bat

 

2013/7/29 Aysha Saddiqa 

 

 

I did installation like on Windows XP, Window 7 and Windows 8 it is
working perfectly. Now I have to install on Windows Server but it didn't
proceed when run file "red5.sh <http://red5.sh/> ". Two files are in log
folder. files are attached. Kindly consider my issue and let me know how
to resove it.

 

Thanks in advance

 

Regards,

Aysha

 

 

 

 

 

 

 

 



RE: Installation Error in Windows Server

2013-07-29 Thread George Kirkham
Aysha,

 

Did you do a clean build on the Windows Server ? (or did you just copy
over the OpenMeetings build files from your Windows 7/8 to your Windows
Server?) Try doing a build on the Windows server, does it build without
errors ?


Did you install all the supporting software ? (i.e. whatever you
installed on Windows 7/8 have you also installed to your Server ?)


What version of Windows Server is it?  Windows Server 2012 ?

 

What error message if any is displayed?  And what if anything is in the
[openmeetings/red5] log files ?

 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Tuesday, 30 July 2013 4:04 PM
To: user@openmeetings.apache.org
Subject: Re: Installation Error in Windows Server

 

Build was successful and working in Windows 8 perfectly fine

 



From: Artyom Horuzhenko 
To: user@openmeetings.apache.org; Aysha Saddiqa 

Sent: Tuesday, July 30, 2013 10:57 AM
Subject: Re: Installation Error in Windows Server

 

I've already seen this message when OM was built with error, try to
rebuild.

 

2013/7/30 Aysha Saddiqa 

I built it myself. Its working fine on Windows 8.

 



From: Artyom Horuzhenko 


To: user@openmeetings.apache.org; Aysha Saddiqa 


Sent: Tuesday, July 30, 2013 10:41 AM


Subject: Re: Installation Error in Windows Server

 

Hello,

did you build Openmeetings yourself or download built version?

 

2013/7/30 Aysha Saddiqa 

It still doesn't work

 



From: Aysha Saddiqa 
To: john felipe urrego mejia ;
"user@openmeetings.apache.org"  
Sent: Tuesday, July 30, 2013 9:08 AM


Subject: Re: Installation Error in Windows Server

 

I run it but same result

 



From: john felipe urrego mejia 
To: user@openmeetings.apache.org; Aysha Saddiqa 

Sent: Monday, July 29, 2013 11:11 PM
Subject: Re: Installation Error in Windows Server

 

Run .bat

 

2013/7/29 Aysha Saddiqa 

 

 

I did installation like on Windows XP, Window 7 and Windows 8 it is
working perfectly. Now I have to install on Windows Server but it didn't
proceed when run file "red5.sh <http://red5.sh/> ". Two files are in log
folder. files are attached. Kindly consider my issue and let me know how
to resove it.

 

Thanks in advance

 

Regards,

Aysha

 

 

 

 

 

 

 



RE: Error Missing When enter in room

2013-07-14 Thread George Kirkham
It would seem that you have renamed the OpenMeeting folder to
"eLearning" ?

webAppPath : c:\red5\webapps\eLearning

 

Is there a way for you to try a plain OpenMeetings installation which I
would presume be;

"c:\red5\webapps\openmeetings".  I realise you may have been using
OpenMeetings for some time from your eLearning folder, so take this as
just a suggestion.  Experience has taught me to try the standard
installation, and if that works, then try modifications.

 

Does the "red5.log" file contain any "error" messages, maybe that can
help.

 

And then there is the debug mode (run red5-debug.bat instead of
red5.bat) if you have not as yet tried this?  (I use OpenMeetings in
Debian Linux, not Windows, so I could be wrong on the file names). 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Monday, 15 July 2013 2:37 PM
To: Shaad; user@openmeetings.apache.org
Subject: Re: Error Missing When enter in room

 

The log file before

##

  #   Openmeetings is up   #

  #  3.0.0-SNAPSHOT 1502946 14-July-2013   #

  #and ready to use#

 

  ##

 

is attached. Please view the file and let me know what's the error. 

 

From: Shaad 
To: user@openmeetings.apache.org; Aysha Saddiqa 

Sent: Sunday, July 14, 2013 11:34 PM
Subject: Re: Error Missing When enter in room

 

Aysha, 

Are you still facing the issue?

If yes, can you please attach the log file content before the below
lines(Basically i need full log including bootstrap) :

 

##

#   Openmeetings is up   #

#  3.0.0-SNAPSHOT 1502946 14-July-2013   #

#and ready to use#

##

 

 

-- 

Shaad

 

 

On Sunday, 14 July 2013 at 8:23 PM, Aysha Saddiqa wrote:

I need urgent assistance. Please tell me what to do?

From: Aysha Saddiqa 
To: User Open Meeting  
Sent: Sunday, July 14, 2013 6:02 PM
Subject: Error Missing When enter in room

 

Log file is attached

 

 

 



*.doc nad *.odt file upload issue with OpenMeetings 2.1.1

2013-07-04 Thread George Kirkham
Hi,

 

Can anyone assist please?  Maybe someone else has this issue.  I think
SWFTools has changed?

 

I have built two servers, the first time this issue happened I thought I
may have done something wrong (which could still be the case), so I
built a second server and found the same issue.

 

>From the OpenMeetings log file it would seem to me that swftools is
unable to convert the document, maybe because there is a problem with
the command line parameters ?

 

I used this source

wget
https://builds.apache.org/job/Openmeetings%202.1/lastSuccessfulBuild/art
ifact/2.1/dist/apache-openmeetings-2.1.1.r1487794-30-05-2013_0922-src.ta
r.gz

 

wget http://www.swftools.org/swftools-2012-10-15-1307.tar.gz



Compiling SWFTools gives this version
# /usr/local/bin/pdf2swf --version
pdf2swf - part of swftools 2012-10-15-1307

And SWFTools suggests that we need a "-o" between the filenames


Usage: /usr/local/bin/pdf2swf [-options] file.pdf -o file.swf



This is the log output when I attempt to upload a document

/usr/lib/red5/log/openmeetings

DEBUG 07-05 10:42:35.812 o.a.o.u.ProcessHelper:107
[http-bio-0.0.0.0-5080-exec-5] - args: [/usr/local/bin/pdf2swf, -s,
insertstop, -s, poly2bitmap, -i, -j, 90, -s, zoom=150,
/usr/lib/red5/webapps/openmeetings/upload/files/4d5ed55f3cdf0c2787759b04
63f1cd16/4d5ed55f3cdf0c2787759b0463f1cd16.pdf,
/usr/lib/red5/webapps/openmeetings/upload/files/4d5ed55f3cdf0c2787759b04
63f1cd16/4d5ed55f3cdf0c2787759b0463f1cd16.swf]
DEBUG 07-05 10:42:35.818 o.a.o.u.ProcessHelper:137
[http-bio-0.0.0.0-5080-exec-5] - exitVal: 1
ERROR 07-05 10:42:35.822 o.a.o.u.ProcessHelper:77 [Thread-28] - [run]
java.io.IOException: Bad file descriptor
at java.io.FileInputStream.readBytes(Native Method) ~[na:1.6.0_26]
at java.io.FileInputStream.read(FileInputStream.java:220)
~[na:1.6.0_26]
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
~[na:1.6.0_26]
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
~[na:1.6.0_26]
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
~[na:1.6.0_26]
at java.io.InputStreamReader.read(InputStreamReader.java:167)
~[na:1.6.0_26]
at java.io.BufferedReader.fill(BufferedReader.java:136)
~[na:1.6.0_26]
at java.io.BufferedReader.readLine(BufferedReader.java:299)
~[na:1.6.0_26]
at java.io.BufferedReader.readLine(BufferedReader.java:362)
~[na:1.6.0_26]
at
org.apache.openmeetings.utils.ProcessHelper$StreamWatcher.run(ProcessHel
per.java:74) ~[openmeetings-2.1.1-SNAPSHOT.jar:na]
DEBUG 07-05 10:42:35.830 o.a.o.r.WhiteBoardService:457 [NioProcessor-6]
- startNewObjectSyncprocess:
4d5ed55f3cdf0c2787759b0463f1cd16.swf1372984964659
DEBUG 07-05 10:42:35.830 o.a.o.d.w.WhiteBoardObjectSyncManager:99
[NioProcessor-6] - getWhiteBoardImagesSyncListByRoomAndImageid room_id:
2



 

Thanks,

 

George Kirkham

 

 

 

From: RazaMetaL | Only The Good Die Young [mailto:razame...@gmail.com] 
Sent: Friday, 5 July 2013 3:09 AM
To: user@openmeetings.apache.org
Subject: Re: Installer translations are required

 

Dear Maxim,

I can help with the spanish translation. Have you the files translated
to spanish?




 

On Tue, Jul 2, 2013 at 10:52 PM, Maxim Solodovnik 
wrote:

Dear Openmeetings Community,

 

I would like you to help in OM 3.0.0 development :)

To make installation process better and more comfortable we made it
translatable.

 

Could you please translate 7 files taken from here:
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/org
/apache/openmeetings/web/pages/install/

to your language and attach translation to this issue:
https://issues.apache.org/jira/browse/OPENMEETINGS-663

 

Files need to be translated are:

*   CongratulationsPanel.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/CongratulationsPanel.html> 
*   InstallWizard$InstallStep.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard$InstallStep.html> 
*   InstallWizard$ParamsStep1.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep1.html> 
*   InstallWizard$ParamsStep2.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep2.html> 
*   InstallWizard$ParamsStep3.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep3.html> 
*   InstallWizard$ParamsStep4.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard$ParamsStep4.html> 
*   InstallWizard$WelcomeStep.html
<https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/src/or
g/apache/openmeetings/web/pages/install/InstallWizard

Testing OM 2.1.1

2013-07-01 Thread George Kirkham
Hi, I would like to do a test installation for OpenMeeting 2.1.1, where would I 
down load the source ?

 

The site 
https://builds.apache.org/job/Openmeetings%202.1/lastSuccessfulBuild/artifact/2.1/dist/
 

Still has build from 30th of May as the last code changes, is this correct ? 
apache-openmeetings-2.1.1.r1487794-30-05-2013_0922-src.tar.gz 
<https://builds.apache.org/job/Openmeetings%202.1/lastSuccessfulBuild/artifact/2.1/dist/apache-openmeetings-2.1.1.r1487794-30-05-2013_0922-src.tar.gz>
 

 

I guess the installation documentation is located at 

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools

 

Thanks,

 

George Kirkham

 

 

 

From: Rober G b [mailto:robegb_pu...@yahoo.es] 
Sent: Monday, 1 July 2013 9:29 PM
To: user@openmeetings.apache.org
Subject: Re: Updating redirectURL

 

Sure!
Thank you!
R.


El 01/07/13 13:00, Maxim Solodovnik escribió:

http://openmeetings.apache.org/RoomService.html#modifyRoomParameter

 

use "redirectURL" as a parameter

 

On Mon, Jul 1, 2013 at 5:37 PM, Rober G b  wrote:

Hello. 

Is it possible to update one room's redirectURL from SOAP API after 
being created?

I can't find an option for this in the services documentation.

Thanks.

Rober.





 

-- 
WBR
Maxim aka solomax 

 



RE: LibreOffice VS OpernOffice

2013-06-16 Thread George Kirkham
John,

 

It is my understanding that you can use either Office applications, and
you can have either installed, or both.  But if you have both installed
you would need to define in Openmeetings which Office you wanted to use
via the "office.path" setting in Openmeetings.

 

Sadly I have not found the conversion performed by either of these
Office applications all that effective for Microsoft Office documents
(issues with font sizes and positioning). Due to these issues our staff
mostly save the Microsoft Office documents (e.g. PowerPoint) to PDFs and
then upload the PDF.  If the document converts correctly to PDF, then
the document in PDF format is likely to display correctly when it is
uploaded.

 

Thanks,

 

George Kirkham

 

 

From: John Doe [mailto:boogieman2...@gmail.com] 
Sent: Monday, 17 June 2013 11:02 AM
To: user@openmeetings.apache.org
Subject: LibreOffice VS OpernOffice

 

When I was installing OM using the "Installing OM2.x On Debian64 Wheezy
- Headless.pdf" it has a step that says to install LibreOffice. I did
that no problem. 

 

But after the instlal I had a thought, if i install OpenOffice and use
that for conversions, do i need libreoffice installed at all?



RE: Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.

2013-06-13 Thread George Kirkham
Hi Constantinos,

 

Are you able to access OpenMeetings without Moodle, that is access OpenMeeting 
directly ?  What happens both internally and externally (i.e. via the Internet) 
when you access just OpenMeetings by itself?

Using either

http://host.domain.com:5080/openmeetings/

or

http:// xxx.xxx.xxx.xxx:5080/openmeetings/ 
<http://%20xxx.xxx.xxx.xxx:5080/openmeetings/> 

or both ?

 

You said “my Moodle installation is configured with a public domain name”, I do 
not know your set up, but I use an internal Debian DNS server which manages 
internal (i.e. local LAN) connections to my web server and to OpenMeetings so 
that on my LAN I can access my web site just like people who are external (i.e. 
who are accessing via the Internet).  A very similar solution is just to put an 
entry into your client computer’s host file, doing this allows me to access my 
servers via their public domain name, even if the IP address is not the same as 
the public IP address for my domain.

 

For example in my Windows client computer;

C:\Windows\System32\drivers\etc\hosts

# localhost name resolution is handled within DNS itself.

# 127.0.0.1   localhost

# ::1 localhost

xxx.xxx.xxx.xxxhost.domain.com

 

Where xxx.xxx.xxx.xxx is the IP address of the OpenMeetings and/or moodle 
server that I can ping using;

C:\ping xxx.xxx.xxx.xxx

 

And should return something like;

 

Pinging host.domain.com [xxx.xxx.xxx.xxx] with 32 bytes of data:

Reply from xxx.xxx.xxx.xxx: bytes=32 time<1ms TTL=63

Reply from xxx.xxx.xxx.xxx: bytes=32 time<1ms TTL=63

Reply from xxx.xxx.xxx.xxx: bytes=32 time=1ms TTL=63

Reply from xxx.xxx.xxx.xxx: bytes=32 time=1ms TTL=63

 

Ping statistics for xxx.xxx.xxx.xxx:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 1ms, Average = 0ms

 

If you have the entry correctly set in hosts file, then “C:\ping 
host.domain.com” should return very similar results.

 

I hope that some of the above ideas might be of help to you.

 

Thanks,

 

George Kirkham

 

 

From: Constantinos Ntzoufras [mailto:costasntz...@gmail.com] 
Sent: Friday, 14 June 2013 10:38 AM
To: user@openmeetings.apache.org
Subject: RE: Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the 
server.

 

I have not tried to access an OpenMeetings room from inside Moodle in my local 
LAN because my Moodle installation is configured with a public domain name. At 
this time i cannot access an Openmeetings room from inside Moodle, even though 
i am able to access my Openmeetings server and get in the frame inside Moodle 
the error 109. 
I hope i was clear as possible.

On Jun 14, 2013 3:32 AM, "George Kirkham"  wrote:

Hi,

 

Are you saying that Moodle and OpenMeetings are working correctly on the local 
LAN, but when accessing externally from the Interent there are connection 
problems ?

 

You said;

“Could it be an issue that the request to the openmeetings server is coming 
from an address which looks like http://host.domain.com:port/ and not the usual 
http://host.domain.com/ (in other words if there is a problem that the request 
is coming from a url that has a port as well)”, I don’t believe that the 
addition of the port number should be a problem. This has never been a issue 
for myself.  This just tells the web browser to use a port other than port 80 
when initiating the connection to the server.

 

I can only suggest that there is something is either blocking or not forwarding 
one of the default OpenMeetings ports 5080, 1935, 8088, to your server ?

 

What messages are you getting when you access 
http://host.domain.com:5080/openmeetings/ ?

 

Is there anything logs in the red5/log/ folder that indicates the issue?

 

http://openmeetings.apache.org/installation.html

Use the Debug-Application: Enter in your browser 
http://$RED-HOST:$RED5-PORT/openmeetings/?swf=maindebug.as3.swf11.swf for 
example http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf 

http:// host.domain.com:5080/openmeetings/?swf=maindebug.as3.swf11.swf 
<http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf> 

 

 

http://openmeetings.apache.org/RTMPSAndHTTPS.html

 

 

Thanks,

 

George Kirkham

 

 

 

From: Constantinos Ntzoufras [mailto:costasntz...@gmail.com] 
Sent: Friday, 14 June 2013 7:46 AM
To: user@openmeetings.apache.org
Subject: Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.

 

I have a problem that i have not managed yet to figure out.

 

I have installed the OpenMeetings server and the OpenMeetings Moodle plugin for 
a Moodle website that i run on the same machine. The machine's operating system 
is CentOS 6.4.

 

In my LAN i can access directly from every device/workstation the Moodle 
website (which runs in port  instead of 80) and the Openmeetings server (in 
port 5080)

From a dif

RE: Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.

2013-06-13 Thread George Kirkham
Hi,

 

Are you saying that Moodle and OpenMeetings are working correctly on the local 
LAN, but when accessing externally from the Interent there are connection 
problems ?

 

You said;

“Could it be an issue that the request to the openmeetings server is coming 
from an address which looks like http://host.domain.com:port/ and not the usual 
http://host.domain.com/ (in other words if there is a problem that the request 
is coming from a url that has a port as well)”, I don’t believe that the 
addition of the port number should be a problem. This has never been a issue 
for myself.  This just tells the web browser to use a port other than port 80 
when initiating the connection to the server.

 

I can only suggest that there is something is either blocking or not forwarding 
one of the default OpenMeetings ports 5080, 1935, 8088, to your server ?

 

What messages are you getting when you access 
http://host.domain.com:5080/openmeetings/ ?

 

Is there anything logs in the red5/log/ folder that indicates the issue?

 

http://openmeetings.apache.org/installation.html

Use the Debug-Application: Enter in your browser 
http://$RED-HOST:$RED5-PORT/openmeetings/?swf=maindebug.as3.swf11.swf for 
example http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf 

http:// host.domain.com:5080/openmeetings/?swf=maindebug.as3.swf11.swf 
<http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf> 

 

 

http://openmeetings.apache.org/RTMPSAndHTTPS.html

 

 

Thanks,

 

George Kirkham

 

 

 

From: Constantinos Ntzoufras [mailto:costasntz...@gmail.com] 
Sent: Friday, 14 June 2013 7:46 AM
To: user@openmeetings.apache.org
Subject: Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.

 

I have a problem that i have not managed yet to figure out.

 

I have installed the OpenMeetings server and the OpenMeetings Moodle plugin for 
a Moodle website that i run on the same machine. The machine's operating system 
is CentOS 6.4.

 

In my LAN i can access directly from every device/workstation the Moodle 
website (which runs in port  instead of 80) and the Openmeetings server (in 
port 5080)

From a different network though, (e.g. from my work), even though i am able to 
connect to the Moodle Website (on the same port as in my LAN ) and the 
Openmeetings server (5080) i am not able to connect to a test openmeetings room 
from the Moodle Plugin.

 

The exact case is that i have created a test openmeetings room and when i try 
to access it i get a 

 

Error 109 (net::ERR_ADDRESS_UNREACHABLE): Unable to reach the server.

 

inside the OpenMeetings frame in the Moodle website, from Google Chrome. 

 

I have added in my router every port (5080, 8088, , 1935, 4445, 8443) and 
on my CentOS machine i have added all of these ports on the firewall, with 
SELinux disabled.

 

A main problem is that my ISP is blocking requests to my public ip from my LAN,

in other words i cannot access my.exampleserver.network.net from inside my LAN.

Plus, i am not able to use ports 80 and 8080 to run the website there because 
my ISP blocks them so as not to collide with the web interface of the router 
that runs there.

 

Could it be an issue that the request to the openmeetings server is coming from 
an address which looks like http://host.domain.com:port/ and not the usual 
http://host.domain.com/ (in other words if there is a problem that the request 
is coming from a url that has a port as well)

 

Thank you

 

-- 
Constantinos Ntzoufras 



RE: Failed to backup openmeeting 1.9

2013-06-13 Thread George Kirkham
Hi,

 

Hopefully I am wrong, but I recall having issues due to a bug with the on 
screen backup in Openmeetings before version 2.0.

 

This was fixed in version 2.0

 

I do not know if it was me or there is an issue but recently I was unable to 
restore a backup from OpenMeetings 2.0 to OpenMeetings 2.1.1 as well.

 

If are able to log into your OpenMeetings server, then you could use this;

 

Backing up and restoring OpenMeetings server (I have a Debian OpenMeetings 
server)

 

1)   On your old server;

 

# mkdir /usr/adm

# cd /usr/lib/red5

# ./admin.sh -b -file /usr/adm/backup_om.zip

 

2)   Copy the backup file backup_om.zip from your old server to your new 
server





3)   On your new server;

 

# cd /usr/lib/red5

#  ./admin.sh -i -file /usr/adm/backup_om.zip  > /usr/adm/om_inst.log 2>&1

 

 

Thanks,

 

George Kirkham

 

 

 

-Original Message-
From: Пищулин Сергей [mailto:s.pishu...@yandex.ru] 
Sent: Thursday, 13 June 2013 10:14 PM
To: user@openmeetings.apache.org
Subject: Re: Failed to backup openmeeting 1.9

 

Hello

 

I want make a backup using interface, but all i get is a blank page after i 
press the backup button.

Anyway in webapps/openmeetings/upload/backup/backup_{date} folder i found 1 xml 
file (organizations.xml)

 

openmeetings.log

 

DEBUG 06-13 11:36:40.688 BackupExport.java 12049002719 134 
org.openmeetings.servlet.outputhandler.BackupExport [http-0.0.0.0-5080-4] - 
users_id: 1 DEBUG 06-13 11:36:40.688 BackupExport.java 12049002719 135 
org.openmeetings.servlet.outputhandler.BackupExport [http-0.0.0.0-5080-4] - 
user_level: 3 DEBUG 06-13 11:36:40.688 BackupExport.java 12049002719 151 
org.openmeetings.servlet.outputhandler.BackupExport [http-0.0.0.0-5080-4] - 
moduleName: backup DEBUG 06-13 11:36:40.709 BackupExport.java 12049002740 208 
org.openmeetings.servlet.outputhandler.BackupExport [http-0.0.0.0-5080-4] - 
Number of Users to be deleted 69 ERROR 06-13 11:36:40.719 BackupExport.java 
12049002750 534 org.openmeetings.servlet.outputhandler.BackupExport 
[http-0.0.0.0-5080-4] - ERROR

java.lang.NullPointerException: null

    at 
org.openmeetings.servlet.outputhandler.BackupExport.createDocument(BackupExport.java:1713)
 ~[openmeetings.jar:na]

    at 
org.openmeetings.servlet.outputhandler.BackupExport.service(BackupExport.java:211)
 ~[openmeetings.jar:na]

    at 
org.openmeetings.servlet.outputhandler.BackupExportFacade.service(BackupExportFacade.java:70)
 [openmeetings.jar:na]

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
[javaee-api-5.1.2.jar:5.1.2]

    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:31)
 [openmeetings.jar:na]

    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:78) 
[red5.jar:na]

    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
[catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
[catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:554) 
[catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 [catalina-6.0.32.jar:6.0.32]

    at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) 
[catalina-6.0.32.jar:6.0.32]

    at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) 
[tomcat-coyote-6.0.32.jar:6.0.32]

    at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
 [tomcat-coyote-6.0.32.jar:6.0.32]

    at 
org.apache.tomcat.util.net.JIoEndpoint$

RE: urgent answer required

2013-06-12 Thread George Kirkham
The default database is Apache Derby

 

I use MySQL for our database.


George

 

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Wednesday, 12 June 2013 5:04 PM
To: User Open Meeting
Subject: urgent answer required

 

Hi all,

 

Whats the by default db of openmeetings?



RE: OM's install error

2013-06-09 Thread George Kirkham
Stephen,

Did you see my comments from a few weeks ago about changes for the guides ?

using the “Installing OM2.x On Debian64 - Headless.pdf (Debian Squeeze) - 
Updated 29/7/2012” instructions.  

Are there more recent Debian instructions that I should have been using ?

https://cwiki.apache.org/OPENMEETINGS/tutorials-related-to-openmeetings.html

I had difficulty copy text from the PDF, not sure why.  I had no issues copying 
text from  previously saved PDFs.

I also found some things that might be missing (or I could have missed them), 
and a few things have changed (and of course will keep changing).

Debian Multimedia has changed its address
deb http://deb-multimedia.org squeeze main

I had to add the Debian Multimedia Keyring (and the web site address has 
changed from what I last had)

Now we add the key ring, and the reload the catalogue
# apt-get install deb-multimedia-keyring
# apt-get update


I am not quite sure where to get the OpenMeetings 2.1.1 version from, but I 
used this url (the source is on the same page);
wget  
https://builds.apache.org/job/Openmeetings%202.1/lastSuccessfulBuild/artifact/2.1/dist/apache-openmeetings-2.1.1.r1487794-30-05-2013_0922.tar.gz

I found that this “svn checkout 
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/” returned the 
3.0.0 version.

# svn checkout 
https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/
svn: Repository moved permanently to 
'https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp'; please 
relocate

# svn checkout https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/


I had to locate and add a mysql-converter from 
http://www.mysql.com/downloads/connector/j/

tar -zxvf mysql-connector-java-5.1.25.tar.gz
cp /usr/adm/mysql-connector-java-5.1.25/mysql-connector-java-5.1.25-bin.jar 
/usr/lib/red5/webapps/openmeetings/WEB-INF/lib/

I was not sure which ANT version to use 1.8.4 or 1.9.1, however I used 1.9.1 
and it worked very well. I had trouble finding an repository which still had 
1.8.4 but was able to locate a site that did have it.

# wget 
http://mirror.overthewire.com.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz

http://mirror.mel.bkb.net.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz

http://archive.apache.org/dist/ant/binaries/

http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.4-bin.tar.gz

/usr/adm/om/singlewebapp# /usr/adm/apache-ant-1.9.1/bin/ant -Ddb=mysql

dist:

BUILD SUCCESSFUL
Total time: 26 minutes 18 seconds

Thanks,




-Original Message-
From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] 
Sent: Sunday, 9 June 2013 11:02 PM
To: user@openmeetings.apache.org
Subject: RE: OM's install error

Seems there are some issues with the old guide... I just tested it, I'll take a 
proper look tomorrow and fix and update accordingly.

Cheers



-Original Message-
From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au]
Sent: 09 June 2013 12:47
To: user@openmeetings.apache.org
Subject: RE: OM's install error

Actually "Step 6: Install x264" - installs the relevant dependencies for H264 
from git, I believe apt-get version will not work correctly hence building from 
source.

I wrote that guide in February so maybe something is broken along the way, I 
will check but last time I built it with ran fine.



Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Steve M. Baumgartner [mailto:st...@smbcomputers.net]
Sent: 08 June 2013 18:56
To: user@openmeetings.apache.org
Subject: RE: OM's install error

yes, that did the trick. too bad that's not in the directions in the walkthru 
for 12.10 x64. 

RE: [Q] Where I can found the internal DB (Location) please?

2013-06-03 Thread George Kirkham
Hi,

 

Just in case you used MySQL like me.

 

I use a Debian install and follow Stephen’s instructions, so I use MySQL for my 
database.  To drop and recreate I follow these steps (change the 'password' to 
the password that you use for OpenMeetings).

 

# mysql -u root -p

mysql> drop database openmeetings;

mysql> create database openmeetings default character set 'utf8';

mysql> grant all privileges on openmeetings.* to 'openmeetings'@'localhost' 
identified by 'password' with grant option;

mysql> quit;

#

 

 

Thanks,

 

George Kirkham

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, 4 June 2013 2:50 PM
To: Openmeetings user-list
Subject: Re: [Q] Where I can found the internal DB (Location) please?

 

default is derby DB 

it is located in:

$OM_HOME/openmeetings folder

 

On Tue, Jun 4, 2013 at 11:30 AM, Holger Schranz  
wrote:

Hello together,

Related to the instructions from Maxim I have to drop the
DB. I use the internal DB. So please can somebody tell me
where I can found the DB.

Best regards

Holger

-- 
Holger Schranz / ホルガー シュランツ
Senior Developer
FTS PDG ST SWE 2
CentricStor Maintenance Team / セントリックストア

FUJITSU

Fujitsu Technology Solutions GmbH
Domagkstrasse 28, D-80807 München, Deutschland
Tel.: +49 (89) 3222 1831
Fax: +49 (89) 3222 329 1831
E-Mail: holger.schr...@ts.fujitsu.com
Web: ts.fujitsu.com
Firmenangaben: de.ts.fujitsu.com/imprint
This communication contains information that is confidential,
proprietary in nature and/or privileged.  It is for the exclusive
use of the intended recipient(s). If you are not the intended
recipient(s) or the person responsible for delivering it to the
intended recipient(s), please note that any form of dissemination,
distribution or copying of this communication is strictly prohibited
and may be unlawful. If you have received this communication in error,
please immediately notify the sender and delete the original communication.
Thank you for your cooperation.





 

-- 
WBR
Maxim aka solomax 



RE: new room design

2013-06-03 Thread George Kirkham
Maybe this design would be good for a chat only room ?  (a room without a 
whiteboard?)

 

Our needs have been for the Whiteboard to be as large as possible.  We minimise 
both chat window and the User’s window, and then turn IE into full screen, all 
to get maximum sized Whiteboard for displaying documents or powerpoint 
presentations.  For us it would be good to have a full screen whiteboard mode, 
do you think this would be possible?

 

Most, but not all of our screens are now 16x9 while PowerPoint and documents 
are more 4x3 or A4 sized.  So having maximum height available for the 
Whiteboard is very important. 

 

Hope this helps your design ideas.

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, 4 June 2013 12:53 AM
To: Openmeetings user-list
Cc: dev; morte...@mail.ru
Subject: Re: new room design

 

it is nice,

the only issue with this design is: no whiteboard :(

 

On Mon, Jun 3, 2013 at 9:37 PM, Alexei Fedotov  wrote:

Maxim, folks,

 

Roman has prepared a sketch for the new room design. What do you think?

 

Sorry for Russian, the text does not matter anything anyway. The picture can be 
enlarged.

 

http://www.mediafire.com/view/319b01qgi775n/new_ui#95vbbc25oba9ubj




--
With best regards / с наилучшими пожеланиями,
Alexei Fedotov / Алексей Федотов,
http://dataved.ru/
+7 916 562 8095





 

-- 
WBR
Maxim aka solomax 



Version and revision

2013-06-02 Thread George Kirkham
Hi,

 

Does OpenMeetings have a "Help - About" feature where a user can list
the version and revision of the OpenMeetings that they are currently
using?

 

I have not found a "version and revision" notification anywhere, and
would like to propose that if possible, OpenMeetings could display its
version number and possibly also its revision number.

 

Do others believe that this feature would be useful ?

 

Thanks,

 

George



OM 2.1.1 - Installing OM2.x On Debian64 - Headless.pdf (Debian Squeeze) - Updated 29/7/2012

2013-05-31 Thread George Kirkham
Stephen,

 

I recently built a Debian 64 bit Server using the “Installing OM2.x On Debian64 
- Headless.pdf 
<https://cwiki.apache.org/OPENMEETINGS/tutorials-related-to-openmeetings.data/Installing%20OM2.x%20On%20Debian64%20-%20Headless.pdf>
  (Debian Squeeze) - Updated 29/7/2012” instructions.  

 

Are there more recent Debian instructions that I should have been using ?

 

https://cwiki.apache.org/OPENMEETINGS/tutorials-related-to-openmeetings.html

 

I had difficulty copy text from the PDF, not sure why.  I had no issues copying 
text from  previously saved PDFs.

 

I also found some things that might be missing (or I could have missed them), 
and a few things have changed (and of course will keep changing).

 

Debian Multimedia has changed its address

deb http://deb-multimedia.org squeeze main

 

I had to add the Debian Multimedia Keyring (and the web site address has 
changed from what I last had)

 

Now we add the key ring, and the reload the catalogue

# apt-get install deb-multimedia-keyring

# apt-get update

 

 

I am not quite sure where to get the OpenMeetings 2.1.1 version from, but I 
used this url (the source is on the same page);

wget  
https://builds.apache.org/job/Openmeetings%202.1/lastSuccessfulBuild/artifact/2.1/dist/apache-openmeetings-2.1.1.r1487794-30-05-2013_0922.tar.gz

 

I found that this “svn checkout 
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/” returned the 
3.0.0 version.

 

# svn checkout 
https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/

svn: Repository moved permanently to 
'https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp'; please 
relocate

 

# svn checkout https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/

 

 

I had to locate and add a mysql-converter from 
http://www.mysql.com/downloads/connector/j/

 

tar -zxvf mysql-connector-java-5.1.25.tar.gz

cp /usr/adm/mysql-connector-java-5.1.25/mysql-connector-java-5.1.25-bin.jar 
/usr/lib/red5/webapps/openmeetings/WEB-INF/lib/

 

I was not sure which ANT version to use 1.8.4 or 1.9.1, however I used 1.9.1 
and it worked very well. I had trouble finding an repository which still had 
1.8.4 but was able to locate a site that did have it.

 

# wget 
http://mirror.overthewire.com.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz

 

http://mirror.mel.bkb.net.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz
 
<http://mirror.mel.bkb.net.au/pub/apache/ant/binaries/apache-ant-1.9.1-bin.tar.gz>
 

 

http://archive.apache.org/dist/ant/binaries/

 

http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.4-bin.tar.gz

 

/usr/adm/om/singlewebapp# /usr/adm/apache-ant-1.9.1/bin/ant -Ddb=mysql

 

dist:

 

BUILD SUCCESSFUL

Total time: 26 minutes 18 seconds

 

I think that about sums up the few points that could be updated.

 

I usually change port 5080 to 80 and forgot that if you do this you have to run 
the red5 script under a root user, not as nobody, which caused me a bit of 
frustration until I recalled needing to update the /etc/init.d/red5 script to 
use root instead of nobody.

 

Thanks,

 

George Kirkham



OpenMeetings 2.1.1 public Interview Room

2013-05-30 Thread George Kirkham
Hi,

 

Has anyone entered the "public Interview Room", selected "Choose the
user for this video" on the left side video and then selected their
video and audio, then minimised the "Users" area on the left ?  

 

When I do this my video stays where it was, but the area showing the two
areas where the video will be displayed moves to the left.

 

The same thing happens for the right size video window, once the video
stream is initiated the video stream stays at the position it started,
whether you minimise or  restore the (left hand side) "Users" section
window area.

 

Thanks,

 

George Kirkham



RE: Which version of ANT ?

2013-05-27 Thread George Kirkham
Thanks, Maxim

 

George Kirkham

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Monday, 27 May 2013 4:52 PM
To: Openmeetings user-list
Subject: Re: Which version of ANT ?

 

Hello George,

 

you need at least 1.8.3

1.9.0 works for me

 

On Mon, May 27, 2013 at 1:46 PM, George Kirkham  wrote:

Hi,

 

Which version of ANT are people using to compile OpenMeetings 2.x with ?  And 
does it matter anymore?

 

There is a archive with version 1.8.4 located at;

http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.4-bin.tar.gz

 

And there is version 1.91. located at;

http://mirror.mel.bkb.net.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz
 
<http://mirror.mel.bkb.net.au/pub/apache/ant/binaries/apache-ant-1.9.1-bin.tar.gz>
  

 

 

http://ant.apache.org/bindownload.cgi?Preferred=http%3A%2F%2Fmirror.mel.bkb.net.au%2Fpub%2Fapache%2F

 

 

Thanks,

 

George Kirkham





 

-- 
WBR
Maxim aka solomax 



Which version of ANT ?

2013-05-26 Thread George Kirkham
Hi,

 

Which version of ANT are people using to compile OpenMeetings 2.x with ?  And 
does it matter anymore?

 

There is a archive with version 1.8.4 located at;

http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.4-bin.tar.gz

 

And there is version 1.91. located at;

http://mirror.mel.bkb.net.au/pub/apache//ant/binaries/apache-ant-1.9.1-bin.tar.gz
 
<http://mirror.mel.bkb.net.au/pub/apache/ant/binaries/apache-ant-1.9.1-bin.tar.gz>
  

 

 

http://ant.apache.org/bindownload.cgi?Preferred=http%3A%2F%2Fmirror.mel.bkb.net.au%2Fpub%2Fapache%2F

 

 

Thanks,

 

George Kirkham



RE: Bringing a non OM member directly into a meeting room via Web Services

2013-05-26 Thread George Kirkham
 

What you described is how OpenMeetings works, but did you want to ask a
question?.

 

I am not sure if this is still true in the current version, but also
realise that while the invitation is valid, they can log back into the
meeting room.  

 

I have also noticed that if the moderator is not logged in when they log
in, they can make themselves a moderator, and then they have the ability
to send invitations to others to join this room.

 

Thanks,

 

George Kirkham

 

 

 

From: basehit1...@aim.com [mailto:basehit1...@aim.com] 
Sent: Monday, 27 May 2013 5:24 AM
To: user@openmeetings.apache.org
Subject: Bringing a non OM member directly into a meeting room via Web
Services 

 

I can successfully send an email invite to an email address via web
service method sendinvitationhash .  

 Using web services, is there a way to invite an individual who is not
in the set of  OM defined users such that when the invite is clicked,

 the  person goes directly into a specific meeting room without
requiring a login ,

 and so that this invitee cannot navigate around to other parts of
OpenMeetings other than the meeting room they have been put in via the
invite hash. 

Thanks 

Mark Gill

 

 

 

  

 



RE: [ANNOUNCE] upcoming 2.1.1 release

2013-05-21 Thread George Kirkham
OM 2.1.1 release in a day or two, sounds excellent. 

 

Would be curious what fixes would be in the release.

 

Thanks to everyone involved in the work,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, 21 May 2013 7:57 PM
To: Openmeetings user-list; dev
Subject: [ANNOUNCE] upcoming 2.1.1 release

 

Hello All,

 

I would like to start vote on 2.1.1 release in a day or two.

Please let me know if you have any blockers.

 

Thanks!


 

-- 
WBR
Maxim aka solomax 



RE: REQUEST OF HELP

2013-05-14 Thread George Kirkham
Hi,

 

Regards “Iniciando mysqld:  [FALLÃ]”

 

Just to ask the obvious, did you issue the commands like  “/etc/init.d/mysqld 
start” as root user.

 

For example if you log in as a standard user, use “su” or for Ubuntu, “sudo”.

 

Thanks,

 

George Kirkham

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, 15 May 2013 2:27 PM
To: Openmeetings user-list
Subject: Re: REQUEST OF HELP

 

you need to check MySQL logs and/or maybe try to start it in "verbose" mode

 

On Wed, May 15, 2013 at 10:45 AM, john felipe urrego mejia 
 wrote:

Hi no is not /etc/init.d/mysqld stop and /etc/init.d/mysqld start

 

MySQL Daemon failed to start.

Iniciando mysqld:  [FALLÃ]

 

How fix it

 

 

2013/5/14 Maxim Solodovnik 

Your log is full of "Could not create connection to database server. Attempted 
reconnect 3 times. Giving up." errors

please check your MySQL started and accessible.

 

After that you need to run http://localhost:5080/openmeetings/install

 

On Wed, May 15, 2013 at 10:26 AM, john felipe urrego mejia 
 wrote:

Please help i dont want reinstall it

 

 

view attach

2013/5/14 Maxim Solodovnik 

Please inspect your openmeetings.log file to see the root cause of this issue

 

On Wed, May 15, 2013 at 1:06 AM, john felipe urrego mejia 
 wrote:

Hi please tell me how fix this

 


HTTP Status 500 -




type Exception report

message

description The server encountered an internal error that prevented it from 
fulfilling this request.

exception

java.lang.NullPointerException

org.apache.velocity.tools.view.VelocityView.performMerge(VelocityView.java:942)
org.apache.velocity.tools.view.VelocityView.merge(VelocityView.java:902)

org.apache.velocity.tools.view.VelocityViewServlet.mergeTemplate(VelocityViewServlet.java:318)

org.apache.velocity.tools.view.VelocityViewServlet.doRequest(VelocityViewServlet.java:220)

org.apache.velocity.tools.view.VelocityViewServlet.doGet(VelocityViewServlet.java:182)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:77)

note The full stack trace of the root cause is available in the Apache 
Tomcat/7.0.34 logs.




Apache Tomcat/7.0.34


 

Tnks





 

-- 
WBR
Maxim aka solomax 

 





 

-- 
WBR
Maxim aka solomax 

 





 

-- 
WBR
Maxim aka solomax 



RE: user name & password forgotten

2013-04-10 Thread George Kirkham
Kamran,

This might get you half way there;

# mysql -u root -p


Now select your openmeetings table (assuming that you did not change it
name)
mysql> use openmeetings;

List all the tables and check for the User table (mine is called
"users").
mysql> show tables;

List the users of the database, and if you know the name of the user
that you have forgotten, then search for this name.
SELECT user_id, firstname, lastname, password FROM users WHERE lastname
like '%userslastname%';

SELECT user_id, firstname, lastname, password FROM users;


However the password is encrypted, so you would have to replace the
encrypted password with the encrypted password of another password that
you know.  Use the mysql UPDATE command for this.



Thanks,

George Kirkham



-Original Message-
From: Kamran Asif [mailto:kamrana...@gmail.com] 
Sent: Wednesday, 10 April 2013 4:32 PM
To: user@openmeetings.apache.org
Subject: user name & password forgotten

Hi there,

I have setup OM on my virtual machine that runs on CentOS 64 bit.  It is
working fine, but I have forgotten the users name and the password.
Please let me know the fowling thing.

1.   Where is the database location?

2.   How to connect database via command line in linux ?

thank you

Kamran asif


apache-ant-1.8.4 missing

2013-04-05 Thread George Kirkham
Hi,

Maybe this has been reported, but what version of Ant can we compile with?

I am unable to download "apache-ant-1.8.4-bin.tar.gz" and could only find 
"apache-ant-1.9.0-bin.tar.gz".

Will it be safe to use 1.9.0 ?  Or is there somewhere to download 1.8.4  ?



==

root@om-21:/usr/adm# wget 
http://mirror.catn.com/pub/apache/ant/binaries/apache-ant-1.8.4-bin.tar.gz
--2013-04-05 20:33:20--  
http://mirror.catn.com/pub/apache/ant/binaries/apache-ant-1.8.4-bin.tar.gz
Resolving mirror.catn.com... 87.124.126.49
Connecting to mirror.catn.com|87.124.126.49|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-05 20:33:22 ERROR 404: Not Found.

root@om-21:/usr/adm#

===

Changes from Ant 1.8.4 TO Ant 1.9.0 === Changes 
that could break older environments: 
--- * Ant now requires at least Java 
1.5 to compile and to run * FixCRLF used to treat the EOL value ASIS to convert 
to the system property line.separator. Specified was that ASIS would leave the 
EOL characters alone, the task now really leaves the EOL characters alone. This 
also implies that EOL ASIS will not insert a newline even if fixlast is set to 
true. Bugzilla report 53036 * The CommandLauncher hierarchy that used to be a 
set of inner classes of Execute has been extracted to the 
org.apache.tools.ant.taskdefs.launcher package. * Any FileResource whose 
represented File has a parent also has a basedir. * Removing the Perforce Ant 
tasks replaced by tasks supplied by Perforce Inc. * Setting the default 
encoding of StringResource to UTF-8 instead of null * Upgrade JUnit 4 to JUnit 
4.11



root@om-21:/usr/adm# wget 
http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.9.0-bin.tar.gz
--2013-04-05 20:43:49--  
http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.9.0-bin.tar.gz
Resolving mirror.catn.com... 87.124.126.49
Connecting to mirror.catn.com|87.124.126.49|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5494136 (5.2M) [application/x-gzip]
Saving to: `apache-ant-1.9.0-bin.tar.gz'

100%[=>]
 5,494,136562K/s   in 13s

2013-04-05 20:44:03 (398 KB/s) - `apache-ant-1.9.0-bin.tar.gz' saved 
[5494136/5494136]

root@om-21:/usr/adm#




root@om-21:/usr/adm# wget 
http://apache.heikorichter.name/ant/binaries/apache-ant-1.8.4-bin.tar.gz
--2013-04-05 20:58:29--  
http://apache.heikorichter.name/ant/binaries/apache-ant-1.8.4-bin.tar.gz
Resolving apache.heikorichter.name... 78.46.103.8, 2a01:4f8:120:9324:78:46:103:8
Connecting to apache.heikorichter.name|78.46.103.8|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-04-05 20:58:30 ERROR 404: Not Found.

root@om-21:/usr/adm#

=======

Thanks,

George Kirkham


RE: questions about 3.0.0

2013-03-24 Thread George Kirkham
Thanks Maxim.

 

Looking forward to 2.1RC3

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Saturday, 23 March 2013 12:03 AM
To: Openmeetings user-list
Subject: Re: questions about 3.0.0

 

Hello Clem,

 

today I'll pack 2.1RC3

 

3.0 will be HTML5 oriented, we will going to try to get rid of Flash (most of 
it)

No differences in update process ... same steps

 

I would recommend to stay on 2.1, since 3.0 is in pre-alpha stage (only 
Calendar  and Admin works so far) :)

 

On Fri, Mar 22, 2013 at 7:31 PM, Clem  wrote:

Hello,

 

Can you tell me if I have to update my openmeetings 2.1 with last build of this 
https://builds.apache.org/job/Openmeetings%202.1/ ,or If I have to compile the 
new 3.0.0 ? What is the main differences between these two versions ?

 

Which is the more stable and powerfull ? Is there a tutorial for install the 
3.0.0 ?

 

Thanks

 

Clem

 





 

-- 
WBR
Maxim aka solomax 



RE: Easy login video chatroom

2013-03-13 Thread George Kirkham
Jaime,

 

I understand what you mean about the GUI being too complex for first
time users, or users who only infrequently use the interface.

 

Version 2.1 has a feature that you can set in the Administrator's
Configuration (Manage system settings) section, which can change the
default Tab from Dashboard to one of the meeting rooms tabs, e.g. to the
Public Meeting rooms tab.  This was created so we could set OpenMeetings
to open into the "Public rooms" Tab  and then all the user has to do is
select the correct room to enter.

 

Alternatively you may also want to try "Inviting" people to the meeting
via the calendar or from within a meeting room, then when the user
clicks the link in the emailed invitation, they go almost directly into
the meeting room (no need to select which meeting room).

 

I apologise, I cannot tell you the administrator setting for which Tab
is the default when a user logs in, as I  do not have a version 2.1
running at the moment on which I could check.

 

I will also add that I have had many users who have had difficulty
entering a room and selecting their Camera/Microphone hardware. I don't
know how much easier we could make this, but they still have issues.

 

Thanks,

 

George Kirkham

 

 

From: Jaime Balbino [mailto:jaimeb...@gmail.com] 
Sent: Thursday, 14 March 2013 9:25 AM
To: user@openmeetings.apache.org
Subject: Re: Easy login video chatroom

 

Stephen,
I'm putting the user's vision, not the vision of the administrator. I
see that users have difficulty with the current interface (Login and
Dashboard). It is not really complicated, but they think they have too
many options when they want to just entering a room and talk.
Plugins and mail invitations is much better to work with them.

 

2013/3/13 Stephen Cottham 

Sorry I couldn't make sense of your response Jaime, are you saying its
too hard to build and test or you have an issue with using flash and the
general GUI?

 

 

From: Jaime Balbino [mailto:jaimeb...@gmail.com] 
Sent: 13 March 2013 22:01
To: user@openmeetings.apache.org
Subject: Re: Easy login video chatroom

 

I think Marius refers to the ordinary user. I also think that a simpler
GUI is today, it is very difficult to the common user. As it is 100%
Flash hinders more than it helps.
Integration with other software helps a lot OpenMeetings. Exactly why
escapes the interface itself.

 

2013/3/13 Stephen Cottham 

Im assuming you want to build from scratch OS and everything?

If so go here:

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+i
nstalling+OpenMeetings+and+Tools

follow the guide Installing OM2.x On Ubuntu64 - Headless - 12.10.pdf -
this is an install from beginning to end which includes the latest H264
compile steps.

Best Regards



Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777   (AUS)
Phone: +44207 633 2880   (UK)
Fax: +6173 319 2799  

Mobile:  +61400 756 963   (AUS)
Mobile:  +447900 918 616   (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses.

Disclaimer added by CodeTwo Exchange Rules
http://www.codetwo.com

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777   (AUS)

Phone: +44207 633 2880   (UK)

Fax: +6173 319 2799  

 

Mobile:  +61400 756 963   (AUS)

Mobile:  +447900 918 616   (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 



This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediate

RE: bandwidth and simultaneous connections

2013-03-07 Thread George Kirkham
I have been told the practical/effective network bandwith is 1/3 of the
rated speed, that is the effective bandwidth from a 100Mb/s network is
about 33Mb/s. 

 

Thanks, George Kirkham

 

 

From: Jaime Balbino [mailto:jaimeb...@gmail.com] 
Sent: Friday, 8 March 2013 4:13 PM
To: user@openmeetings.apache.org
Cc: openmeetings-u...@incubator.apache.org
Subject: Re: bandwidth and simultaneous connections

 

Thanks Sebastian, but I have to provide a practicable scenario,
anticipating The demand.
In the primary use each room will have only 2 participants with audio,
video, whiteboard and chat. The video can be 240x180 (40 Kb/s) or audio
+ video = 70Kb/s.
With this information I calculate traffic sent into the server: 2 *
70Kb/s = 140Kb/s
and server traffic sent out: 2 * (2-1) * 70Kb/s = 140Kb/s (I only need
it).
So every room of this example uses only 140K/ s of bandwidth server.

Making a simple division it says, in theory, than with a server
bandwidth of 100Mb/s I can have up to 726 people simultaneously
connected in 363 rooms (2 people per room in this example).

This forecast shall is correct?

Thanks again!

 

2013/3/8 seba.wag...@gmail.com 

Hallo Jaime,

I would probably not look at the CPU/memory consumption as the main
limiting factor is the bandwidth.

 

To calculate exact numbers of the bandwidth you need to know:

1) What is the main use-case scenario (1:1 meeting or 1:10 meetings)

2) How many of the participants broadcast and how many of them view the
stream

3) What video resolution will the users use for the conference

(screensharing session won't be included in this scenario)

 

Based on that you can calculate the bandwidth needs per conference room,
and then calc for example the bandwidth need for the lets say 10, 20, 50
and 100 conference rooms.

So its correct: Depending on the use-case you can have very different
numbers.

 

Sebastian

 

2013/3/8 Jaime Balbino 

Hello,
I have a question very common on this list, but that does not have a
generic answer and replicability.
I am needing to know for sure how many people can I have simultaneously
an installation of OpenMeetings (4x Core/8Gb RAM and bandwidth 100
Mb/s).
The standard situation is as follows: many rooms with 2 participants
face-to-face and witheboard.
How many rooms and people support these configuration simultaneously?
Using calculations already posted here came to very different numbers
among only 30 people until 1000 (!).

Thanks!





-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock> 
http://www.webbase-design.de <http://www.webbase-design.de> 
http://www.wagner-sebastian.com <http://www.wagner-sebastian.com> 
seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>  

 



RE: Error Missing[556]

2013-03-01 Thread George Kirkham
Aysha,

 

Thanks for the log files, but I cannot find any error messages in the
logs.  

 

Nothing that seems to relate to the errors that you mention, ""
NetConnection.Connect Failed". Error. Missing[556] Error Missing [642]."
Are you not able to find any entries in the log that belong to these
errors?

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Friday, 1 March 2013 5:42 PM
To: user@openmeetings.apache.org
Subject: Re: Error Missing[556]

 

The log files are attached. Please view the files and let me know what
issue cause this error.

 

____

From: George Kirkham 
To: user@openmeetings.apache.org 
Sent: Friday, March 1, 2013 10:24 AM
Subject: RE: Error Missing[556]

 

Aysha,

 

Was  Kamran able to assist you?

 

Can you find the reports for this error in your red5\log files ?  If so
can you please email us a number of the lines around the error so we can
see what could be causing the issue.

 

What ports are you using for OpenMeetings, the standard 5080, 8088, and
1935 ports ?

 

 

Kamran,

 

How did you resolve this issue when you had it?

 

 

Thanks,

 

George Kirkham

 

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Friday, 1 March 2013 3:34 PM
To: user@openmeetings.apache.org
Subject: Re: Error Missing[556]

 

Hi,

I also having the problem of "NetCoonection.Connect Failed". Error
Missing[556] Error Missing[642]. Have you solved it?

 



From: Kamran Asif 
To: user@openmeetings.apache.org; user-i...@openmeetings.apache.org 
Sent: Wednesday, February 27, 2013 8:20 PM
Subject: Error Missing[556]

 

Hello All,

I have two qustions. please help me

1. Can you tell me how to change help and support links listed below the
profile picture.

 

2. When i access my system to test the link. My web brower shows  "
NetConnection.Connect Failed". Error. Missing[556] Error Missing [642].
word document file is enclosed with this email showing about the error


waiting for your kind reply
Best regards,

 

 

 



RE: Error Missing[556]

2013-02-28 Thread George Kirkham
Aysha,

 

Was  Kamran able to assist you?

 

Can you find the reports for this error in your red5\log files ?  If so
can you please email us a number of the lines around the error so we can
see what could be causing the issue.

 

What ports are you using for OpenMeetings, the standard 5080, 8088, and
1935 ports ?

 

 

Kamran,

 

How did you resolve this issue when you had it?

 

 

Thanks,

 

George Kirkham

 

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Friday, 1 March 2013 3:34 PM
To: user@openmeetings.apache.org
Subject: Re: Error Missing[556]

 

Hi,

I also having the problem of "NetCoonection.Connect Failed". Error
Missing[556] Error Missing[642]. Have you solved it?

 



From: Kamran Asif 
To: user@openmeetings.apache.org; user-i...@openmeetings.apache.org 
Sent: Wednesday, February 27, 2013 8:20 PM
Subject: Error Missing[556]

 

Hello All,

I have two qustions. please help me

1. Can you tell me how to change help and support links listed below the
profile picture.

 

2. When i access my system to test the link. My web brower shows  "
NetConnection.Connect Failed". Error. Missing[556] Error Missing [642].
word document file is enclosed with this email showing about the error


waiting for your kind reply
Best regards,

 

 



RE: Openmeetings Version

2013-02-28 Thread George Kirkham
Bobby,

 

This is my understanding regarding OpenMeetings version.

 

There is stable release OpenMeetings 2.0 (which you said you are
currently using), and development version 2.1 which is currently
undergoing many revisions.

 

Soon the OpenMeetings team will deliver version 2.1, which I assume will
allow development to move to version 2.2.

 

If you are able, it could be worthwhile for you to build a version 2.1,
test and report any issues.  I am currently attempting to do this myself
(I have finally, after much time, managed to get my personal prod/dev
server environment up and running again, it had been lacking space for
building virtual servers).

 

I am hoping that people will document all the changes from 2.0 to 2.1 as
I believe there has been quite a few changes/updates made, even if the
general appearance is mostly the same.

 

Thanks,

 

George Kirkham

 

 

 

From: Bobby Murdock [mailto:rmurd...@gscapts.com] 
Sent: Friday, 1 March 2013 5:00 AM
To: user@openmeetings.apache.org; openmeetings-u...@incubator.apache.org
Subject: Openmeetings Version

 

Please advise on current available versions of openmeetings.  I
currently have Version 2.0 and would like to know if a newer version is
available.

 

 

Bobby Murdock

GSC IT Deptartment

Network Engineer/ Internet Analyst

804.320.7101 ext 249

 



RE: Updates for Debian: RE: Updated Ubuntu guide 12:10 including h264 codec support and latest versions of ffmpeg, swftools and various deps.

2013-02-28 Thread George Kirkham
My documentation displays two backslashes (and I realise it is a very minor 
thing);

Download, extract ANT by issuing these commands:

wget http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.8.4-bin.tar.gz

tar -zxvf apache-ant-1.8.4-bin.tar.gz

Once that has completed you can test it by issuing the following commands:

 

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Friday, 1 March 2013 4:47 AM
To: Openmeetings user-list
Subject: Re: Updates for Debian: RE: Updated Ubuntu guide 12:10 including h264 
codec support and latest versions of ffmpeg, swftools and various deps.

 

>> Why two backslashes in the path statement

I believe this is copy/paste issue

 

On Fri, Mar 1, 2013 at 12:42 AM, George Kirkham  wrote:

Stephen,

 

I had time last night to build a Debian server, and found “--force-yes” was 
required if I was to use the “-y” parameter;

 

# apt-get install subversion git-core checkinstall yasm texi2html libfaac-dev 
libfaad-dev -y --force-yes

 

# apt-get install libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev -y 
--force-yes

 

# apt-get install libxvidcore4-dev zlib1g-dev libfaad2 flvtool2 lame -y 
--force-yes

 

And one question;

 


Why two backslashes in the path statement (it does work, but why bother?) ?
wget 
http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.8.4-bin.tar.gz 
<http://mirror.catn.com/pub/apache/ant/binaries/apache-ant-1.8.4-bin.tar.gz> 

 

 

Thanks,

 

George Kirkham

Installing OM2.x On Debian64 - Headless.pdf 
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Debian64+-+Headless.pdf?version=18&modificationDate=136032795>
  

root@omdeb6-64:~# apt-get install subversion git-core checkinstall yasm 
texi2html libfaac-dev libfaad-dev -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  git libapr1 libaprutil1 liberror-perl libfaac0 libfaad2 libserf-0-0 libsvn1 
rsync
Suggested packages:
  gettext git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui 
gitk gitweb subversion-tools db4.8-util latex2html
The following NEW packages will be installed:
  checkinstall git git-core libapr1 libaprutil1 liberror-perl libfaac-dev 
libfaac0 libfaad-dev libfaad2 libserf-0-0 libsvn1 rsync
  subversion texi2html yasm
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,811 kB of archives.
After this operation, 24.6 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libfaac0 libfaac-dev
E: There are problems and -y was used without --force-yes
--
Used this and installation continued.

# apt-get install subversion git-core checkinstall yasm texi2html libfaac-dev 
libfaad-dev -y --force-yes

---

root@omdeb6-64:~# apt-get install libmp3lame-dev libsdl1.2-dev libx11-dev 
libxfixes-dev -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version.
libx11-dev set to manually installed.
The following extra packages will be installed:
  esound-common libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev 
libasyncns0 libaudio-dev libaudio2 libaudiofile-dev
  libaudiofile0 libavahi-client-dev libavahi-common-dev libcaca-dev libcaca0 
libdbus-1-dev libdrm-intel1 libdrm-radeon1 libdrm2
  libesd0 libesd0-dev libflac8 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 
libglib2.0-dev libglu1-mesa libglu1-mesa-dev libice-dev
  libmp3lame0 libncurses5-dev libogg0 libpulse-browse0 libpulse-dev 
libpulse-mainloop-glib0 libpulse0 libsdl1.2debian
  libsdl1.2debian-alsa libslang2-dev libsm-dev libsndfile1 libsvga1 
libsvga1-dev libvorbis0a libvorbisenc2 libx86-1 libxt-dev
  libxxf86vm1 mesa-common-dev pkg-config x11proto-fixes-dev
Suggested packages:
  esound-clients libasound2-doc nas esound libglide3 libglib2.0-doc pulseaudio
The following NEW packages will be installed:
  esound-common libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev 
libasyncns0 libaudio-dev libaudio2 libaudiofile-dev
  libaudiofile0 libavahi-client-dev libavahi-common-dev libcaca-dev libcaca0 
libdbus-1-dev libdrm-intel1 libdrm-radeon1 libdrm2
  libesd0 libesd0-dev libflac8 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 
libglib2.0-dev libglu1-mesa libglu1-mesa-dev libice-dev
  libmp3lame-dev libmp3lame0 libncurses5-dev libogg0 libpulse-browse0 
libpulse-dev libpulse-mainloop-glib0 libpulse0 libsdl1.2-dev
  libsdl1.2debian libsdl1.2debian-alsa libslang2-dev libsm-dev libsndfile1 
libsvga1 libsvga1-dev libvorbis0a libvorbisenc2 libx86-1
  libxfixes-dev libxt-dev libxxf86vm1 mesa

Updates for Debian: RE: Updated Ubuntu guide 12:10 including h264 codec support and latest versions of ffmpeg, swftools and various deps.

2013-02-28 Thread George Kirkham
Stephen,

 

I had time last night to build a Debian server, and found “--force-yes” was 
required if I was to use the “-y” parameter;

 

# apt-get install subversion git-core checkinstall yasm texi2html libfaac-dev 
libfaad-dev -y --force-yes

 

# apt-get install libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev -y 
--force-yes

 

# apt-get install libxvidcore4-dev zlib1g-dev libfaad2 flvtool2 lame -y 
--force-yes

 

And one question;

 


Why two backslashes in the path statement (it does work, but why bother?) ?
wget 
http://mirror.catn.com/pub/apache//ant/binaries/apache-ant-1.8.4-bin.tar.gz 
<http://mirror.catn.com/pub/apache/ant/binaries/apache-ant-1.8.4-bin.tar.gz> 

 

 

Thanks,

 

George Kirkham

Installing OM2.x On Debian64 - Headless.pdf 
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Debian64+-+Headless.pdf?version=18&modificationDate=136032795>
  

root@omdeb6-64:~# apt-get install subversion git-core checkinstall yasm 
texi2html libfaac-dev libfaad-dev -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  git libapr1 libaprutil1 liberror-perl libfaac0 libfaad2 libserf-0-0 libsvn1 
rsync
Suggested packages:
  gettext git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui 
gitk gitweb subversion-tools db4.8-util latex2html
The following NEW packages will be installed:
  checkinstall git git-core libapr1 libaprutil1 liberror-perl libfaac-dev 
libfaac0 libfaad-dev libfaad2 libserf-0-0 libsvn1 rsync
  subversion texi2html yasm
0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,811 kB of archives.
After this operation, 24.6 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libfaac0 libfaac-dev
E: There are problems and -y was used without --force-yes
--
Used this and installation continued.

# apt-get install subversion git-core checkinstall yasm texi2html libfaac-dev 
libfaad-dev -y --force-yes

---

root@omdeb6-64:~# apt-get install libmp3lame-dev libsdl1.2-dev libx11-dev 
libxfixes-dev -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev is already the newest version.
libx11-dev set to manually installed.
The following extra packages will be installed:
  esound-common libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev 
libasyncns0 libaudio-dev libaudio2 libaudiofile-dev
  libaudiofile0 libavahi-client-dev libavahi-common-dev libcaca-dev libcaca0 
libdbus-1-dev libdrm-intel1 libdrm-radeon1 libdrm2
  libesd0 libesd0-dev libflac8 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 
libglib2.0-dev libglu1-mesa libglu1-mesa-dev libice-dev
  libmp3lame0 libncurses5-dev libogg0 libpulse-browse0 libpulse-dev 
libpulse-mainloop-glib0 libpulse0 libsdl1.2debian
  libsdl1.2debian-alsa libslang2-dev libsm-dev libsndfile1 libsvga1 
libsvga1-dev libvorbis0a libvorbisenc2 libx86-1 libxt-dev
  libxxf86vm1 mesa-common-dev pkg-config x11proto-fixes-dev
Suggested packages:
  esound-clients libasound2-doc nas esound libglide3 libglib2.0-doc pulseaudio
The following NEW packages will be installed:
  esound-common libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev 
libasyncns0 libaudio-dev libaudio2 libaudiofile-dev
  libaudiofile0 libavahi-client-dev libavahi-common-dev libcaca-dev libcaca0 
libdbus-1-dev libdrm-intel1 libdrm-radeon1 libdrm2
  libesd0 libesd0-dev libflac8 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx 
libglib2.0-dev libglu1-mesa libglu1-mesa-dev libice-dev
  libmp3lame-dev libmp3lame0 libncurses5-dev libogg0 libpulse-browse0 
libpulse-dev libpulse-mainloop-glib0 libpulse0 libsdl1.2-dev
  libsdl1.2debian libsdl1.2debian-alsa libslang2-dev libsm-dev libsndfile1 
libsvga1 libsvga1-dev libvorbis0a libvorbisenc2 libx86-1
  libxfixes-dev libxt-dev libxxf86vm1 mesa-common-dev pkg-config 
x11proto-fixes-dev
0 upgraded, 54 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.9 MB of archives.
After this operation, 90.3 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libdrm2 libdrm-intel1 libdrm-radeon1 libmp3lame0 libmp3lame-dev
E: There are problems and -y was used without --force-yes


# apt-get install libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev -y 
--force-yes
---
root@omdeb6-64:~# apt-get install libxvidcore4-dev zlib1g-dev libfaad2 flvtool2 
lame -y
Reading packa

RE: Could not create connection to database server

2013-02-28 Thread George Kirkham
Hi,

 

Can anyone assist Aysha with his Windows 7 install ?

 

What can cause the error;

Caused by: 
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not 
create connection to database server. Attempted reconnect 3 times. Giving up.

 

He states that he can access the OpenMeetings database from the command line, 
so I cannot think what might be causing this. 

 

Is it normal for a Windows install to be connecting through 
“mysql-connector-java-5.1.23-bin.jar:na”, this is not in my logs for Debian 
installation, naturally. 

 

Thanks,

 

George Kirkham

 

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Thursday, 28 February 2013 6:25 PM
To: User Open Meeting
Subject: Could not create connection to database server

 

Hi,

 

I can access the Openmeetings database manually via the command line using 
something like;

C:\Users\Administrator>mysql -u openmeetings -ppassword openmeetings

 

But the OpenMeetings red5 script is returning errors “Could not create 
connection to database server” in the openmeetings_log file;

 

Caused by: 
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not 
create connection to database server. Attempted reconnect 3 times. Giving up.

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[na:1.7.0_11]

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at java.lang.reflect.Constructor.newInstance(Unknown Source) 
~[na:1.7.0_11]

at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at com.mysql.jdbc.Util.getInstance(Util.java:386) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2367) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2288) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:822) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[na:1.7.0_11]

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at java.lang.reflect.Constructor.newInstance(Unknown Source) 
~[na:1.7.0_11]

at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:404) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:317) 
~[mysql-connector-java-5.1.23-bin.jar:na]

at 
org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
 ~[commons-dbcp-jar-1.4.jar:1.4]

at 
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
 ~[commons-dbcp-jar-1.4.jar:1.4]

at 
org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
 ~[commons-dbcp-jar-1.4.jar:1.4]

at 
org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
 ~[commons-dbcp-jar-1.4.jar:1.4]

... 51 common frames omitted

Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: 
Communications link failure

 

The last packet sent successfully to the server was 0 milliseconds ago. The 
driver has not received any packets from the server.

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
~[na:1.7.0_11]

at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
~[na:1.7.0_11]

at java.lang.reflect.Constructor.newInsta

RE: MySQL Connection failed

2013-02-27 Thread George Kirkham
Aysha,

 

Are you able to log into the mysql database using the OpenMeetings mysql
username and password from the persistence.xml file ?

 

mysql -u openmeeting -p

or you can specify the password on the command line, as follows (note:
no space after the -p)

mysql -u openmeeting -ppassword

 

Change the password to the password that you specified for OpenMeetings.

 

Once you can log into mysql from the dos prompt (i.e. command line),
please let us know.

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Thursday, 28 February 2013 3:51 PM
To: User Open Meeting
Subject: MySQL Connection failed

 

Hi,

 

I just run the red5.bat file it failed to connect to DB. Database is
empty. How can I import the DB of OpenMeeting to my own DB?

 



RE: Upcoming OM release - Acoustic Echo Cancellation

2013-02-27 Thread George Kirkham
Hi,

 

I just wanted to ask and confirm that if I download the latest version
of OM 2.1 (see link below), will it include the Acoustic Echo
Cancellation?   If not where should I download the version of OM that
does include Acoustic Echo Cancellation ?

 

Then check out the latest source code using the following:

svn checkout
https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/

 

It is my hope to be able to do a clean build test later this evening.
Thanks to everyone for the effort people have been putting into the
current changes.

 

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+i
nstalling+OpenMeetings+and+Tools 

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Debian64+-+Headless.pdf?version=18&modificationDate=136032
795 

 

 

 

Thanks,

 

George Kirkham

 



RE: Please Help to Install OM

2013-02-13 Thread George Kirkham
Aysha,

 

Are you using Stephen Cottham's installation instructions from;

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+i
nstalling+OpenMeetings+and+Tools

 

 

Step 20: Running OM 2.X for the first time

Locate this folder C:\red5, and run the script called "red5-debug.bat"

 

Now open the browser and go to the following link.

http://:5080/openmeetings/install
<http://%3cyourIP%3e:5080/openmeetings/install> 

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Thursday, 14 February 2013 4:41 PM
To: User Open Meeting
Subject: Please Help to Install OM

 

Please help me in installation of OM 2.x.



RE: Starting red5

2013-02-13 Thread George Kirkham
Aysha,

 

There are two ways I do this;

(Note: I use Debian server)

 

# cd /etc/init.d/red5 start

 

Or alternatively


# cd /usr/lib/red5

# ./red5.sh

 

If the above works for you or not, can depend on what OS you are using
and how you installed OM.

 

Thanks,

 

George Kirkham

 

 

From: Aysha Saddiqa [mailto:ayshasadd...@yahoo.com] 
Sent: Thursday, 14 February 2013 3:46 PM
To: User Open Meeting
Subject: Starting red5

 

How to start red5 using command line?



RE: GSoC project ideas wanted: Acoustic Echo Cancellation

2013-02-11 Thread George Kirkham
Sebastian,

 

A few suggestions:

 

1)  If the Adobe Acoustic Echo Cancellation (AEC) has not as yet
been implemented, please have the students complete this addition.



2)  Quality Assurance testing for the User Interface, review the UI
and ensure that features work well, text entered in an entry field does
not overflow when displayed in later Windows/Fields.  



3)  Data validation checking for any data entry fields.

 

Thanks,

 

George Kirkham

 

 

 

From: seba.wag...@gmail.com [mailto:seba.wag...@gmail.com] 
Sent: Tuesday, 12 February 2013 6:45 AM
To: dev
Cc: user@openmeetings.apache.org
Subject: GSoC project ideas wanted

 

Google Summer of Code is about to start soon!
Google sponsors every student with 4500USD. Plus 500 for the Apache
Foundation.

We are searching for ideas what porential students can do.
Ideas from Non-Developers are welcome too!

We will add the ideas to JIRA then with a special label so students can
find it.

Sebastian



RE: ffmpeg-package from deb-multimedia.org for OM 2.x

2013-02-08 Thread George Kirkham
Michael,

Unless things have changed, using a packaged ffmpeg will not fully work,
you have to compile it as per Stephen's instructions. 



***
Step 6: Compile and Install ffmpeg (1.1.2)
Let's go back to our temporary working area
Let's make our temporary working area
cd /usr/adm
Download, compile and install ffmpeg by issuing these commands:
wget http://ffmpeg.org/releases/ffmpeg-1.1.2.tar.gz
tar -zxvf ffmpeg-1.1.2.tar.gz
cd ffmpeg-1.1.2
./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis
--enable-libgsm \
--enable-libfaac --enable-gpl --enable-nonfree
make
checkinstall
N.B - You will be asked a series of question towards the end of the
install, press return
for each to continue.
Once that has completed you can now test it by issuing the following:
ffmpeg -version
Which should give you the following output:
ffmpeg-1.1.2

***

Thanks,

George Kirkham




-Original Message-
From: michael.wut...@eledia.de [mailto:michael.wut...@eledia.de] 
Sent: Saturday, 9 February 2013 12:39 AM
To: user@openmeetings.apache.org
Subject: RE: ffmpeg-package from deb-multimedia.org for OM 2.x

Hello,

now it works for me (OM 2.0 with debian squeeze 64bit). I installed the
latest Version of ffmpeg and marked the package as 6:1.1.2. ;-)

But there is still one problem. I made a recording of a live-classroom
and the recordning was playable/visible in the webfrontend but not the
download version, neither the avi- nor the flv-file was playable. I only
saw a black screen.

Have you any idea?

Thank you very much,
Michael

when you do checkinstall you must modify the default version.
For example, the package version on Ubuntu server 12.04 is 4:0.8.5 Using
checkinstall on 0.11.2 source gives a version 0.11.2 You must modify it
to be 4:0.11.2 Next time you update your packages, ffmpeg installed
version won't be downgraded.

> The latest guide I just uploaded also uses 1.1.2 and compiles fine on 
> Debian.
>
> I'll add a section on the guide for people to change the version when 
> using checkinstall.
>
> Cheers
>
>


RE: Problems with documentation

2013-02-07 Thread George Kirkham
Stephen,

Will you include changes for HTTPS and/or SIP ?

Would be worth including these too as there has been a lot of discussion
on the topics.

Thanks,

George Kirkham


-Original Message-
From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] 
Sent: Friday, 8 February 2013 9:03 AM
To: user@openmeetings.apache.org
Cc: user@openmeetings.apache.org
Subject: RE: Problems with documentation

Hi All,

Updated versions for Squeeze and Wheezy will be updated tomorrow to
correct the issues with copy and paste; also include general updates and
changes to OM.

Cheers





Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Stephen Cottham
Sent: 07 February 2013 18:44
To: user@openmeetings.apache.org
Cc: user@openmeetings.apache.org
Subject: Re: Problems with documentation

Which parts are you having issues with?

Sent from my iPhone

On 7 Feb 2013, at 18:39, "Info 3bits"  wrote:

> Hi all,
> 
> I'm trying to install new version 2.1 but when I copy the commands
from the pdf (Installing OM2.x On Debian64 - Headless.pdf) I get
garbage.
> 
> I tried to paste the code in Notepad++ to convert the encoding to
several standard values but no luck.
> 
> I tried also downloading the PDF and even convert it to doc and txt
and the same problem.
> 
> Could be it fixed?
> 
> Thanks
> 
> 
> Fernando
> 



RE: Problems with documentation

2013-02-07 Thread George Kirkham
Stephen,

Those changes to OM sure have been happening a lot just recently.

If I get the chance I would like to test our your latest instructions,
doing a new clean build.

Thanks,

George Kirkham



-Original Message-
From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] 
Sent: Friday, 8 February 2013 9:03 AM
To: user@openmeetings.apache.org
Cc: user@openmeetings.apache.org
Subject: RE: Problems with documentation

Hi All,

Updated versions for Squeeze and Wheezy will be updated tomorrow to
correct the issues with copy and paste; also include general updates and
changes to OM.

Cheers





Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Stephen Cottham
Sent: 07 February 2013 18:44
To: user@openmeetings.apache.org
Cc: user@openmeetings.apache.org
Subject: Re: Problems with documentation

Which parts are you having issues with?

Sent from my iPhone

On 7 Feb 2013, at 18:39, "Info 3bits"  wrote:

> Hi all,
> 
> I'm trying to install new version 2.1 but when I copy the commands
from the pdf (Installing OM2.x On Debian64 - Headless.pdf) I get
garbage.
> 
> I tried to paste the code in Notepad++ to convert the encoding to
several standard values but no luck.
> 
> I tried also downloading the PDF and even convert it to doc and txt
and the same problem.
> 
> Could be it fixed?
> 
> Thanks
> 
> 
> Fernando
>