Hardware suggestions

2010-07-19 Thread Victor Sartori

Hello folks!

I received a mission Install a moodle with openmeetings on a 
enviroment with aprox. 1500 online simultaneous users.

What kind of hardware is needed to run this enviroment?

I have in mind a Dell Server with 2 processors Xeon X5600 with 16 gb ram 
ddr3 udimm is sufficient?



Suggestions?

[]'s

Victor

--
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings] Automatic install script

2010-06-22 Thread Victor Sartori

Hi Dominique

Check the zip file of openmeetings, I think the pack of installation was 
not downloaded properly

Do a test run the script, and select the option to remove files.
In the same directory you run the script, remove the file 
openmeetings_1_1_r3087.zip and run the script again selecting the 
option to install


[]'s
Victor

Em 22-06-2010 07:36, Dominique Claver KOUAME escreveu:

Hello all,
I've just finished installed openmeetings via the automatic install 
script on debian lenny. When I try to connect to achieve the last part 
of installation I get this error message in my browser:
 Firefox ne peut établir de connexion avec le serveur à l'adresse 
192.168.0.101:5080 http://192.168.0.101:5080.  Firefox can't 
establish connection with server at address 192.168.0.1:5080 
http://192.168.0.1:5080.

The script ended with these messages :
Type the MySQL root's password: mysql-passwd
./install-om-r3087.sh: line 316: 
/opt/red5/webapps/openmeetings/conf/hibernate.cfg.xml: Aucun fichier 
ou répertoire de ce type

Starting OpenOffice headless server
Done!! open the website at your browser: http://:5080/openmeetings/install
conference:/home/kdclaver#

Can you please help me to solve this problem

Thanks more for your reply.

--
You received this message because you are subscribed to the Google 
Groups OpenMeetings User group.

To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.


--
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: installation under freebsd problem

2010-06-16 Thread Victor Sartori
Hi, I have a howto to install on freebsd, but it is writen  on brazilian 
portuguese.
I can send it for you, or i'll translate it, but you need a little 
patient :)


Same notes

1 - This howto, is not 100% validated, I think he have some 
inconsistencies...

2 - I was used the FreeBSD version 8
3 - For start the openoffice headless, you can use the same commands on 
linux
4 - If you have any question, or if i can help you, please ask my msn on 
email private.



[]'s

Victor


Em 15-06-2010 19:45, ScientEtik escreveu:

i've done next steeps:
1. unzipped
2 in mysql:

   CREATE USER 'openmeetings'@'localhost'  IDENTIFIED BY
'secret_password';
   GRANT  USAGE  ON  *.*  TO  'openmeetings'@'localhost'  IDENTIFIED
BY  'secret_password';
   CREATE  DATABASE  IF  NOT  EXISTS  `openmeetings`;
   GRANT  ALL  PRIVILEGES  ON  `openmeetings`.*  TO
'openmeetings'@'localhost';

3. edited red5/webapps/openmeetings/conf/hibernate.cfg.xml to state:
 property name=connection.usernameopenmeetingsr/
property
 property name=connection.passwordsecret_password/
property

 !-- Database Settings --
 property
name=connection.driver_classcom.mysql.jdbc.Driver/
property
 property
name=dialectorg.hibernate.dialect.MySQLDialect/property
 property name=connection.urljdbc:mysql://localhost/
openmeetings?
autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/
property

 property name=hibernate.connection.CharSetutf8/
property
 property
name=hibernate.connection.characterEncodingutf8/property
 property name=hibernate.connection.useUnicodetrue/
property

  4. started red5.sh

log:
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [warn]
VelocityViewServlet: couldn't find template to match request.
ERROR 06-15 22:29:27.724 Install.java 46009 49
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - command equals null
ERROR 06-15 22:29:27.725 Install.java 46010 57
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
ERROR 06-15 22:29:27.725 Install.java 46010 58
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_welcome_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [info] Null
reference [template 'install_welcome_EN.vm', line 16, column 38] :
$RED5-HOME cannot be resolved.
ERROR 06-15 22:30:50.779 Install.java 129064 107
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
DEBUG 06-15 22:30:50.784 ImportInitvalues.java 129069 507
org.openmeetings.app.installation.ImportInitvalues
[http-0.0.0.0-5080-1] - Countries ADDED
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_step1_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
DEBUG 06-15 22:31:16.106 Install.java 154391 144
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
ERROR 06-15 22:31:16.106 Install.java 154391 200
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - step 0+ start init with values. my_nick *
mail domain .

I've fount in this group that it's probleb of db connection in many
times..
How can i check db conection ability of openmeeting to db? From mysql
console user is ok. i'm using diablo-jdk-1.6.0.07.02_9 Java
Development Kit 1.6.0_07.02

   


--
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

#kernel source
pkg_add -r mc (ele instala coisas como o perl, python e outros utilitários, 
além de ser um bom editor de textos)


sysnstall
configure
Distribuitions
src
base
sys

select cd-rom



#java
pkg_add -r lynx 

cd /usr/ports/java/jdk16
make install
desmarque a opcao tzupdate

feito isso ele irá mostrar uma mensagem dizendo que vc precisa fazer o 
download manual de 3 

Re: Openmeetings installation

2010-06-15 Thread Victor Sartori

Hi Dominique,

On automatic script, what happend when you run the automatic script? 
This difficulty happened to connect is on database connect or to 
accesing the loging page of the OM?


[]'s

Victor

Em 15-06-2010 13:31, Dominique Claver KOUAME escreveu:


