[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-14 Thread greenes
This is tested.

On Debian-5
OpenMeetings 1.9.1
Install fine
Login fine
Upload rtf file to whiteboard fine
Create new user and login with this fine

.

On 14 dic, 16:25, viktara vikt...@gmail.com wrote:
 On Dec 14, 9:36 am, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:

  you should choose a username and password with a minimum length of 4 or 6
  characters

 Ah - I was using 3 characters in the username.

 A small bug here I think - if you register a user with a 3 character
 username, you get the sign up success message - but it fails silently
 and does not attempt to send an email.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-14 Thread greenes
...another tested.

Debian-6
OpenMeetings 1.9.1
Run OpenMeetings with script
Install fine
Login fine
Create new user and login with this fine

Upload rtf file to whiteboard fine...but in
Debian-6 only, no Debian-5, and with
any OpenMeetings version, used 2 or
3 minutes to convert the little file if am not
connected to internet.
If am connected to internet, then is a fast
conversion.

If some body know the reason please
tell me.

..



On 14 dic, 16:41, greenes zurca...@gmail.com wrote:
 This is tested.

 On Debian-5
 OpenMeetings 1.9.1
 Install fine
 Login fine
 Upload rtf file to whiteboard fine
 Create new user and login with this fine

 .

 On 14 dic, 16:25, viktara vikt...@gmail.com wrote:

  On Dec 14, 9:36 am, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:

   you should choose a username and password with a minimum length of 4 or 6
   characters

  Ah - I was using 3 characters in the username.

  A small bug here I think - if you register a user with a 3 character
  username, you get the sign up success message - but it fails silently
  and does not attempt to send an email.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-13 Thread greenes
...do you tryed it with a new zip 1.9.0 file?



On 13 dic, 18:06, viktara vikt...@gmail.com wrote:
 On Dec 12, 4:53 pm, solomax solomax...@gmail.com wrote:

  Can someone please try if the following method is works as expected or
  not:
  1) download both 1.8.8 and 1.9.0
  2) unpack then to the different locations
  3) replace 1.9 version of javaee-api-5.1.2.jar with 1.8.8 version of
  this file (cp red5_1_8/lib/javaee-api-5.1.2.jar red5_1_9/lib/javaee-
  api-5.1.2.jar)
  4) start OM even with red5.sh or with red5-debug.sh

 Not working here - Ubuntu 10.04 64bit.

 I end up with these errors during startup:

 Error creating bean with name 'cfgManagement': Injection of
 persistence dependencies failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'entityManagerFactory' defined in
 ServletContext resource [/WEB-INF/openmeetings-
 applicationContext.xml]: Invocation of init method failed; nested
 exception is javax.persistence.PersistenceException: Explicit
 persistence provider error(s) occurred for openmeetings after trying
 the following discovered implementations:
 org.apache.openjpa.persistence.PersistenceProviderImpl from provider:
 org.apache.openjpa.persistence.PersistenceProviderImpl
         at
 org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:
 328)
         at
 org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:
 106)
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:
 1325)
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:
 1086)
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
 517)
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:
 456)
         at org.springframework.beans.factory.support.AbstractBeanFactory
 $1.getObject(AbstractBeanFactory.java:293)
         at
 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:
 222)
         at
 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:
 290)
         at
 org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:
 192)
         at
 org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:
 585)
         at
 org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:
 895)
         at
 org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:
 425)
         at org.red5.server.tomcat.TomcatLoader$1.run(TomcatLoader.java:577)
 Caused by: org.springframework.beans.factory.BeanCreationException:
 Error creating bean with name 'web.handler': Injection of autowired
 dependencies failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Could not
 autowire field: private
 org.openmeetings.app.remote.red5.ClientListManager
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter.clientListManager;
 nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'openmeetings.ClientListManager': Injection of
 autowired dependencies failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Could not
 autowire field: private org.openmeetings.utils.crypt.ManageCryptStyle
 org.openmeetings.app.remote.red5.ClientListManager.manageCryptStyle;
 nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'manageCryptStyle': Injection of autowired
 dependencies failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Could not
 autowire field: private
 org.openmeetings.app.data.basic.Configurationmanagement
 org.openmeetings.utils.crypt.ManageCryptStyle.cfgManagement; nested
 exception is org.springframework.beans.factory.BeanCreationException:
 Error creating bean with name 'cfgManagement': Injection of
 persistence dependencies failed; nested exception is
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'entityManagerFactory' defined in
 ServletContext resource [/WEB-INF/openmeetings-
 applicationContext.xml]: Invocation of init method failed; nested
 exception is javax.persistence.PersistenceException: Explicit
 persistence provider error(s) occurred for openmeetings after trying
 the following discovered implementations:
 

[openmeetings-user] Re: office file giving error : need help

2011-12-13 Thread greenes
...after to make the new data base called hola,
do you configure it in:

C:\red5\\webapps\openmeetings\WEB-INF\classes\META-INF\persistence.xml

Please, unzip a new OpenMeetings-1.9.0...zip and make a new install,
and make
a new data base called open190...for exemple and configure
persistence.xml.


.



On 12 dic, 16:32, santosh kumar santosh@gmail.com wrote:
 I opened xampp - phpMyadmin and created a new database hola
 collation and mysql connection collation utf8_general_ci and did the
 same as u as u mentioned in above example, but now im getting step 1
 installation page and after filling up the page when i click at
 INSTALL, a white/blank page is stuck at step 2, after doing again n
 again the same problem occuring..

 On Sun, Dec 11, 2011 at 10:05 PM, greenes zurca...@gmail.com wrote:

  ...unzip OM in C:\

  C:\red5

  You need of Xamp, MySQL only for OpenMeetings.

  You must build a base data in MySQL. For exemple
  called:

  hola

  After this go to:

  C:\red5/webapps/openmeetings/WEB-INF/classes/META-INF\persistence.xml

  ...and rename this file to:

  persistence-ori.xml

  And rename:

  mysql_persistence.xml  to persistence.xml

  Edit this file and in this line:

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

  ...change openmeetings to the name of th database you just made,
  it was:

  hola

  And in the lines:

  Username=here the user name of MySQL
  Password=here the passwd of the user in MySQL /

  After this run red5.bat (MySQL must be runnuing) and write
  in the browser:

  http.//localhost:5080/openmeetings/install

  ...you know the rest?

  OK Try it.

  .

  On 11 dic, 19:45, santosh kumar santosh@gmail.com wrote:
   thanx for your kind repy, I am just telling how i installed OM, may be u
   can find the mistake.
   I have a LAN of almost 100 PC, I am hosting a joomla web site on my xp
   machine so I am using XAMPP server which comes with apache 2.2 and mysql.
   my webroot dicrectory for joomla in XAMPP is C:/xampp/hcdocs/joomla17, I
   put OM.zip file in C:/xampp/hcdocs and extracted so now it is red5. I
   installed    sox in C:\sox, ffmpeg in C:\ffmpeg, swftools in 
   C:\swftools,
   imagemagick in C:\Program Files\ImageMagick-6.7.4-Q8 and ghostscript in
   c:/gs and  I installed Openoffice 3.3. in c:/program files as well.  Thn I
   went to Environment Variables and I added user veriable JAVA_HOME with
   value c:/pf/java/jdk1.7.0 and a system variable JAVA_HOME with a value
   c:/pf/java/jre1.7.0. I have also modified PATH variable in system variable
   and it looks as follwoing:-
   C:\SWFTools;C:\Program Files\ImageMagick-6.7.4-Q8;C:\Program
   Files\Java\jre1.7.0\bin;C:\sox;C:\ffmpeg;C:\Program Files\Windows Resource
   Kits\Tools\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    it li thn I run red5.bat file and opened my web-browser 
   withhttp://localhost:5080/openmeetingsandI installed and setup OM. I 
   opened a
   Command-Prompt (CMD) and went to my Open Office Executable directory (for
   example ,,C:\Programme\OpenOffice.org 3\program,) and run OpenOffice in
   headless Modus with this command soffice.exe -headless -nologo -norestore
   -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager then
   I checked if its running by typing: netstat -anp tcp and I am getting TCP
    127.0.0.1:8100         0.0.0.0:0              LISTENING.
   now im able to login OM and I am able to put any image file bur as far as
   office file and .pdf file are concerned, OM not able to work for it. 
   Office
   files like .ppt, .doc giving me the same error which I mentioned in my
   first post and .pdf file giving HTTP ERROR 404.  i dont know whre i am
   wrong, plz suggest and help me
   thanx in advance
   santosh

   On Sun, Dec 11, 2011 at 2:46 PM, greenes zurca...@gmail.com wrote:
...in your first post the log error say that swftools is not
working rightly, it convert pdf to swf file.

Just now, on XP, i tested upload files pdf, rtf, etc. and
it works fine, with OM 1.9.0.

Have you installed swftools, sox and ffmpeg in C:
as told you?

C:\swftools

Could you please take a picture of the error?

Do you understand the spanish tutorial?

.

On 11 dic, 11:37, santosh kumar santosh@gmail.com wrote:
 I have done all but still the same problem even .PDF giving HTTP ERROR
 404...

 On Sun, Dec 11, 2011 at 9:03 AM, santosh kumar santosh@gmail.com
wrote:

  thanx bro, im going to try it...
  regards,
  santosh

  On 12/10/11, greenes zurca...@gmail.com wrote:
   Hi Santos,

   You must install sox, swftools anf ffmpeg in C:

   C:\sox
   C:\ffmpeg
   C:\swftools

    Here is a spanish tutorial step by step with pictures
   called:

   OpenMeetings en XP con fotos actualizado-3.pdf

 https://docs.google.com/#folders/0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDI

[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-12 Thread greenes
Hi Solomax,

On Debian-5 start install but build 53 tables only
and must be 56, then after created show a blank page.

You are in the right way.

Thank you!

On 12 dic, 21:53, solomax solomax...@gmail.com wrote:
 Can someone please try if the following method is works as expected or
 not:
 1) download both 1.8.8 and 1.9.0
 2) unpack then to the different locations
 3) replace 1.9 version of javaee-api-5.1.2.jar with 1.8.8 version of
 this file (cp red5_1_8/lib/javaee-api-5.1.2.jar red5_1_9/lib/javaee-
 api-5.1.2.jar)
 4) start OM even with red5.sh or with red5-debug.sh

 above steps works for my debian 5
 Thanks in advance

 On Dec 12, 5:28 pm, solomax solomax...@gmail.com wrote:

  The problem being cause by OMContextListener
  if you edit webapps/openmeeings/WEB-INF/web.xml and comment out
  listener section, the exception will will be different.
  I'll try to find out what so wrong with this 5line listener and why it
  works as expected on some machines.

  On Dec 12, 5:24 pm, Holger Rabbach (ICT) holger.rabb...@om.org
  wrote:

   Hi Sebastian,

   Sorry it took so long.

   1) there is no derby.log created.  There is no openmeetings folder in 
   red5/

   2) the error looks the same if no persistence.xml is found

   3) same error with latest OpenJPA as well (after putting the original 
   persistence.xml back :))

   Maybe this is a bit late now anyway, since I've seen you seem to have 
   found something with the order in which things are being loaded that can 
   cause problems?

   Best regards,
   Holger

   -Original Message-
   From: openmeetings-user@googlegroups.com 
   [mailto:openmeetings-user@googlegroups.com] On Behalf Of 
   seba.wag...@gmail.com
   Sent: Freitag, 9. Dezember 2011 16:21
   To: openmeetings-user@googlegroups.com
   Subject: Re: [openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 
   under Ubuntu 10.04.3 LTS

   1) When you startup the server with default settings is there a derby.log 
   file created or not ?
   What is its content?
   Is there some folder created openmeetings in red5-folder that contains 
   some folders like seg0 tmp, ...

   2) If you rename the default persistence.xml to backup_persistence.xml 
   and startup using red5.sh:
   Do you see a different exception on startup then the 
   javax.persistance.Exception ?

   3) Can you replace the openJPA JAR in
   openmeetings/WEB-INF/lib/openjpa-2.1.0.jar
   with the JAR openjpa-2.1.1.jar from the latest downloads 
   fromhttp://openjpa.apache.org/downloads.html
    ?

   Sebastian

   2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
Yes, same problem with that one as well

-Original Message-
From: openmeetings-user@googlegroups.com
[mailto:openmeetings-user@googlegroups.com] On Behalf Of
seba.wag...@gmail.com
Sent: Freitag, 9. Dezember 2011 16:05
To: openmeetings-user@googlegroups.com
Subject: Re: [openmeetings-user] Re: Can't start
openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

yes :D

if you download this snapshot from here:
   http://nightly.openmeetings.de/openmeetings/builds/751/openmeetings_r4
703.zip

The same effect?

Sebastian

2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
(well, besides OpenMeetings not running, obviously ;))

-Original Message-
From: openmeetings-user@googlegroups.com
[mailto:openmeetings-user@googlegroups.com] On Behalf Of Holger
Rabbach (ICT)
Sent: Freitag, 9. Dezember 2011 16:02
To: openmeetings-user@googlegroups.com
Subject: RE: [openmeetings-user] Re: Can't start
openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

Yep, no problems then...

-Original Message-
From: openmeetings-user@googlegroups.com
[mailto:openmeetings-user@googlegroups.com] On Behalf Of
seba.wag...@gmail.com
Sent: Freitag, 9. Dezember 2011 15:59
To: openmeetings-user@googlegroups.com
Subject: Re: [openmeetings-user] Re: Can't start
openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

when you delete the openmeetings webapp from the red5-webapps dir (or 
move it temporarly away) Does the red5 service startup or not?

Sebastian

2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
Hi Sebastian,

No changes to any files - using the unzipped distribution file. 
Openmeetings is run as root, so the file is readable. I normally use 
an init.d script, but for testing I've been going into 
/usr/local/red5 (the directory I unzipped to) and running sh 
red5.sh.
Changing the log level for persistence to INFO (from WARN) doesn't 
give any more info than the messages already posted here.

Holger

-Original Message-
From: openmeetings-user@googlegroups.com
[mailto:openmeetings-user@googlegroups.com] On Behalf Of
seba.wag...@gmail.com
Sent: Freitag, 9. Dezember 2011 15:49
To: openmeetings-user@googlegroups.com
Subject: Re: [openmeetings-user] Re: 

[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-12 Thread greenes
Excuse me Solomax,

It works!!!

i make again with a fres install and works great!!

.

On 12 dic, 22:56, solomax solomax...@gmail.com wrote:
 Thanks for testing :)
 in 1.9 there should be less tables than 1.8.
 I'll try to install and fix any issues found)

 On Dec 13, 12:48 am, greenes zurca...@gmail.com wrote:

  Hi Solomax,

  On Debian-5 start install but build 53 tables only
  and must be 56, then after created show a blank page.

  You are in the right way.

  Thank you!

  On 12 dic, 21:53, solomax solomax...@gmail.com wrote:

   Can someone please try if the following method is works as expected or
   not:
   1) download both 1.8.8 and 1.9.0
   2) unpack then to the different locations
   3) replace 1.9 version of javaee-api-5.1.2.jar with 1.8.8 version of
   this file (cp red5_1_8/lib/javaee-api-5.1.2.jar red5_1_9/lib/javaee-
   api-5.1.2.jar)
   4) start OM even with red5.sh or with red5-debug.sh

   above steps works for my debian 5
   Thanks in advance

   On Dec 12, 5:28 pm, solomax solomax...@gmail.com wrote:

The problem being cause by OMContextListener
if you edit webapps/openmeeings/WEB-INF/web.xml and comment out
listener section, the exception will will be different.
I'll try to find out what so wrong with this 5line listener and why it
works as expected on some machines.

On Dec 12, 5:24 pm, Holger Rabbach (ICT) holger.rabb...@om.org
wrote:

 Hi Sebastian,

 Sorry it took so long.

 1) there is no derby.log created.  There is no openmeetings folder in 
 red5/

 2) the error looks the same if no persistence.xml is found

 3) same error with latest OpenJPA as well (after putting the original 
 persistence.xml back :))

 Maybe this is a bit late now anyway, since I've seen you seem to have 
 found something with the order in which things are being loaded that 
 can cause problems?

 Best regards,
 Holger

 -Original Message-
 From: openmeetings-user@googlegroups.com 
 [mailto:openmeetings-user@googlegroups.com] On Behalf Of 
 seba.wag...@gmail.com
 Sent: Freitag, 9. Dezember 2011 16:21
 To: openmeetings-user@googlegroups.com
 Subject: Re: [openmeetings-user] Re: Can't start 
 openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

 1) When you startup the server with default settings is there a 
 derby.log file created or not ?
 What is its content?
 Is there some folder created openmeetings in red5-folder that 
 contains some folders like seg0 tmp, ...

 2) If you rename the default persistence.xml to 
 backup_persistence.xml and startup using red5.sh:
 Do you see a different exception on startup then the 
 javax.persistance.Exception ?

 3) Can you replace the openJPA JAR in
 openmeetings/WEB-INF/lib/openjpa-2.1.0.jar
 with the JAR openjpa-2.1.1.jar from the latest downloads 
 fromhttp://openjpa.apache.org/downloads.html
  ?

 Sebastian

 2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
  Yes, same problem with that one as well

  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of
  seba.wag...@gmail.com
  Sent: Freitag, 9. Dezember 2011 16:05
  To: openmeetings-user@googlegroups.com
  Subject: Re: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

  yes :D

  if you download this snapshot from here:
 http://nightly.openmeetings.de/openmeetings/builds/751/openmeetings_r4
  703.zip

  The same effect?

  Sebastian

  2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
  (well, besides OpenMeetings not running, obviously ;))

  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of Holger
  Rabbach (ICT)
  Sent: Freitag, 9. Dezember 2011 16:02
  To: openmeetings-user@googlegroups.com
  Subject: RE: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

  Yep, no problems then...

  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of
  seba.wag...@gmail.com
  Sent: Freitag, 9. Dezember 2011 15:59
  To: openmeetings-user@googlegroups.com
  Subject: Re: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

  when you delete the openmeetings webapp from the red5-webapps dir 
  (or move it temporarly away) Does the red5 service startup or not?

  Sebastian

  2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
  Hi Sebastian,

  No changes to any files - using the unzipped distribution file. 
  Openmeetings is run as root, so the file is readable. I normally 
  use an init.d script, but for testing I've

[openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-12 Thread greenes
...before on Debian-6 was error in the install,
now the install is complet success with solomax
changes.

...

On 12 dic, 23:03, solomax solomax...@gmail.com wrote:
 I was able to install and enter application successfully.
 please post any errors from the log here in case of any issues

 On Dec 13, 12:56 am, solomax solomax...@gmail.com wrote:

  Thanks for testing :)
  in 1.9 there should be less tables than 1.8.
  I'll try to install and fix any issues found)

  On Dec 13, 12:48 am, greenes zurca...@gmail.com wrote:

   Hi Solomax,

   On Debian-5 start install but build 53 tables only
   and must be 56, then after created show a blank page.

   You are in the right way.

   Thank you!

   On 12 dic, 21:53, solomax solomax...@gmail.com wrote:

Can someone please try if the following method is works as expected or
not:
1) download both 1.8.8 and 1.9.0
2) unpack then to the different locations
3) replace 1.9 version of javaee-api-5.1.2.jar with 1.8.8 version of
this file (cp red5_1_8/lib/javaee-api-5.1.2.jar red5_1_9/lib/javaee-
api-5.1.2.jar)
4) start OM even with red5.sh or with red5-debug.sh

above steps works for my debian 5
Thanks in advance

