Hello there,

This my first installation, and I have the following error:

2011-07-09 16:15:29,758 [Launcher:/openmeetings] ERROR org.red5.server.Scope 
- Could not start scope [WebScope@1ca203 Depth = 1,
Path = '/default', Name = 'openmeetings']. java.lang.AbstractMethodError: 
org.postgresql.jdbc2.Jdbc2DatabaseMetaData.getDatabaseM
ajorVersion()I

***The file  hibernate.cfg.xml (summary)
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate 
Configuration DTD 3.0//EN" "hibernate-configuration-3.0.dtd">

<!-- Generated file - Do not edit! -->
<hibernate-configuration>
 <!-- a SessionFactory instance listed as /jndi/name -->
 <session-factory name="">
  <!-- User  / Password -->
  <property name="connection.username">user</property>
  <property name="connection.password">password</property>
  <!-- Database Settings -->
  <property name="connection.driver_class">org.postgresql.Driver</property>
  <property 
name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>
  <property 
name="connection.url">jdbc:postgresql://172.16.65.1/openmeetings</property>
  <property name="hibernate.connection.CharSet">utf8</property>
  <property name="hibernate.connection.characterEncoding">utf8</property>
  <property name="hibernate.connection.useUnicode">true</property>
............
*The database has been successfully created (with utf8), the user and 
passord are correct.

Can you help me?
Thanks in advance

Giuseppe
**
**

-- 
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/-/Hzw--ovP8ZAJ.
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.

Reply via email to