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 failed authenication message when starting red5
and during the openmeetings install. This is the same username and
password contained in the hibernate confg file. My postgresql username
is postgres (default) and password is openmeetings if that has any
bearing. Can anyone tell me what I might be doing wrong?

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-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: 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 Mrz., 17:06, scott31864 scott31...@chartermi.net wrote:
 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 failed authenication message when starting red5
 and during the openmeetings install. This is the same username and
 password contained in the hibernate confg file. My postgresql username
 is postgres (default) and password is openmeetings if that has any
 bearing. Can anyone tell me what I might be doing wrong?

 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-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: 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 after I
changed the password for root from no password to root I had to edit
the phpadmin config.ini with the new password before I could connect
to the database.
here is my hiberate file:
?xml version=1.0 encoding=utf-8 ?
  !DOCTYPE hibernate-configuration (View Source for full
doctype...)
- !--  Generated file - Do not edit!
  --
- hibernate-configuration
- !--  a SessionFactory instance listed as /jndi/name
  --
- session-factory name=
- !--  User  / Password
  --
  property name=connection.usernameroot/property
  property name=connection.passwordroot/property
- !--  Database Settings
  --
  property name=connection.driver_classorg.postgresql.Driver/
property
  property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
property
  property name=connection.urljdbc:postgresql://localhost/
openmeetings/property
  property name=hibernate.connection.CharSetutf8/property
  property name=hibernate.connection.characterEncodingutf8/
property
  property name=hibernate.connection.useUnicodetrue/property
- !--  Database Scheme Auto Update
  --
  property name=hbm2ddl.autoupdate/property
- !--  properties
  --
  property name=show_sqlfalse/property
  property name=use_outer_joinfalse/property
  property
name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslatorFactory/
property
  property
name=connection.provider_classorg.hibernate.connection.C3P0ConnectionProvider/
property
  property
name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
property
  property name=cache.use_query_cachefalse/property
  property name=cache.use_second_level_cachefalse/property
  property name=generate_statisticsfalse/property
  property name=cache.use_structured_entriesfalse/property
  property name=c3p0.max_size20/property
  property name=c3p0.min_size2/property
  property name=c3p0.max_statements100/property
  property name=c3p0.timeout3600/property
- !--  mapping files
  --
  mapping resource=org/openmeetings/app/hibernate/beans/adresses/