On Dec 12, 5:28 pm, solomax solomax...@gmail.com wrote:

 The problem being cause by OMContextListener
 if you edit webapps/openmeeings/WEB-INF/web.xml and comment out
 listener section, the exception will will be different.
 I'll try to find out what so wrong with this 5line listener and why it
 works as expected on some machines.

 On Dec 12, 5:24 pm, Holger Rabbach (ICT) holger.rabb...@om.org
 wrote:

  Hi Sebastian,

  Sorry it took so long.

  1) there is no derby.log created.  There is no openmeetings folder 
  in red5/

  2) the error looks the same if no persistence.xml is found

  3) same error with latest OpenJPA as well (after putting the 
  original persistence.xml back :))

  Maybe this is a bit late now anyway, since I've seen you seem to 
  have found something with the order in which things are being 
  loaded that can cause problems?

  Best regards,
  Holger

  -Original Message-
  From: openmeetings-user@googlegroups.com 
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of 
  seba.wag...@gmail.com
  Sent: Freitag, 9. Dezember 2011 16:21
  To: openmeetings-user@googlegroups.com
  Subject: Re: [openmeetings-user] Re: Can't start 
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

  1) When you startup the server with default settings is there a 
  derby.log file created or not ?
  What is its content?
  Is there some folder created openmeetings in red5-folder that 
  contains some folders like seg0 tmp, ...

  2) If you rename the default persistence.xml to 
  backup_persistence.xml and startup using red5.sh:
  Do you see a different exception on startup then the 
  javax.persistance.Exception ?

  3) Can you replace the openJPA JAR in
  openmeetings/WEB-INF/lib/openjpa-2.1.0.jar
  with the JAR openjpa-2.1.1.jar from the latest downloads 
  fromhttp://openjpa.apache.org/downloads.html
   ?

  Sebastian

  2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
   Yes, same problem with that one as well

   -Original Message-
   From: openmeetings-user@googlegroups.com
   [mailto:openmeetings-user@googlegroups.com] On Behalf Of
   seba.wag...@gmail.com
   Sent: Freitag, 9. Dezember 2011 16:05
   To: openmeetings-user@googlegroups.com
   Subject: Re: [openmeetings-user] Re: Can't start
   openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

   yes :D

   if you download this snapshot from here:
  http://nightly.openmeetings.de/openmeetings/builds/751/openmeetings_r4
   703.zip

   The same effect?

   Sebastian

   2011/12/9 Holger Rabbach (ICT) holger.rabb...@om.org:
   (well, besides OpenMeetings not running, obviously ;))

   -Original Message-
   From: openmeetings-user@googlegroups.com
   [mailto:openmeetings-user@googlegroups.com] On Behalf Of Holger
   Rabbach (ICT)
   Sent: Freitag, 9. Dezember 2011 16:02
   To: openmeetings-user@googlegroups.com
   Subject: RE: [openmeetings-user] Re: Can't start
   openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

   Yep, no problems then...

   -Original Message-
   From: openmeetings-user@googlegroups.com
   [mailto:openmeetings-user@googlegroups.com] On Behalf Of
   seba.wag...@gmail.com
   Sent: Freitag, 9. Dezember 2011 15:59
   To: openmeetings-user@googlegroups.com
   Subject: Re: [openmeetings-user] Re: Can't start
   openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

   when you delete the openmeetings webapp from the red5-webapps 
   dir (or move it temporarly away) Does

[openmeetings-user] Re: office file giving error : need help

2011-12-10 Thread greenes
Hi Santos,

You must install sox, swftools anf ffmpeg in C:

C:\sox
C:\ffmpeg
C:\swftools

Here is a spanish tutorial step by step with pictures
called:

OpenMeetings en XP con fotos actualizado-3.pdf

https://docs.google.com/#folders/0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDIyLWJmODItMGVjNTU0Y2VjODQ1

...on OpenMeetings 1.9.0.

Hope help you.

.

On 10 dic, 20:38, santosh kumar santosh@gmail.com wrote:
 thanx frnd for your kind reply, I have installed swftools in
 C:\program files\swftools\gpdf2swf.exe, ghostscript in
 c:\pf\gs\gs8.70\bin\gswin.32.exe,  SOX in c:\pf\sox-14.3.2\sox.exe,
 openoffice in c:\pf\openoffice.org3\program\soffice.exe, FFMPEG in
 c:\pf\ffmpeg\ffmpeg.exe, ImageMagick in c:\pf\ImageMagick-6.7.3-Q16
 dirctory while openmeetings is in c:/xampp/htdocs/red5 (as default).
 Openmeetings is not able to open even .pdf file, its given an ERROR -
 404.

 thanx
 santosh

 On 12/10/11, santosh kumar santosh@gmail.com wrote:

  yeh, u r right swftools are installed in system dirctory while
  openmeetings is in c:/xampp/htdocs/red5. Openmeetings is not able to
  open even .pdf file, its given an ERROR - 404.

  thanx
  santosh

  On 12/10/11, Jeff Schoby ssrj...@gmail.com wrote:
  You probably also want to add the path swftools are installed to the
  system $PATH as well.

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@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-user@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.



[openmeetings-user] Re: Running OpenOffice as a service in Windows 2003 R2

2011-12-09 Thread greenes
Hi Seth,

Here is a tutorial to make on XP but
can give you an idea. Is in spanish
and called:

Montar servicio de OpenOffice en XP.pdf

https://docs.google.com/leaf?id=0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDIyLWJmODItMGVjNTU0Y2VjODQ1sort=namelayout=listnum=50

I have and it works.

.



On 9 dic, 20:19, Seth Galitzer sethg...@gmail.com wrote:
 I've been trying to follow the instructions in these various 
 places:https://groups.google.com/d/topic/openmeetings-user/8ONkb-1QBLk/discu...http://code.google.com/p/openmeetings/wiki/OpenOfficeConverterhttp://www.artofsolving.com/node/11http://support.microsoft.com/kb/q137890/

 but have had no luck.  I can run soffice.exe manually with the correct
 commandline flags and that works, but have been completely unable to
 configure it to run as a service.  I am using the latest release of
 OpenMeetings (1.9.0, from this week) and latest release of OpenOffice
 (3.3.0), and running on Windows Server 2003 R2.

 Here is my registry dump for the service I created:
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OpenOfficeService]
 Type=dword:0010
 Start=dword:0002
 ErrorControl=dword:0001
 ImagePath=hex(2):22,00,63,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,\

 6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,20,00,28,00,78,00,38,00,36,00,29,\

 00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,52,00,65,00,73,00,\

 6f,00,75,00,72,00,63,00,65,00,20,00,4b,00,69,00,74,00,73,00,5c,00,54,00,6f,\

 00,6f,00,6c,00,73,00,5c,00,73,00,72,00,76,00,61,00,6e,00,79,00,2e,00,65,00,\
   78,00,65,00,22,00,00,00
 DisplayName=OpenOfficeService
 WOW64=dword:0001
 ObjectName=W2K\\Administrator

 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OpenOfficeService\Parameters]
 Application=\C:\\Program Files (x86)\\OpenOffice.org
 3\\program\\soffice.exe\
 AppParameters=-headless -nofirststartwizard
 -accept=\socket,host=localhost,port=8100;urp;StarOffice.Service\

 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OpenOfficeService\Security]
 Security=hex:01,00,14,80,b8,00,00,00,c4,00,00,00,14,00,00,00,30,00,00,00,02,\

 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\

 00,00,02,00,88,00,06,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\

 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\

 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,04,00,00,00,00,\

 00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,06,00,00,00,00,00,14,00,00,01,\

 00,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,00,18,00,fd,01,02,00,01,02,00,\

 00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,00,00,00,00,00,05,12,00,00,00,\
   01,01,00,00,00,00,00,05,12,00,00,00

 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OpenOfficeService\Enum]
 0=Root\\LEGACY_OPENOFFICESERVICE\\
 Count=dword:0001
 NextInstance=dword:0001

 Am I missing something important here?  Any advice is welcome.

 Thanks.
 Seth

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Howto: Start OpenOffice Headless as a Windows Service

2011-12-09 Thread greenes
Hi Chaossepp,

Thank you for your tutorial.
Please permet me make an indication.
It is write:

C:\Program Files\Windows Resource Kits\Tools 
\Instsrv.exe OpenOfficeservice C:\Program Files\Windows Resource Kits 
\Tools\Srvany.exe 

...and so no works for me, but so yes:

C:\Program Files\Windows Resource Kits\Tools 
\Instsrv.exe OpenOfficeservice C:\Program Files\Windows Resource Kits 
\Tools\Srvany.exe 

Thank you again.

greenes

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/SdXKwOHn2O4J.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: OpenMeetings 1.9.0 released

2011-12-06 Thread greenes
Hi Sebastian,

I just tested the latest version 1.9 and you've outdone yourself.
Bravo!
Thanks so much!



On 5 dic, 21:14, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 *We are happy to announce Version 1.9.0*

 Version 1.9.0 is probably the last major release before OpenMeetings will
 become a project of the Apache Software Foundation. 1.9.0 has over 10 new
 featues. For example you can use webcams with multiple resolutions from
 very small 4:3 to very large 16:9. Or polls can be saved and poll results
 are available as pie-chart. Another major improvment enables you to mute
 other microphones one-by-one and additionally you can give yourself
 exclusively the micro and mute everybody else with a single click. Further
 you can run OpenMeetings now completely over SSL using HTTPS and RTMPS
 (Flash Streaming over SSL). For a complete list please review our changelog.

 Changes:

    - Run OpenMeetings on SSL using HTTPS and RTMPS see
 RTMPSandHTTPShttp://code.google.com/p/openmeetings/wiki/RTMPSandHTTPS
    - Rename the complete application webapp path see
 CustomizingWebappNamehttp://code.google.com/p/openmeetings/wiki/CustomizingWebappName
    - rtmpT (rtmp over HTTP Tunneling) working again
    - Save polls: You can now save polls, delete polls and close polls. Also
    poll results are displayed as pie-charts.
    - Mute any user: You can mute yourself. Additionally moderators can also
    mute other microphones. Mute status is displayed in user-list and status
    icons in video pod and on top of the user list
    - Give exclusive microphone: Mute everybody except yourself with a
    single click. The User can click on his video pod (or press F12), if he has
    the needed rights, his micro is unmuted while everybody else is muted. The
    moderator can additionally give the right to have the functionality to
    Give exclusive microphone to to any user and/or can also directly click
    on any other participant's video to Give exclusive microphone to this
    user.
    - You can now see in your own video pod not only the green light but
    also the full activity meter indicating your loudness
    - You can now choose between multiple resolutions for the video, remote
    video pods are synced to the size too. With different dimension (4:3,
    16:9). Does also reduce needed bandwidth to use exactly the supported
    resolution and you can choose smaller video sizes to save bandwidth. You
    can also change the available resolutions and default selection in the
    config.xml
    - Invalid invitation hashs now show in the error message why and in
    which time period they are exactly valid
    - Refactored calendar server side code to use java.util.Timezone
    everywhere. The application now stores all times in the server time. Only
    the backup contains timestamps so you could potentially export in one time
    zone and import into a server of another without issues.
    - Changed calendar E-Mail and fixed iCal invitation in Gmail to display
    correctly
    - Calendar meeting reminder email is now send 15 minutes upfront (15
    minutes can be changed in configuration)
    - Default room size for conference rooms created via calendar is now 50
    (default room size can be changed in configuration)
    - Minimum length for user and password is not 4 (minimum length can be
    changed in configuration)
    - Fix new FFMPEG param style (you can revert to use the old param style
    through the config_key use.old.style.ffmpeg.map.option) see
    
 SwitchBetweenFFMPEGhttp://code.google.com/p/openmeetings/wiki/SwitchBetweenFFMPEG
    - Max upload size can be configured new (max_upload_size)
    - Fix calendar if first-day-in-week is configured to be Monday instead
    of Sunday (default)
    - JUnit tests now run integrated in Eclipse and on the Nightly Build
    Server see 
 JUnitTestingshttp://code.google.com/p/openmeetings/wiki/JUnitTestings
    - Apache RAT is integrated to handle some parts of the code audit when
    importing our code to Apache Incubator SVN
    - Oracle available as DB configuration see
 Configuration_Oraclehttp://code.google.com/p/openmeetings/wiki/Configuration_Oracle

 Download:http://openmeetings.googlecode.com/files/openmeetings_1_9_0_r4692.zip

 Changelog:http://code.google.com/p/openmeetings/wiki/ChangeLog

 We say thank you to everybody in the team for their hard work and greetings
 to our new commiters German and Timur!

 Sebastian

 --
 Sebastian 
 Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: OpenMeetings Version 1.8.4

2011-10-09 Thread greenes
...its work fine!

thanks!

On 8 oct, 11:46, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 *We are happy to announce version 1.8.4*

 With 1.8.4 installation of OpenMeetings is a 30 seconds task! The default
 database is Apache Derby that ships with every OpenMeetings release. There
 is nothing to configure, just unpack and double click red5.bat. For further
 details 
 see:http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings.
 Additionally there is a sample configuration for IBM DB2 database.

 *Download*http://openmeetings.googlecode.com/files/openmeetings_1_8_4_r4387.zip

 *Changlog*http://code.google.com/p/openmeetings/wiki/ChangeLog

 Thanks to all developers, contributors and translators!

 Sebastian

 --
 Sebastian 
 Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: OpenMeetings 1.8.2

2011-09-24 Thread greenes
Bravo! You get it!

Thanks again.

On 24 sep, 12:42, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 We are pleased to announce OpenMeetings Version 1.8.2

 *Changes in Version 1.8.2 (released Monday 24.09.2011)*

    - Improves language handling: The default language is bound now to the
    user-profile, not to the server settings!
    - Fix some issue in creating conferences via the integrated calendar
    - Fixes issues when drag and droping a video from the file-explorer to
    the whiteboard
    - Update Chinese Simplified

 *Download:*http://openmeetings.googlecode.com/files/openmeetings_1_8_2_r4283.zip

 *ChangLog:*http://code.google.com/p/openmeetings/wiki/ChangeLog

 Thanks to all developers, translators and the valuable feedback from users!

 --
 Sebastian 
 Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: OM 1.8 is not multilanguage

2011-09-23 Thread greenes
Hi Solomax,

Could you please tell how to fix it?

Thanks

On 23 sep, 04:51, solomax solomax...@gmail.com wrote:
 Fixed both in 1.8 and trunk.

 On Sep 22, 11:39 am, john felipe urrego mejia

 ingenierofelipeurr...@gmail.com wrote:
  Hi, you could watch language problem

  Tnks

  2011/9/21 solomax solomax...@gmail.com

   will double check and address language problem tonight

   On Sep 21, 9:28 am, Feng Qing djbdjb00...@gmail.com wrote:
Hello all:

I'm test 1.8 have the same problem, ldap and languages.and I'am full new
reinstall 1.8.1.. the ldap is ok..but the languages not..  it's like 
when
   i
chose the language in the user's profile to not english. when I relogin.
   The
languages rollback to english.

2011/9/21 john felipe urrego mejia ingenierofelipeurr...@gmail.com

 Hi, please give me link for download an replace itf

 Tnks

 2011/9/20 Angela Ashurov isra@gmail.com

 Replace to old languages.xml
 It's working

 --
 You received this message because you are subscribed to the Google
   Groups
 OpenMeetings User group.
 To view this discussion on the web visit
https://groups.google.com/d/msg/openmeetings-user/-/pIR_1f02DyIJ.
 To post to this group, send email to
   openmeetings-user@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-user@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-user@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-user@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.



[openmeetings-user] Re: OM 1.8 is not multilanguage

2011-09-23 Thread greenes
Thank you Sebastian,

just download:

http://openmeetings.googlecode.com/svn/trunk/singlewebapp/

...4260, compiled and get the same error.

Could you please tell me where download the binary (dont know what it
is)
and where donwnload TAG version 1.8?

Please excuse my unknowting.

Alvaro

On 23 sep, 09:54, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi Alvaro,

 it might be the best if you could download a binary or compile the TAG
 version 1.8.

 Sebastian

 2011/9/23 greenes zurca...@gmail.com:



  Hi Solomax,

  Could you please tell how to fix it?

  Thanks

  On 23 sep, 04:51, solomax solomax...@gmail.com wrote:
  Fixed both in 1.8 and trunk.

  On Sep 22, 11:39 am, john felipe urrego mejia

  ingenierofelipeurr...@gmail.com wrote:
   Hi, you could watch language problem

   Tnks

   2011/9/21 solomax solomax...@gmail.com

will double check and address language problem tonight

On Sep 21, 9:28 am, Feng Qing djbdjb00...@gmail.com wrote:
 Hello all:

 I'm test 1.8 have the same problem, ldap and languages.and I'am full 
 new
 reinstall 1.8.1.. the ldap is ok..but the languages not..  it's like 
 when
i
 chose the language in the user's profile to not english. when I 
 relogin.
The
 languages rollback to english.

 2011/9/21 john felipe urrego mejia ingenierofelipeurr...@gmail.com

  Hi, please give me link for download an replace itf

  Tnks

  2011/9/20 Angela Ashurov isra@gmail.com

  Replace to old languages.xml
  It's working

  --
  You received this message because you are subscribed to the Google
Groups
  OpenMeetings User group.
  To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/pIR_1f02DyIJ.
  To post to this group, send email to
openmeetings-user@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-user@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-user@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-user@googlegroups.com.
  To unsubscribe from this group, send email to 
  openmeetings-user+unsubscr...@googlegroups.com.
  For more options, visit this group 
  athttp://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: OM 1.8 is not multilanguage

2011-09-23 Thread greenes
1)
made a new instalaation OpenMeetings 1.8.0 or 1.8.1
and select spanish language, will be the same problem
for the french, and finish sucess.

2)
The login windows look spanish.
Log on, and every thing is in english.
Go to Administration and change the language to 4,
it is french. Log off, clean the cache of Firefox, close it
and open it. Go to OpenMeetings url and it look in french language.

Log on, and newly every thing is in english.

I compiled the 4265 and it is the same
also with OM 1.8.1.

Sorry, but dont understand.

Surly am doeing something wrong.

Alvaro


On 23 sep, 10:58, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 What do you mean by the exact same error ?

 Sebastian

 2011/9/23 greenes zurca...@gmail.com:



  Thank you Sebastian,

  just download:

 http://openmeetings.googlecode.com/svn/trunk/singlewebapp/

  ...4260, compiled and get the same error.

  Could you please tell me where download the binary (dont know what it
  is)
  and where donwnload TAG version 1.8?

  Please excuse my unknowting.

  Alvaro

  On 23 sep, 09:54, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
  Hi Alvaro,

  it might be the best if you could download a binary or compile the TAG
  version 1.8.

  Sebastian

  2011/9/23 greenes zurca...@gmail.com:

   Hi Solomax,

   Could you please tell how to fix it?

   Thanks

   On 23 sep, 04:51, solomax solomax...@gmail.com wrote:
   Fixed both in 1.8 and trunk.

   On Sep 22, 11:39 am, john felipe urrego mejia

   ingenierofelipeurr...@gmail.com wrote:
Hi, you could watch language problem

Tnks

