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 (LDAP problems)

2009-11-27 Thread smoeker
hola,

please give me a ping as soon as the patch is available in SVN, so i
can check Active Directory compatibility of the applied sources


thnx in advance!


btw : could u post your om_ldap.cfg to exclude configuration errors?


see ya

Smoeker

On 27 Nov., 15:05, franciscogonzalez 
wrote:
> Done ;-)
>
> On 27 nov, 14:58, franciscogonzalez 
> wrote:
>
>
>
> > Of course. I'm going to forward you his email with the attached files
> > and his instructions ok? I remember he also sent me the source code.
>
> > Francisco
>
> > On 27 nov, 14:43, Sebastian Wagner  wrote:
>
> > > we need to initial patch from Abdul. You can forward it to me and I will 
> > > try
> > > to review and commit it when I find some minutes this weekend.
>
> > > Sebastian
>
> > > 2009/11/27 franciscogonzalez 
>
> > > > About SVN version, I have not touched the sources if that's what you
> > > > mean. I have always tried with the binaries. Concretly I am working
> > > > with the last build:
>
> > > >http://i4demo.com/openmeetings/builds/32/
>
> > > > Kind Regards,
> > > > Francisco
>
> > > > On 27 nov, 14:31, franciscogonzalez 
> > > > wrote:
> > > > > Well, bad news
>
> > > > > I have tried to do what Abdul told me in his email. He sent me an own
> > > > > openmeetings.jar file, which I had to copy and replace the one in 
> > > > > /WEB-
> > > > > INF/lib directory of openmeetings. But it doesn't work, and I get a
> > > > > "mega" exception I copy down. Any idea?
>
> > > > > Thanks again
> > > > > Kind Regards,
> > > > > Francisco
>
> > > > > DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
> > > > > [main] - Starting up context openmeetings
> > > > > DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
> > > > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > > > > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > > > > ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
> > > > > org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
> > > > > openmeetings] - getSessionFactory
> > > > > org.hibernate.MappingNotFoundException: resource: 
> > > > > org/openmeetings/app/
> > > > > hibernate/beans/basic/SOAPLogin.hbm.xml not found
> > > > >         at
> > > > org.hibernate.cfg.Configuration.addResource(Configuration.java:
> > > > > 596) [hibernate3.jar:na]
> > > > >         at org.hibernate.cfg.Configuration.parseMappingElement
> > > > > (Configuration.java:1621) [hibernate3.jar:na]
> > > > >         at org.hibernate.cfg.Configuration.parseSessionFactory
> > > > > (Configuration.java:1589) [hibernate3.jar:na]
> > > > >         at
> > > > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > > > 1568) [hibernate3.jar:na]
> > > > >         at
> > > > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > > > 1542) [hibernate3.jar:na]
> > > > >         at
> > > > org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
> > > > > [hibernate3.jar:na]
> > > > >         at
> > > > > org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
> > > > > (HibernateUtil.java:74) [openmeetings.jar:na]
> > > > >         at
> > > > org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
> > > > > (HibernateUtil.java:35) [openmeetings.jar:na]
> > > > >         at
> > > > org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
> > > > > (Configurationmanagement.java:49) [openmeetings.jar:na]
> > > > >         at
> > > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
> > > > > (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
> > > > >         at 
> > > > > org.red5.server.adapter.MultiThreadedApplicationAdapter.start
> > > > > (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
> > > > >         at org.red5.server.adapter.ApplicationAdapter.start
> > > > > (ApplicationAdapter.java:55) [red5.jar:na]
> > > > >         at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
> > > > >         at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
> > > > >         at org.red5.server.WebScope.register(WebScope.java:194)
> > > > [red5.jar:na]
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > [na:
> > > > > 1.6.0_0]
> > > > >         at sun.reflect.NativeMethodAccessorImpl.invoke
> > > > > (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
> > > > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > > (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
> > > > >         at java.lang.reflect.Method.invoke(Method.java:616) 
> > > > > [na:1.6.0_0]
> > > > >         at
>
> > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeCustomInitMethod
> > > > > (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
> > > > > 2.5.6]
> > > > >         at
>
> > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeInitMethods
> > > > > (AbstractAutowireCa

Re: Installation troubles (LDAP problems)

2009-11-27 Thread franciscogonzalez
Done ;-)

On 27 nov, 14:58, franciscogonzalez 
wrote:
> Of course. I'm going to forward you his email with the attached files
> and his instructions ok? I remember he also sent me the source code.
>
> Francisco
>
> On 27 nov, 14:43, Sebastian Wagner  wrote:
>
> > we need to initial patch from Abdul. You can forward it to me and I will try
> > to review and commit it when I find some minutes this weekend.
>
> > Sebastian
>
> > 2009/11/27 franciscogonzalez 
>
> > > About SVN version, I have not touched the sources if that's what you
> > > mean. I have always tried with the binaries. Concretly I am working
> > > with the last build:
>
> > >http://i4demo.com/openmeetings/builds/32/
>
> > > Kind Regards,
> > > Francisco
>
> > > On 27 nov, 14:31, franciscogonzalez 
> > > wrote:
> > > > Well, bad news
>
> > > > I have tried to do what Abdul told me in his email. He sent me an own
> > > > openmeetings.jar file, which I had to copy and replace the one in /WEB-
> > > > INF/lib directory of openmeetings. But it doesn't work, and I get a
> > > > "mega" exception I copy down. Any idea?
>
> > > > Thanks again
> > > > Kind Regards,
> > > > Francisco
>
> > > > DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
> > > > [main] - Starting up context openmeetings
> > > > DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
> > > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > > > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > > > ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
> > > > org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
> > > > openmeetings] - getSessionFactory
> > > > org.hibernate.MappingNotFoundException: resource: org/openmeetings/app/
> > > > hibernate/beans/basic/SOAPLogin.hbm.xml not found
> > > >         at
> > > org.hibernate.cfg.Configuration.addResource(Configuration.java:
> > > > 596) [hibernate3.jar:na]
> > > >         at org.hibernate.cfg.Configuration.parseMappingElement
> > > > (Configuration.java:1621) [hibernate3.jar:na]
> > > >         at org.hibernate.cfg.Configuration.parseSessionFactory
> > > > (Configuration.java:1589) [hibernate3.jar:na]
> > > >         at
> > > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > > 1568) [hibernate3.jar:na]
> > > >         at
> > > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > > 1542) [hibernate3.jar:na]
> > > >         at
> > > org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
> > > > [hibernate3.jar:na]
> > > >         at
> > > > org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
> > > > (HibernateUtil.java:74) [openmeetings.jar:na]
> > > >         at
> > > org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
> > > > (HibernateUtil.java:35) [openmeetings.jar:na]
> > > >         at
> > > org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
> > > > (Configurationmanagement.java:49) [openmeetings.jar:na]
> > > >         at
> > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
> > > > (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
> > > >         at org.red5.server.adapter.MultiThreadedApplicationAdapter.start
> > > > (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
> > > >         at org.red5.server.adapter.ApplicationAdapter.start
> > > > (ApplicationAdapter.java:55) [red5.jar:na]
> > > >         at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
> > > >         at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
> > > >         at org.red5.server.WebScope.register(WebScope.java:194)
> > > [red5.jar:na]
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > [na:
> > > > 1.6.0_0]
> > > >         at sun.reflect.NativeMethodAccessorImpl.invoke
> > > > (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
> > > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > > (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
> > > >         at java.lang.reflect.Method.invoke(Method.java:616) [na:1.6.0_0]
> > > >         at
>
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod
> > > > (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
> > > > 2.5.6]
> > > >         at
>
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> > > > (AbstractAutowireCapableBeanFactory.java:1375) [spring-2.5.6.jar:
> > > > 2.5.6]
> > > >         at
>
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > > > (AbstractAutowireCapableBeanFactory.java:1335) [spring-2.5.6.jar:
> > > > 2.5.6]
> > > >         at
>
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean
> > > > (AbstractAutowireCapableBeanFactory.java:473) [spring-2.5.6.jar:2.5.6]
> > > >         at
>
> > > org.springframework.beans.factory.support

Re: Installation troubles (LDAP problems)

2009-11-27 Thread franciscogonzalez
Of course. I'm going to forward you his email with the attached files
and his instructions ok? I remember he also sent me the source code.

Francisco

On 27 nov, 14:43, Sebastian Wagner  wrote:
> we need to initial patch from Abdul. You can forward it to me and I will try
> to review and commit it when I find some minutes this weekend.
>
> Sebastian
>
> 2009/11/27 franciscogonzalez 
>
> > About SVN version, I have not touched the sources if that's what you
> > mean. I have always tried with the binaries. Concretly I am working
> > with the last build:
>
> >http://i4demo.com/openmeetings/builds/32/
>
> > Kind Regards,
> > Francisco
>
> > On 27 nov, 14:31, franciscogonzalez 
> > wrote:
> > > Well, bad news
>
> > > I have tried to do what Abdul told me in his email. He sent me an own
> > > openmeetings.jar file, which I had to copy and replace the one in /WEB-
> > > INF/lib directory of openmeetings. But it doesn't work, and I get a
> > > "mega" exception I copy down. Any idea?
>
> > > Thanks again
> > > Kind Regards,
> > > Francisco
>
> > > DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
> > > [main] - Starting up context openmeetings
> > > DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
> > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > > ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
> > > org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
> > > openmeetings] - getSessionFactory
> > > org.hibernate.MappingNotFoundException: resource: org/openmeetings/app/
> > > hibernate/beans/basic/SOAPLogin.hbm.xml not found
> > >         at
> > org.hibernate.cfg.Configuration.addResource(Configuration.java:
> > > 596) [hibernate3.jar:na]
> > >         at org.hibernate.cfg.Configuration.parseMappingElement
> > > (Configuration.java:1621) [hibernate3.jar:na]
> > >         at org.hibernate.cfg.Configuration.parseSessionFactory
> > > (Configuration.java:1589) [hibernate3.jar:na]
> > >         at
> > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > 1568) [hibernate3.jar:na]
> > >         at
> > org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > > 1542) [hibernate3.jar:na]
> > >         at
> > org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
> > > [hibernate3.jar:na]
> > >         at
> > > org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
> > > (HibernateUtil.java:74) [openmeetings.jar:na]
> > >         at
> > org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
> > > (HibernateUtil.java:35) [openmeetings.jar:na]
> > >         at
> > org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
> > > (Configurationmanagement.java:49) [openmeetings.jar:na]
> > >         at
> > org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
> > > (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
> > >         at org.red5.server.adapter.MultiThreadedApplicationAdapter.start
> > > (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
> > >         at org.red5.server.adapter.ApplicationAdapter.start
> > > (ApplicationAdapter.java:55) [red5.jar:na]
> > >         at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
> > >         at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
> > >         at org.red5.server.WebScope.register(WebScope.java:194)
> > [red5.jar:na]
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > [na:
> > > 1.6.0_0]
> > >         at sun.reflect.NativeMethodAccessorImpl.invoke
> > > (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
> > >         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > > (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
> > >         at java.lang.reflect.Method.invoke(Method.java:616) [na:1.6.0_0]
> > >         at
>
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod
> > > (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
> > > 2.5.6]
> > >         at
>
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> > > (AbstractAutowireCapableBeanFactory.java:1375) [spring-2.5.6.jar:
> > > 2.5.6]
> > >         at
>
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > > (AbstractAutowireCapableBeanFactory.java:1335) [spring-2.5.6.jar:
> > > 2.5.6]
> > >         at
>
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean
> > > (AbstractAutowireCapableBeanFactory.java:473) [spring-2.5.6.jar:2.5.6]
> > >         at
>
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
> > > $1.run(AbstractAutowireCapableBeanFactory.java:409) [spring-2.5.6.jar:
> > > 2.5.6]
> > >         at java.security.AccessController.doPrivileged(Native Method)
> > [na:
> > > 1.6.0_0]
> > >         at
>
> >

Re: Installation troubles (LDAP problems)

2009-11-27 Thread Sebastian Wagner
we need to initial patch from Abdul. You can forward it to me and I will try
to review and commit it when I find some minutes this weekend.

Sebastian

2009/11/27 franciscogonzalez 

> About SVN version, I have not touched the sources if that's what you
> mean. I have always tried with the binaries. Concretly I am working
> with the last build:
>
> http://i4demo.com/openmeetings/builds/32/
>
> Kind Regards,
> Francisco
>
> On 27 nov, 14:31, franciscogonzalez 
> wrote:
> > Well, bad news
> >
> > I have tried to do what Abdul told me in his email. He sent me an own
> > openmeetings.jar file, which I had to copy and replace the one in /WEB-
> > INF/lib directory of openmeetings. But it doesn't work, and I get a
> > "mega" exception I copy down. Any idea?
> >
> > Thanks again
> > Kind Regards,
> > Francisco
> >
> > DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
> > [main] - Starting up context openmeetings
> > DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
> > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
> > org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
> > openmeetings] - getSessionFactory
> > org.hibernate.MappingNotFoundException: resource: org/openmeetings/app/
> > hibernate/beans/basic/SOAPLogin.hbm.xml not found
> > at
> org.hibernate.cfg.Configuration.addResource(Configuration.java:
> > 596) [hibernate3.jar:na]
> > at org.hibernate.cfg.Configuration.parseMappingElement
> > (Configuration.java:1621) [hibernate3.jar:na]
> > at org.hibernate.cfg.Configuration.parseSessionFactory
> > (Configuration.java:1589) [hibernate3.jar:na]
> > at
> org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > 1568) [hibernate3.jar:na]
> > at
> org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> > 1542) [hibernate3.jar:na]
> > at
> org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
> > [hibernate3.jar:na]
> > at
> > org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
> > (HibernateUtil.java:74) [openmeetings.jar:na]
> > at
> org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
> > (HibernateUtil.java:35) [openmeetings.jar:na]
> > at
> org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
> > (Configurationmanagement.java:49) [openmeetings.jar:na]
> > at
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
> > (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
> > at org.red5.server.adapter.MultiThreadedApplicationAdapter.start
> > (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
> > at org.red5.server.adapter.ApplicationAdapter.start
> > (ApplicationAdapter.java:55) [red5.jar:na]
> > at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
> > at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
> > at org.red5.server.WebScope.register(WebScope.java:194)
> [red5.jar:na]
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [na:
> > 1.6.0_0]
> > at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
> > at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
> > at java.lang.reflect.Method.invoke(Method.java:616) [na:1.6.0_0]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod
> > (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
> > 2.5.6]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> > (AbstractAutowireCapableBeanFactory.java:1375) [spring-2.5.6.jar:
> > 2.5.6]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> > (AbstractAutowireCapableBeanFactory.java:1335) [spring-2.5.6.jar:
> > 2.5.6]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean
> > (AbstractAutowireCapableBeanFactory.java:473) [spring-2.5.6.jar:2.5.6]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
> > $1.run(AbstractAutowireCapableBeanFactory.java:409) [spring-2.5.6.jar:
> > 2.5.6]
> > at java.security.AccessController.doPrivileged(Native Method)
> [na:
> > 1.6.0_0]
> > at
> >
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> > (AbstractAutowireCapableBeanFactory.java:380) [spring-2.5.6.jar:2.5.6]
> > at org.springframework.beans.factory.support.AbstractBeanFactory
> > $1.getObject(AbstractBeanFactory.java:264) [spring-2.5.6.jar:2.5.6]
> > at
> >
> org.springframework.beans.factory.suppor

Re: Installation troubles (LDAP problems)

2009-11-27 Thread franciscogonzalez
About SVN version, I have not touched the sources if that's what you
mean. I have always tried with the binaries. Concretly I am working
with the last build:

http://i4demo.com/openmeetings/builds/32/

Kind Regards,
Francisco

On 27 nov, 14:31, franciscogonzalez 
wrote:
> Well, bad news
>
> I have tried to do what Abdul told me in his email. He sent me an own
> openmeetings.jar file, which I had to copy and replace the one in /WEB-
> INF/lib directory of openmeetings. But it doesn't work, and I get a
> "mega" exception I copy down. Any idea?
>
> Thanks again
> Kind Regards,
> Francisco
>
> DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
> [main] - Starting up context openmeetings
> DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
> org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
> openmeetings] - getSessionFactory
> org.hibernate.MappingNotFoundException: resource: org/openmeetings/app/
> hibernate/beans/basic/SOAPLogin.hbm.xml not found
>         at org.hibernate.cfg.Configuration.addResource(Configuration.java:
> 596) [hibernate3.jar:na]
>         at org.hibernate.cfg.Configuration.parseMappingElement
> (Configuration.java:1621) [hibernate3.jar:na]
>         at org.hibernate.cfg.Configuration.parseSessionFactory
> (Configuration.java:1589) [hibernate3.jar:na]
>         at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> 1568) [hibernate3.jar:na]
>         at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
> 1542) [hibernate3.jar:na]
>         at org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
> [hibernate3.jar:na]
>         at
> org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
> (HibernateUtil.java:74) [openmeetings.jar:na]
>         at org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
> (HibernateUtil.java:35) [openmeetings.jar:na]
>         at org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
> (Configurationmanagement.java:49) [openmeetings.jar:na]
>         at org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
> (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
>         at org.red5.server.adapter.MultiThreadedApplicationAdapter.start
> (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
>         at org.red5.server.adapter.ApplicationAdapter.start
> (ApplicationAdapter.java:55) [red5.jar:na]
>         at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
>         at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
>         at org.red5.server.WebScope.register(WebScope.java:194) [red5.jar:na]
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:
> 1.6.0_0]
>         at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
>         at java.lang.reflect.Method.invoke(Method.java:616) [na:1.6.0_0]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod
> (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
> 2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods
> (AbstractAutowireCapableBeanFactory.java:1375) [spring-2.5.6.jar:
> 2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean
> (AbstractAutowireCapableBeanFactory.java:1335) [spring-2.5.6.jar:
> 2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean
> (AbstractAutowireCapableBeanFactory.java:473) [spring-2.5.6.jar:2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
> $1.run(AbstractAutowireCapableBeanFactory.java:409) [spring-2.5.6.jar:
> 2.5.6]
>         at java.security.AccessController.doPrivileged(Native Method) [na:
> 1.6.0_0]
>         at
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean
> (AbstractAutowireCapableBeanFactory.java:380) [spring-2.5.6.jar:2.5.6]
>         at org.springframework.beans.factory.support.AbstractBeanFactory
> $1.getObject(AbstractBeanFactory.java:264) [spring-2.5.6.jar:2.5.6]
>         at
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton
> (DefaultSingletonBeanRegistry.java:222) [spring-2.5.6.jar:2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean
> (AbstractBeanFactory.java:261) [spring-2.5.6.jar:2.5.6]
>         at
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean
> (AbstractBeanFactory.java:185) [spring-2.5.6.jar:2.5.6]
>    

Re: Installation troubles

2009-11-27 Thread Sebastian Wagner
sure that would be fine.
Do you apply the patch to the SVN version? If so you could just send the
diff to me and I will apply it to the SVN so that  community can review it
and you won't have that trouble with the next versions anymore.

Sebastian

2009/11/27 franciscogonzalez 

> Ok thanks again Sebastian for your help
>
> Then, have I to open a new post asking for that problem/issue?
>
> I'm going to try later with Abdul fix. I will write again to inform if
> it works or not ok?
>
> Kind Regards,
> Francisco
>
> On 27 nov, 13:57, Sebastian Wagner  wrote:
> > I did not integrate the fix from Abdul Rehman yet. I am not sure if that
> is
> > a pure openLDAP or general LDAP fix. Maybe Oliver is deeper into that
> topic.
> >
> > Sebastian
> >
> > 2009/11/27 franciscogonzalez 
> >
> > > Hi again,
> >
> > > I could change the ports of my application and the installation of
> > > openmeetings did nice. But now I have a problem with LDAP. I cannot
> > > access. You can see the log down.
> >
> > > I remember when I installed an older version to try OM for first time
> > > that there was a bug with openLDAP, and a contributor (Abdul Rehman
> > > Nizamani) sent me the jars with the bug corrected. I couldn't try it
> > > because we did changes on our servers. Is this problem fixed in this
> > > version? Or have I to correct with the jars and instructions Abdul
> > > sent me?
> >
> > > Thanks again,
> > > Regards
> >
> > > LOG :
> >
> > > DEBUG 11-27 10:39:50.509 LdapLoginManagement.java 23825 98
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > LdapLoginmanagement.isLdapConfigured
> > >  WARN 11-27 10:39:50.515 MainService.java 23831 248
> > > org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
> > > 111: 4b9031d916106fdecd9452696eb00405 MYUSER
> > > DEBUG 11-27 10:39:50.516 Usermanagement.java 23832 1338
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > Usermanagement.getUserByLoginOrEmail : MYUSER
> > > DEBUG 11-27 10:39:50.520 MainService.java 23836 265
> > > org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
> > > DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 172
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > LdapLoginmanagement.doLdapLogin
> > > DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 124
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > LdapLoginmanagement.getLdapConfigData
> > > DEBUG 11-27 10:39:50.525 LdapLoginManagement.java 23841 147
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > LdapLoginmanagement.readConfig : /usr/lib/r
> > > ed5/webapps/openmeetings/conf/om_ldap.cfg
> > > DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 76
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > isValidAuthType
> > > DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 218
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > Searching userdata with LDAP Search Filter
> > > :(uid=MYUSER)
> > > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 64
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > LdapAuthBase
> > > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 81
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > authenticateUser
> > > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 97
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > Authentification to LDAP - Server start
> > > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 129
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > loginToLdapServer
> > > ERROR 11-27 10:39:50.529 LdapAuthBase.java 23845 103
> > > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > > Authentification on LDAP Server failed : [LDAP: er
> > > ror code 34 - invalid DN]
> >
> > > On 27 nov, 12:08, franciscogonzalez 
> > > wrote:
> > > > Ok, the problem is we cannot stop and restart our other application
> at
> > > > any moment we want because is used by many users. Anyhow I am going
> to
> > > > consult if I can change the ports and retry the installation of
> > > > openmeetings
> >
> > > > Thanks a lot
> >
> > > > Kind Regards,
> > > > Francisco
> >
> > > > On 27 nov, 11:47, Sebastian Wagner  wrote:
> >
> > > > > sorry for the moment this port number is fixed.
> > > > > You may either request a small modified version of the application
> or
> > > wait
> > > > > until its fixed in one of the nightly builds to have it
> configurable.
> >
> > > > > Sebastian
> >
> > > > > 2009/11/27 franciscogonzalez 
> >
> > > > > > Hello Sebastian,
> >
> > > > > > Yes, I have checked and that port is used by another of our
> > > > > > applications. May I change openmeetings configuration to use
> another
> > > > > > port ?
> >
> > > > > > Thanks,
> > > > > > Regards
> >
> > > > > > On 27 nov, 11:04, Sebastian Wagner 
> wrote:
> > > > >

Re: Installation troubles

2009-11-27 Thread franciscogonzalez
Ok thanks again Sebastian for your help

Then, have I to open a new post asking for that problem/issue?

I'm going to try later with Abdul fix. I will write again to inform if
it works or not ok?

Kind Regards,
Francisco

On 27 nov, 13:57, Sebastian Wagner  wrote:
> I did not integrate the fix from Abdul Rehman yet. I am not sure if that is
> a pure openLDAP or general LDAP fix. Maybe Oliver is deeper into that topic.
>
> Sebastian
>
> 2009/11/27 franciscogonzalez 
>
> > Hi again,
>
> > I could change the ports of my application and the installation of
> > openmeetings did nice. But now I have a problem with LDAP. I cannot
> > access. You can see the log down.
>
> > I remember when I installed an older version to try OM for first time
> > that there was a bug with openLDAP, and a contributor (Abdul Rehman
> > Nizamani) sent me the jars with the bug corrected. I couldn't try it
> > because we did changes on our servers. Is this problem fixed in this
> > version? Or have I to correct with the jars and instructions Abdul
> > sent me?
>
> > Thanks again,
> > Regards
>
> > LOG :
>
> > DEBUG 11-27 10:39:50.509 LdapLoginManagement.java 23825 98
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > LdapLoginmanagement.isLdapConfigured
> >  WARN 11-27 10:39:50.515 MainService.java 23831 248
> > org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
> > 111: 4b9031d916106fdecd9452696eb00405 MYUSER
> > DEBUG 11-27 10:39:50.516 Usermanagement.java 23832 1338
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > Usermanagement.getUserByLoginOrEmail : MYUSER
> > DEBUG 11-27 10:39:50.520 MainService.java 23836 265
> > org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
> > DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 172
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > LdapLoginmanagement.doLdapLogin
> > DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 124
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > LdapLoginmanagement.getLdapConfigData
> > DEBUG 11-27 10:39:50.525 LdapLoginManagement.java 23841 147
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > LdapLoginmanagement.readConfig : /usr/lib/r
> > ed5/webapps/openmeetings/conf/om_ldap.cfg
> > DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 76
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > isValidAuthType
> > DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 218
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > Searching userdata with LDAP Search Filter
> > :(uid=MYUSER)
> > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 64
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > LdapAuthBase
> > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 81
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > authenticateUser
> > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 97
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > Authentification to LDAP - Server start
> > DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 129
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > loginToLdapServer
> > ERROR 11-27 10:39:50.529 LdapAuthBase.java 23845 103
> > org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> > Authentification on LDAP Server failed : [LDAP: er
> > ror code 34 - invalid DN]
>
> > On 27 nov, 12:08, franciscogonzalez 
> > wrote:
> > > Ok, the problem is we cannot stop and restart our other application at
> > > any moment we want because is used by many users. Anyhow I am going to
> > > consult if I can change the ports and retry the installation of
> > > openmeetings
>
> > > Thanks a lot
>
> > > Kind Regards,
> > > Francisco
>
> > > On 27 nov, 11:47, Sebastian Wagner  wrote:
>
> > > > sorry for the moment this port number is fixed.
> > > > You may either request a small modified version of the application or
> > wait
> > > > until its fixed in one of the nightly builds to have it configurable.
>
> > > > Sebastian
>
> > > > 2009/11/27 franciscogonzalez 
>
> > > > > Hello Sebastian,
>
> > > > > Yes, I have checked and that port is used by another of our
> > > > > applications. May I change openmeetings configuration to use another
> > > > > port ?
>
> > > > > Thanks,
> > > > > Regards
>
> > > > > On 27 nov, 11:04, Sebastian Wagner  wrote:
> > > > > > hi,
>
> > > > > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > > > > org.openmeetings.server.
> > > > > > socket.ServerSocketMinaProcess [Launcher:/
> > > > > > openmeetings] - [doInitSocket]
> > > > > > java.net.BindException: Address already in use
> > > > > >        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > > > > >        at sun.nio.ch.ServerSocketChannelImpl.bind
> > > > > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > > > > >        at sun.nio.ch.ServerSocketAdapt

Re: Installation troubles

2009-11-27 Thread Sebastian Wagner
I did not integrate the fix from Abdul Rehman yet. I am not sure if that is
a pure openLDAP or general LDAP fix. Maybe Oliver is deeper into that topic.

Sebastian

2009/11/27 franciscogonzalez 

> Hi again,
>
> I could change the ports of my application and the installation of
> openmeetings did nice. But now I have a problem with LDAP. I cannot
> access. You can see the log down.
>
> I remember when I installed an older version to try OM for first time
> that there was a bug with openLDAP, and a contributor (Abdul Rehman
> Nizamani) sent me the jars with the bug corrected. I couldn't try it
> because we did changes on our servers. Is this problem fixed in this
> version? Or have I to correct with the jars and instructions Abdul
> sent me?
>
> Thanks again,
> Regards
>
> LOG :
>
> DEBUG 11-27 10:39:50.509 LdapLoginManagement.java 23825 98
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> LdapLoginmanagement.isLdapConfigured
>  WARN 11-27 10:39:50.515 MainService.java 23831 248
> org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
> 111: 4b9031d916106fdecd9452696eb00405 MYUSER
> DEBUG 11-27 10:39:50.516 Usermanagement.java 23832 1338
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> Usermanagement.getUserByLoginOrEmail : MYUSER
> DEBUG 11-27 10:39:50.520 MainService.java 23836 265
> org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
> DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 172
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> LdapLoginmanagement.doLdapLogin
> DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 124
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> LdapLoginmanagement.getLdapConfigData
> DEBUG 11-27 10:39:50.525 LdapLoginManagement.java 23841 147
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> LdapLoginmanagement.readConfig : /usr/lib/r
> ed5/webapps/openmeetings/conf/om_ldap.cfg
> DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 76
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> isValidAuthType
> DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 218
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> Searching userdata with LDAP Search Filter
> :(uid=MYUSER)
> DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 64
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> LdapAuthBase
> DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 81
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> authenticateUser
> DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 97
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> Authentification to LDAP - Server start
> DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 129
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> loginToLdapServer
> ERROR 11-27 10:39:50.529 LdapAuthBase.java 23845 103
> org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
> Authentification on LDAP Server failed : [LDAP: er
> ror code 34 - invalid DN]
>
> On 27 nov, 12:08, franciscogonzalez 
> wrote:
> > Ok, the problem is we cannot stop and restart our other application at
> > any moment we want because is used by many users. Anyhow I am going to
> > consult if I can change the ports and retry the installation of
> > openmeetings
> >
> > Thanks a lot
> >
> > Kind Regards,
> > Francisco
> >
> > On 27 nov, 11:47, Sebastian Wagner  wrote:
> >
> > > sorry for the moment this port number is fixed.
> > > You may either request a small modified version of the application or
> wait
> > > until its fixed in one of the nightly builds to have it configurable.
> >
> > > Sebastian
> >
> > > 2009/11/27 franciscogonzalez 
> >
> > > > Hello Sebastian,
> >
> > > > Yes, I have checked and that port is used by another of our
> > > > applications. May I change openmeetings configuration to use another
> > > > port ?
> >
> > > > Thanks,
> > > > Regards
> >
> > > > On 27 nov, 11:04, Sebastian Wagner  wrote:
> > > > > hi,
> >
> > > > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > > > org.openmeetings.server.
> > > > > socket.ServerSocketMinaProcess [Launcher:/
> > > > > openmeetings] - [doInitSocket]
> > > > > java.net.BindException: Address already in use
> > > > >at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > > > >at sun.nio.ch.ServerSocketChannelImpl.bind
> > > > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > > > >at sun.nio.ch.ServerSocketAdaptor.bind
> > > > > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
> >
> > > > > => you already have a process runing on port 4445?
> >
> > > > > Sebastian
> >
> > > > > 2009/11/27 franciscogonzalez 
> >
> > > > > > Hello,
> >
> > > > > > I'm trying to install last version of openmmetings in our server
> and
> > > > > > also have problems. When I reach to the installation step (
> http://miIP
> > > > :
> > > > > > 5080/openmeetings/inst

Re: Installation troubles

2009-11-27 Thread franciscogonzalez
Hi again,

I could change the ports of my application and the installation of
openmeetings did nice. But now I have a problem with LDAP. I cannot
access. You can see the log down.

I remember when I installed an older version to try OM for first time
that there was a bug with openLDAP, and a contributor (Abdul Rehman
Nizamani) sent me the jars with the bug corrected. I couldn't try it
because we did changes on our servers. Is this problem fixed in this
version? Or have I to correct with the jars and instructions Abdul
sent me?

Thanks again,
Regards

LOG :

DEBUG 11-27 10:39:50.509 LdapLoginManagement.java 23825 98
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
LdapLoginmanagement.isLdapConfigured
 WARN 11-27 10:39:50.515 MainService.java 23831 248
org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
111: 4b9031d916106fdecd9452696eb00405 MYUSER
DEBUG 11-27 10:39:50.516 Usermanagement.java 23832 1338
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Usermanagement.getUserByLoginOrEmail : MYUSER
DEBUG 11-27 10:39:50.520 MainService.java 23836 265
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 172
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
LdapLoginmanagement.doLdapLogin
DEBUG 11-27 10:39:50.520 LdapLoginManagement.java 23836 124
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
LdapLoginmanagement.getLdapConfigData
DEBUG 11-27 10:39:50.525 LdapLoginManagement.java 23841 147
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
LdapLoginmanagement.readConfig : /usr/lib/r
ed5/webapps/openmeetings/conf/om_ldap.cfg
DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 76
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
isValidAuthType
DEBUG 11-27 10:39:50.526 LdapLoginManagement.java 23842 218
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Searching userdata with LDAP Search Filter
:(uid=MYUSER)
DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 64
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
LdapAuthBase
DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 81
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
authenticateUser
DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 97
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Authentification to LDAP - Server start
DEBUG 11-27 10:39:50.527 LdapAuthBase.java 23843 129
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
loginToLdapServer
ERROR 11-27 10:39:50.529 LdapAuthBase.java 23845 103
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Authentification on LDAP Server failed : [LDAP: er
ror code 34 - invalid DN]

On 27 nov, 12:08, franciscogonzalez 
wrote:
> Ok, the problem is we cannot stop and restart our other application at
> any moment we want because is used by many users. Anyhow I am going to
> consult if I can change the ports and retry the installation of
> openmeetings
>
> Thanks a lot
>
> Kind Regards,
> Francisco
>
> On 27 nov, 11:47, Sebastian Wagner  wrote:
>
> > sorry for the moment this port number is fixed.
> > You may either request a small modified version of the application or wait
> > until its fixed in one of the nightly builds to have it configurable.
>
> > Sebastian
>
> > 2009/11/27 franciscogonzalez 
>
> > > Hello Sebastian,
>
> > > Yes, I have checked and that port is used by another of our
> > > applications. May I change openmeetings configuration to use another
> > > port ?
>
> > > Thanks,
> > > Regards
>
> > > On 27 nov, 11:04, Sebastian Wagner  wrote:
> > > > hi,
>
> > > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > > org.openmeetings.server.
> > > > socket.ServerSocketMinaProcess [Launcher:/
> > > > openmeetings] - [doInitSocket]
> > > > java.net.BindException: Address already in use
> > > >        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > > >        at sun.nio.ch.ServerSocketChannelImpl.bind
> > > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > > >        at sun.nio.ch.ServerSocketAdaptor.bind
> > > > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
>
> > > > => you already have a process runing on port 4445?
>
> > > > Sebastian
>
> > > > 2009/11/27 franciscogonzalez 
>
> > > > > Hello,
>
> > > > > I'm trying to install last version of openmmetings in our server and
> > > > > also have problems. When I reach to the installation step (http://miIP
> > > :
> > > > > 5080/openmeetings/install), I fill out the form and press "Install"
> > > > > button, and it never ends. I have looked at mysql tables and they were
> > > > > created, but get no response from the installation page. It don't show
> > > > > any error message and stays as if it was working.
>
> > > > > I have tried to do the installation again, step by step, and just
> > > > > befor filling out the form, I have looked at the openmeetings.log file
> > > > > 

Re: Installation troubles

2009-11-27 Thread franciscogonzalez
Ok, the problem is we cannot stop and restart our other application at
any moment we want because is used by many users. Anyhow I am going to
consult if I can change the ports and retry the installation of
openmeetings

Thanks a lot

Kind Regards,
Francisco

On 27 nov, 11:47, Sebastian Wagner  wrote:
> sorry for the moment this port number is fixed.
> You may either request a small modified version of the application or wait
> until its fixed in one of the nightly builds to have it configurable.
>
> Sebastian
>
> 2009/11/27 franciscogonzalez 
>
> > Hello Sebastian,
>
> > Yes, I have checked and that port is used by another of our
> > applications. May I change openmeetings configuration to use another
> > port ?
>
> > Thanks,
> > Regards
>
> > On 27 nov, 11:04, Sebastian Wagner  wrote:
> > > hi,
>
> > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > org.openmeetings.server.
> > > socket.ServerSocketMinaProcess [Launcher:/
> > > openmeetings] - [doInitSocket]
> > > java.net.BindException: Address already in use
> > >        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > >        at sun.nio.ch.ServerSocketChannelImpl.bind
> > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > >        at sun.nio.ch.ServerSocketAdaptor.bind
> > > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
>
> > > => you already have a process runing on port 4445?
>
> > > Sebastian
>
> > > 2009/11/27 franciscogonzalez 
>
> > > > Hello,
>
> > > > I'm trying to install last version of openmmetings in our server and
> > > > also have problems. When I reach to the installation step (http://miIP
> > :
> > > > 5080/openmeetings/install), I fill out the form and press "Install"
> > > > button, and it never ends. I have looked at mysql tables and they were
> > > > created, but get no response from the installation page. It don't show
> > > > any error message and stays as if it was working.
>
> > > > I have tried to do the installation again, step by step, and just
> > > > befor filling out the form, I have looked at the openmeetings.log file
> > > > and get the following error. Is this the problem which don't allow to
> > > > finish the installation proccess?? What would be the solution for
> > > > this?
>
> > > > Thanks in advance
>
> > > > DEBUG 11-27 07:52:38.378 ContextLoggingListener.java 171 80 root
> > > > [main] - Starting up context openmeetings
> > > > DEBUG 11-27 07:52:40.211 ScopeApplicationAdapter.java 2004 127
> > > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > > > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > > > DEBUG 11-27 07:52:42.927 QuartzMeetingReminderJob.java 4720 15
> > > > org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
> > > > [Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
> > > > DEBUG 11-27 07:52:42.956 AppointmentLogic.java 4749 244
> > > > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > > > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
> > > > DEBUG 11-27 07:52:42.980 AppointmentDaoImpl.java 4773 629
> > > > org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
> > > > [Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
> > > > DEBUG 11-27 07:52:43.183 AppointmentLogic.java 4976 250
> > > > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > > > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
> > > > Appointments today
> > > > DEBUG 11-27 07:52:43.214 EmoticonsManager.java 5007 53
> > > > org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
> > > > openmeetings] - # loadEmot completed
> > > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > > org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
> > > > openmeetings] - [doInitSocket]
> > > > java.net.BindException: Address already in use
> > > >        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > > >        at sun.nio.ch.ServerSocketChannelImpl.bind
> > > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > > >        at sun.nio.ch.ServerSocketAdaptor.bind
> > > > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
> > > >        at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > > > (NioSocketAcceptor.java:251) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> > > >        at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > > > (NioSocketAcceptor.java:48) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> > > >        at
> > > > org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles
> > > > (AbstractPollingIoAcceptor.java:523) [mina-core-2.0.0-M7-
> > > > SNAPSHOT.jar:na]
> > > >        at
> > > > org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200
> > > > (AbstractPollingIoAcceptor.java:65) [mina-core-2.0.0-M7-
> > > > SNAPSHOT.jar:na]
> > > >        at org.apache.mina.core.polling.AbstractPollingIoAcceptor
> > > > $Acceptor.run(AbstractPollingIoAcceptor.java:407) [mina-core-2.0.0-M7-
> > > > SNAPSHOT.jar

Re: Installation troubles

2009-11-27 Thread Sebastian Wagner
sorry for the moment this port number is fixed.
You may either request a small modified version of the application or wait
until its fixed in one of the nightly builds to have it configurable.

Sebastian

2009/11/27 franciscogonzalez 

> Hello Sebastian,
>
> Yes, I have checked and that port is used by another of our
> applications. May I change openmeetings configuration to use another
> port ?
>
> Thanks,
> Regards
>
> On 27 nov, 11:04, Sebastian Wagner  wrote:
> > hi,
> >
> > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > org.openmeetings.server.
> > socket.ServerSocketMinaProcess [Launcher:/
> > openmeetings] - [doInitSocket]
> > java.net.BindException: Address already in use
> >at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> >at sun.nio.ch.ServerSocketChannelImpl.bind
> > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> >at sun.nio.ch.ServerSocketAdaptor.bind
> > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
> >
> > => you already have a process runing on port 4445?
> >
> > Sebastian
> >
> > 2009/11/27 franciscogonzalez 
> >
> >
> >
> > > Hello,
> >
> > > I'm trying to install last version of openmmetings in our server and
> > > also have problems. When I reach to the installation step (http://miIP
> :
> > > 5080/openmeetings/install), I fill out the form and press "Install"
> > > button, and it never ends. I have looked at mysql tables and they were
> > > created, but get no response from the installation page. It don't show
> > > any error message and stays as if it was working.
> >
> > > I have tried to do the installation again, step by step, and just
> > > befor filling out the form, I have looked at the openmeetings.log file
> > > and get the following error. Is this the problem which don't allow to
> > > finish the installation proccess?? What would be the solution for
> > > this?
> >
> > > Thanks in advance
> >
> > > DEBUG 11-27 07:52:38.378 ContextLoggingListener.java 171 80 root
> > > [main] - Starting up context openmeetings
> > > DEBUG 11-27 07:52:40.211 ScopeApplicationAdapter.java 2004 127
> > > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > > DEBUG 11-27 07:52:42.927 QuartzMeetingReminderJob.java 4720 15
> > > org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
> > > [Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
> > > DEBUG 11-27 07:52:42.956 AppointmentLogic.java 4749 244
> > > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
> > > DEBUG 11-27 07:52:42.980 AppointmentDaoImpl.java 4773 629
> > > org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
> > > [Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
> > > DEBUG 11-27 07:52:43.183 AppointmentLogic.java 4976 250
> > > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
> > > Appointments today
> > > DEBUG 11-27 07:52:43.214 EmoticonsManager.java 5007 53
> > > org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
> > > openmeetings] - # loadEmot completed
> > > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > > org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
> > > openmeetings] - [doInitSocket]
> > > java.net.BindException: Address already in use
> > >at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> > >at sun.nio.ch.ServerSocketChannelImpl.bind
> > > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> > >at sun.nio.ch.ServerSocketAdaptor.bind
> > > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
> > >at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > > (NioSocketAcceptor.java:251) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> > >at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > > (NioSocketAcceptor.java:48) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> > >at
> > > org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles
> > > (AbstractPollingIoAcceptor.java:523) [mina-core-2.0.0-M7-
> > > SNAPSHOT.jar:na]
> > >at
> > > org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200
> > > (AbstractPollingIoAcceptor.java:65) [mina-core-2.0.0-M7-
> > > SNAPSHOT.jar:na]
> > >at org.apache.mina.core.polling.AbstractPollingIoAcceptor
> > > $Acceptor.run(AbstractPollingIoAcceptor.java:407) [mina-core-2.0.0-M7-
> > > SNAPSHOT.jar:na]
> > >at org.apache.mina.util.NamePreservingRunnable.run
> > > (NamePreservingRunnable.java:64) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> > >at java.util.concurrent.ThreadPoolExecutor.runWorker
> > > (ThreadPoolExecutor.java:1110) [na:1.6.0_0]
> > >at java.util.concurrent.ThreadPoolExecutor$Worker.run
> > > (ThreadPoolExecutor.java:603) [na:1.6.0_0]
> > >at java.lang.Thread.run(Thread.java:636) [na:1.6.0_0]
> > >

Re: Installation troubles

2009-11-27 Thread franciscogonzalez
Hello Sebastian,

Yes, I have checked and that port is used by another of our
applications. May I change openmeetings configuration to use another
port ?

Thanks,
Regards

On 27 nov, 11:04, Sebastian Wagner  wrote:
> hi,
>
> DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> org.openmeetings.server.
> socket.ServerSocketMinaProcess [Launcher:/
> openmeetings] - [doInitSocket]
> java.net.BindException: Address already in use
>        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
>        at sun.nio.ch.ServerSocketChannelImpl.bind
> (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
>        at sun.nio.ch.ServerSocketAdaptor.bind
> (ServerSocketAdaptor.java:77) [na:1.6.0_0]
>
> => you already have a process runing on port 4445?
>
> Sebastian
>
> 2009/11/27 franciscogonzalez 
>
>
>
> > Hello,
>
> > I'm trying to install last version of openmmetings in our server and
> > also have problems. When I reach to the installation step (http://miIP:
> > 5080/openmeetings/install), I fill out the form and press "Install"
> > button, and it never ends. I have looked at mysql tables and they were
> > created, but get no response from the installation page. It don't show
> > any error message and stays as if it was working.
>
> > I have tried to do the installation again, step by step, and just
> > befor filling out the form, I have looked at the openmeetings.log file
> > and get the following error. Is this the problem which don't allow to
> > finish the installation proccess?? What would be the solution for
> > this?
>
> > Thanks in advance
>
> > DEBUG 11-27 07:52:38.378 ContextLoggingListener.java 171 80 root
> > [main] - Starting up context openmeetings
> > DEBUG 11-27 07:52:40.211 ScopeApplicationAdapter.java 2004 127
> > org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> > openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> > DEBUG 11-27 07:52:42.927 QuartzMeetingReminderJob.java 4720 15
> > org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
> > [Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
> > DEBUG 11-27 07:52:42.956 AppointmentLogic.java 4749 244
> > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
> > DEBUG 11-27 07:52:42.980 AppointmentDaoImpl.java 4773 629
> > org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
> > [Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
> > DEBUG 11-27 07:52:43.183 AppointmentLogic.java 4976 250
> > org.openmeetings.app.data.calendar.management.AppointmentLogic
> > [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
> > Appointments today
> > DEBUG 11-27 07:52:43.214 EmoticonsManager.java 5007 53
> > org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
> > openmeetings] - # loadEmot completed
> > DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> > org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
> > openmeetings] - [doInitSocket]
> > java.net.BindException: Address already in use
> >        at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
> >        at sun.nio.ch.ServerSocketChannelImpl.bind
> > (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
> >        at sun.nio.ch.ServerSocketAdaptor.bind
> > (ServerSocketAdaptor.java:77) [na:1.6.0_0]
> >        at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > (NioSocketAcceptor.java:251) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> >        at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> > (NioSocketAcceptor.java:48) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> >        at
> > org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles
> > (AbstractPollingIoAcceptor.java:523) [mina-core-2.0.0-M7-
> > SNAPSHOT.jar:na]
> >        at
> > org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200
> > (AbstractPollingIoAcceptor.java:65) [mina-core-2.0.0-M7-
> > SNAPSHOT.jar:na]
> >        at org.apache.mina.core.polling.AbstractPollingIoAcceptor
> > $Acceptor.run(AbstractPollingIoAcceptor.java:407) [mina-core-2.0.0-M7-
> > SNAPSHOT.jar:na]
> >        at org.apache.mina.util.NamePreservingRunnable.run
> > (NamePreservingRunnable.java:64) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
> >        at java.util.concurrent.ThreadPoolExecutor.runWorker
> > (ThreadPoolExecutor.java:1110) [na:1.6.0_0]
> >        at java.util.concurrent.ThreadPoolExecutor$Worker.run
> > (ThreadPoolExecutor.java:603) [na:1.6.0_0]
> >        at java.lang.Thread.run(Thread.java:636) [na:1.6.0_0]
> > ERROR 11-27 07:53:21.878 Install.java 43671 49
> > org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
> > command equals null
> > DEBUG 11-27 07:53:21.967 ImportInitvalues.java 43760 395
> > org.openmeetings.app.installation.ImportInitvalues [http-5080-1] -
> > Countries ADDED
>
> > On 27 nov, 09:49, Sebastian Wagner  wrote:
> > > Can you post also your hibernate.cfg.xml. The first rows without
> > user/pass
> > >

Re: Installation troubles

2009-11-27 Thread Sebastian Wagner
hi,


DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
org.openmeetings.server.
socket.ServerSocketMinaProcess [Launcher:/
openmeetings] - [doInitSocket]
java.net.BindException: Address already in use
   at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
   at sun.nio.ch.ServerSocketChannelImpl.bind
(ServerSocketChannelImpl.java:137) [na:1.6.0_0]
   at sun.nio.ch.ServerSocketAdaptor.bind
(ServerSocketAdaptor.java:77) [na:1.6.0_0]

=> you already have a process runing on port 4445?


Sebastian


2009/11/27 franciscogonzalez 

> Hello,
>
> I'm trying to install last version of openmmetings in our server and
> also have problems. When I reach to the installation step (http://miIP:
> 5080/openmeetings/install), I fill out the form and press "Install"
> button, and it never ends. I have looked at mysql tables and they were
> created, but get no response from the installation page. It don't show
> any error message and stays as if it was working.
>
> I have tried to do the installation again, step by step, and just
> befor filling out the form, I have looked at the openmeetings.log file
> and get the following error. Is this the problem which don't allow to
> finish the installation proccess?? What would be the solution for
> this?
>
> Thanks in advance
>
> DEBUG 11-27 07:52:38.378 ContextLoggingListener.java 171 80 root
> [main] - Starting up context openmeetings
> DEBUG 11-27 07:52:40.211 ScopeApplicationAdapter.java 2004 127
> org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
> openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
> DEBUG 11-27 07:52:42.927 QuartzMeetingReminderJob.java 4720 15
> org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
> [Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
> DEBUG 11-27 07:52:42.956 AppointmentLogic.java 4749 244
> org.openmeetings.app.data.calendar.management.AppointmentLogic
> [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
> DEBUG 11-27 07:52:42.980 AppointmentDaoImpl.java 4773 629
> org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
> [Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
> DEBUG 11-27 07:52:43.183 AppointmentLogic.java 4976 250
> org.openmeetings.app.data.calendar.management.AppointmentLogic
> [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
> Appointments today
> DEBUG 11-27 07:52:43.214 EmoticonsManager.java 5007 53
> org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
> openmeetings] - # loadEmot completed
> DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
> org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
> openmeetings] - [doInitSocket]
> java.net.BindException: Address already in use
>at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
>at sun.nio.ch.ServerSocketChannelImpl.bind
> (ServerSocketChannelImpl.java:137) [na:1.6.0_0]
>at sun.nio.ch.ServerSocketAdaptor.bind
> (ServerSocketAdaptor.java:77) [na:1.6.0_0]
>at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> (NioSocketAcceptor.java:251) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
>at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
> (NioSocketAcceptor.java:48) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
>at
> org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles
> (AbstractPollingIoAcceptor.java:523) [mina-core-2.0.0-M7-
> SNAPSHOT.jar:na]
>at
> org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200
> (AbstractPollingIoAcceptor.java:65) [mina-core-2.0.0-M7-
> SNAPSHOT.jar:na]
>at org.apache.mina.core.polling.AbstractPollingIoAcceptor
> $Acceptor.run(AbstractPollingIoAcceptor.java:407) [mina-core-2.0.0-M7-
> SNAPSHOT.jar:na]
>at org.apache.mina.util.NamePreservingRunnable.run
> (NamePreservingRunnable.java:64) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
>at java.util.concurrent.ThreadPoolExecutor.runWorker
> (ThreadPoolExecutor.java:1110) [na:1.6.0_0]
>at java.util.concurrent.ThreadPoolExecutor$Worker.run
> (ThreadPoolExecutor.java:603) [na:1.6.0_0]
>at java.lang.Thread.run(Thread.java:636) [na:1.6.0_0]
> ERROR 11-27 07:53:21.878 Install.java 43671 49
> org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
> command equals null
> DEBUG 11-27 07:53:21.967 ImportInitvalues.java 43760 395
> org.openmeetings.app.installation.ImportInitvalues [http-5080-1] -
> Countries ADDED
>
>
>
> On 27 nov, 09:49, Sebastian Wagner  wrote:
> > 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,

Re: Installation troubles

2009-11-27 Thread franciscogonzalez
Hello,

I'm trying to install last version of openmmetings in our server and
also have problems. When I reach to the installation step (http://miIP:
5080/openmeetings/install), I fill out the form and press "Install"
button, and it never ends. I have looked at mysql tables and they were
created, but get no response from the installation page. It don't show
any error message and stays as if it was working.

I have tried to do the installation again, step by step, and just
befor filling out the form, I have looked at the openmeetings.log file
and get the following error. Is this the problem which don't allow to
finish the installation proccess?? What would be the solution for
this?

Thanks in advance

DEBUG 11-27 07:52:38.378 ContextLoggingListener.java 171 80 root
[main] - Starting up context openmeetings
DEBUG 11-27 07:52:40.211 ScopeApplicationAdapter.java 2004 127
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
DEBUG 11-27 07:52:42.927 QuartzMeetingReminderJob.java 4720 15
org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
[Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
DEBUG 11-27 07:52:42.956 AppointmentLogic.java 4749 244
org.openmeetings.app.data.calendar.management.AppointmentLogic
[Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
DEBUG 11-27 07:52:42.980 AppointmentDaoImpl.java 4773 629
org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
[Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
DEBUG 11-27 07:52:43.183 AppointmentLogic.java 4976 250
org.openmeetings.app.data.calendar.management.AppointmentLogic
[Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
Appointments today
DEBUG 11-27 07:52:43.214 EmoticonsManager.java 5007 53
org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
openmeetings] - # loadEmot completed
DEBUG 11-27 07:52:43.253 ServerSocketMinaProcess.java 5046 169
org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
openmeetings] - [doInitSocket]
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method) [na:1.6.0_0]
at sun.nio.ch.ServerSocketChannelImpl.bind
(ServerSocketChannelImpl.java:137) [na:1.6.0_0]
at sun.nio.ch.ServerSocketAdaptor.bind
(ServerSocketAdaptor.java:77) [na:1.6.0_0]
at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
(NioSocketAcceptor.java:251) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open
(NioSocketAcceptor.java:48) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
at
org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles
(AbstractPollingIoAcceptor.java:523) [mina-core-2.0.0-M7-
SNAPSHOT.jar:na]
at
org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200
(AbstractPollingIoAcceptor.java:65) [mina-core-2.0.0-M7-
SNAPSHOT.jar:na]
at org.apache.mina.core.polling.AbstractPollingIoAcceptor
$Acceptor.run(AbstractPollingIoAcceptor.java:407) [mina-core-2.0.0-M7-
SNAPSHOT.jar:na]
at org.apache.mina.util.NamePreservingRunnable.run
(NamePreservingRunnable.java:64) [mina-core-2.0.0-M7-SNAPSHOT.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1110) [na:1.6.0_0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:603) [na:1.6.0_0]
at java.lang.Thread.run(Thread.java:636) [na:1.6.0_0]
ERROR 11-27 07:53:21.878 Install.java 43671 49
org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
command equals null
DEBUG 11-27 07:53:21.967 ImportInitvalues.java 43760 395
org.openmeetings.app.installation.ImportInitvalues [http-5080-1] -
Countries ADDED



On 27 nov, 09:49, Sebastian Wagner  wrote:
> 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 theht

Re: Installation troubles

2009-11-27 Thread 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.




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


Re: Installation troubles

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




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.