Adresses.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/adresses/
States.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Configuration.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorType.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorValues.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Naviglobal.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navimain.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navisub.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
SOAPLogin.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Sessiondata.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
Appointment.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentCategory.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentReminderTyps.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
MeetingMember.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation_Users.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecording.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingLog.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingMetaData.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingMetaDelta.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/invitation/
Invitations.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/lang/
FieldLanguage.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/lang/
Fieldlanguagesvalues.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/lang/
Fieldvalues.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/logs/
ConferenceLog.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/logs/
ConferenceLogType.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/recording/
ChatvaluesEvent.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/recording/
Recording.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/recording/
RecordingClient.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/recording/
RecordingConversionJob.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/recording/
RoomClient.hbm.xml /
  mapping 

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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:
 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 after I
 changed the password for root from no password to root I had to edit
 the phpadmin config.ini with the new password before I could connect
 to the database.
 here is my hiberate file:
 ?xml version=1.0 encoding=utf-8 ?
   !DOCTYPE hibernate-configuration (View Source for full
 doctype...)
 - !--  Generated file - Do not edit!
   --
 - hibernate-configuration
 - !--  a SessionFactory instance listed as /jndi/name
   --
 - session-factory name=
 - !--  User  / Password
   --
   property name=connection.usernameroot/property
   property name=connection.passwordroot/property
 - !--  Database Settings
   --
   property name=connection.driver_classorg.postgresql.Driver/
 property
   property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
 property
   property name=connection.urljdbc:postgresql://localhost/
 openmeetings/property
   property name=hibernate.connection.CharSetutf8/property
   property name=hibernate.connection.characterEncodingutf8/
 property
   property name=hibernate.connection.useUnicodetrue/property
 - !--  Database Scheme Auto Update
   --
   property name=hbm2ddl.autoupdate/property
 - !--  properties
   --
   property name=show_sqlfalse/property
   property name=use_outer_joinfalse/property
   property
 name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
 property
   property
 name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­vider/
 property
   property
 name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
 property
   property name=cache.use_query_cachefalse/property
   property name=cache.use_second_level_cachefalse/property
   property name=generate_statisticsfalse/property
   property name=cache.use_structured_entriesfalse/property
   property name=c3p0.max_size20/property
   property name=c3p0.min_size2/property
   property name=c3p0.max_statements100/property
   property name=c3p0.timeout3600/property
 - !--  mapping files
   --
   mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 Adresses.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 States.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Configuration.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorType.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorValues.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Naviglobal.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navimain.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navisub.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 SOAPLogin.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Sessiondata.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 Appointment.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentCategory.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentReminderTyps.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 MeetingMember.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation_Users.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
 FlvRecording.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
 FlvRecordingLog.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
 FlvRecordingMetaData.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
 FlvRecordingMetaDelta.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/invitation/
 Invitations.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/lang/
 FieldLanguage.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldlanguagesvalues.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldvalues.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLog.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLogType.hbm.xml /
   mapping 

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 scott31...@chartermi.net 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]
         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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

  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 after I
  changed the password for root from no password to root I had to edit
  the phpadmin config.ini with the new password before I could connect
  to the database.
  here is my hiberate file:
  ?xml version=1.0 encoding=utf-8 ?
    !DOCTYPE hibernate-configuration (View Source for full
  doctype...)
  - !--  Generated file - Do not edit!
    --
  - hibernate-configuration
  - !--  a SessionFactory instance listed as /jndi/name
    --
  - session-factory name=
  - !--  User  / Password
    --
    property name=connection.usernameroot/property
    property name=connection.passwordroot/property
  - !--  Database Settings
    --
    property name=connection.driver_classorg.postgresql.Driver/
  property
    property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
  property
    property name=connection.urljdbc:postgresql://localhost/
  openmeetings/property
    property name=hibernate.connection.CharSetutf8/property
    property name=hibernate.connection.characterEncodingutf8/
  property
    property name=hibernate.connection.useUnicodetrue/property
  - !--  Database Scheme Auto Update
    --
    property name=hbm2ddl.autoupdate/property
  - !--  properties
    --
    property name=show_sqlfalse/property
    property name=use_outer_joinfalse/property
    property
  name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
  property
    property
  name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­vider/
  property
    property
  name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
  property
    property name=cache.use_query_cachefalse/property
    property name=cache.use_second_level_cachefalse/property
    property name=generate_statisticsfalse/property
    property name=cache.use_structured_entriesfalse/property
    property name=c3p0.max_size20/property
    property name=c3p0.min_size2/property
    property name=c3p0.max_statements100/property
    property name=c3p0.timeout3600/property
  - !--  mapping files
    --
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  Adresses.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  States.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Configuration.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorType.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorValues.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Naviglobal.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navimain.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navisub.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  SOAPLogin.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Sessiondata.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  Appointment.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentCategory.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentReminderTyps.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  MeetingMember.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation_Users.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecording.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingLog.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaData.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaDelta.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/invitation/
  Invitations.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/lang/
  FieldLanguage.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/lang/
  

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 dspec...@comcast.net wrote:
  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 scott31...@chartermi.net 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]
          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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

   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 after I
   changed the password for root from no password to root I had to edit
   the phpadmin config.ini with the new password before I could connect
   to the database.
   here is my hiberate file:
   ?xml version=1.0 encoding=utf-8 ?
     !DOCTYPE hibernate-configuration (View Source for full
   doctype...)
   - !--  Generated file - Do not edit!
     --
   - hibernate-configuration
   - !--  a SessionFactory instance listed as /jndi/name
     --
   - session-factory name=
   - !--  User  / Password
     --
     property name=connection.usernameroot/property
     property name=connection.passwordroot/property
   - !--  Database Settings
     --
     property name=connection.driver_classorg.postgresql.Driver/
   property
     property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
   property
     property name=connection.urljdbc:postgresql://localhost/
   openmeetings/property
     property name=hibernate.connection.CharSetutf8/property
     property name=hibernate.connection.characterEncodingutf8/
   property
     property name=hibernate.connection.useUnicodetrue/property
   - !--  Database Scheme Auto Update
     --
     property name=hbm2ddl.autoupdate/property
   - !--  properties
     --
     property name=show_sqlfalse/property
     property name=use_outer_joinfalse/property
     property
   name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­orFactory/
   property
     property
   name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­­vider/
   property
     property
   name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
   property
     property name=cache.use_query_cachefalse/property
     property name=cache.use_second_level_cachefalse/property
     property name=generate_statisticsfalse/property
     property name=cache.use_structured_entriesfalse/property
     property name=c3p0.max_size20/property
     property name=c3p0.min_size2/property
     property name=c3p0.max_statements100/property
     property name=c3p0.timeout3600/property
   - !--  mapping files
     --
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
   Adresses.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
   States.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Configuration.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   ErrorType.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   ErrorValues.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Naviglobal.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Navimain.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Navisub.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   SOAPLogin.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Sessiondata.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   Appointment.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   AppointmentCategory.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   AppointmentReminderTyps.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   MeetingMember.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
   Organisation.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
   Organisation_Users.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
   FlvRecording.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
   FlvRecordingLog.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
   FlvRecordingMetaData.hbm.xml /
     mapping 

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 scott31...@chartermi.net 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]
         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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

  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 after I
  changed the password for root from no password to root I had to edit
  the phpadmin config.ini with the new password before I could connect
  to the database.
  here is my hiberate file:
  ?xml version=1.0 encoding=utf-8 ?
    !DOCTYPE hibernate-configuration (View Source for full
  doctype...)
  - !--  Generated file - Do not edit!
    --
  - hibernate-configuration
  - !--  a SessionFactory instance listed as /jndi/name
    --
  - session-factory name=
  - !--  User  / Password
    --
    property name=connection.usernameroot/property
    property name=connection.passwordroot/property
  - !--  Database Settings
    --
    property name=connection.driver_classorg.postgresql.Driver/
  property
    property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
  property
    property name=connection.urljdbc:postgresql://localhost/
  openmeetings/property
    property name=hibernate.connection.CharSetutf8/property
    property name=hibernate.connection.characterEncodingutf8/
  property
    property name=hibernate.connection.useUnicodetrue/property
  - !--  Database Scheme Auto Update
    --
    property name=hbm2ddl.autoupdate/property
  - !--  properties
    --
    property name=show_sqlfalse/property
    property name=use_outer_joinfalse/property
    property
  name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
  property
    property
  name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­vider/
  property
    property
  name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
  property
    property name=cache.use_query_cachefalse/property
    property name=cache.use_second_level_cachefalse/property
    property name=generate_statisticsfalse/property
    property name=cache.use_structured_entriesfalse/property
    property name=c3p0.max_size20/property
    property name=c3p0.min_size2/property
    property name=c3p0.max_statements100/property
    property name=c3p0.timeout3600/property
  - !--  mapping files
    --
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  Adresses.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  States.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Configuration.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorType.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorValues.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Naviglobal.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navimain.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navisub.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  SOAPLogin.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Sessiondata.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  Appointment.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentCategory.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentReminderTyps.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  MeetingMember.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation_Users.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecording.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingLog.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaData.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaDelta.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/invitation/
  Invitations.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/lang/
  FieldLanguage.hbm.xml /
    mapping 

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 scott31...@chartermi.net wrote:
 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 dspec...@comcast.net wrote:



   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 scott31...@chartermi.net 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]
           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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

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 after I
changed the password for root from no password to root I had to edit
the phpadmin config.ini with the new password before I could connect
to the database.
here is my hiberate file:
?xml version=1.0 encoding=utf-8 ?
  !DOCTYPE hibernate-configuration (View Source for full
doctype...)
- !--  Generated file - Do not edit!
  --