2011/9/21 solomax solomax...@gmail.com

 will double check and address language problem tonight

 On Sep 21, 9:28 am, Feng Qing djbdjb00...@gmail.com wrote:
  Hello all:

  I'm test 1.8 have the same problem, ldap and languages.and I'am 
  full new
  reinstall 1.8.1.. the ldap is ok..but the languages not..  it's 
  like when
 i
  chose the language in the user's profile to not english. when I 
  relogin.
 The
  languages rollback to english.

  2011/9/21 john felipe urrego mejia 
  ingenierofelipeurr...@gmail.com

   Hi, please give me link for download an replace itf

   Tnks

   2011/9/20 Angela Ashurov isra@gmail.com

   Replace to old languages.xml
   It's working

   --
   You received this message because you are subscribed to the 
   Google
 Groups
   OpenMeetings User group.
   To view this discussion on the web visit
  https://groups.google.com/d/msg/openmeetings-user/-/pIR_1f02DyIJ.
   To post to this group, send email to
 openmeetings-user@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-user@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-user@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-user@googlegroups.com.
   To unsubscribe from this group, send email to 
   openmeetings-user+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://groups.google.com/group/openmeetings-user?hl=en.

  --
  Sebastian 
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
  seba.wag...@gmail.com

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

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from

[openmeetings-user] Re: OM 1.8 is not multilanguage

2011-09-23 Thread greenes
...Thanks a lot of.

Great!

Alvaro

On 23 sep, 11:42, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Yes Alvaro,

 that is no issue, you have to set the right language in yoru user profile.

 We did change the language to be bound to the user profile. So as soon
 as you login it will choose the language that you have configured for
 that particular user.

 Sebastian

 2011/9/23 greenes zurca...@gmail.com:



  1)
  made a new instalaation OpenMeetings 1.8.0 or 1.8.1
  and select spanish language, will be the same problem
  for the french, and finish sucess.

  2)
  The login windows look spanish.
  Log on, and every thing is in english.
  Go to Administration and change the language to 4,
  it is french. Log off, clean the cache of Firefox, close it
  and open it. Go to OpenMeetings url and it look in french language.

  Log on, and newly every thing is in english.

  I compiled the 4265 and it is the same
  also with OM 1.8.1.

  Sorry, but dont understand.

  Surly am doeing something wrong.

  Alvaro

  On 23 sep, 10:58, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
  What do you mean by the exact same error ?

  Sebastian

  2011/9/23 greenes zurca...@gmail.com:

   Thank you Sebastian,

   just download:

  http://openmeetings.googlecode.com/svn/trunk/singlewebapp/

   ...4260, compiled and get the same error.

   Could you please tell me where download the binary (dont know what it
   is)
   and where donwnload TAG version 1.8?

   Please excuse my unknowting.

   Alvaro

   On 23 sep, 09:54, seba.wag...@gmail.com seba.wag...@gmail.com
   wrote:
   Hi Alvaro,

   it might be the best if you could download a binary or compile the TAG
   version 1.8.

   Sebastian

   2011/9/23 greenes zurca...@gmail.com:

Hi Solomax,

Could you please tell how to fix it?

Thanks

On 23 sep, 04:51, solomax solomax...@gmail.com wrote:
Fixed both in 1.8 and trunk.

On Sep 22, 11:39 am, john felipe urrego mejia

ingenierofelipeurr...@gmail.com wrote:
 Hi, you could watch language problem

 Tnks

 2011/9/21 solomax solomax...@gmail.com

  will double check and address language problem tonight

  On Sep 21, 9:28 am, Feng Qing djbdjb00...@gmail.com wrote:
   Hello all:

   I'm test 1.8 have the same problem, ldap and languages.and 
   I'am full new
   reinstall 1.8.1.. the ldap is ok..but the languages not..  
   it's like when
  i
   chose the language in the user's profile to not english. when 
   I relogin.
  The
   languages rollback to english.

   2011/9/21 john felipe urrego mejia 
   ingenierofelipeurr...@gmail.com

Hi, please give me link for download an replace itf

Tnks

2011/9/20 Angela Ashurov isra@gmail.com

Replace to old languages.xml
It's working

--
You received this message because you are subscribed to the 
Google
  Groups
OpenMeetings User group.
To view this discussion on the web visit
   https://groups.google.com/d/msg/openmeetings-user/-/pIR_1f02DyIJ.
To post to this group, send email to
  openmeetings-user@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-user@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-user@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-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group 
athttp://groups.google.com/group/openmeetings-user?hl=en.

   --
   Sebastian 
   Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
   seba.wag...@gmail.com

   --
   You received this message because you are subscribed to the Google 
   Groups OpenMeetings User group.
   To post to this group, send email to openmeetings-user

[openmeetings-user] Re: OM 1.8 is not multilanguage

2011-09-23 Thread greenes
...yes, you are right!

Thanks!

Alvaro



On 23 sep, 15:00, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 yes this issue is not fixed in any official release but will come out soon.
 There is a bug in the user profile/administration regarding language_id.
 But in the SVN this Issue is already fixed.

 Sebastian

 2011/9/23 greenes zurca...@gmail.com:



  Hi Sebastian,

  My last post its true.

  I made it you told me on 4265 compiled and it works.

  After this, made the same on OM 1.8.0 and 1.8.1 and
  dont works. Permet me tell you...

  On Om 1.8.1:

  1)
  Log in and go to Administration and select a language;
  i prove with deutch, french and spanish respectivement
  (2, 4 and 8).

  2)
  Go to:

  Edit your profile -- lang --

  ...and select the same language that in Adminstration and Salve.

  3)
  Go to Home (to get out from Edit your profile) -- return to Edit your
  profile, and in language is:

  english

  ...dont salved my selected language in the second step.

  4)
  After select the spanish, for exemple, in Administration and
  Edit your profile, make log out  and clean Firefox cache.
  Go to OM url. The login window is in spanish, make log in
  and found everything in english.

  ...would be not the Inquisition return...i hope :)

  On 23 sep, 11:58, greenes zurca...@gmail.com wrote:
  ...Thanks a lot of.

  Great!

  Alvaro

  On 23 sep, 11:42, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:

   Yes Alvaro,

   that is no issue, you have to set the right language in yoru user 
   profile.

   We did change the language to be bound to the user profile. So as soon
   as you login it will choose the language that you have configured for
   that particular user.

   Sebastian

   2011/9/23 greenes zurca...@gmail.com:

1)
made a new instalaation OpenMeetings 1.8.0 or 1.8.1
and select spanish language, will be the same problem
for the french, and finish sucess.

2)
The login windows look spanish.
Log on, and every thing is in english.
Go to Administration and change the language to 4,
it is french. Log off, clean the cache of Firefox, close it
and open it. Go to OpenMeetings url and it look in french language.

Log on, and newly every thing is in english.

I compiled the 4265 and it is the same
also with OM 1.8.1.

Sorry, but dont understand.

Surly am doeing something wrong.

Alvaro

On 23 sep, 10:58, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
What do you mean by the exact same error ?

Sebastian

2011/9/23 greenes zurca...@gmail.com:

 Thank you Sebastian,

 just download:

http://openmeetings.googlecode.com/svn/trunk/singlewebapp/

 ...4260, compiled and get the same error.

 Could you please tell me where download the binary (dont know what 
 it
 is)
 and where donwnload TAG version 1.8?

 Please excuse my unknowting.

 Alvaro

 On 23 sep, 09:54, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:
 Hi Alvaro,

 it might be the best if you could download a binary or compile the 
 TAG
 version 1.8.

 Sebastian

 2011/9/23 greenes zurca...@gmail.com:

  Hi Solomax,

  Could you please tell how to fix it?

  Thanks

  On 23 sep, 04:51, solomax solomax...@gmail.com wrote:
  Fixed both in 1.8 and trunk.

  On Sep 22, 11:39 am, john felipe urrego mejia

  ingenierofelipeurr...@gmail.com wrote:
   Hi, you could watch language problem

   Tnks

   2011/9/21 solomax solomax...@gmail.com

will double check and address language problem tonight

On Sep 21, 9:28 am, Feng Qing djbdjb00...@gmail.com wrote:
 Hello all:

 I'm test 1.8 have the same problem, ldap and 
 languages.and I'am full new
 reinstall 1.8.1.. the ldap is ok..but the languages not.. 
  it's like when
i
 chose the language in the user's profile to not english. 
 when I relogin.
The
 languages rollback to english.

 2011/9/21 john felipe urrego mejia 
 ingenierofelipeurr...@gmail.com

  Hi, please give me link for download an replace itf

  Tnks

  2011/9/20 Angela Ashurov isra@gmail.com

  Replace to old languages.xml
  It's working

  --
  You received this message because you are subscribed 
  to the Google
Groups
  OpenMeetings User group.
  To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/pIR_1f02DyIJ.
  To post to this group, send email to
openmeetings-user@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

[openmeetings-user] Re: Configurar plugins e enviar emais

2011-07-21 Thread greenes
Hi Jardelson,

Por favor, ve a OpenMeetings español:

http://groups.google.com/group/openmeetings-en-espanol/topics?gvc=2

...si no puedes exponer tu pregunta en ingles.

Obrigado

On 21 jul, 16:17, jardelson jardelsonmo...@gmail.com wrote:
 Bom dia pessoal, estou com problemas para enviar email do openmeetings, ja
 configurei as opcoes que tem em configurações.

 quando um usuario se cadastra, o openmeetings manda a mensagem que o usuario
 recebera um email para ativacao da conta, so que esse email nunca chega.

 outra coisa é  como configuro os plugins que tem em configuraceos

 Path To SWF-Tools
 Path to ImageMagick tools
 Path To SoX-Tools
 Path To FFMPEG

 ele ja esta configurado??

 pq nas caixas(chave) esta em branco.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: New Website and Version 1.7 released!

2011-06-16 Thread greenes
...Excellent new web and estructure.
Will prove OM 1.7

Thank you and congratulations.

Alvaro

On 15 jun, 22:56, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi folks,

 we are happy ton announce Version 1.7 and the new official website of
 OpenMeetings athttp://www.openmeetings.dehttp://www.openmeetings.de%20

 http://www.openmeetings.dewill be the general landing zone for people to
 get started with OpenMeetings.
 The Demo Servers are now located athttp://demo.openmeetings.de

 Besides that we released a new Version, that includes some major new
 features:

    - Multi-Whiteboard, you can add new whiteboard instances, each whiteboard
    can have the full range of tools and documents inside.
    - Advanced File-Explorer, Drag and Drop Interface for managing files,
    including possibility to create a document tree with folders.
    - Private and Public Drive in File-Explorer. The File-Explorer has two
    different views, one is the *Private Drive* and the other the *Public
    Drive*. The Private Drive always contains the same files. Those files are
    only visible to the user currently loggedin. The Public Drive is bound not
    to the user, but to the conference room. All users in the conference room
    have access to the Public Drive.
    - Save whiteboards. You can save each whiteboard instance as a file. The
    file is located in the File-Explorer and can be drag and drop'ed and
    organized like any other document, image or folder.
    - New User-Level: SOAP/Web-Service only. For security reasons there is a
    new user-level. You can now create user-accounts that have only the ability
    to access via SOAP. In former versions you always need an admin account.
    - *MyRooms* section. Each user has now by default 2 personal rooms that
    are always accessible exclusive for that user. There are buttons to enter
    those rooms from the dashboard
    - VoIP-Integration. Together with our Finish partner and the Open Source
    Department of Kvarken region we have done a VoIP integration by using an
    applet for the audio part. For further information see VoIPAndSIP

 As always you can download the latest version 
 at:http://code.google.com/p/openmeetings/downloads/list

 Thanks to everybody to all our volunteers that help to translate, debug,
 submit bugs or simply write blog post explaining their usage scenario.

 Sebastian

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://www.openmeetings.dehttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: getting custom logo

2011-05-31 Thread greenes
Hi Ambarish,

Here you can find a tutorial step by step to make it you want:

https://docs.google.com/leaf?id=0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDIyLWJmODItMGVjNTU0Y2VjODQ1sort=namelayout=listnum=50

...call it:

OpenMeetings how make skin step by step.pdf

greenes

On 31 mayo, 09:07, ambairish kumar ambarish.kuma...@gmail.com wrote:
 I want an image file to be loaded ..

 On 31 May 2011 12:35, ambairish kumar ambarish.kuma...@gmail.com wrote:

  HI,

  Can any one help me out in having a custom logo, instead of Openmeetings.
  I tried few changes in main.lzx file but, it didnt workout.
  Any one with any ideas..

  --
  Ambarish Kumar Lowsarwar

 --
 Ambarish Kumar Lowsarwar

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Openmeetings Error

2011-05-06 Thread greenes
...could you please tell the complete caracteristiches of your host
server?

--

On 6 mayo, 07:36, Swapnanil Goswami thinkbi...@gmail.com wrote:
 on my host server , that is linux .

 On 5 May 2011 18:44, greenes zurca...@gmail.com wrote:

  ...where you want install it, on Linux or Windows?

  ---

  On 5 mayo, 15:03, Swapnanil Goswami thinkbi...@gmail.com wrote:
   I have  downloaded the file File:
     openmeetings_1_6_2_r3675.zip   83.4 MB

    But I am not sure where to place it or how to install it ?
    I am very new to this , so please illustrate me well and thaks for
   your kind support  . . .

   On 05/05/2011, Swapnanil Goswami thinkbi...@gmail.com wrote:

where do i have to install it ?
under public_html ?
or under mod directory of elgg ?

On 05/05/2011, greenes zurca...@gmail.com wrote:
...so.

The OpenMeetings plugin for Elgg, works only if you
have OpenMeetings server intalled:

   http://code.google.com/p/openmeetings

OpenMeetings server it is a video-conference web.

Go to the url and read if you likes.



On 5 mayo, 12:53, Swapnanil Goswami thinkbi...@gmail.com wrote:
No i haven't installed any server rather than the elgg openmeetings
plugin
.

On 5 May 2011 11:26, greenes zurca...@gmail.com wrote:

 ...please Swapnail, forget Elgg for a moment and his plugin of
 OpenMeetings.

 Now, have you installed OpenMeetings server? ...if yes...where?

 Have an internet IP or dominium where is installed OpenMeetings
 server...if yes?

 

 On 4 mayo, 21:35, Swapnanil Goswami thinkbi...@gmail.com wrote:
  Elgg and openmeetings are installed on host server under
  public_html/
  ...
  the full path of elgg is - public_html/elgg1.77
  the full path of openmeetings is-
  public_html/elgg1.77/mod/openmeetings

  I want run openmeetings on my sitewww.collezone.combutiamnot
  able
  ... please reply thoroughly.

  On 04/05/2011, greenes zurca...@gmail.com wrote:

   .

   1)
   Have you Elgg and OpenMeetings in the same PC?
   or these are installed in other place...server?

   2)
   When i try make a new room from Elgg and my OpenMeetings
   is not running, get this error:

   wsdl error: Getting
  http://hola.com:5080/openmeetings/services/UserService?wsdl
   - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
   url:
 http://hola.com:5080/openmeetings/services/UserService?wsdl
   http_code: 0
   header_size: 0
   request_size: 0
   filetime: -1
   ssl_verify_result: 0
   redirect_count: 0
   total_time: 0
   namelookup_time: 0.000165
   connect_time: 0
   pretransfer_time: 0
   size_upload: 0
   size_download: 0
   speed_download: 0
   speed_upload: 0
   download_content_length: 0
   upload_content_length: 0
   starttransfer_time: 0
   redirect_time: 0

   ...is telling that Elgg can not comunicate with
   OpenMeetings, in my case it is because OM is not
   running.

   3)
   Please, tell where are installed Elgg and OpenMeetings.

   On 3 mayo, 22:24, Swapnanil Goswami thinkbi...@gmail.com
  wrote:
   I have filled up the setting like following :

   OpenMeetings Settings

   OpenMeetings Server Host or IP

   OpenMeetings Server Port
   Default: 5080

   OpenMeetings Admin User

   OpenMeetings Admin User Password

   OpenMeetings Module key (vary for multiple instances using
  same
   OpenMeetings
   Server)

   still whenever i try to create room - the same following error
   occured
   

   **
   *Create a new room*
   *Error*

   *wsdl error:
   Gettinghttp://
 208.43.91.92:5080/openmeetings/services/UserService?wsdl-
   HTTP
   ERROR: cURL ERROR: 7: couldn't connect to host
   url:
 http://208.43.91.92:5080/openmeetings/services/UserService?wsdl
   content_type:
   http_code: 0
   header_size: 0
   request_size: 0
   filetime: -1
   ssl_verify_result: 0
   redirect_count: 0
   total_time: 0.000175
   namelookup_time: 8.6E-5
   connect_time: 0
   pretransfer_time: 0
   size_upload: 0
   size_download: 0
   speed_download: 0
   speed_upload: 0
   download_content_length: -1
   upload_content_length: -1
   starttransfer_time: 0
   redirect_time: 0
   *

   *Room name
   *

   *Room type :*

   *
   *

   *
   *

   *please give some proper solution ... *

   On 3 May 2011 22:49, Swapnanil Goswami thinkbi...@gmail.com
   wrote:

Same server means  ? The ip would be my host server ip
  address
or
my
website ip address ?  i have located open meetings plugin
  under
public_html/elgg/mod/ .
i will follow ur

[openmeetings-user] Re: Openmeetings Error

2011-05-06 Thread greenes
...and, have you any experience installing servers about?
--

On 6 mayo, 07:36, Swapnanil Goswami thinkbi...@gmail.com wrote:
 on my host server , that is linux .

 On 5 May 2011 18:44, greenes zurca...@gmail.com wrote:

  ...where you want install it, on Linux or Windows?

  ---

  On 5 mayo, 15:03, Swapnanil Goswami thinkbi...@gmail.com wrote:
   I have  downloaded the file File:
     openmeetings_1_6_2_r3675.zip   83.4 MB

    But I am not sure where to place it or how to install it ?
    I am very new to this , so please illustrate me well and thaks for
   your kind support  . . .

   On 05/05/2011, Swapnanil Goswami thinkbi...@gmail.com wrote:

where do i have to install it ?
under public_html ?
or under mod directory of elgg ?

On 05/05/2011, greenes zurca...@gmail.com wrote:
...so.

The OpenMeetings plugin for Elgg, works only if you
have OpenMeetings server intalled:

   http://code.google.com/p/openmeetings

OpenMeetings server it is a video-conference web.

Go to the url and read if you likes.



On 5 mayo, 12:53, Swapnanil Goswami thinkbi...@gmail.com wrote:
No i haven't installed any server rather than the elgg openmeetings
plugin
.

