Re: password authenication failed for openmeetings

2010-03-17 Thread RickkciR
Hi Scott! When you entered your user and password in the "postgres_hibernate.cfg.xml", did you re-name this file to just "hibernate.cfg.xml" ? On Mar 17, 8:09 pm, John Davis wrote: >  Disregard my last post, your hibernate file looks okay except for the > root user, I would switch back to post

Re: password authenication failed for openmeetings

2010-03-17 Thread John Davis
One other issue I had was with the I had to remove name="" before I could get hibernate to work. Not sure if I had your issue or not. On Mar 17, 7:09 pm, John Davis wrote: >  Disregard my last post, your hibernate file looks okay except for the > root user, I would switch back to postgres. >

Re: password authenication failed for openmeetings

2010-03-17 Thread John Davis
Disregard my last post, your hibernate file looks okay except for the root user, I would switch back to postgres. Also, did you install pgadmin, if not you should use that to test your connection. Plus you can manage postgresql easily with it. On Mar 17, 12:50 pm, scott31864 wrote: > Here is t

Re: password authenication failed for openmeetings

2010-03-17 Thread John Davis
Nope. But the hibernate configuration needs to be what you setup. Also, out of the box openmeetings is setup for mysql. I think there is a postgresql hibernate config as an example. Open that and add your postgres user and password. I would fill in the host,port and the openmeetings dat

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
pg_hba checks out. uncommented On Mar 17, 7:48 pm, scott31864 wrote: > I didn't see in any tutorial that I should have to actually create an > openmeetings database user. Is that the case? should I have to do > that? > > On Mar 17, 7:35 pm, scott31864 wrote: > > > > > yes it was created. So even

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
I didn't see in any tutorial that I should have to actually create an openmeetings database user. Is that the case? should I have to do that? On Mar 17, 7:35 pm, scott31864 wrote: > yes it was created. So even if I use the openmeetings user I created > in the openmeetings database I get the same

Re: password authenication failed for openmeetings

2010-03-17 Thread John Davis
Well forget about root postgresql checks for it. Check your pg_hba.conf file and make sure that 127.0.0.0/32 is uncommented and all users are trusted. On Mar 17, 12:50 pm, scott31864 wrote: > Here is the error during the openmeetings install. It is the same when > red5 starts up. > > 9) [tomc

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
yes it was created. So even if I use the openmeetings user I created in the openmeetings database I get the same error. I am missing something. On Mar 17, 7:31 pm, John Davis wrote: >  Note you cannot use root as a database user. Did the postgres user > get created as a local account. Simply an a

Re: password authenication failed for openmeetings

2010-03-17 Thread John Davis
Note you cannot use root as a database user. Did the postgres user get created as a local account. Simply an authentication issue. On Mar 17, 12:50 pm, scott31864 wrote: > Here is the error during the openmeetings install. It is the same when > red5 starts up. > > 9) [tomcat-coyote-6.0.24.jar:na

OpenMeetings @ Facebook, check http://apps.facebook.com/openmeetings/

2010-03-17 Thread Sebastian Wagner
hi, we have a new integration, you can use OpenMeetings directly with your Facebook account: http://apps.facebook.com/openmeetings/ Wiki Screenshot: http://code.google.com/p/openmeetings/wiki/FacebookModule Sebastian -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.google

Re: Asterisk + Openmeetings

2010-03-17 Thread nataj...@gmail.com
Hi Madroller As far I know the feature is not ready yet :) On Mar 17, 5:03 pm, madroller wrote: > Hi > > is there a documentation available on how we can use openmeetings with > Asterisk for audio conferencing? > > Thanks in advance. -- You received this message because you are subscribed to th

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
Here is the error during the openmeetings install. It is the same when red5 starts up. 9) [tomcat-coyote-6.0.24.jar:na] at java.lang.Thread.run(Unknown Source) [na:1.6.0_20-ea] Caused by: org.postgresql.util.PSQLException: FATAL: password authentication fai led for user "root" Thanks On

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
yes the database server runs on the same box as red5/openmeetings. I can access the database from phpadmin. I changed the hibernate file to use root with a passwor of root. No change now it just says that root can't authenicate instead of openmeetings. Phpadmin is connecting to the server because a

Re: password authenication failed for openmeetings

2010-03-17 Thread smoeker
hola, does your postgres server run on the same server as red5 does? postgres usually has to be configured to be available from other hosts - as far as i remember... -> if you can reach the database using another SQLTool with same credentials, post your hibernate.cfg.xml see ya Smoeker On 17

password authenication failed for openmeetings

2010-03-17 Thread scott31864
I can't get the above mention error to go away and as expected I can not get the database built. I am using postgres sql. Through phpadmin I created the openmeetings database utf8 general. I later added a user "openmeetings" and password of "openmeetings" with full rights but I continue to get the

Re: Moodle integration

