Re: Installation troubles

2009-11-30 Thread Jean-Denis Girard
Hi,

Just a quick note to say that my installation issue seems resolved
with nightly build openmeetings_r2734.

Tahnks !

2009/11/28 Jean-Denis Girard :
> Hi,
>
> Here is the log with nightly build r2709.
>
> 
>  Configuration DTD 3.0//EN"
>
> "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>
> 
> 
>  
>  
>  
>  postgres
>  
>  
>  org.postgresql.Driver
>  org.hibernate.dialect.PostgreSQLDialect
>   name="connection.url">jdbc:postgresql://localhost/openmeetings
>  utf8
>  utf8
>  true
>  
>  update
>
>
> Thanks,
> Jean-Denis
>
> 2009/11/26 Sebastian Wagner :
>> 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 
>>>
>>> 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 :
>>> > 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 
>>> >>
>>> >> 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.




Re: Installation troubles

2009-11-28 Thread Jean-Denis Girard
Hi,

Here is the log with nightly build r2709.


http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>


 
 
  
  postgres
  
  
  org.postgresql.Driver
  org.hibernate.dialect.PostgreSQLDialect
  jdbc:postgresql://localhost/openmeetings
  utf8
  utf8
  true
  
  update


Thanks,
Jean-Denis

2009/11/26 Sebastian Wagner :
> 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 
>>
>> 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 :
>> > 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 
>> >>
>> >> 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.




red5.log.bz2
Description: BZip2 compressed data


Re: Installation troubles

2009-11-27 Thread Jean-Denis Girard
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 :
> 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 
>>
>> 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.




red5.log.bz2
Description: BZip2 compressed data


Installation troubles

2009-11-26 Thread Jean-Denis Girard
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.