On 5 May 2011 11:26, greenes zurca...@gmail.com wrote:

 ...please Swapnail, forget Elgg for a moment and his plugin of
 OpenMeetings.

 Now, have you installed OpenMeetings server? ...if yes...where?

 Have an internet IP or dominium where is installed OpenMeetings
 server...if yes?

 

 On 4 mayo, 21:35, Swapnanil Goswami thinkbi...@gmail.com wrote:
  Elgg and openmeetings are installed on host server under
  public_html/
  ...
  the full path of elgg is - public_html/elgg1.77
  the full path of openmeetings is-
  public_html/elgg1.77/mod/openmeetings

  I want run openmeetings on my sitewww.collezone.combutiamnot
  able
  ... please reply thoroughly.

  On 04/05/2011, greenes zurca...@gmail.com wrote:

   .

   1)
   Have you Elgg and OpenMeetings in the same PC?
   or these are installed in other place...server?

   2)
   When i try make a new room from Elgg and my OpenMeetings
   is not running, get this error:

   wsdl error: Getting
  http://hola.com:5080/openmeetings/services/UserService?wsdl
   - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
   url:
 http://hola.com:5080/openmeetings/services/UserService?wsdl
   http_code: 0
   header_size: 0
   request_size: 0
   filetime: -1
   ssl_verify_result: 0
   redirect_count: 0
   total_time: 0
   namelookup_time: 0.000165
   connect_time: 0
   pretransfer_time: 0
   size_upload: 0
   size_download: 0
   speed_download: 0
   speed_upload: 0
   download_content_length: 0
   upload_content_length: 0
   starttransfer_time: 0
   redirect_time: 0

   ...is telling that Elgg can not comunicate with
   OpenMeetings, in my case it is because OM is not
   running.

   3)
   Please, tell where are installed Elgg and OpenMeetings.

   On 3 mayo, 22:24, Swapnanil Goswami thinkbi...@gmail.com
  wrote:
   I have filled up the setting like following :

   OpenMeetings Settings

   OpenMeetings Server Host or IP

   OpenMeetings Server Port
   Default: 5080

   OpenMeetings Admin User

   OpenMeetings Admin User Password

   OpenMeetings Module key (vary for multiple instances using
  same
   OpenMeetings
   Server)

   still whenever i try to create room - the same following error
   occured
   

   **
   *Create a new room*
   *Error*

   *wsdl error:
   Gettinghttp://
 208.43.91.92:5080/openmeetings/services/UserService?wsdl-
   HTTP
   ERROR: cURL ERROR: 7: couldn't connect to host
   url:
 http://208.43.91.92:5080/openmeetings/services/UserService?wsdl
   content_type:
   http_code: 0
   header_size: 0
   request_size: 0
   filetime: -1
   ssl_verify_result: 0
   redirect_count: 0
   total_time: 0.000175
   namelookup_time: 8.6E-5
   connect_time: 0
   pretransfer_time: 0
   size_upload: 0
   size_download: 0
   speed_download: 0
   speed_upload: 0
   download_content_length: -1
   upload_content_length: -1
   starttransfer_time: 0
   redirect_time: 0
   *

   *Room name
   *

   *Room type :*

   *
   *

   *
   *

   *please give some proper solution ... *

   On 3 May 2011 22:49, Swapnanil Goswami thinkbi...@gmail.com
   wrote:

Same server means  ? The ip would be my host server ip
  address
or
my
website ip address ?  i have located open meetings plugin
  under
public_html/elgg/mod/ .
i will follow ur words , and if had

[openmeetings-user] Re: Openmeetings Error

2011-05-05 Thread greenes
...please Swapnail, forget Elgg for a moment and his plugin of
OpenMeetings.

Now, have you installed OpenMeetings server? ...if yes...where?

Have an internet IP or dominium where is installed OpenMeetings
server...if yes?



On 4 mayo, 21:35, Swapnanil Goswami thinkbi...@gmail.com wrote:
 Elgg and openmeetings are installed on host server under public_html/ ...
 the full path of elgg is - public_html/elgg1.77
 the full path of openmeetings is- public_html/elgg1.77/mod/openmeetings

 I want run openmeetings on my sitewww.collezone.combut i am not able
 ... please reply thoroughly.

 On 04/05/2011, greenes zurca...@gmail.com wrote:

  .

  1)
  Have you Elgg and OpenMeetings in the same PC?
  or these are installed in other place...server?

  2)
  When i try make a new room from Elgg and my OpenMeetings
  is not running, get this error:

  wsdl error: Getting
 http://hola.com:5080/openmeetings/services/UserService?wsdl
  - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
  url:http://hola.com:5080/openmeetings/services/UserService?wsdl
  http_code: 0
  header_size: 0
  request_size: 0
  filetime: -1
  ssl_verify_result: 0
  redirect_count: 0
  total_time: 0
  namelookup_time: 0.000165
  connect_time: 0
  pretransfer_time: 0
  size_upload: 0
  size_download: 0
  speed_download: 0
  speed_upload: 0
  download_content_length: 0
  upload_content_length: 0
  starttransfer_time: 0
  redirect_time: 0

  ...is telling that Elgg can not comunicate with
  OpenMeetings, in my case it is because OM is not
  running.

  3)
  Please, tell where are installed Elgg and OpenMeetings.

  On 3 mayo, 22:24, Swapnanil Goswami thinkbi...@gmail.com wrote:
  I have filled up the setting like following :

  OpenMeetings Settings

  OpenMeetings Server Host or IP

  OpenMeetings Server Port
  Default: 5080

  OpenMeetings Admin User

  OpenMeetings Admin User Password

  OpenMeetings Module key (vary for multiple instances using same
  OpenMeetings
  Server)

  still whenever i try to create room - the same following error occured
  

  **
  *Create a new room*
  *Error*

  *wsdl error:
  Gettinghttp://208.43.91.92:5080/openmeetings/services/UserService?wsdl-
  HTTP
  ERROR: cURL ERROR: 7: couldn't connect to host
  url:http://208.43.91.92:5080/openmeetings/services/UserService?wsdl
  content_type:
  http_code: 0
  header_size: 0
  request_size: 0
  filetime: -1
  ssl_verify_result: 0
  redirect_count: 0
  total_time: 0.000175
  namelookup_time: 8.6E-5
  connect_time: 0
  pretransfer_time: 0
  size_upload: 0
  size_download: 0
  speed_download: 0
  speed_upload: 0
  download_content_length: -1
  upload_content_length: -1
  starttransfer_time: 0
  redirect_time: 0
  *

  *Room name
  *

  *Room type :*

  *
  *

  *
  *

  *please give some proper solution ... *

  On 3 May 2011 22:49, Swapnanil Goswami thinkbi...@gmail.com wrote:

   Same server means  ? The ip would be my host server ip address or my
   website ip address ?  i have located open meetings plugin under
   public_html/elgg/mod/ .
   i will follow ur words , and if had any problem, i will let you know
   shortly ... Thanks 

   On 3 May 2011 21:31, greenes zurca...@gmail.com wrote:

   So Swapnanil,

   The error you get when go to:

   Create a new room

   ...it is because OpenMeetings is not running or
   is not write rightly the settings.

   Then:

   OpenMeetings Server Host or IP  =  IP where is OpenMeetings server
   installed, not elgg.

   OpenMeetings Server Port  =  5080
   Default: 5080

   OpenMeetings Admin User  =  user name existing with admin rights in
   OpenMeetings

   OpenMeetings Admin User Password   =  password of the previous user
   admin

   OpenMeetings Module key (vary for multiple  =  ...here dont write
   anything...

   Once this is right, before go to Create a new room, run OpenMeetings
   and wait
   somes seconds. After go to Create a new room and fill it.

   Have you Elgg at the same server than OpenMeetings?

   On 3 mayo, 15:50, Swapnanil Goswami thinkbi...@gmail.com wrote:
Greenes,
I am using elgg 1.7.7 version  would it support that ?

please fill up the below for me please... and how to open the ports
5080
   ?
 OpenMeetings Server Host or IP :
 OpenMeetings Server Port :
 Default: 5080
OpenMeetings Admin User:
OpenMeetings Admin User Password:
OpenMeetings Module key (vary for multiple instances using same
   OpenMeetings
Server) :

On 3 May 2011 18:23, greenes zurca...@gmail.com wrote:

 Hi Swapnanil,

 Just installed the last version of Elgg and the OpenMeetings
 plugin, and works rightly. My OpenMeetings version proof
 it is OM 1.6.rc2.

 Do you open the ports 5080 and 1935?

 Hope you get it!

 On Apr 22, 7:40 pm, Swapnanil Goswami thinkbi...@gmail.com wrote:
  I have installed openmeetings plugin for my elgg website ; But i
  am
 unable
  to use this as some errors occured as well

[openmeetings-user] Re: Openmeetings Error

2011-05-05 Thread greenes
...so.

The OpenMeetings plugin for Elgg, works only if you
have OpenMeetings server intalled:

http://code.google.com/p/openmeetings

OpenMeetings server it is a video-conference web.

Go to the url and read if you likes.



On 5 mayo, 12:53, Swapnanil Goswami thinkbi...@gmail.com wrote:
 No i haven't installed any server rather than the elgg openmeetings plugin
 .

 On 5 May 2011 11:26, greenes zurca...@gmail.com wrote:

  ...please Swapnail, forget Elgg for a moment and his plugin of
  OpenMeetings.

  Now, have you installed OpenMeetings server? ...if yes...where?

  Have an internet IP or dominium where is installed OpenMeetings
  server...if yes?

  

  On 4 mayo, 21:35, Swapnanil Goswami thinkbi...@gmail.com wrote:
   Elgg and openmeetings are installed on host server under public_html/ ...
   the full path of elgg is - public_html/elgg1.77
   the full path of openmeetings is- public_html/elgg1.77/mod/openmeetings

   I want run openmeetings on my sitewww.collezone.combuti am not able
   ... please reply thoroughly.

   On 04/05/2011, greenes zurca...@gmail.com wrote:

.

1)
Have you Elgg and OpenMeetings in the same PC?
or these are installed in other place...server?

2)
When i try make a new room from Elgg and my OpenMeetings
is not running, get this error:

wsdl error: Getting
   http://hola.com:5080/openmeetings/services/UserService?wsdl
- HTTP ERROR: cURL ERROR: 7: couldn't connect to host
url:http://hola.com:5080/openmeetings/services/UserService?wsdl
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0
namelookup_time: 0.000165
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: 0
upload_content_length: 0
starttransfer_time: 0
redirect_time: 0

...is telling that Elgg can not comunicate with
OpenMeetings, in my case it is because OM is not
running.

3)
Please, tell where are installed Elgg and OpenMeetings.

On 3 mayo, 22:24, Swapnanil Goswami thinkbi...@gmail.com wrote:
I have filled up the setting like following :

OpenMeetings Settings

OpenMeetings Server Host or IP

OpenMeetings Server Port
Default: 5080

OpenMeetings Admin User

OpenMeetings Admin User Password

OpenMeetings Module key (vary for multiple instances using same
OpenMeetings
Server)

still whenever i try to create room - the same following error occured


**
*Create a new room*
*Error*

*wsdl error:
Gettinghttp://
  208.43.91.92:5080/openmeetings/services/UserService?wsdl-
HTTP
ERROR: cURL ERROR: 7: couldn't connect to host
url:http://208.43.91.92:5080/openmeetings/services/UserService?wsdl
content_type:
http_code: 0
header_size: 0
request_size: 0
filetime: -1
ssl_verify_result: 0
redirect_count: 0
total_time: 0.000175
namelookup_time: 8.6E-5
connect_time: 0
pretransfer_time: 0
size_upload: 0
size_download: 0
speed_download: 0
speed_upload: 0
download_content_length: -1
upload_content_length: -1
starttransfer_time: 0
redirect_time: 0
*

*Room name
*

*Room type :*

*
*

*
*

*please give some proper solution ... *

On 3 May 2011 22:49, Swapnanil Goswami thinkbi...@gmail.com wrote:

 Same server means  ? The ip would be my host server ip address or my
 website ip address ?  i have located open meetings plugin under
 public_html/elgg/mod/ .
 i will follow ur words , and if had any problem, i will let you know
 shortly ... Thanks 

 On 3 May 2011 21:31, greenes zurca...@gmail.com wrote:

 So Swapnanil,

 The error you get when go to:

 Create a new room

 ...it is because OpenMeetings is not running or
 is not write rightly the settings.

 Then:

 OpenMeetings Server Host or IP  =  IP where is OpenMeetings server
 installed, not elgg.

 OpenMeetings Server Port  =  5080
 Default: 5080

 OpenMeetings Admin User  =  user name existing with admin rights in
 OpenMeetings

 OpenMeetings Admin User Password   =  password of the previous user
 admin

 OpenMeetings Module key (vary for multiple  =  ...here dont
  write
 anything...

 Once this is right, before go to Create a new room, run
  OpenMeetings
 and wait
 somes seconds. After go to Create a new room and fill it.

 Have you Elgg at the same server than OpenMeetings?

 On 3 mayo, 15:50, Swapnanil Goswami thinkbi...@gmail.com wrote:
  Greenes,
  I am using elgg 1.7.7 version  would it support that ?

  please fill up the below for me please... and how to open the
  ports
  5080
 ?
   OpenMeetings Server Host or IP

[openmeetings-user] Re: Openmeetings Error

2011-05-05 Thread greenes
...where you want install it, on Linux or Windows?

---

On 5 mayo, 15:03, Swapnanil Goswami thinkbi...@gmail.com wrote:
 I have  downloaded the file File:
   openmeetings_1_6_2_r3675.zip   83.4 MB

  But I am not sure where to place it or how to install it ?
  I am very new to this , so please illustrate me well and thaks for
 your kind support  . . .

 On 05/05/2011, Swapnanil Goswami thinkbi...@gmail.com wrote:

  where do i have to install it ?
  under public_html ?
  or under mod directory of elgg ?

  On 05/05/2011, greenes zurca...@gmail.com wrote:
  ...so.

  The OpenMeetings plugin for Elgg, works only if you
  have OpenMeetings server intalled:

 http://code.google.com/p/openmeetings

  OpenMeetings server it is a video-conference web.

  Go to the url and read if you likes.

  

  On 5 mayo, 12:53, Swapnanil Goswami thinkbi...@gmail.com wrote:
  No i haven't installed any server rather than the elgg openmeetings
  plugin
  .

  On 5 May 2011 11:26, greenes zurca...@gmail.com wrote:

   ...please Swapnail, forget Elgg for a moment and his plugin of
   OpenMeetings.

   Now, have you installed OpenMeetings server? ...if yes...where?

   Have an internet IP or dominium where is installed OpenMeetings
   server...if yes?

   

   On 4 mayo, 21:35, Swapnanil Goswami thinkbi...@gmail.com wrote:
Elgg and openmeetings are installed on host server under
public_html/
...
the full path of elgg is - public_html/elgg1.77
the full path of openmeetings is-
public_html/elgg1.77/mod/openmeetings

I want run openmeetings on my sitewww.collezone.combutiam not able
... please reply thoroughly.

On 04/05/2011, greenes zurca...@gmail.com wrote:

 .

 1)
 Have you Elgg and OpenMeetings in the same PC?
 or these are installed in other place...server?

 2)
 When i try make a new room from Elgg and my OpenMeetings
 is not running, get this error:

 wsdl error: Getting
http://hola.com:5080/openmeetings/services/UserService?wsdl
 - HTTP ERROR: cURL ERROR: 7: couldn't connect to host
 url:http://hola.com:5080/openmeetings/services/UserService?wsdl
 http_code: 0
 header_size: 0
 request_size: 0
 filetime: -1
 ssl_verify_result: 0
 redirect_count: 0
 total_time: 0
 namelookup_time: 0.000165
 connect_time: 0
 pretransfer_time: 0
 size_upload: 0
 size_download: 0
 speed_download: 0
 speed_upload: 0
 download_content_length: 0
 upload_content_length: 0
 starttransfer_time: 0
 redirect_time: 0

 ...is telling that Elgg can not comunicate with
 OpenMeetings, in my case it is because OM is not
 running.

 3)
 Please, tell where are installed Elgg and OpenMeetings.

 On 3 mayo, 22:24, Swapnanil Goswami thinkbi...@gmail.com wrote:
 I have filled up the setting like following :

 OpenMeetings Settings

 OpenMeetings Server Host or IP

 OpenMeetings Server Port
 Default: 5080

 OpenMeetings Admin User

 OpenMeetings Admin User Password

 OpenMeetings Module key (vary for multiple instances using same
 OpenMeetings
 Server)

 still whenever i try to create room - the same following error
 occured
 

 **
 *Create a new room*
 *Error*

 *wsdl error:
 Gettinghttp://
   208.43.91.92:5080/openmeetings/services/UserService?wsdl-
 HTTP
 ERROR: cURL ERROR: 7: couldn't connect to host
 url:http://208.43.91.92:5080/openmeetings/services/UserService?wsdl
 content_type:
 http_code: 0
 header_size: 0
 request_size: 0
 filetime: -1
 ssl_verify_result: 0
 redirect_count: 0
 total_time: 0.000175
 namelookup_time: 8.6E-5
 connect_time: 0
 pretransfer_time: 0
 size_upload: 0
 size_download: 0
 speed_download: 0
 speed_upload: 0
 download_content_length: -1
 upload_content_length: -1
 starttransfer_time: 0
 redirect_time: 0
 *

 *Room name
 *

 *Room type :*

 *
 *

 *
 *

 *please give some proper solution ... *

 On 3 May 2011 22:49, Swapnanil Goswami thinkbi...@gmail.com
 wrote:

  Same server means  ? The ip would be my host server ip address
  or
  my
  website ip address ?  i have located open meetings plugin under
  public_html/elgg/mod/ .
  i will follow ur words , and if had any problem, i will let you
  know
  shortly ... Thanks 

  On 3 May 2011 21:31, greenes zurca...@gmail.com wrote:

  So Swapnanil,

  The error you get when go to:

  Create a new room

  ...it is because OpenMeetings is not running or
  is not write rightly the settings.

  Then:

  OpenMeetings Server Host or IP  =  IP where is OpenMeetings
  server
  installed, not elgg.

  OpenMeetings Server Port  =  5080
  Default: 5080

  OpenMeetings Admin

[openmeetings-user] Re: Openmeetings Error

2011-05-03 Thread greenes
Hi Swapnanil,

Just installed the last version of Elgg and the OpenMeetings
plugin, and works rightly. My OpenMeetings version proof
it is OM 1.6.rc2.

Do you open the ports 5080 and 1935?

Hope you get it!

On Apr 22, 7:40 pm, Swapnanil Goswami thinkbi...@gmail.com wrote:
 I have installed openmeetings plugin for my elgg website ; But i am unable
 to use this as some errors occured as well as i am unable to fill up  the
 following :

 OpenMeetings Settings

 OpenMeetings Server Host or IP

 OpenMeetings Server Port
 Default: 5080

 OpenMeetings Admin User

 OpenMeetings Admin User Password
 OpenMeetings Module key (vary for multiple instances using same OpenMeetings
 Server)
 .

 and whenever i put the details , the occured error is :

 Create a new room
 Error

 wsdl error: 
 Gettinghttp://174.36.204.204:1935/openmeetings/services/UserService?wsdl-
 HTTP ERROR: cURL ERROR: 7: couldn't connect to host
 url:http://174.36.204.204:1935/openmeetings/services/UserService?wsdl
 content_type:
 http_code: 0
 header_size: 0
 request_size: 0
 filetime: -1
 ssl_verify_result: 0
 redirect_count: 0
 total_time: 0.000205
 namelookup_time: 0.000125
 connect_time: 0
 pretransfer_time: 0
 size_upload: 0
 size_download: 0
 speed_download: 0
 speed_upload: 0
 download_content_length: -1
 upload_content_length: -1
 starttransfer_time: 0
 redirect_time: 0

 please give me a solution to run this plugin good .. thanks
 Swapnanil Goswami website:www.collezone.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Openmeetings Error

2011-05-03 Thread greenes
So Swapnanil,

The error you get when go to:

Create a new room

...it is because OpenMeetings is not running or
is not write rightly the settings.


Then:

OpenMeetings Server Host or IP  =  IP where is OpenMeetings server
installed, not elgg.

OpenMeetings Server Port  =  5080
Default: 5080

OpenMeetings Admin User  =  user name existing with admin rights in
OpenMeetings

OpenMeetings Admin User Password   =  password of the previous user
admin