2010-03-17 Thread FOAD
I checked the active services through axis2-web and it telles me that everything's active. I don't understand what's missing. Someone could help? Thanks. On 16 mar, 10:58, FOAD wrote: > Hi, > > I've been working for a few months on OpenMeetings, and everything > works perfectly. Now I have to t

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
java.net.BindException: Address already in use:8080 could point you to a very basic problem - more isnt readable from that log files ;-) r u sure, thats the installation containing your openMeetings project? see ya Smoeker On 17 Mrz., 13:02, dinesh hycus wrote: > On Wed, Mar 17, 2010 at 5

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread dinesh hycus
On Wed, Mar 17, 2010 at 5:04 PM, smoeker wrote: > hola, > > check logfile for errors please... > > (often database connection fails...) > > > see ya > > Smoeker > > On 17 Mrz., 12:29, smoeker wrote: > > hola, > > > > right you can integrate these lines into your startscript... > > > > -> please

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola, check logfile for errors please... (often database connection fails...) see ya Smoeker On 17 Mrz., 12:29, smoeker wrote: > hola, > > right you can integrate these lines into your startscript... > > -> please make sure, that you have 756m RAM available for your java > processes on that

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread dinesh hycus
On Wed, Mar 17, 2010 at 4:59 PM, smoeker wrote: > hola, > > right you can integrate these lines into your startscript... > > -> please make sure, that you have 756m RAM available for your java > processes on that machine.. otherwise reduce the values (xms 256 xmx > 512) > -> i idont know you ins

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola, right you can integrate these lines into your startscript... -> please make sure, that you have 756m RAM available for your java processes on that machine.. otherwise reduce the values (xms 256 xmx 512) -> i idont know you installation scenario - do you run tomcat as a service? if so, you

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread dinesh hycus
On Wed, Mar 17, 2010 at 4:52 PM, smoeker wrote: > hola, > > using tomcat on linux system u will have to watch out for bin/ > catalina.sh within your tomcat installation directory... > > see ya > > Smoeker > > On 17 Mrz., 12:18, dinesh hycus wrote: > > On Wed, Mar 17, 2010 at 4:42 PM, smoeker wr

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola, using tomcat on linux system u will have to watch out for bin/ catalina.sh within your tomcat installation directory... see ya Smoeker On 17 Mrz., 12:18, dinesh hycus wrote: > On Wed, Mar 17, 2010 at 4:42 PM, smoeker wrote: > > hola, > > > are u running installer from within eclipse (dy

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread dinesh hycus
On Wed, Mar 17, 2010 at 4:42 PM, smoeker wrote: > hola, > > are u running installer from within eclipse (dynamic web project) , on > tomcat or standalone red5? > > > in case u have deployed OM on tomcat, u would have to change your > startscript adding the following startparameters like : > > JAV

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola, are u running installer from within eclipse (dynamic web project) , on tomcat or standalone red5? in case u have deployed OM on tomcat, u would have to change your startscript adding the following startparameters like : JAVA_OPTS="$JAVA_OPTS -Xms512m -Xmx756m " JAVA_OPTS="$JAVA_OPTS -XX:M

java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread dinesh hycus
Hi, After the installation of step 1 of the open meeting i got error in the step 2 which shows errror "java.lang.OutOfMemoryError: Java heap space". Can you please advice me to increase java heap size. So that we can proceed further in the open meeting installation. Thanks & Regards -- Dinesh

Asterisk + Openmeetings

2010-03-17 Thread madroller
Hi is there a documentation available on how we can use openmeetings with Asterisk for audio conferencing? Thanks in advance. -- 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...@googlegro

Re: LDAP Auth - Multiple Organizations (ver 1.1 r3087)

2010-03-17 Thread smoeker
hola, i could reproduce the problem and commit a small bugfix... the problem was caused by an uninitialzed lazy collection (user<-- >orgnaziation). -> the userobject, that was returned to GUI didnt have a filled set of related organizations, so they came up , when user logged in next time (colle

Re: operation setUserObjectAndGenerateRoomHash not present

2010-03-17 Thread Sebastian Wagner
no its more likely that the server does not run the required version of OpenMeetings. You should also take a usual SOAP-Query browser like: http://code.google.com/p/mac-soapclient/ For osx to query and test the gateway, it will list all methods et cetera. Sebastian 2010/3/17 philweb.edesa > I

Re: Errors in log file when importing languages xml

2010-03-17 Thread Sebastian Wagner
yeah that is just debug output that has the *ERROR* log as text. As long as there is no Exception there is no need to worry. I will remove this debug. Sebastian 2010/3/17 Lee Archer > Hi, when I try to upload an updated English.xml file I see the following > in the log but after logout and log

Errors in log file when importing languages xml

2010-03-17 Thread Lee Archer
Hi, when I try to upload an updated English.xml file I see the following in the log but after logout and login it appears to have been taken. Is the error because the entry exists or something else? Regards Lee ERROR 03-17 08:56:37.756 Import.java 113785 90 org.openmeetings.servlet.outputhandle

operation setUserObjectAndGenerateRoomHash not present

2010-03-17 Thread philweb.edesa
I am creating a login area to the web meeting using soap gateway. The program run perfectly on the localhost. However when I uploaded it to the server, I got the ff. error: operation setUserObjectAndGenerateRoomHash not present. Could this be a problem with the configuration on the server? Hoping

Re: Acoustic Echo Cancellation

2010-03-17 Thread Deemac
Thanks Sebastian, I'll check it out. Best regards Deemac On Mar 16, 12:23 pm, Sebastian Wagner wrote: > hi, > > you can have *room-speakers* with acoustic echo cancellation from Phoenix, > the Team @ OpenKvarken reported that it was quite good for doing COnferences > with OpenMeetings with mult