- hibernate-configuration
- !--  a SessionFactory instance listed as /jndi/name
  --
- session-factory name=
- !--  User  / Password
  --
  property name=connection.usernameroot/property
  property name=connection.passwordroot/property
- !--  Database Settings
  --
  property name=connection.driver_classorg.postgresql.Driver/
property
  property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
property
  property name=connection.urljdbc:postgresql://localhost/
openmeetings/property
  property name=hibernate.connection.CharSetutf8/property
  property name=hibernate.connection.characterEncodingutf8/
property
  property name=hibernate.connection.useUnicodetrue/property
- !--  Database Scheme Auto Update
  --
  property name=hbm2ddl.autoupdate/property
- !--  properties
  --
  property name=show_sqlfalse/property
  property name=use_outer_joinfalse/property
  property
name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­­orFactory/
property
  property
name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­­­vider/
property
  property
name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
property
  property name=cache.use_query_cachefalse/property
  property name=cache.use_second_level_cachefalse/property
  property name=generate_statisticsfalse/property
  property name=cache.use_structured_entriesfalse/property
  property name=c3p0.max_size20/property
  property name=c3p0.min_size2/property
  property name=c3p0.max_statements100/property
  property name=c3p0.timeout3600/property
- !--  mapping files
  --
  mapping resource=org/openmeetings/app/hibernate/beans/adresses/