OpenMeetings Module key (vary for multiple  =  ...here dont write
anything...


Once this is right, before go to Create a new room, run OpenMeetings
and wait
somes seconds. After go to Create a new room and fill it.


Have you Elgg at the same server than OpenMeetings?




On 3 mayo, 15:50, Swapnanil Goswami thinkbi...@gmail.com wrote:
 Greenes,
 I am using elgg 1.7.7 version  would it support that ?

 please fill up the below for me please... and how to open the ports 5080 ?
  OpenMeetings Server Host or IP :
  OpenMeetings Server Port :
  Default: 5080
 OpenMeetings Admin User:
 OpenMeetings Admin User Password:
 OpenMeetings Module key (vary for multiple instances using same OpenMeetings
 Server) :

 On 3 May 2011 18:23, greenes zurca...@gmail.com wrote:

  Hi Swapnanil,

  Just installed the last version of Elgg and the OpenMeetings
  plugin, and works rightly. My OpenMeetings version proof
  it is OM 1.6.rc2.

  Do you open the ports 5080 and 1935?

  Hope you get it!

  On Apr 22, 7:40 pm, Swapnanil Goswami thinkbi...@gmail.com wrote:
   I have installed openmeetings plugin for my elgg website ; But i am
  unable
   to use this as some errors occured as well as i am unable to fill up  the
   following :

   OpenMeetings Settings

   OpenMeetings Server Host or IP

   OpenMeetings Server Port
   Default: 5080

   OpenMeetings Admin User

   OpenMeetings Admin User Password
   OpenMeetings Module key (vary for multiple instances using same
  OpenMeetings
   Server)
   .

   and whenever i put the details , the occured error is :

   Create a new room
   Error

   wsdl error: Gettinghttp://
  174.36.204.204:1935/openmeetings/services/UserService?wsdl-
   HTTP ERROR: cURL ERROR: 7: couldn't connect to host
   url:http://174.36.204.204:1935/openmeetings/services/UserService?wsdl
   content_type:
   http_code: 0
   header_size: 0
   request_size: 0
   filetime: -1
   ssl_verify_result: 0
   redirect_count: 0
   total_time: 0.000205
   namelookup_time: 0.000125
   connect_time: 0
   pretransfer_time: 0
   size_upload: 0
   size_download: 0
   speed_download: 0
   speed_upload: 0
   download_content_length: -1
   upload_content_length: -1
   starttransfer_time: 0
   redirect_time: 0

   please give me a solution to run this plugin good .. thanks
   Swapnanil Goswami website:www.collezone.com

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@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-user@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.



[openmeetings-user] Re: Debian 6, problem with OpenOffice converting some files

2011-04-22 Thread greenes
...OK, this is Solved!

Just installed bind9 and now convert any file in 5 sconds,
and open firefox in 1 second.
This is in Lenny and Squeeze.

Thanks Sebastian.

On 20 abr, 11:12, greenes zurca...@gmail.com wrote:
 ...thanks Sebastian,

 I made a new installation of Squeeze with kernel Linux 2.6.32-5,
 without amd64, and it is the same.

 Upload pdf and images is right, but .txt, .odt, .rtf.emploied more
 than 2 minutes
 even the file have writed two words only.

 Debian 6 - Squeeze is strange for me.

 If somebody have OpenMeetings in Squeeze installed please tell me how
 do it.

 Thank you!

 On 19 abr, 18:46, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:

  rtf files are not processed by OpenOffice.
  I think ImageMagick does it.

  Sebastian

  2011/4/19 greenes zurca...@gmail.com:

   Hi Sebastian y all,

   Squeeze a new installation.
    All packages and libraries for OpenMeetings installed.

   Everything works fine except when go in the room and upload rtf, text
   files o... if upload images and pdf files everything is goeing right.
   So, is OpenOffice that uses a very long time to convert those
   files ... if converted.

   I uninstalled OpenOffice and installed  LibreOffice ... just the same
   problem.
   It is on Debian 6 Squeeze, because in another distro based on Debian
   6, Pure 3.0,
   everything works right and it is with Open Java not Sun Java.

   Squeeze has installed in my computer the Linux kernel 6.2.32-5-amd64,
   but 32-bit architecture.

   Any idea why?

   Thank you

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

  --
  Sebastian 
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
  seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Debian 6, problem with OpenOffice converting some files

2011-04-22 Thread greenes
...the problem it was without internet conecction only

On 22 abr, 15:54, greenes zurca...@gmail.com wrote:
 ...OK, this is Solved!

 Just installed bind9 and now convert any file in 5 sconds,
 and open firefox in 1 second.
 This is in Lenny and Squeeze.

 Thanks Sebastian.

 On 20 abr, 11:12, greenes zurca...@gmail.com wrote:

  ...thanks Sebastian,

  I made a new installation of Squeeze with kernel Linux 2.6.32-5,
  without amd64, and it is the same.

  Upload pdf and images is right, but .txt, .odt, .rtf.emploied more
  than 2 minutes
  even the file have writed two words only.

  Debian 6 - Squeeze is strange for me.

  If somebody have OpenMeetings in Squeeze installed please tell me how
  do it.

  Thank you!

  On 19 abr, 18:46, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:

   rtf files are not processed by OpenOffice.
   I think ImageMagick does it.

   Sebastian

   2011/4/19 greenes zurca...@gmail.com:

Hi Sebastian y all,

Squeeze a new installation.
 All packages and libraries for OpenMeetings installed.

Everything works fine except when go in the room and upload rtf, text
files o... if upload images and pdf files everything is goeing right.
So, is OpenOffice that uses a very long time to convert those
files ... if converted.

I uninstalled OpenOffice and installed  LibreOffice ... just the same
problem.
It is on Debian 6 Squeeze, because in another distro based on Debian
6, Pure 3.0,
everything works right and it is with Open Java not Sun Java.

Squeeze has installed in my computer the Linux kernel 6.2.32-5-amd64,
but 32-bit architecture.

Any idea why?

Thank you

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

   --
   Sebastian 
   Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
   seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Debian 6, problem with OpenOffice converting some files

2011-04-20 Thread greenes
...thanks Sebastian,

I made a new installation of Squeeze with kernel Linux 2.6.32-5,
without amd64, and it is the same.

Upload pdf and images is right, but .txt, .odt, .rtf.emploied more
than 2 minutes
even the file have writed two words only.

Debian 6 - Squeeze is strange for me.

If somebody have OpenMeetings in Squeeze installed please tell me how
do it.

Thank you!

On 19 abr, 18:46, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 rtf files are not processed by OpenOffice.
 I think ImageMagick does it.

 Sebastian

 2011/4/19 greenes zurca...@gmail.com:



  Hi Sebastian y all,

  Squeeze a new installation.
   All packages and libraries for OpenMeetings installed.

  Everything works fine except when go in the room and upload rtf, text
  files o... if upload images and pdf files everything is goeing right.
  So, is OpenOffice that uses a very long time to convert those
  files ... if converted.

  I uninstalled OpenOffice and installed  LibreOffice ... just the same
  problem.
  It is on Debian 6 Squeeze, because in another distro based on Debian
  6, Pure 3.0,
  everything works right and it is with Open Java not Sun Java.

  Squeeze has installed in my computer the Linux kernel 6.2.32-5-amd64,
  but 32-bit architecture.

  Any idea why?

  Thank you

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

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Debian 6, problem with OpenOffice converting some files

2011-04-19 Thread greenes
Hi Sebastian y all,

Squeeze a new installation.
 All packages and libraries for OpenMeetings installed.

Everything works fine except when go in the room and upload rtf, text
files o... if upload images and pdf files everything is goeing right.
So, is OpenOffice that uses a very long time to convert those
files ... if converted.

I uninstalled OpenOffice and installed  LibreOffice ... just the same
problem.
It is on Debian 6 Squeeze, because in another distro based on Debian
6, Pure 3.0,
everything works right and it is with Open Java not Sun Java.

Squeeze has installed in my computer the Linux kernel 6.2.32-5-amd64,
but 32-bit architecture.

Any idea why?

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: In OpenOffice 3.3 is not setup.xcu file

2011-03-27 Thread greenes
...Thank you!

On Mar 27, 9:21 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 I don't think that there is need to do it at all in OpenOffice 3.xx version.
 see:http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter#Starti...

 2011/3/26 greenes zurca...@gmail.com



  ...once more Sebastian, sorry.

  In OpenOffice 3.3... is not the setup.xcu file.

  Please, could you tell wich file must text transforme ?

  Thanks

  greenes

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Work OpenMeetings with LibreOffice ?

2011-03-26 Thread greenes
Hi Sebastian,

Could you please tell me if OM can work with
LibreOffice ?

Have PureOS 3.0 wich have LibreOffice and dont
permit install OpenOffice.

Thank you.

greenes

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: Work OpenMeetings with LibreOffice ?

2011-03-26 Thread greenes
...thank you Sebastian.

greenes

On Mar 26, 9:38 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Never tried, but as its a 1:1 fork you should be able to start the
 OO-Service and use it the same way as Oracle's OpenOffice.

 Sebastian

 2011/3/26 greenes zurca...@gmail.com



  Hi Sebastian,

  Could you please tell me if OM can work with
  LibreOffice ?

  Have PureOS 3.0 wich have LibreOffice and dont
  permit install OpenOffice.

  Thank you.

  greenes

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] In OpenOffice 3.3 is not setup.xcu file

2011-03-26 Thread greenes
...once more Sebastian, sorry.

In OpenOffice 3.3... is not the setup.xcu file.

Please, could you tell wich file must text transforme ?

Thanks

greenes

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] OM on Moodle 2.0 each conexion is made it in diferent idiom

2011-03-22 Thread greenes
Hi,

...everything works right, except that each conexion
from Moodle to OM show a different idiom...

Is a solution for this?

Thank you.

greenes

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: how to install openmeetings as well as database. a novices approach

2011-03-15 Thread greenes
Hi Manu,

Here is a tuto with pictures for XP, but i prove it on Windows server
2008
and works rightly:

https://docs.google.com/leaf?id=0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDIyLWJmODItMGVjNTU0Y2VjODQ1sort=namelayout=listnum=50

The file called:

OpenMeetings en XP con fotos actualizado.pdf

The idiom it is spanish.

On 15 mar, 13:10, manu balraj singh deswal...@gmail.com wrote:
 Hello everyone,
 Can anyone kindly give the detailed procedure to get openmeetings
 installed in a server 2003 or 2008 edition ( i ahve both softwares). i
 am a novice in softwares so pls give detailed steps or are there any
 tutorials for the same?

 Thank you

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: problem installation openmeetings openmeetings_1_6_2_r3675

2011-03-12 Thread greenes
...do you like a data base working for openmeetings_1_6_2_r3675 to
import ?
...

On 12 mar, 04:26, weli yanto yantow...@gmail.com wrote:
 Hi, i installed openmeetings newest version openmeetings_1_6_2_r3675 ,
 but i've got problem when install it . what's wrong ? please help

 2011-03-12 09:35:07,069 [main] ERROR org.red5.server.jmx.JMXAgent - {}
 java.io.IOException: Cannot bind to URL [rmi://:/red5]:
 javax.naming.ServiceUnavailableException [Root exception is
 java.rmi.ConnectException: Connection refused to host: 192.168.3.2;
 nested exception is:
         java.net.ConnectException: Connection timed out]
         at
 javax.management.remote.rmi.RMIConnectorServer.newIOException(Unknown
 Source) [na:1.6.0_20]
         at javax.management.remote.rmi.RMIConnectorServer.start(Unknown
 Source) [na:1.6.0_20]
         at org.red5.server.jmx.JMXAgent.init(JMXAgent.java:364) [red5.jar:na]
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:
 1.6.0_20]
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [na:
 1.6.0_20]
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 [na:1.6.0_20]
         at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_20]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:
 1529) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:
 1468) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.initializeBean(AbstractAutowireCapableBeanFactory.java:
 1398) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.doCreateBean(AbstractAutowireCapableBeanFactory.java:
 512) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.createBean(AbstractAutowireCapableBeanFactory.java:
 450) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at org.springframework.beans.factory.support.AbstractBeanFactory
 $1.getObject(AbstractBeanFactory.java:290) [spring-beans-3.0.0.jar:
 3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getS 
 ingleton(DefaultSingletonBeanRegistry.java:
 222) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abs 
 tractBeanFactory.java:
 287) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstr 
 actBeanFactory.java:
 189) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.DefaultListableBeanFactory.preIns 
 tantiateSingletons(DefaultListableBeanFactory.java:
 557) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.context.support.AbstractApplicationContext.finishBeanFa 
 ctoryInitialization(AbstractApplicationContext.java:
 842) [spring-context-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.context.support.AbstractApplicationContext.refresh(Abst 
 ractApplicationContext.java:
 416) [spring-context-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.context.support.FileSystemXmlApplicationContext.init( 
 FileSystemXmlApplicationContext.java:
 140) [spring-context-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.context.support.FileSystemXmlApplicationContext.init( 
 FileSystemXmlApplicationContext.java:
 94) [spring-context-3.0.0.jar:3.0.0.RELEASE]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method) [na:1.6.0_20]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
 Source) [na:1.6.0_20]
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
 Source) [na:1.6.0_20]
         at java.lang.reflect.Constructor.newInstance(Unknown Source) [na:
 1.6.0_20]
         at
 org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:
 126) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.SimpleInstantiationStrategy.insta 
 ntiate(SimpleInstantiationStrategy.java:
 107) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.ConstructorResolver.autowireConst 
 ructor(ConstructorResolver.java:
 275) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.autowireConstructor(AbstractAutowireCapableBeanFactory.java:
 984) [spring-beans-3.0.0.jar:3.0.0.RELEASE]
         at
 org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor 
 y.createBeanInstance(AbstractAutowireCapableBeanFactory.java:
 886) 

[openmeetings-user] Re: unable to install database

2011-03-11 Thread greenes
Attention is not:

http://localhost:5080/install

...but

http://localhost:5080/openmeetings/install

On 11 mar, 11:38, Lsharma lakshya85...@gmail.com wrote:
 how can i re-install a fresh copy of database...http://localhost:8080/install

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: unable to install database

2011-03-11 Thread greenes
...or is other way?

On 11 mar, 16:31, greenes zurca...@gmail.com wrote:
 Attention is not:

 http://localhost:5080/install

 ...but

 http://localhost:5080/openmeetings/install

 On 11 mar, 11:38, Lsharma lakshya85...@gmail.com wrote:

  how can i re-install a fresh copy of 
  database...http://localhost:8080/install

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] How know OpenMeetings version installed

2011-03-08 Thread greenes
Hi,

Please, how to know the OpenMeetings version once is installed?

Some body can help me?

Thank's

greenes

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



[openmeetings-user] Re: How know OpenMeetings version installed

2011-03-08 Thread greenes

Thank you Sebastian. Will try.

On 8 mar, 14:45, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 there is no variable for that, but maybe you can just lookup the number of
 labels to get an idea which version it might be?

 2011/3/8 greenes zurca...@gmail.com



  Hi,

  Please, how to know the OpenMeetings version once is installed?

  Some body can help me?

  Thank's

  greenes

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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.



Happy New Year 2011 to every body!

2011-01-01 Thread greenes
Happy New Year 2011 to all good people!

greenes

-- 
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: From 29-12-10 Lenny Ubuntu 10.04 update last flashplayer no work.

2010-12-31 Thread greenes
...solution, news cams not so old.

greenes



On 30 dic, 14:39, greenes zurca...@gmail.com wrote:
 Hi,

 After update Lenny and Ubuntu 10.04-10, flashplayer show
 lines in OpenMeetings cam conferences. Untill days ago
 works rightly, after the update...

 From Fedora 14 work rightly.

 On Lenny and Ubuntu only work now rightly with flashplayer:

 9.0 r124

 and

 10.0 b218

 I tried on OpenMeetings Sebastian demo and it is the same.

 Some idea about it?

 greenes

-- 
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.



From 29-12-10 Lenny Ubuntu 10.04 update last flashplayer no work.

2010-12-30 Thread greenes
Hi,

After update Lenny and Ubuntu 10.04-10, flashplayer show
lines in OpenMeetings cam conferences. Untill days ago
works rightly, after the update...

From Fedora 14 work rightly.

On Lenny and Ubuntu only work now rightly with flashplayer:

9.0 r124

and

10.0 b218

I tried on OpenMeetings Sebastian demo and it is the same.

Some idea about it?

greenes

-- 
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.



Broken link? http://i4demo.com/openmeetings/builds/

2010-12-28 Thread greenes
Hi,

Is it out:

 http://i4demo.com/openmeetings/builds/

...or is any other url for Nightly Builds?

Thanks.

greenes

-- 
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.



Salud, Salam, Shalom. Marry Christmas to everybody!

2010-12-24 Thread greenes
Pax and Marry Christmas to everybody!

greenes

-- 
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.



Salud, Salam, Shalom. Marry Christmas to everybody!

2010-12-24 Thread greenes
Pax and Marry Christmas to everybody!

greenes

-- 
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: Problem with invitation

2010-12-03 Thread greenes
...could you please tell the OpenMeetings version you are,
and if everything is goeing right except send mail by gmail?

Thanks

On 3 dic, 12:37, Богдан Грицеляк schtrich...@gmail.com wrote:
 thank you, but now i had those problem

 ERROR 12-03 13:14:46.304 MailThread.java 86446 131
 org.openmeetings.utils.mail.MailHandler [Thread-12] - [mail send]
 javax.mail.MessagingException: Unknown SMTP host:  smtp.gmail.com
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:
 1280) [mail-1.4.jar:1.4]
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:
 370) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:297) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:156) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:105) [mail-1.4.jar:1.4]
         at javax.mail.Transport.send0(Transport.java:168) [mail-1.4.jar:1.4]
         at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:1.4]
         at org.openmeetings.utils.mail.MailThread.send(MailThread.java:127)
 [openmeetings.jar:na]
         at org.openmeetings.utils.mail.MailThread.run(MailThread.java:49)
 [openmeetings.jar:na]
 Caused by: java.net.UnknownHostException:  smtp.gmail.com
         at
 java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:
 158) [na:1.6.0_18]
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384) [na:
 1.6.0_18]
         at java.net.Socket.connect(Socket.java:546) [na:1.6.0_18]
         at java.net.Socket.connect(Socket.java:495) [na:1.6.0_18]
         at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:
 232) [mail-1.4.jar:1.4]
         at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
 [mail-1.4.jar:1.4]
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:
 1250) [mail-1.4.jar:1.4]
         ... 8 common frames omitted

 Thank you.

 On 2 Грд, 16:40, greenes zurca...@gmail.com wrote:

  ...and:

  # email_userpass       your password gmail address

  -

  On 2 dic, 15:33, greenes zurca...@gmail.com wrote:

   ...or more exactly:

   # smtp_server      smtp.gmail.com

   # smtp_port      587

   # system_email_addr     h...@gmail.com

   # email_username     h...@gmail.com

   # mail.smtp.starttls.enable    0

   .

   system_email_addr

   and

   email_username

   ...just the same. Your email address.

   ..

   On 1 dic, 21:29, Богдан Грицеляк schtrich...@gmail.com wrote:

Hello, guys.
I configured in administration panel smtp, I use smtp port 465, when
i'm trying to send invitation messages, I become

ERROR 12-01 22:24:45.333 MailThread.java 425195 131
org.openmeetings.utils.mail.MailHandler [Thread-12] - [mail send]
javax.mail.MessagingException: Could not connect to SMTP host:
smtp.gmail.com, port: 465, response: -1
        at 
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:
1270) [mail-1.4.jar:1.4]
        at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:
370) [mail-1.4.jar:1.4]
        at javax.mail.Service.connect(Service.java:297) 
[mail-1.4.jar:1.4]
        at javax.mail.Service.connect(Service.java:156) 
[mail-1.4.jar:1.4]
        at javax.mail.Service.connect(Service.java:105) 
[mail-1.4.jar:1.4]
        at javax.mail.Transport.send0(Transport.java:168) 
[mail-1.4.jar:1.4]
        at javax.mail.Transport.send(Transport.java:98) 
[mail-1.4.jar:1.4]
        at 
org.openmeetings.utils.mail.MailThread.send(MailThread.java:127)
[openmeetings.jar:na]
        at 