Hi all
I am desperate to not succeed installation of Openmeetings on Debian 
Lenny. First I tried with the automatic script 
(http://code.google.com/p/openmeetings/wiki/Automatic_script_installation_for_Debian), 
but here I have encountered difficulties of connection to the server. 
After I tried manual installation 
(http://code.google.com/p/openmeetings/wiki/InstallationDebian), but 
here the system respond me port 5080 is not configured.


Can you help me succeed this installation.

--
You received this message because you are subscribed to the Google 
Groups OpenMeetings User group.

To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.


--
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Issues (??) at recorder and whiteboard

2010-02-05 Thread Victor Sartori
Hi Folks!

Today, I started to try the OM 1.1 rc 2873 to see the translation pack and
test the new resources
At my tests, I found two problems

1 - Recording
I record my desktop share, but when I'll watch the recorded session, the
error message appears:


Log:05.02.2010 10:45:15
 generateFFMPEG
 process-generateFFMPEG
 error-Cannot run program ffmpeg: java.io.IOException: error=2, No such
 file or directory
 command-[ffmpeg, -async, 1, -i,
 /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28.flv,
 /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_1_05_02_2010_07_44_28_WAVE.wav]
 exitValue--1


 Log:05.02.2010 10:45:15
 generateFFMPEG
 process-mergeWave
 error-Cannot run program sox: java.io.IOException: error=2, No such file
 or directory
 command-[sox,
 /opt/red5/webapps/openmeetings/streams/hibernate/one_second.wav,
 /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
 pad, 0, 46.0]
 exitValue--1


 Log:05.02.2010 10:45:15
 generateFFMPEG
 process-generateFullFLV
 error-Cannot run program ffmpeg: java.io.IOException: error=2, No such
 file or directory
 command-[ffmpeg, -i,
 /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29.flv,
 -i,
 /opt/red5/webapps/openmeetings/streams/1/rec_1_stream_043137d0e915207660fbf55021278e8a_05_02_2010_07_44_29_FINAL_WAVE.wav,
 -ar, 22050, -acodec, libmp3lame, -ab, 32k, -s, 640x400, -vcodec, flashsv,
 -map, 0.0, -map, 1.0,
 /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv]
 exitValue--1


 Log:05.02.2010 10:45:15
 generateFFMPEG
 process-generateFullFLV
 error-Cannot run program ffmpeg: java.io.IOException: error=2, No such
 file or directory
 command-[ffmpeg, -i,
 /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
 -vcodec, mjpeg, -vframes, 1, -an, -f, rawvideo, -s, 640x400,
 /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.jpg]
 exitValue--1


 Log:05.02.2010 10:45:15
 generateFFMPEG
 process-alternateDownload
 error-Cannot run program ffmpeg: java.io.IOException: error=2, No such
 file or directory
 command-[ffmpeg, -i,
 /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.flv,
 /opt/red5/webapps/openmeetings/streams/hibernate/flvRecording_1.avi]
 exitValue--1


I have the ffmpeg and sox installed at my Debian 5. I can run the
command ffmeg and sox using the user nobody (this user is used to run the
red5). Anybody have one idea?

Other issue (I think), is at whiteboard, when any thing is loaded, and the
any resource is used (like pen, circle...) and a slide is changed to next,
this things still appear in the next slide  It is a issue?

Regards

Victor Sartori

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Issues (??) at recorder and whiteboard

2010-02-05 Thread Victor Sartori
2010/2/5 Sebastian Wagner seba.wag...@gmail.com

 hi,

 *Cannot run program sox: java.io.IOException*
 should give you an idea what is wrong = SoX might be installed but *sox*
 cannot be executed.


Nice I'll do more tests if I can resolve this, I would post here.



 The latter about the documents + drawing is actually no Issue in that
 meaning. It would be just quite useful to refactor the Whiteboard to have
 drawings saved by page. But that will is not in the scope of the current
 release.


I have imagined this

Thanks Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Brazilian Portuguese Language Pack

2010-02-01 Thread Victor Sartori
Hi folks!

At this week, I finished the process of translating the missing piece of the
Brazilian Portuguese language pack.
How do I share with the community?

For those interested, you can download at:
http://victor.sartori.eti.br/OM/pt-br.xml

Thanks for all

Victor

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Flash player and OM 1.0 rc1

2010-01-22 Thread Victor Sartori
Hi Sebastian,

Thanks for answer

you are right... I copied the directory over the existing directory. I
delete the directory and put the new version and every works!!!

Tkns Sebastian... I owe you a beer [?]

[]'s

Victor

2010/1/21 Sebastian Wagner seba.wag...@gmail.com

 hi,

 I think you just missed a step in upgrading, your Flash is allright,
 possibly the SWF is just missing because it has another name.
 Also the wrapper code has changed to embed the swf, so your message
 actually seems to be thrown by swfobject.js ... that file is not part
 of openmeetings 1.0.

 Sebastian

 On Jan 21, 5:56 pm, Victor victor.sart...@gmail.com wrote:
  Hi folks!
 
  I have a issue today I upgrade my OM 0.95 to 1.0, every ok, but,
  when I access the login page, the messagem is displayed :
 
  You need to upgrade your Flash Player
 
  Get the latest Flash Player
 
  I downloaded the upgrade of the latest version and installed it on my
  system (ubuntu 9.10)
  sudo dpkg -l |grep flash
  ii  adobe-flashplugin  10.0.42.34-1
 
  Yet the message persists any idea???
 
  Tkns!!!
 
  Victor Sartori

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-u...@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.comopenmeetings-user%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.





-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

338.gif