Hi,

Here is the log with nightly build r2709.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate
Configuration DTD 3.0//EN"

"http://hibernate.sourceforge.net/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">postgres</property>
  <property name="connection.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://localhost/openmeetings</property>
  <property name="hibernate.connection.CharSet">utf8</property>
  <property name="hibernate.connection.characterEncoding">utf8</property>
  <property name="hibernate.connection.useUnicode">true</property>
  <!-- Database Scheme Auto Update -->
  <property name="hbm2ddl.auto">update</property>


Thanks,
Jean-Denis

2009/11/26 Sebastian Wagner <seba.wag...@gmail.com>:
> Can you post also your hibernate.cfg.xml. The first rows without user/pass
> are sufficient.
> I commit a small debug line into the log and you could retry with the next
> nightly build. I just have no postgres here on my MAC at the moment so I
> cannot verify that easy what was the problem now or if there is any in
> general or just with your system.
>
> Sebastian
>
> 2009/11/27 Jean-Denis Girard <jeandenis.gir...@gmail.com>
>>
>> Hi,
>>
>> Yes, you are right, there was a earlier error I didn't see first; I
>> don't know what it means though, so I'm attaching the log.
>>
>> Thanks,
>> Jean-Denis
>>
>> 2009/11/25 Sebastian Wagner <seba.wag...@gmail.com>:
>> > hi,
>> >
>> >  could it be that there is an earlier Exception in the Log, when it
>> > tries to
>> > enter the User-Record?
>> >
>> > sebastian
>> >
>> > 2009/11/26 Jean-Denis Girard <jeandenis.gir...@gmail.com>
>> >>
>> >> Hi,
>> >>
>> >> I'm new to openmeetings, trying to run 1.0 rc1, following the
>> >> installation document.
>> >>
>> >> I first modified hibernate.cfg.xml to point to a local PostgreSQL
>> >> database. I manually created the database, and verified encoding is
>> >> UTF-8.
>> >>
>> >>
>> >> Then, I started red5.sh; there's no error in the messages. I can access
>> >> to the http://localhost:5080/openmeetings/install page, then proceed to
>> >> step one. Some tables are created and populated; but users table
>> >> remains
>> >> empty, and then a key violation error is reported by the database when
>> >> trying to insert record in organisation_users table.
>> >>
>> >> [ERROR] [http-5080-1] org.hibernate.util.JDBCExceptionReporter -
>> >> ERREUR:
>> >> une instruction insert ou up
>> >> étrangère « fka4e46663ee3f67aa »
>> >> ~  Détail : La clé (user_id)=(1) n'est pas présente dans la table «
>> >> users
>> >> ».
>> >> [ERROR] [http-5080-1]
>> >> org.hibernate.event.def.AbstractFlushingEventListener - Could not
>> >> synchronize d
>> >> org.hibernate.exception.ConstraintViolationException: Could not execute
>> >> JDBC batch update
>> >>
>> >> Following that, a few more errors are reported by red5, and the step 2
>> >> page is never displayed.
>> >>
>> >> This is on Mandriva Linux release 2008.1 (Official) for x86_64, with:
>> >> java -version
>> >> openjdk version "1.7.0-internal"
>> >> OpenJDK Runtime Environment (build 1.7.0-internal-b24)
>> >> OpenJDK 64-Bit Server VM (build 1.7.0-b24, mixed mode)
>> >>
>> >> (I also tried with version 0.9 rc5, I had the exact same problem)
>> >>
>> >> Did I miss something ?
>> >>
>> >>
>> >> Thanks,
>> >> - --
>> >> Jean-Denis Girard
>> >>
>> >> SysNux                  Systèmes  Linux  en Polynésie française
>> >> http://www.sysnux.pf/   Tél: +689 50 10 40 / GSM: +689 79 75 27
>> >>
>>
>> --
>>
>> 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.
>>
>>
>
>
>
> --
> 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-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>

--

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


Attachment: red5.log.bz2
Description: BZip2 compressed data

Reply via email to