Adresses.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/adresses/
States.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Configuration.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorType.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorValues.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Naviglobal.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navimain.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navisub.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
SOAPLogin.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/basic/
Sessiondata.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
Appointment.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentCategory.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentReminderTyps.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/calendar/
MeetingMember.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation.hbm.xml /
  mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation_Users.hbm.xml /
  mapping 

Re: password authenication failed for openmeetings

2010-03-17 Thread scott31864
pg_hba checks out. uncommented

On Mar 17, 7:48 pm, scott31864 scott31...@chartermi.net 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 scott31...@chartermi.net wrote:



  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 dspec...@comcast.net wrote:

    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 scott31...@chartermi.net 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]
        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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

 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 after I
 changed the password for root from no password to root I had to edit
 the phpadmin config.ini with the new password before I could connect
 to the database.
 here is my hiberate file:
 ?xml version=1.0 encoding=utf-8 ?
   !DOCTYPE hibernate-configuration (View Source for full
 doctype...)
 - !--  Generated file - Do not edit!
   --
 - hibernate-configuration
 - !--  a SessionFactory instance listed as /jndi/name
   --
 - session-factory name=
 - !--  User  / Password
   --
   property name=connection.usernameroot/property
   property name=connection.passwordroot/property
 - !--  Database Settings
   --
   property name=connection.driver_classorg.postgresql.Driver/
 property
   property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
 property
   property name=connection.urljdbc:postgresql://localhost/
 openmeetings/property
   property name=hibernate.connection.CharSetutf8/property
   property name=hibernate.connection.characterEncodingutf8/
 property
   property name=hibernate.connection.useUnicodetrue/property
 - !--  Database Scheme Auto Update
   --
   property name=hbm2ddl.autoupdate/property
 - !--  properties
   --
   property name=show_sqlfalse/property
   property name=use_outer_joinfalse/property
   property
 name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslatorFactory/
 property
   property
 name=connection.provider_classorg.hibernate.connection.C3P0ConnectionProvider/
 property
   property
 name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
 property
   property name=cache.use_query_cachefalse/property
   property name=cache.use_second_level_cachefalse/property
   property name=generate_statisticsfalse/property
   property name=cache.use_structured_entriesfalse/property
   property name=c3p0.max_size20/property
   property name=c3p0.min_size2/property
   property name=c3p0.max_statements100/property
   property name=c3p0.timeout3600/property
 - !--  mapping files
   --
   mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 Adresses.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 States.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Configuration.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorType.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorValues.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Naviglobal.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navimain.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navisub.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 SOAPLogin.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Sessiondata.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 Appointment.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentCategory.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentReminderTyps.hbm.xml /
   mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 MeetingMember.hbm.xml /
   

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 database. Most
is already in the example.