org.openmeetings.utils.mail.MailThread.run(MailThread.java:49)
[openmeetings.jar:na]

I use gmail account.
Can you help me, plz.
Thank you befohand

-- 
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: Problem with invitation

2010-12-02 Thread greenes
...or more exactly:

# smtp_server  smtp.gmail.com

# smtp_port  587

# system_email_addr h...@gmail.com

# email_username h...@gmail.com

# mail.smtp.starttls.enable0

.

system_email_addr

and

email_username

...just the same. Your email address.

..


On 1 dic, 21:29, Богдан Грицеляк schtrich...@gmail.com wrote:
 Hello, guys.
 I configured in administration panel smtp, I use smtp port 465, when
 i'm trying to send invitation messages, I become

 ERROR 12-01 22:24:45.333 MailThread.java 425195 131
 org.openmeetings.utils.mail.MailHandler [Thread-12] - [mail send]
 javax.mail.MessagingException: Could not connect to SMTP host:
 smtp.gmail.com, port: 465, response: -1
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:
 1270) [mail-1.4.jar:1.4]
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:
 370) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:297) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:156) [mail-1.4.jar:1.4]
         at javax.mail.Service.connect(Service.java:105) [mail-1.4.jar:1.4]
         at javax.mail.Transport.send0(Transport.java:168) [mail-1.4.jar:1.4]
         at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:1.4]
         at org.openmeetings.utils.mail.MailThread.send(MailThread.java:127)
 [openmeetings.jar:na]
         at org.openmeetings.utils.mail.MailThread.run(MailThread.java:49)
 [openmeetings.jar:na]

 I use gmail account.
 Can you help me, plz.
 Thank you befohand

-- 
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: Problem with invitation

2010-12-02 Thread greenes
...and:

# email_userpass   your password gmail address

-

On 2 dic, 15:33, greenes zurca...@gmail.com wrote:
 ...or more exactly:

 # smtp_server      smtp.gmail.com

 # smtp_port      587

 # system_email_addr     h...@gmail.com

 # email_username     h...@gmail.com

 # mail.smtp.starttls.enable    0

 .

 system_email_addr

 and

 email_username

 ...just the same. Your email address.

 ..

 On 1 dic, 21:29, Богдан Грицеляк schtrich...@gmail.com wrote:

  Hello, guys.
  I configured in administration panel smtp, I use smtp port 465, when
  i'm trying to send invitation messages, I become

  ERROR 12-01 22:24:45.333 MailThread.java 425195 131
  org.openmeetings.utils.mail.MailHandler [Thread-12] - [mail send]
  javax.mail.MessagingException: Could not connect to SMTP host:
  smtp.gmail.com, port: 465, response: -1
          at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:
  1270) [mail-1.4.jar:1.4]
          at 
  com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:
  370) [mail-1.4.jar:1.4]
          at javax.mail.Service.connect(Service.java:297) [mail-1.4.jar:1.4]
          at javax.mail.Service.connect(Service.java:156) [mail-1.4.jar:1.4]
          at javax.mail.Service.connect(Service.java:105) [mail-1.4.jar:1.4]
          at javax.mail.Transport.send0(Transport.java:168) [mail-1.4.jar:1.4]
          at javax.mail.Transport.send(Transport.java:98) [mail-1.4.jar:1.4]
          at org.openmeetings.utils.mail.MailThread.send(MailThread.java:127)
  [openmeetings.jar:na]
          at org.openmeetings.utils.mail.MailThread.run(MailThread.java:49)
  [openmeetings.jar:na]

  I use gmail account.
  Can you help me, plz.
  Thank you befohand

-- 
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: virtualhost and email error

2010-11-29 Thread greenes
Hi Dominique,

It works on my Debian, as say Piotr Fiedorow.

At console write:

a2enmod rewrite

...so the module rewrite it is load it.

Edit:

gedit /etc/apache2/apache2.conf

...and write at the bottom:

LoadModule rewrite_module modules/mod_rewrite.so

After edit:

gedit /etc/apache2/sites-enabled/000-default

...and write at the bottom:

NameVirtualHost hola.com

VirtualHost hola.com
DocumentRoot /var/www/miproyecto/
ServerName hola.com
RewriteEngine   on
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{REMOTE_ADDR} !^192.168.198.50$
RewriteRule ^/(.*)$ http://hola.com:5080/openmeetings/$1 [L,R]
/VirtualHost

...with your domain and lan IP or ...

So when you go in the browser:

http://hola.com

...will be directly to:

http://hola.com:5080/openmeetings

Thanks to Piotr Fiedorow, i made it
and work in Debian and XP.

Regards


On 27 nov, 13:36, Dominique Claver KOUAME kdcla...@gmail.com wrote:
 Morning everybody and thanks for your help. Just make a summary of
 what I have tested to solve the vhost problem.
 Some of you tell me to change http-port of red5. I have done the changes in :
 /opt/red5/conf/red5.properties
 /opt/red5/webapps/openmeetings/config.xml

 but no success.
 Now I want to test apache2 rewrite. below I will put my vhost config
 file; can somebody tells me if it's correct or no.

  vhost config =

 VirtualHost *:5080
         ServerAdmin webad...@mydomain.tld
         ServerName webconference.mydomain.tld
         ServerAlias conference.mydomain.tld
         DocumentRoot /opt/red5/webapps/openmeetings
         RewriteEngine   on
         RewriteCond     %{SERVER_PORT} ^80$
         RewriteCond     %{REMOTE_ADDR} !^127.0.0.1$
         RewriteRule     ^/(.*)$http://conference.mydomain.tld:5080/$1[L,R]

         Directory /
                 Options FollowSymLinks
                 AllowOverride None
         /Directory
         Directory /opt/red5/webapps/openmeetings/
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride None
                 Order allow,deny
                 allow from all
         /Directory

         ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
         Directory /usr/lib/cgi-bin
                 AllowOverride None
                 Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                 Order allow,deny
                 Allow from all
         /Directory

         ErrorLog /var/log/apache2/webconf-error.log

         # Possible values include: debug, info, notice, warn, error, crit,
         # alert, emerg.
         LogLevel warn

         CustomLog /var/log/apache2/webconf-access.log combined

     Alias /doc/ /usr/share/doc/
     Directory /usr/share/doc/
         Options Indexes MultiViews FollowSymLinks
         AllowOverride None
         Order deny,allow
         Deny from all
         Allow from 127.0.0.0/255.0.0.0 ::1/128
     /Directory

 /VirtualHost

  vhost config end of file 

 One question : Must I disable the default site ?

 2010/11/26, Dominique Claver KOUAME kdcla...@gmail.com:

  For the second method it runs; but now I want to use Active Directory
  for authentication which will avoid the creation of users manually.

  Thanks 

  2010/11/26, greenes zurca...@gmail.com:
  Hi Dominique,

  For the first question...have you a web server like apache?
  ...if so can create a html file redirecting to:

 http://conference.mydomain.tld:5080/

  The second can resolve so:

  1)
  Create a new user without write email adress and save.

  2)
  Select the new user just created and write the email adress only.
  Save.

  greenes

  On 26 nov, 12:49, Dominique Claver KOUAME kdcla...@gmail.com wrote:
  Hello,
  I have differents problems to solve without openmeetings. I will post
  them below :
  1° - Can somebody help me configure openmeetings for direct access
  without keying the port number.
  Something like thishttp://conference.mydomain.tld.
  I think this will be very easy for the users than
  keyinghttp://conference.mydomain.tld:5080/

  2°- Why OM send me an error message when I create an users and fill
  tthe email field. The error message invalid email. My OM server is
  the secondary of my dns server which is on the same network.

  Thanks more for your replay.

  --
  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

Re: virtualhost and email error

2010-11-26 Thread greenes
Hi Dominique,

For the first question...have you a web server like apache?
...if so can create a html file redirecting to:

http://conference.mydomain.tld:5080/

The second can resolve so:

1)
Create a new user without write email adress and save.

2)
Select the new user just created and write the email adress only.
Save.

greenes

On 26 nov, 12:49, Dominique Claver KOUAME kdcla...@gmail.com wrote:
 Hello,
 I have differents problems to solve without openmeetings. I will post
 them below :
 1° - Can somebody help me configure openmeetings for direct access
 without keying the port number.
 Something like thishttp://conference.mydomain.tld.
 I think this will be very easy for the users than 
 keyinghttp://conference.mydomain.tld:5080/

 2°- Why OM send me an error message when I create an users and fill
 tthe email field. The error message invalid email. My OM server is
 the secondary of my dns server which is on the same network.

 Thanks more for your replay.

-- 
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: Updated Demo Server and Facebook App

2010-11-08 Thread greenes
...Thank you.

greenes

On 7 nov, 17:33, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 by default this is disabled, you have to goto the config and enable it.
 Anyway the facebook integration is only for the server openmeetings.de you
 would need to code a separate facebook app for each server that you will
 integrate.

 If you visit:http://apps.facebook.com/openmeetings/
 you will see it redirect you to openmeetings.de back but loggedin with your
 Facebook account.

 Sebastian

 2010/11/7 greenes zurca...@gmail.com



  Hi Sebastian,

  Just compiled svn 3533 two times and don't
  show the facebook button.

  Surly i made something rong...

  On 6 nov, 15:44, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
   Hi,

   we have updated to the demo server (http:www.openmeetings.de) to the
  latest
   SVN status.
   There is also a button for the Facebook App (to login with your Facebook
   account)

  http://apps.facebook.com/openmeetings/

   We appreciate your feedback!

   Sebastian

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.wagner-sebastian.com
   seba.wag...@gmail.com

  --
  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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
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: Demo Server updated to r3415

2010-10-25 Thread greenes
...sorry Sebastian, you mean 3514.

Thank you

On 24 oct, 22:32, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi,

 our Demo Server is now updated to r3145.

 It contains some updates around community features, like private messages,
 contacts, search the user list, organize events with your contacts, see the
 contacts calendar, et cetera...

 We will feature freeze this release-cycle now and care about bugs for the
 next major release.
 Feel free to comment and try out.

 Sebastian

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
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: Request Help

2010-10-20 Thread greenes
Hi Denys

Here are spanish tutorials about OpenMeetings on XP
and OpenMeetings on Moodle:

https://docs.google.com/leaf?id=0B2B7CuoLiRX2NGViMDc5ODUtYzBiNy00MDIyLWJmODItMGVjNTU0Y2VjODQ1sort=namelayout=listnum=50

The names are:

OpenMeetings en XP con fotos

and

Moodle OpenMeetings instalacion

...on pdf format.

greenes

On 19 oct, 20:01, Denys Fellipe denys_i...@hotmail.com wrote:
     Hi! My name is Denys, I'm majoring in Information Systems from
 Universidade Federal de Alagoas - UFAL in Brazil.
     I'm experimenting with Moodle, and I want to integrate
 OpenMeetings him, since I am a distance learning course.
     I installed Wamp Server, and then Moodle.
     I wonder how to install Windows XP OpenMeetings system and
 configure it to moodle.

-- 
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.



Magnifique OM 1.4-rc1 version

2010-09-03 Thread greenes
...too late?

Just prove this version OM 1.4-rc1 and must to say:

Thank you Sebastian!

greenes

-- 
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: Uploaded zip with idioms solution on OpenMeetings-SugarCRM

2010-08-23 Thread greenes
OK Sebastian,

Here is the file to download, as you say:

http://code.google.com/p/openmeetings/issues/detail?id=1261

Thank's to you.

greenes

On 23 ago, 10:54, Sebastian Wagner seba.wag...@gmail.com wrote:
 Yes thanks again Greenes.
 My schedule is just very full.

 However, could you please re-upload it somewhere?
 Maybe better here:http://code.google.com/p/openmeetings/issues/entry

 It seems like I cannot download the file from 
 here:http://openmeetings-user.googlegroups.com/web/Idioms_solution_Openmee...

 Whenever I click on it an error message is shown.

 Sebastian

 On 20 Aug., 10:43, greenes zurca...@gmail.com wrote:

  Hi,

  Uploaded a zip with the solution for
  OpenMeetings-SugarCRM module, part
  languages, which as can be seen
  in the images on the inside,
  given error text in the normal installation.

  The zip is on this page, Archives section,
  wich name is:

  Idioms_solution_Openmeetings_SugarCRM.zip

  Hope this useful.

  greenes

-- 
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: Main Look

2010-07-20 Thread greenes
Hi Romulo,

May be this tutorial help you something:

http://openmeetings-user.googlegroups.com/web/Howto_make_skin_step_step.pdf?gda=LOSfeU8AAADVT7ibhzT38uDNgKglJvKjqrHXS0_pKSOzMPG_-5oT7uRm2Ap8DUtK6kVUduG6mPflq0xdUO5tmBUGTslpt6VjnHMhSp_qzSgvndaTPyHVdA

This Is here in the file section and call it:

Howto_make_skin_step_step.pdf

...can give you an orientation.

greenes

On 20 jul, 17:47, Romulo Pires romulo.pires...@gmail.com wrote:
 I change the file infosPanel.lzx and compile, but it changes nothing!
 I'm editing the right files?

 I'm editing files that are in the folder modules / dashboard.

 Thank you for answering my questions, helping me this much, I hope to
 learn much about the OM in order to help the community!

-- 
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 Instructions

2010-06-16 Thread greenes
Hi REF,

Here is a OpenMeetings  windows xp tutorial...but
it is in spanish:

http://openmeetings-en-espanol.googlegroups.com/web/Openmeetings+en+XP.pdf?gda=3H384UgAAADrdeLvSIawtQwiHB_8RAcOVEFJ7JrEsP1qfU9KlYn0P_3bstFr7WlSDA2jG_tTtOimwwmmjY8lLEkm5GsdcWpfGjVgdwNi-BwrUzBGT2hOzg

greenes

On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 Is it to much trouble to request a tutorial on how to install
 openmeetings with all its dependencies STEP by STEP... I know I am
 asking for a lot but I have banging my head trying to get this working
 on ubuntu 10.0.4 several times and have failed horribly.

 The tut I have found 
 here:http://code.google.com/p/openmeetings/wiki/Installation
 does not apply to the release of ubuntu i am running and I would
 really appreciate a thorough doc stating which os is best with the
 newest release of openmeetings.

 Or if someone can push me to a url with a good windows tutorial i will
 be a happy camper.

 Thanks

-- 
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 Instructions

2010-06-16 Thread greenes
...and here is other in Debian etch but is ok for
Ubuntu also...but it is in spanish, you can translate
by Google traductor:

http://liberamemoria.blogspot.com/2008/04/instalacin-de-openmeetings-en-debian.html

Good luck.

On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 Is it to much trouble to request a tutorial on how to install
 openmeetings with all its dependencies STEP by STEP... I know I am
 asking for a lot but I have banging my head trying to get this working
 on ubuntu 10.0.4 several times and have failed horribly.

 The tut I have found 
 here:http://code.google.com/p/openmeetings/wiki/Installation
 does not apply to the release of ubuntu i am running and I would
 really appreciate a thorough doc stating which os is best with the
 newest release of openmeetings.

 Or if someone can push me to a url with a good windows tutorial i will
 be a happy camper.

 Thanks

-- 
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 Instructions

2010-06-16 Thread greenes
...here is the same OM spanish windows tutorial but
with pictures:

http://openmeetings-en-espanol.googlegroups.com/web/OpenMeetings_en_XP_con_fotos.pdf?gda=DQl0hlIAAADrdeLvSIawtQwiHB_8RAcOihaw5suIxFL6Zk-2Cfoc6azaUJiAzbo9B98AI0q6q84fS1qJy0myDR8p2DFg-liUVeLt2muIgCMmECKmxvZ2j4IeqPHHCwbz-gobneSjMyEgsc=RylFvRYAAABmO51ZLDQDfxnn7Eef1KjNWvtkd4rrU_nxxF6uRFu3Nw



On 15 jun, 22:11, REF robert.edward@gmail.com wrote:
 Is it to much trouble to request a tutorial on how to install
 openmeetings with all its dependencies STEP by STEP... I know I am
 asking for a lot but I have banging my head trying to get this working
 on ubuntu 10.0.4 several times and have failed horribly.

 The tut I have found 
 here:http://code.google.com/p/openmeetings/wiki/Installation
 does not apply to the release of ubuntu i am running and I would
 really appreciate a thorough doc stating which os is best with the
 newest release of openmeetings.

 Or if someone can push me to a url with a good windows tutorial i will
 be a happy camper.

 Thanks

-- 
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: How resolve to write: ç ñ.....

2010-06-01 Thread greenes
... omitted to say that the version of OM was 0.7rc2.

I could find the solution regarding
OM on Linux and Firefox 0.7rc2 LAN. Is:

Use flash player 9.0 r31 or 9.0 r48. With both
I can write ñ and ç correctly.

From series OM 1, no flash player
have the bug and can use any version of it.

Maybe this can serve any lover of OM 0.7rc2
and versions till OM 1.

Regards

greenes

On 27 mayo, 12:16, greenes zurca...@gmail.com wrote:
 ...mean...in OM chat...

 On 27 mayo, 11:26, greenes zurca...@gmail.com wrote:

  Hi,

  If go to Sebastian OM demo from linux, can write
  rightly any word like:

  ç or ñ.

  But with the same Firefox and linux in Lan on OM server home
  can not write rightly ç or ñ.

  If the reason it is the Linux flash player, then why it works rightly
  in Sebastian OM demo and in my Lan don't ?

  Thanks.

  greenes

-- 
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: How resolve to write: ç ñ.....

2010-06-01 Thread greenes
Thank you Sebastian,

It was as you say.

Just downloaded flashplayer10_1_rc6_linux_052510.tar.gz,
prove...and everething is right now!

Can write ñ and ç on linux for OM 0.7rc2.

Thanks again magister.

greenes


On 1 jun, 07:24, Sebastian Wagner seba.wag...@gmail.com wrote:
 Hi Greenes,

 yes I have commited a fix regarding those chars in version 0.9xx of
 OpenMeetings.
 Also the latest Flash Player Beta for Linux should contain a native
 fix for that problem.

 Sebastian

 2010/6/1 greenes zurca...@gmail.com:



  ... omitted to say that the version of OM was 0.7rc2.

  I could find the solution regarding
  OM on Linux and Firefox 0.7rc2 LAN. Is:

  Use flash player 9.0 r31 or 9.0 r48. With both
  I can write ñ and ç correctly.

  From series OM 1, no flash player
  have the bug and can use any version of it.

  Maybe this can serve any lover of OM 0.7rc2
  and versions till OM 1.

  Regards

  greenes

  On 27 mayo, 12:16, greenes zurca...@gmail.com wrote:
  ...mean...in OM chat...

  On 27 mayo, 11:26, greenes zurca...@gmail.com wrote:

   Hi,

   If go to Sebastian OM demo from linux, can write
   rightly any word like:

   ç or ñ.

   But with the same Firefox and linux in Lan on OM server home
   can not write rightly ç or ñ.

   If the reason it is the Linux flash player, then why it works rightly
   in Sebastian OM demo and in my Lan don't ?

   Thanks.

   greenes

  --
  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 
  athttp://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com

-- 
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.



How resolve to write: ç ñ.....

2010-05-27 Thread greenes
Hi,

If go to Sebastian OM demo from linux, can write
rightly any word like:

ç or ñ.

But with the same Firefox and linux in Lan on OM server home
can not write rightly ç or ñ.

If the reason it is the Linux flash player, then why it works rightly
in Sebastian OM demo and in my Lan don't ?

Thanks.

greenes

-- 
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: How resolve to write: ç ñ.....

2010-05-27 Thread greenes
...mean...in OM chat...

On 27 mayo, 11:26, greenes zurca...@gmail.com wrote:
 Hi,

 If go to Sebastian OM demo from linux, can write
 rightly any word like:

 ç or ñ.

 But with the same Firefox and linux in Lan on OM server home
 can not write rightly ç or ñ.

 If the reason it is the Linux flash player, then why it works rightly
 in Sebastian OM demo and in my Lan don't ?

 Thanks.

 greenes

-- 
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: How create a Skin ?

2010-04-07 Thread greenes
Hi David,

thanks from Andalusia also.

greenes

On 7 abr, 18:48, davidJGuru david.jg...@gmail.com wrote:
 Hi greenes,

  Greetings from Andalusia,

 Thank you very much for this document, it will be helpful for those
 who work with the platform. (In English or Spanish ;) )

 Thanks!

 On 6 abr, 17:49, greenes zurca...@gmail.com wrote:

  Hi Inazo,

  Right now i upload a howto make a skin step by step.

  Please say if you have doubts.

  It is in the Archives section and call:

  Howto_make_skin_step_step.pdf

 http://groups.google.com/group/openmeetings-user/web/Howto_make_skin_...

  greenes

  On 26 mar, 22:51, Inazo alexandre.j...@bsmt.fr wrote:

   Hi all,

   I have install OpenMeetings, but I want to make a skin for it. Someone
   have documentations/tutorials for do it ?

   Thanks.

   Best Regards,
   Inazo.

-- 
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: Just upload a howto make OM skin step by step

2010-04-06 Thread greenes
...sorry,

the name it is:

Howto_make_skin_step_step.pdf

http://groups.google.com/group/openmeetings-user/web/Howto_make_skin_step_step.pdf

.

On 6 abr, 17:55, greenes zurca...@gmail.com wrote:
 Hi,

 In the Archives section can find a tutorial to
 make a OM skin step by step.

 It is easy if you have Apache-Ant installed.

 If is somes doubts please tell it and will help.

 Hope you find it useful.

 greenes

-- 
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: From openmeetings_r2792.zip till openmeetings_r2797.zip red5 not run in my PC

2010-01-23 Thread greenes
Solved !

The r2831 version works fine.

greenes

On 21 ene, 15:59, greenes zurca...@gmail.com wrote:
 ...installed openmeetings_r2791.zip and works rightly.

 greenes

 On 21 ene, 14:17, greenes zurca...@gmail.com wrote:

  Hi Sebastian,

  Something strange in my PC.

  From openmeetings_r2792.zip till openmeetings_r2797.zip red5 not run
  in my PC, Linux and XPred5...so neither Openmeetings.

  This is my hardware:

  CPU --- Intel Core Duo E7400

  Base --- Asus P5QL-E

  Graphic --- GeForce 9600GT

  Some idea about?

  Thank you.

  greenes

-- 
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: From openmeetings_r2792.zip till openmeetings_r2797.zip red5 not run in my PC

2010-01-21 Thread greenes
...installed openmeetings_r2791.zip and works rightly.

greenes

On 21 ene, 14:17, greenes zurca...@gmail.com wrote:
 Hi Sebastian,

 Something strange in my PC.

 From openmeetings_r2792.zip till openmeetings_r2797.zip red5 not run
 in my PC, Linux and XPred5...so neither Openmeetings.

 This is my hardware:

 CPU --- Intel Core Duo E7400

 Base --- Asus P5QL-E

 Graphic --- GeForce 9600GT

 Some idea about?

 Thank you.

 greenes
-- 
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 Recording

2009-12-30 Thread greenes
...so Happy new year!

greenes

On 30 dic, 00:03, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 happy to announce that the first implementation of the recording of
 OpenMeetings feature is ready for testing.

 You can test the Recording feature live athttp://www.openmeetings.de

 Features of the Recorder:

    - Platform independent
    - Download recorded file as FLV File (to watch offline, publish on your
    website or through Youtube)
    - Private and Public Recordings via a Drag and Drop interface and Folders
    to organize Recordings
    - Recording Timeline gives additional information when attendees are
    speaking
    - Record hole screen + share screen at the the same time
    - Seek in the Player to any point

 http://wagner-sebastian.com/wordpress/2009/12/30/openmeetings-recordi...

 Happy New Year!

 Sebastian

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com

--

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: User names and passwords for the VMware Ubuntu-Server-9.04

2009-12-01 Thread greenes
Hi Iharker,

think here is the answer to your question:

http://groups.google.com/group/openmeetings-user/browse_thread/thread/d4966d7d2a1042d5/0f3efedc1a70dded?lnk=gstq=Fernando+Gomes#0f3efedc1a70dded

...in the end of page by Fernando Gomes.

greenes

On 1 dic, 15:57, lharker lhar...@aocweb.org wrote:
 I just downloaded and installed the VMware Ubuntu-Server-9.04 for
 openmeetings.   I have the server running, but I cannot find the
 Ubuntu user name and password anywhere.  I am looking for the User
 Name and Passwords for; the Ubuntu Server, MySQL and OpenMeetings.
 Can anyone tell me where to find this information?

--

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: OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-28 Thread greenes
...am happy you like it.

If you wish can make the same for your demo:

http://www.openmeetings.de

...if you tell me the version of singleweapp.

May be Xmas_skin_OM-1.zip is it right?

Yesterday send to you two mails.
Could you please delete the archive:

Xmas_skin_OM-0.72.zip  ...without R

and live:

Xmas_skin_OM-0.72-R.zip   ...with R

...the first one have an error.

Thank you.

Just when you likes we can work about skins.


greenes


On 27 nov, 20:18, Sebastian Wagner seba.wag...@gmail.com wrote:
 thanks a lot for the skin again!
 We definitly should write up a guide to skin openmeeting not only with
 colors but also with images and assets in a complete different style. But
 time is a rare factor ^^

 Anyway thanks a bunch!

 Sebastian

 2009/11/27 greenes zurca...@gmail.com



  Atention!

  An error was in the archive:

  Xmas_skin_OM-0.72.zip archive

  the right it is:

  Xmas_skin_OM-0.72-R.zip

  Sorry

  greenes

  On 27 nov, 16:34, greenes zurca...@gmail.com wrote:
   Saludos,

   If you like can download from Archives section
   one Xmas skin for OM 1 and the same for OM 0.7rc2.

   Here can see how look:

  http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=...

   The archives names are:

   Xmas_skin_OM-0.72.zip

   and

   Xmas_skin_OM-1.zip

   Is made it with Gimp.

   Hope you like it.

   greenes

  --

  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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com

--

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: OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-28 Thread greenes
...Ok see the singlewebapp of your demo
is r2671.

.

On 28 nov, 10:05, greenes zurca...@gmail.com wrote:
 ...am happy you like it.

 If you wish can make the same for your demo:

 http://www.openmeetings.de

 ...if you tell me the version of singleweapp.

 May be Xmas_skin_OM-1.zip is it right?

 Yesterday send to you two mails.
 Could you please delete the archive:

 Xmas_skin_OM-0.72.zip  ...without R

 and live:

 Xmas_skin_OM-0.72-R.zip   ...with R

 ...the first one have an error.

 Thank you.

 Just when you likes we can work about skins.

 greenes

 On 27 nov, 20:18, Sebastian Wagner seba.wag...@gmail.com wrote:

  thanks a lot for the skin again!
  We definitly should write up a guide to skin openmeeting not only with
  colors but also with images and assets in a complete different style. But
  time is a rare factor ^^

  Anyway thanks a bunch!

  Sebastian

  2009/11/27 greenes zurca...@gmail.com

   Atention!

   An error was in the archive:

   Xmas_skin_OM-0.72.zip archive

   the right it is:

   Xmas_skin_OM-0.72-R.zip

   Sorry

   greenes

   On 27 nov, 16:34, greenes zurca...@gmail.com wrote:
Saludos,

If you like can download from Archives section
one Xmas skin for OM 1 and the same for OM 0.7rc2.

Here can see how look:

   http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=...

The archives names are:

Xmas_skin_OM-0.72.zip

and

Xmas_skin_OM-1.zip

Is made it with Gimp.

Hope you like it.

greenes

   --

   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.

  --
  Sebastian 
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
  seba.wag...@gmail.com

--

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: OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-28 Thread greenes
Hi Sebastian,

Could you please tell me if you received the
mails send to you by me?

Thank you

greenes

On 28 nov, 10:11, greenes zurca...@gmail.com wrote:
 ...Ok see the singlewebapp of your demo
 is r2671.

 .

 On 28 nov, 10:05, greenes zurca...@gmail.com wrote:

  ...am happy you like it.

  If you wish can make the same for your demo:

 http://www.openmeetings.de

  ...if you tell me the version of singleweapp.

  May be Xmas_skin_OM-1.zip is it right?

  Yesterday send to you two mails.
  Could you please delete the archive:

  Xmas_skin_OM-0.72.zip  ...without R

  and live:

  Xmas_skin_OM-0.72-R.zip   ...with R

  ...the first one have an error.

  Thank you.

  Just when you likes we can work about skins.

  greenes

  On 27 nov, 20:18, Sebastian Wagner seba.wag...@gmail.com wrote:

   thanks a lot for the skin again!
   We definitly should write up a guide to skin openmeeting not only with
   colors but also with images and assets in a complete different style. But
   time is a rare factor ^^

   Anyway thanks a bunch!

   Sebastian

   2009/11/27 greenes zurca...@gmail.com

Atention!

An error was in the archive:

Xmas_skin_OM-0.72.zip archive

the right it is:

Xmas_skin_OM-0.72-R.zip

Sorry

greenes

On 27 nov, 16:34, greenes zurca...@gmail.com wrote:
 Saludos,

 If you like can download from Archives section
 one Xmas skin for OM 1 and the same for OM 0.7rc2.

 Here can see how look:

http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=...

 The archives names are:

 Xmas_skin_OM-0.72.zip

 and

 Xmas_skin_OM-1.zip

 Is made it with Gimp.

 Hope you like it.

 greenes

--

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.

   --
   Sebastian 
   Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
   seba.wag...@gmail.com

--

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: OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-28 Thread greenes
...thank you,

Please dont forget delete the archive:

Xmas_skin_OM-0.72.zip  ...without R

when you have free time.
So the users not will become wrong if use it.

Thanks newly

greenes

On 28 nov, 14:13, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi, yes I received them all thanks, but I am quite busy atm :-/

 Sebastian

 2009/11/28 greenes zurca...@gmail.com



  Hi Sebastian,

  Could you please tell me if you received the
  mails send to you by me?

  Thank you

  greenes

  On 28 nov, 10:11, greenes zurca...@gmail.com wrote:
   ...Ok see the singlewebapp of your demo
   is r2671.

   .

   On 28 nov, 10:05, greenes zurca...@gmail.com wrote:

...am happy you like it.

If you wish can make the same for your demo:

   http://www.openmeetings.de

...if you tell me the version of singleweapp.

May be Xmas_skin_OM-1.zip is it right?

Yesterday send to you two mails.
Could you please delete the archive:

Xmas_skin_OM-0.72.zip  ...without R

and live:

Xmas_skin_OM-0.72-R.zip   ...with R

...the first one have an error.

Thank you.

Just when you likes we can work about skins.

greenes

On 27 nov, 20:18, Sebastian Wagner seba.wag...@gmail.com wrote:

 thanks a lot for the skin again!
 We definitly should write up a guide to skin openmeeting not only
  with
 colors but also with images and assets in a complete different style.
  But
 time is a rare factor ^^

 Anyway thanks a bunch!

 Sebastian

 2009/11/27 greenes zurca...@gmail.com

  Atention!

  An error was in the archive:

  Xmas_skin_OM-0.72.zip archive

  the right it is:

  Xmas_skin_OM-0.72-R.zip

  Sorry

  greenes

  On 27 nov, 16:34, greenes zurca...@gmail.com wrote:
   Saludos,

   If you like can download from Archives section
   one Xmas skin for OM 1 and the same for OM 0.7rc2.

   Here can see how look:

 http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=...

   The archives names are:

   Xmas_skin_OM-0.72.zip

   and

   Xmas_skin_OM-1.zip

   Is made it with Gimp.

   Hope you like it.

   greenes

  --

  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
  openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
 seba.wag...@gmail.com

  --

  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.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com

--

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.




OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-27 Thread greenes
Saludos,

If you like can download from Archives section
one Xmas skin for OM 1 and the same for OM 0.7rc2.

Here can see how look:

http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=YLBQu0Q54KjwShDBkCizBRXRtVd_vffin6BiMJuzJIsoHDU-ueeQUywkKftRCXw73ErZsiBV6u9SiETdg0Q2ffAyHU-dzc4BZkLnSFWX59nr5BxGqAgsc=yPZPvxYAAADYLJ_FG-XS83FDz7xSYIVUu4w3FxcUuKmQnM9jeHwPGA

The archives names are:

Xmas_skin_OM-0.72.zip

and

Xmas_skin_OM-1.zip

Is made it with Gimp.

Hope you like it.


greenes

--

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: OM Xmas skin for OM 1 and OM 0.7rc2 to download.

2009-11-27 Thread greenes
Atention!

An error was in the archive:

Xmas_skin_OM-0.72.zip archive

the right it is:

Xmas_skin_OM-0.72-R.zip


Sorry

greenes



On 27 nov, 16:34, greenes zurca...@gmail.com wrote:
 Saludos,

 If you like can download from Archives section
 one Xmas skin for OM 1 and the same for OM 0.7rc2.

 Here can see how look:

 http://openmeetings-user.googlegroups.com/web/Xmas_skin_main.png?gda=...

 The archives names are:

 Xmas_skin_OM-0.72.zip

 and

 Xmas_skin_OM-1.zip

 Is made it with Gimp.

 Hope you like it.

 greenes

--

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.




Error compile client new version openmeetings 1.0 r2688

2009-11-24 Thread greenes
Hi Sebastian,

Could you please tell what am doieng rong when
try compile the client r2688 or r2703, OM 1.0 r2688,
with OpenLaszlo and get the error:

...base/functions.lzx#91: undefined object does not have a property
fieldvalues_id

At the practic it is all the text in login page say error
and is not possible go in.

The new OM 1.0 is really great. Don't find any bug and
the new estructure is very clear.

Thank you

greenes

--

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: how to install openmeetings in windows xp localhost?

2009-10-07 Thread greenes

Ufukk,

if you undertand spanish here is a tutorial:

http://openmeetings-en-espanol.googlegroups.com/web/Openmeetings+en+XP.pdf?gda=1Pi7WEgJhKKWIxXjQ7B0UAMuw_DJ-iffYCGD3xIdnVzLAfiwtv3bstFr7WlSDA2jG_tTtOimwwmmjY8lLEkm5GsdcWpfGjVgdwNi-BwrUzBGT2hOzg

greenes

On 7 oct, 18:41, Ufukk ufuki...@gmail.com wrote:
 how to install openmeetings in windows xp localhost?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: sponsor window removal

2009-10-02 Thread greenes

As Sebastian told:

At .../openmeetings/config.xml

replace:

!-- #

Dashboard Modules

 --



dashboardModuleStartScreenmainDashboardSponsored/
dashboardModuleStartScreen


by


!-- #

Dashboard Modules

 --



dashboardModuleStartScreenmainDashboard/dashboardModuleStartScreen


so the sponsor window will be out.


greenes

On 2 oct, 04:14, Tony A peer...@gmail.com wrote:
 hello everyone,

 how to remove the new sponsor window in openmeeting?

 tony
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: invalid email in 09 rc4

2009-09-30 Thread greenes

.I am using 09 rc4,  when I try to add a new user, it says
invalid
email.  The email is right. -

Hosdes,

1)
Add a new user...without write mail address, and save it.

2)
Select this new user and now write the mail address only and save it.

It is all right now.

The same for OM 0.9rc2 ... 0.9rc5.

greenes

On 18 sep, 21:08, hosdes indesign...@gmail.com wrote:
 I am using09rc4,  when I try to add a new user, it says invalidemail.  
 Theemailis right.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---



To point to a combobox from: modules\chat\overAllChatOutput.lzx

2009-09-26 Thread greenes

Sebastian or some body,

In:

modules\chat\overAllChatOutput.lzx

class name=overAllChatOutput extends=view height=$once
{ parent.height-2 }
clip=true width=$once{ parent.width-2 }

...a new attribute: resource=HERE , which would be the text to point
to a combobox
in OverAllChatTabBottom.lzx?

Please, can some body tell me?

Thanks

greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Permission to upload a OM skin

2009-08-27 Thread greenes

OK Sebastian,

Just when you like can send to me your coding
and i will work. Will be good.

How you told me about the skin i changed the color
for other a little more clear.

Now will upload the skin for OM 0.7rc2, 0.8rc2 and
0.8rc4 with the changes.

Regards

greenes

On 26 ago, 20:27, Sebastian Wagner seba.wag...@gmail.com wrote:
 I can provide you with an additional config *sothat* means::
 When you have some kind of additional icons = I can add a config-variable
 to the config.xml = you can change this icon at runtime with your one
 without need to recompile ... so  I do the coding part while you just need
 to give the proposal with the icon and the place where to add it.

 sebastian

 2009/8/26 greenes zurca...@gmail.com





  Hi Sebastian,

  Could you please explain your mean when say:

  I can provide you with an additional
  config sothat...

  ...my english it is not the best; am not a programmer,
  am learning but with your explain can make it you told me.

  Respect to upload the skin...can i do it?

  Wait for yor answer.

  Thanks

  greenes

  On 25 ago, 22:36, Sebastian Wagner seba.wag...@gmail.com wrote:
   if you have time you can even think about some of the miss-rated icons ^^
   ... also to fit into your skins better. I can provide you with an
  additional
   config sothat you can change the icons at runtime without need to
  re-build.
   So it would be great if you can extend your skin with icons through-out
  the
   hole application.

   There are also some icons in the application where the metapher behind it
  is
   somehow easy to missunderstand or to understand at all. Refactoring this
   part would give a great extension to the user experience and usability.

   thanks,
   sebastian

   2009/8/25 greenes zurca...@gmail.com

...in all the aplications see the black font rightly and readable.

If you like tomorrow can make the same for OM 0.8rc4 or 0.9rc1
or both.

Like you can imagine is possible make anyother skins with
diferents images.

You tell me.

greenes

On 25 ago, 22:01, Sebastian Wagner seba.wag...@gmail.com wrote:
 yes that seems to be a nice additional skin.
 One thing that needs modifications weather on the skin or in the rest
  of
the
 application is that the main content can be too dark. Black font on
  black
 background makes it non readable. Have you tested this in your
configuration
 in the hole application? I guess in the Admin Panel you will run into
that
 issue.

 sebastian

 2009/8/25 greenes zurca...@gmail.com

  ...you can open the file: main.lzx.swf8.swf, with firefox
  and see it.

  Open the zip and later that.

  Try.

  Thank you

  greenes

  On 25 ago, 21:51, Sebastian Wagner seba.wag...@gmail.com wrote:
   hi,

   can you please send the screens as PNG or other image format.

   thanks
   sebastian

   2009/8/25 greenes zurca...@gmail.com

...exactly it is change:
//webapps/openmeetings/main.lzx.swf8.swf

for my main.lzx.swf8.swf that contains the skin, a picture in
  the
logo
place
and other picture in the body.

You can see it at:

   http://groups.google.com/group/openmeetings-en-espanol/files

skin_para_072.zip

and

skin_para_082.zip

Just open the zip and it is not necessary install to see it.
  Can
open
with firefox.

I compiled the client and put two pictures made it with Gimp.

Please tell me your think about.