On Mar 17, 12:50 pm, scott31864 scott31...@chartermi.net 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]
         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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

  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 after I
  changed the password for root from no password to root I had to edit
  the phpadmin config.ini with the new password before I could connect
  to the database.
  here is my hiberate file:
  ?xml version=1.0 encoding=utf-8 ?
    !DOCTYPE hibernate-configuration (View Source for full
  doctype...)
  - !--  Generated file - Do not edit!
    --
  - hibernate-configuration
  - !--  a SessionFactory instance listed as /jndi/name
    --
  - session-factory name=
  - !--  User  / Password
    --
    property name=connection.usernameroot/property
    property name=connection.passwordroot/property
  - !--  Database Settings
    --
    property name=connection.driver_classorg.postgresql.Driver/
  property
    property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
  property
    property name=connection.urljdbc:postgresql://localhost/
  openmeetings/property
    property name=hibernate.connection.CharSetutf8/property
    property name=hibernate.connection.characterEncodingutf8/
  property
    property name=hibernate.connection.useUnicodetrue/property
  - !--  Database Scheme Auto Update
    --
    property name=hbm2ddl.autoupdate/property
  - !--  properties
    --
    property name=show_sqlfalse/property
    property name=use_outer_joinfalse/property
    property
  name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
  property
    property
  name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­vider/
  property
    property
  name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
  property
    property name=cache.use_query_cachefalse/property
    property name=cache.use_second_level_cachefalse/property
    property name=generate_statisticsfalse/property
    property name=cache.use_structured_entriesfalse/property
    property name=c3p0.max_size20/property
    property name=c3p0.min_size2/property
    property name=c3p0.max_statements100/property
    property name=c3p0.timeout3600/property
  - !--  mapping files
    --
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  Adresses.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/adresses/
  States.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Configuration.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorType.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  ErrorValues.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Naviglobal.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navimain.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Navisub.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  SOAPLogin.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/basic/
  Sessiondata.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  Appointment.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentCategory.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  AppointmentReminderTyps.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/calendar/
  MeetingMember.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/domain/
  Organisation_Users.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecording.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingLog.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaData.hbm.xml /
    mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
  FlvRecordingMetaDelta.hbm.xml /
    mapping 

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 dspec...@comcast.net wrote:
  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 scott31...@chartermi.net 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]
          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 Mar 17, 1:46 pm, scott31864 scott31...@chartermi.net wrote:

   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 after I
   changed the password for root from no password to root I had to edit
   the phpadmin config.ini with the new password before I could connect
   to the database.
   here is my hiberate file:
   ?xml version=1.0 encoding=utf-8 ?
     !DOCTYPE hibernate-configuration (View Source for full
   doctype...)
   - !--  Generated file - Do not edit!
     --
   - hibernate-configuration
   - !--  a SessionFactory instance listed as /jndi/name
     --
   - session-factory name=
   - !--  User  / Password
     --
     property name=connection.usernameroot/property
     property name=connection.passwordroot/property
   - !--  Database Settings
     --
     property name=connection.driver_classorg.postgresql.Driver/
   property
     property name=dialectorg.hibernate.dialect.PostgreSQLDialect/
   property
     property name=connection.urljdbc:postgresql://localhost/
   openmeetings/property
     property name=hibernate.connection.CharSetutf8/property
     property name=hibernate.connection.characterEncodingutf8/
   property
     property name=hibernate.connection.useUnicodetrue/property
   - !--  Database Scheme Auto Update
     --
     property name=hbm2ddl.autoupdate/property
   - !--  properties
     --
     property name=show_sqlfalse/property
     property name=use_outer_joinfalse/property
     property
   name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­orFactory/
   property
     property
   name=connection.provider_classorg.hibernate.connection.C3P0ConnectionPro­­vider/
   property
     property
   name=cache.provider_classorg.hibernate.cache.NoCacheProvider/
   property
     property name=cache.use_query_cachefalse/property
     property name=cache.use_second_level_cachefalse/property
     property name=generate_statisticsfalse/property
     property name=cache.use_structured_entriesfalse/property
     property name=c3p0.max_size20/property
     property name=c3p0.min_size2/property
     property name=c3p0.max_statements100/property
     property name=c3p0.timeout3600/property
   - !--  mapping files
     --
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
   Adresses.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
   States.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Configuration.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   ErrorType.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   ErrorValues.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Naviglobal.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Navimain.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Navisub.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   SOAPLogin.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
   Sessiondata.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   Appointment.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   AppointmentCategory.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   AppointmentReminderTyps.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
   MeetingMember.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
   Organisation.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
   Organisation_Users.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
   FlvRecording.hbm.xml /
     mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
   FlvRecordingLog.hbm.xml /
     mapping