Greenes

Sebastian Wagner ha escrito:
 what do you mean by skin? You can manually change the color
scheme
  and
the
 *logo* (the name *openmeetings* with the shadow on top) via
  the
config.xml

 sebastian

 2009/8/25 greenes zurca...@gmail.com

  Hi Sebastian,

  Could you please tell me if can upload a skin

  for OM 0.72 and the same for OM 0.8rc2?

  Wait for your answer and thank you.

  Greenes

 --
 Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
 seba.wag...@gmail.com

   --
   Sebastian

  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian

  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
   www.laszlo-forum.de
 seba.wag...@gmail.com

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google

Skin for OpenMeetings ready to download

2009-08-27 Thread greenes

Is ready to download one skin for OM 0.7rc2,

OM 0.8rc2 and OM 0.8rc4, called:

skin_OM-072.zip

skin_OM-082.zip

skin_OM-084.zip

All them have the same look.


You can see two pictures:

skin_OM_Administration.png

and

skin_OM_login.png


Hope you like it.


greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Permission to upload a OM skin

2009-08-26 Thread greenes

Hi Sebastian,

Could you please explain your mean when say:

I can provide you with an additional
config sothat...

...my english it is not the best; am not a programmer,
am learning but with your explain can make it you told me.

Respect to upload the skin...can i do it?

Wait for yor answer.

Thanks

greenes


On 25 ago, 22:36, Sebastian Wagner seba.wag...@gmail.com wrote:
 if you have time you can even think about some of the miss-rated icons ^^
 ... also to fit into your skins better. I can provide you with an additional
 config sothat you can change the icons at runtime without need to re-build.
 So it would be great if you can extend your skin with icons through-out the
 hole application.

 There are also some icons in the application where the metapher behind it is
 somehow easy to missunderstand or to understand at all. Refactoring this
 part would give a great extension to the user experience and usability.

 thanks,
 sebastian

 2009/8/25 greenes zurca...@gmail.com





  ...in all the aplications see the black font rightly and readable.

  If you like tomorrow can make the same for OM 0.8rc4 or 0.9rc1
  or both.

  Like you can imagine is possible make anyother skins with
  diferents images.

  You tell me.

  greenes

  On 25 ago, 22:01, Sebastian Wagner seba.wag...@gmail.com wrote:
   yes that seems to be a nice additional skin.
   One thing that needs modifications weather on the skin or in the rest of
  the
   application is that the main content can be too dark. Black font on black
   background makes it non readable. Have you tested this in your
  configuration
   in the hole application? I guess in the Admin Panel you will run into
  that
   issue.

   sebastian

   2009/8/25 greenes zurca...@gmail.com

...you can open the file: main.lzx.swf8.swf, with firefox
and see it.

Open the zip and later that.

Try.

Thank you

greenes

On 25 ago, 21:51, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 can you please send the screens as PNG or other image format.

 thanks
 sebastian

 2009/8/25 greenes zurca...@gmail.com

  ...exactly it is change:
  //webapps/openmeetings/main.lzx.swf8.swf

  for my main.lzx.swf8.swf that contains the skin, a picture in the
  logo
  place
  and other picture in the body.

  You can see it at:

 http://groups.google.com/group/openmeetings-en-espanol/files

  skin_para_072.zip

  and

  skin_para_082.zip

  Just open the zip and it is not necessary install to see it. Can
  open
  with firefox.

  I compiled the client and put two pictures made it with Gimp.

  Please tell me your think about.

  Greenes

  Sebastian Wagner ha escrito:
   what do you mean by skin? You can manually change the color
  scheme
and
  the
   *logo* (the name *openmeetings* with the shadow on top) via the
  config.xml

   sebastian

   2009/8/25 greenes zurca...@gmail.com

Hi Sebastian,

Could you please tell me if can upload a skin

for OM 0.72 and the same for OM 0.8rc2?

Wait for your answer and thank you.

Greenes

   --
   Sebastian Wagner
  http://www.webbase-design.de
  http://openmeetings.googlecode.com
  http://www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian

  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
   www.laszlo-forum.de
 seba.wag...@gmail.com

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---



Permission to upload a OM skin

2009-08-25 Thread greenes

Hi Sebastian,

Could you please tell me if can upload a skin

for OM 0.72 and the same for OM 0.8rc2?

Wait for your answer and thank you.


Greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Permission to upload a OM skin

2009-08-25 Thread greenes

...exactly it is change: //webapps/openmeetings/main.lzx.swf8.swf

for my main.lzx.swf8.swf that contains the skin, a picture in the logo
place
and other picture in the body.

You can see it at:

http://groups.google.com/group/openmeetings-en-espanol/files

skin_para_072.zip

and

skin_para_082.zip

Just open the zip and it is not necessary install to see it. Can open
with firefox.

I compiled the client and put two pictures made it with Gimp.

Please tell me your think about.


Greenes

Sebastian Wagner ha escrito:
 what do you mean by skin? You can manually change the color scheme and the
 *logo* (the name *openmeetings* with the shadow on top) via the config.xml


 sebastian

 2009/8/25 greenes zurca...@gmail.com

 
  Hi Sebastian,
 
  Could you please tell me if can upload a skin
 
  for OM 0.72 and the same for OM 0.8rc2?
 
  Wait for your answer and thank you.
 
 
  Greenes
  
 


 --
 Sebastian Wagner
 http://www.webbase-design.de
 http://openmeetings.googlecode.com
 http://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Permission to upload a OM skin

2009-08-25 Thread greenes

...you can open the file: main.lzx.swf8.swf, with firefox
and see it.

Open the zip and later that.

Try.

Thank you

greenes

On 25 ago, 21:51, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 can you please send the screens as PNG or other image format.

 thanks
 sebastian

 2009/8/25 greenes zurca...@gmail.com





  ...exactly it is change: //webapps/openmeetings/main.lzx.swf8.swf

  for my main.lzx.swf8.swf that contains the skin, a picture in the logo
  place
  and other picture in the body.

  You can see it at:

 http://groups.google.com/group/openmeetings-en-espanol/files

  skin_para_072.zip

  and

  skin_para_082.zip

  Just open the zip and it is not necessary install to see it. Can open
  with firefox.

  I compiled the client and put two pictures made it with Gimp.

  Please tell me your think about.

  Greenes

  Sebastian Wagner ha escrito:
   what do you mean by skin? You can manually change the color scheme and
  the
   *logo* (the name *openmeetings* with the shadow on top) via the
  config.xml

   sebastian

   2009/8/25 greenes zurca...@gmail.com

Hi Sebastian,

Could you please tell me if can upload a skin

for OM 0.72 and the same for OM 0.8rc2?

Wait for your answer and thank you.

Greenes

   --
   Sebastian Wagner
  http://www.webbase-design.de
  http://openmeetings.googlecode.com
  http://www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Permission to upload a OM skin

2009-08-25 Thread greenes

...in all the aplications see the black font rightly and readable.

If you like tomorrow can make the same for OM 0.8rc4 or 0.9rc1
or both.

Like you can imagine is possible make anyother skins with
diferents images.

You tell me.

greenes

On 25 ago, 22:01, Sebastian Wagner seba.wag...@gmail.com wrote:
 yes that seems to be a nice additional skin.
 One thing that needs modifications weather on the skin or in the rest of the
 application is that the main content can be too dark. Black font on black
 background makes it non readable. Have you tested this in your configuration
 in the hole application? I guess in the Admin Panel you will run into that
 issue.

 sebastian

 2009/8/25 greenes zurca...@gmail.com





  ...you can open the file: main.lzx.swf8.swf, with firefox
  and see it.

  Open the zip and later that.

  Try.

  Thank you

  greenes

  On 25 ago, 21:51, Sebastian Wagner seba.wag...@gmail.com wrote:
   hi,

   can you please send the screens as PNG or other image format.

   thanks
   sebastian

   2009/8/25 greenes zurca...@gmail.com

...exactly it is change: //webapps/openmeetings/main.lzx.swf8.swf

for my main.lzx.swf8.swf that contains the skin, a picture in the logo
place
and other picture in the body.

You can see it at:

   http://groups.google.com/group/openmeetings-en-espanol/files

skin_para_072.zip

and

skin_para_082.zip

Just open the zip and it is not necessary install to see it. Can open
with firefox.

I compiled the client and put two pictures made it with Gimp.

Please tell me your think about.

Greenes

Sebastian Wagner ha escrito:
 what do you mean by skin? You can manually change the color scheme
  and
the
 *logo* (the name *openmeetings* with the shadow on top) via the
config.xml

 sebastian

 2009/8/25 greenes zurca...@gmail.com

  Hi Sebastian,

  Could you please tell me if can upload a skin

  for OM 0.72 and the same for OM 0.8rc2?

  Wait for your answer and thank you.

  Greenes

 --
 Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
 seba.wag...@gmail.com

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.laszlo-forum.de
   seba.wag...@gmail.com

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: sound not work in openmeeting

2009-08-22 Thread greenes

Try other version of Flash player 10 or
9r124.

Luck!

Greenes

On 22 ago, 10:32, yddysy cxche...@gmail.com wrote:
 hello everyone.I'm really suffered with this problem for days:only
 video works,but no voice at all.
 I've tested test-setup.lzx--AudioVideoTestingApplication,both camera
  microphone works well
 here lists my software envirment:
       OS:Windows XP sp3
       Flash player:10
       RED5:0.9rc1
       Openmeetings:r2219
       openoffice:OOo_3.1.0
 thanks a lot for any suggestions!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Custom Openmeetings

2009-07-26 Thread greenes

...here are somes links to colours codes:


http://www.ccs.neu.edu/home/fell/COM3370/RGB.html

http://www.tbi.univie.ac.at/TBI/hex_color_chart.html

http://quasar.unl.edu/tutorials/rgb.html


Luck!

Greenes

On 20 jul, 10:05, greenes zurca...@gmail.com wrote:
 Sorry Roberto,

 ...my natura it is give what i found, but am new
 and imagine, for somes answers to me here, that
 was not right to give clear information.

 You gives me clear answer, thank you.

 To change the body color:

 .../openmeetings/index.jsp

 script type=text/javascript
 .

 var so = new SWFObject(main.lzx.swf8.swf, lzapp, 100%, 100%,
 8, #ff);

 ...changing #fff

 The color will be permanent in all browser Openmeetings.

 For you Roberto and for any one.

 Regards

 Greenes

 On 20 jul, 09:47, Roberto Torresani err...@gmail.com wrote:

  Hi Greenes!
  in a community is better share the knowledge than wait for a question :)
  Bye
  Roberto

  2009/7/20 greenes zurca...@gmail.com

   OK,

   found where to change the color body login page.
   If any body want to know it, please ask it.

   Greenes

   On 14 jul, 17:12, greenes zurca...@gmail.com wrote:
Hi Bidab,

The 1 abr, 20:18 you said:

I modify the color of body of openmeetings in config.xml but I would
like change all colors and add another picture in header. I really
don't know where change that.

   http://groups.google.com/group/openmeetings-user/browse_thread/thread...

... do you refer the body OM login page?

Open a new entry cause in: Custom OpenMeetings interface
is only:

Responder al autor    Reenviar    to send the autor directly
no other way.

Thank you,

Greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: 0.9rc1-r2185 problem with Moodle

2009-07-22 Thread greenes

Hi Alexei,

i installed 0.9rc1 (r2185) and to create a user
if write a mail adress and save it give an error.

But if create a user without write a mail adress
and save it, and later write the mail adress only
and save it...it works fine.

The rest it is fine.

Thank you,

Greenes


On 22 jul, 09:57, Alexei Fedotov alexei.fedo...@gmail.com wrote:
 Hello Vágvölgyi, thanks for trying and thanks for report.
 RC1 is a candidate, not a release - it means it still could have
 critical errors.

 If you post errors from your log in the issue tracker, this would be a
 great help.

 On Wed, Jul 22, 2009 at 2:50 AM, Vágvölgyi



 Csabavagvolgyi.cs...@gmail.com wrote:
  Hi!

  I have installed the new 0.9rc1 (r2185) on a test server and tried the
  Moodle integration with the Moodle module v5 (jún. 23.)
  When I made an OpenMeeetings activity in Moodle, nothing happend. There no
  error message, only a blank srcreen. (I have set all parameters in the
  module setting page)

  Is there any idea, or I should be better to wait for the new version of
  Moodle module???

  TIA

  Csaba

 --
 With best regards / с наилучшими пожеланиями,
 Alexei Fedotov / Алексей 
 Федотов,http://www.telecom-express.ru/http://harmony.apache.org/http://code.google.com/p/openmeetings/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: 0.9rc1-r2185 problem with Moodle

2009-07-22 Thread greenes

Thank's Alexei,

...you are right.

Now work fine.

Greenes



On 22 jul, 10:20, Sebastian Wagner seba.wag...@gmail.com wrote:
 I yesterday had my fingers into that part of the code as I added the code to
 send a confirmation-link during registration.

 I was thinking if it is maybe nice to add a checkbox in the
 User-Administration:
 * Send Mail to User *
 So that the Mail of a new (or updated) User Record is only send if the
 checkbox is set to true.

 Its a bit more complicated now then before as there is also the *send
 confirmation link* code-part in that area now but its still possible and
 feasible.

 sebastian

 2009/7/22 Alexei Fedotov alexei.fedo...@gmail.com





  Please check your mail server configuration in
  administration-configuration panel.

  On Wed, Jul 22, 2009 at 12:09 PM, greeneszurca...@gmail.com wrote:

   Hi Alexei,

   i installed 0.9rc1 (r2185) and to create a user
   if write a mail adress and save it give an error.

   But if create a user without write a mail adress
   and save it, and later write the mail adress only
   and save it...it works fine.

   The rest it is fine.

   Thank you,

   Greenes

   On 22 jul, 09:57, Alexei Fedotov alexei.fedo...@gmail.com wrote:
   Hello Vágvölgyi, thanks for trying and thanks for report.
   RC1 is a candidate, not a release - it means it still could have
   critical errors.

   If you post errors from your log in the issue tracker, this would be a
   great help.

   On Wed, Jul 22, 2009 at 2:50 AM, Vágvölgyi

   Csabavagvolgyi.cs...@gmail.com wrote:
Hi!

I have installed the new 0.9rc1 (r2185) on a test server and tried the
Moodle integration with the Moodle module v5 (jún. 23.)
When I made an OpenMeeetings activity in Moodle, nothing happend.
  There no
error message, only a blank srcreen. (I have set all parameters in the
module setting page)

Is there any idea, or I should be better to wait for the new version
  of
Moodle module???

TIA

Csaba

   --
   With best regards / с наилучшими пожеланиями,
   Alexei Fedotov / Алексей Федотов,
 http://www.telecom-express.ru/http://harmony.apache.org/http://code.g...

  --
  With best regards / с наилучшими пожеланиями,
  Alexei Fedotov / Алексей Федотов,
 http://www.telecom-express.ru/
 http://harmony.apache.org/
 http://code.google.com/p/openmeetings/

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Custom Openmeetings

2009-07-20 Thread greenes

OK,

found where to change the color body login page.
If any body want to know it, please ask it.

Greenes

On 14 jul, 17:12, greenes zurca...@gmail.com wrote:
 Hi Bidab,

 The 1 abr, 20:18 you said:

 I modify the color of body of openmeetings in config.xml but I would
 like change all colors and add another picture in header. I really
 don't know where change that.

 http://groups.google.com/group/openmeetings-user/browse_thread/thread...

 ... do you refer the body OM login page?

 Open a new entry cause in: Custom OpenMeetings interface
 is only:

 Responder al autor    Reenviar    to send the autor directly
 no other way.

 Thank you,

 Greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: help

2009-07-20 Thread greenes

OK,

found where to change the color body login page.
If any body want to know it, please ask it.

Greenes

On 7 jul, 15:39, greenes zurca...@gmail.com wrote:
 Please!

 Could tell me where can find the file or the line to change
 the body color of login browser page?

 Can modifie the body color of loading browser page:

 main.lzx bgcolor=0xFF

 ...but dont find the login page.

 ...am learning so...

 Thank you!

 Greenes

 On 12 jun, 08:39, bidab ivan.bol...@gmail.com wrote:

  Hi,

  To compile client, you need openlaszlo and to compile server you
  need ant. See the tutorial compilation.pdf, it's in french but I
  think pictures are comprehensible

 http://groups.google.com/group/openmeetings-user/files?hl=en

  If you have any questions

  Bidab alias Ivan

  On Jun 12, 4:26 am, Jaime Gonzalez jvgonzale...@gmail.com wrote:

   hi

   I need to modify the appearance of openmeetings what follows.

   Change the header of the homepage, put a. Headlined swf.

   Not just change the color of the application in the config.xml file or
   the name of the application in the same file in another name variable
   currentappname / currentappname.

   Indicating that I can help modify files on the client side.

   Thanks for your help

   Greetings

   Jaime
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: Error on presentation upload

2009-07-19 Thread greenes

Hi,

Emploing red5_openmeetings_0_8_4_r2091 and
compiling server and client with 2176 can upload pdf,
ppt and rtf.

Making a new data base for this, and:

http://localhost:5080/openmeetings/install

...without so i had problems.

Regards

On 19 jul, 10:34, Vladimir Rybintsev rybint...@gmail.com wrote:
 The problems in uploading pdf and ppt files remains
 even in latest revision, 2176.
 I did compile, install and run this version and tried to upload
 on white board very little pdf file.
 I got converting... message, remained forever.
 I could only cancel upload after hours of useless waiting.
 On 18 июл, 00:26, CTpaHHoe :) ctpah...@gmail.com wrote:

  This issue is fixed in the revision 2052, but only partially. In the
  revision 2115 problem fixed complete. Therefore, it is possible to try
  the revision 2052
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: My Scheduled Meetings Mail Link Problem

2009-07-19 Thread greenes

...when send the meeting invitation of My Scheduled Meetings

to a user, the link it is as told but the admin user receive other

automatic mail with the right link.

If send normal invitation from rooms the link is also right.

Hope somebody remember when he began,

Thanks.


On 18 jul, 19:54, greenes zurca...@gmail.com wrote:
 Hi,

 In OM 0.8rc4 r2176, when add a new meeting the link in the
 mail is:

 null?lzr=swf8lzt=swfinvitationHash=2a78cd3de138ae564a8ffd70c0261c74

 ...tried to find the code to modify but don't know where is it.

 .../client/modules/invitation/inviteMainWindow.lzx ???

 i modified somes files and compile but ...nothing, various times.

 Please, can some body position me a little...

 Thank!

 Greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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: My Scheduled Meetings Mail Link Problem

2009-07-19 Thread greenes

...exactly, who build the scheduled meetings
and send the invitations, he is the only one
receive a right url link.

...

On 19 jul, 12:12, greenes zurca...@gmail.com wrote:
 ...when send the meeting invitation of My Scheduled Meetings

 to a user, the link it is as told but the admin user receive other

 automatic mail with the right link.

 If send normal invitation from rooms the link is also right.

 Hope somebody remember when he began,

 Thanks.

 On 18 jul, 19:54, greenes zurca...@gmail.com wrote:

  Hi,

  In OM 0.8rc4 r2176, when add a new meeting the link in the
  mail is:

  null?lzr=swf8lzt=swfinvitationHash=2a78cd3de138ae564a8ffd70c0261c74

  ...tried to find the code to modify but don't know where is it.

  .../client/modules/invitation/inviteMainWindow.lzx ???

  i modified somes files and compile but ...nothing, various times.

  Please, can some body position me a little...

  Thank!

  Greenes
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@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
-~--~~~~--~~--~--~---



  1   2   >