Re: [openmeetings-user]

2011-12-08 Thread seba.wag...@gmail.com
well that could be of course a problem.
You can configure custom ports in red5.properties (but don't forget to
update corresponding ports in config.xml)

Sebastian

2011/12/8 Edward Brookhouse eb...@healthydirections.com:
 I saw a great deal of address already in use when the apps were trying to
 start.



 From: openmeetings-user@googlegroups.com
 [mailto:openmeetings-user@googlegroups.com] On Behalf Of Hasan Gharehasanloo
 Sent: Thursday, December 08, 2011 6:56 AM
 To: openmeetings-user@googlegroups.com
 Subject: [openmeetings-user]



 Hi everybody

 I installed openmeetings by automatic scripts, on debian. but after
 installation my usrl (http://178.162.231.223:5080/openmeetings/install)
 doesnt work. nad when i run red5-debug.sh it say:

 Running on  Linux
 Starting Red5
 Listening for transport dt_socket at address: 8787
 Red5 root: /opt/red5
 Configuation root: /opt/red5/conf
 Root: /opt/red5
 Deploy type: bootstrap
 Logback selector: org.red5.logging.LoggingContextSelector
 06:50:38,869 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could
 NOT find resource [logback-test.xml]
 06:50:38,869 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found
 resource [logback.xml] at [file:/opt/red5/conf/logback.xml]
 06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
 Resource [logback.xml] occurs multiple times on the classpath.
 06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
 Resource [logback.xml] occurs at [file:/opt/red5/conf/logback.xml]
 06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
 Resource [logback.xml] occurs at [file:/opt/red5/conf/logback.xml]
 06:50:39,079 |-INFO in
 ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
 not set
 06:50:39,079 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
 06:50:39,082 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Naming appender as [CONSOLE]
 06:50:39,126 |-INFO in
 ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing component
 [layout] on top of the object stack.
 06:50:39,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Popping appender named [CONSOLE] from the object stack
 06:50:39,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 About to instantiate appender of type [ch.qos.logback.core.FileAppender]
 06:50:39,147 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Naming appender as [FILE]
 06:50:39,150 |-INFO in
 ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing component
 [layout] on top of the object stack.
 06:50:39,167 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
 property is set to [log/red5.log]
 06:50:39,167 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Popping appender named [FILE] from the object stack
 06:50:39,167 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 About to instantiate appender of type [ch.qos.logback.core.FileAppender]
 06:50:39,167 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Naming appender as [ERRORFILE]
 06:50:39,169 |-INFO in
 ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing component
 [filter] on top of the object stack.
 06:50:39,172 |-INFO in
 ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing component
 [layout] on top of the object stack.
 06:50:39,173 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
 property is set to [log/error.log]
 06:50:39,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
 Popping appender named [ERRORFILE] from the object stack
 06:50:39,173 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
 ROOT level set to WARN
 06:50:39,173 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction -
 Attaching appender named [CONSOLE] to Logger[ROOT]
 06:50:39,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction -
 Attaching appender named [FILE] to Logger[ROOT]
 06:50:39,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction -
 Attaching appender named [ERRORFILE] to Logger[ROOT]
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction -
 Setting additivity of logger [org.red5.server.Launcher] to true
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
 org.red5.server.Launcher level set to INFO
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction -
 Setting additivity of logger [org.red5.io] to true
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
 org.red5.io level set to INFO
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction -
 Setting additivity of logger [org.red5.logging.DerbyLogInterceptor] to true
 06:50:39,175 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
 org.red5.logging.DerbyLogInterceptor level set to WARN
 06:50:39,175 |-INFO in 

Re: [openmeetings-user]

2011-12-08 Thread seba.wag...@gmail.com
java.net.BindException: Address already in use
= there is another application already running on a port used by
OpenMeetings. You cannot run two services on the same port.
Either you turn one off or you change the ports (in red5.properties
and config.xml)

Sebastian


2011/12/8 Hasan Gharehasanloo hasan.gh...@gmail.com:
 Sebastian

 I re installed OP 1.9, but result was the same, this is my red5.log :

 2011-12-08 16:27:54,149 [main] INFO  org.red5.server.Launcher - Red5 Server
 1.0.0 RC2 $Rev: 4297 $ (http://code.google.com/p/red5/)
 2011-12-08 16:27:55,161 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer
 - Loading properties file from class path resource [red5.properties]
 2011-12-08 16:27:55,171 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory -
 Pre-instantiating singletons in
 org.springframework.beans.factory.support.DefaultListableBeanFactory@16dcf00:
 defining beans
 [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
 root of factory hierarchy
 2011-12-08 16:27:55,545 [main] INFO  o.s.b.f.c.PropertyPlaceholderConfigurer
 - Loading properties file from class path resource [red5.properties]
 2011-12-08 16:27:55,556 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory -
 Pre-instantiating singletons in
 org.springframework.beans.factory.support.DefaultListableBeanFactory@1fcf6c0:
 defining beans
 [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
 root of factory hierarchy
 2011-12-08 16:27:55,704 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory -
 Destroying singletons in
 org.springframework.beans.factory.support.DefaultListableBeanFactory@1fcf6c0:
 defining beans
 [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
 root of factory hierarchy
 2011-12-08 16:27:55,705 [main] INFO  o.s.b.f.s.DefaultListableBeanFactory -
 Destroying singletons in
 org.springframework.beans.factory.support.DefaultListableBeanFactory@16dcf00:
 defining beans
 [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
 root of factory hierarchy



 On Thu, Dec 8, 2011 at 4:31 PM, seba.wag...@gmail.com
 seba.wag...@gmail.com wrote:

 well that could be of course a problem.
 You can configure custom ports in red5.properties (but don't forget to
 update corresponding ports in config.xml)

 Sebastian

 2011/12/8 Edward Brookhouse eb...@healthydirections.com:
  I saw a great deal of address already in use when the apps were trying
  to
  start.
 
 
 
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of Hasan
  Gharehasanloo
  Sent: Thursday, December 08, 2011 6:56 AM
  To: openmeetings-user@googlegroups.com
  Subject: [openmeetings-user]
 
 
 
  Hi everybody
 
  I installed openmeetings by automatic scripts, on debian. but after
  installation my usrl (http://178.162.231.223:5080/openmeetings/install)
  doesnt work. nad when i run red5-debug.sh it say:
 
  Running on  Linux
  Starting Red5
  Listening for transport dt_socket at address: 8787
  Red5 root: /opt/red5
  Configuation root: /opt/red5/conf
  Root: /opt/red5
  Deploy type: bootstrap
  Logback selector: org.red5.logging.LoggingContextSelector
  06:50:38,869 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
  Could
  NOT find resource [logback-test.xml]
  06:50:38,869 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
  Found
  resource [logback.xml] at [file:/opt/red5/conf/logback.xml]
  06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
  Resource [logback.xml] occurs multiple times on the classpath.
  06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
  Resource [logback.xml] occurs at [file:/opt/red5/conf/logback.xml]
  06:50:38,870 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
  Resource [logback.xml] occurs at [file:/opt/red5/conf/logback.xml]
  06:50:39,079 |-INFO 

Re: [openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-08 Thread Zeeshan Ali Shah
May be this is the reason buy I dont think so that is the issue ..

can other report on this issue ?


Zee
On Thu, Dec 8, 2011 at 6:22 PM, greenes zurca...@gmail.com wrote:

 Zeeshan,

 The code it is right because OpenMeetings 1.9.0
 works great on Debian-5-Lenny.

 Your Ubuntu 11.04 and my Squeeze have news kernel
 based on Debian...could be that...?

 greenes

 On 8 dic, 19:25, Zeeshan Ali Shah zees...@infoshield.info wrote:
  Nothing is running on that port. otherwise it complains for it .   i have
  checked and telnet to the port .
 
  it is complaining about persistence entry unable to read..
 
  any hint ?
 
  Zeeshan
 
  On Thu, Dec 8, 2011 at 5:01 PM, seba.wag...@gmail.com 
 seba.wag...@gmail.com
 
   wrote:
   I am quite sure there is nothing wrong with the code.
   Please check exactly the Logfile, I guess you simply might have
   another application running on the same port.
 
   Sebastian
 
   2011/12/8 Zeeshan Ali Shah zees...@infoshield.info:
I think something wrong in the code ..  like it mentioned..
 
can some one from OM solve this issue ?
 
Zeeshan
 
On Thu, Dec 8, 2011 at 4:50 PM, greenes zurca...@gmail.com wrote:
 
...i renamed persistence.xml to persistence.xml-ori,
so no exist this file, and gives the same error:
 
OpenMeetings - Loading ...
The server is not yet completely initialized. Please try again in a
couple of seconds.
 
...i mean, in normal conditions dont read persistence.xml file.
 
...am rong at somewhere...but where?
 

 
On 8 dic, 17:35, greenes zurca...@gmail.com wrote:
 Please, permit me expose my experience.
 
 1)
 Debian-5-Lenny
 Java 1.6-last
 OpenMeetings 1.9.0
 ...it works great.
 
 2)
 Debian-6-Squeeze fresh install updated
 Java 1.6-last
 OpenMeetings 1.9.0
 /red5.sh
 
 Just type:http://localhost:5080/openmeetings/install
 and get:
 
 OpenMeetings - Loading ...
 The server is not yet completely initialized. Please try again in
 a
 couple of seconds.
 
 
 just the same base data config than in Lenny.
 
 3)
 Debian-6-Squeeze
 Java 1.6-last
 OpenMeetings 1.6.2
 .../red5.sh
 
 ...get the installation but dont show the login page.
 In Lenny everything is fine.
 
 I mean. In my case Squeeze have the problem
 no OpenMeetings. Dont know what part of it...
 
 This problem with Squeeze is since this distro
 was born, and made diferents fresh installations
 of it.
 
 Hope a indication about the reason.
 
 Thanks
 
 On 8 dic, 16:50, Holger Rabbach (ICT) holger.rabb...@om.org
   wrote:
 
  Just to add to this, the same thing also happens if I try to use
   MySQL
  instead of Derby. Are there any new (since 1.8) java components
   that 1.9
  depends on that may not be bundled in the java version shipped
 in
   Ubuntu
  10.04?
 
  Holger
 
  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of Holger
   Rabbach
  (ICT)
  Sent: Donnerstag, 8. Dezember 2011 14:12
  To: openmeetings-user@googlegroups.com
  Subject: RE: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
 
  Hi,
 
  That's exactly the one I'm also using... can't get it to work
 here,
  though.
 
  Holger
 
  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of
  seba.wag...@gmail.com
  Sent: Donnerstag, 8. Dezember 2011 13:57
  To: openmeetings-user@googlegroups.com
  Subject: Re: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
 
  You should use sun-jdk6
 
  I just tried release 1.9.x on a Debian machine, there where no
   errors
  during startup.
 
  My Java Version:
  java version 1.6.0_26
  Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java
   HotSpot(TM)
  64-Bit Server VM (build 20.1-b02, mixed mode)
 
  Everything should be fine.
 
  Sebastian
 
  2011/12/8 Lee Daniel lee.e...@gmail.com:
   I have change sun-java-6 to openjdk,not solve the problem.
 
   On 12月8日, 下午8时05分, seba.wag...@gmail.com 
 seba.wag...@gmail.com
 
   wrote:
   And what Java Version ?
 
   2011/12/8 seba.wag...@gmail.com seba.wag...@gmail.com:
 
What shell script are you using the start the server?
red5.sh ?
 
Sebastian
 
2011/12/8 Holger Rabbach (ICT) holger.rabb...@om.org:
I actually have the exact same problem, also with a
 freshly
unzipped 1_9_0_r4692.zip file on Ubuntu 10.04 LTS. 1.8 and
   the nightly build
with RTMPS I was running until now didn't have this
 problem.
   Nothing was
copied into the zip file, nothing was configured... seems
 the
   zip file
doesn't like to play 

Re: [openmeetings-user] Re: Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

2011-12-08 Thread seba.wag...@gmail.com
could you please post your red5.log/openmeetings.log looking at
Exceptions inside those files.

I don't think that this has something todo with kernel versions or
anything like that.
I also don't think that it is OpenMeetings code related.

You might simply have another service running on a port openmeetings
requires or don't have necessary rights to populate the initial
database.

Sebastian

2011/12/8 Zeeshan Ali Shah zees...@infoshield.info:
 May be this is the reason buy I dont think so that is the issue ..

 can other report on this issue ?


 Zee

 On Thu, Dec 8, 2011 at 6:22 PM, greenes zurca...@gmail.com wrote:

 Zeeshan,

 The code it is right because OpenMeetings 1.9.0
 works great on Debian-5-Lenny.

 Your Ubuntu 11.04 and my Squeeze have news kernel
 based on Debian...could be that...?

 greenes

 On 8 dic, 19:25, Zeeshan Ali Shah zees...@infoshield.info wrote:
  Nothing is running on that port. otherwise it complains for it .   i
  have
  checked and telnet to the port .
 
  it is complaining about persistence entry unable to read..
 
  any hint ?
 
  Zeeshan
 
  On Thu, Dec 8, 2011 at 5:01 PM, seba.wag...@gmail.com
  seba.wag...@gmail.com
 
   wrote:
   I am quite sure there is nothing wrong with the code.
   Please check exactly the Logfile, I guess you simply might have
   another application running on the same port.
 
   Sebastian
 
   2011/12/8 Zeeshan Ali Shah zees...@infoshield.info:
I think something wrong in the code ..  like it mentioned..
 
can some one from OM solve this issue ?
 
Zeeshan
 
On Thu, Dec 8, 2011 at 4:50 PM, greenes zurca...@gmail.com wrote:
 
...i renamed persistence.xml to persistence.xml-ori,
so no exist this file, and gives the same error:
 
OpenMeetings - Loading ...
The server is not yet completely initialized. Please try again in a
couple of seconds.
 
...i mean, in normal conditions dont read persistence.xml file.
 
...am rong at somewhere...but where?
 

 
On 8 dic, 17:35, greenes zurca...@gmail.com wrote:
 Please, permit me expose my experience.
 
 1)
 Debian-5-Lenny
 Java 1.6-last
 OpenMeetings 1.9.0
 ...it works great.
 
 2)
 Debian-6-Squeeze fresh install updated
 Java 1.6-last
 OpenMeetings 1.9.0
 /red5.sh
 
 Just type:http://localhost:5080/openmeetings/install
 and get:
 
 OpenMeetings - Loading ...
 The server is not yet completely initialized. Please try again in
 a
 couple of seconds.
 
 
 just the same base data config than in Lenny.
 
 3)
 Debian-6-Squeeze
 Java 1.6-last
 OpenMeetings 1.6.2
 .../red5.sh
 
 ...get the installation but dont show the login page.
 In Lenny everything is fine.
 
 I mean. In my case Squeeze have the problem
 no OpenMeetings. Dont know what part of it...
 
 This problem with Squeeze is since this distro
 was born, and made diferents fresh installations
 of it.
 
 Hope a indication about the reason.
 
 Thanks
 
 On 8 dic, 16:50, Holger Rabbach (ICT) holger.rabb...@om.org
   wrote:
 
  Just to add to this, the same thing also happens if I try to
  use
   MySQL
  instead of Derby. Are there any new (since 1.8) java components
   that 1.9
  depends on that may not be bundled in the java version shipped
  in
   Ubuntu
  10.04?
 
  Holger
 
  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of Holger
   Rabbach
  (ICT)
  Sent: Donnerstag, 8. Dezember 2011 14:12
  To: openmeetings-user@googlegroups.com
  Subject: RE: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
 
  Hi,
 
  That's exactly the one I'm also using... can't get it to work
  here,
  though.
 
  Holger
 
  -Original Message-
  From: openmeetings-user@googlegroups.com
  [mailto:openmeetings-user@googlegroups.com] On Behalf Of
  seba.wag...@gmail.com
  Sent: Donnerstag, 8. Dezember 2011 13:57
  To: openmeetings-user@googlegroups.com
  Subject: Re: [openmeetings-user] Re: Can't start
  openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS
 
  You should use sun-jdk6
 
  I just tried release 1.9.x on a Debian machine, there where no
   errors
  during startup.
 
  My Java Version:
  java version 1.6.0_26
  Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java
   HotSpot(TM)
  64-Bit Server VM (build 20.1-b02, mixed mode)
 
  Everything should be fine.
 
  Sebastian
 
  2011/12/8 Lee Daniel lee.e...@gmail.com:
   I have change sun-java-6 to openjdk,not solve the problem.
 
   On 12月8日, 下午8时05分, seba.wag...@gmail.com
   seba.wag...@gmail.com
 
   wrote:
   And what Java Version ?
 
   2011/12/8 seba.wag...@gmail.com seba.wag...@gmail.com:
 
What shell script are you using 

Re: [openmeetings-user] LDAP requirements

2011-12-08 Thread Jeff Schoby
Ok, with these settings:
###
ldap_server_type=OpenLDAP
ldap_conn_url=ldap://myldap.server.com
ldap_admin_dn=cn:jas,ou:IS,o:Columbia
ldap_passwd=mypassword
ldap_search_base=o:Columbia
field_user_principal=cn
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no
ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=physicalDeliveryOfficeName
ldap_user_attr_phone=telephoneNumber
##

I can login as user 'jas' just fine, but trying to login as any other
eDirectory user (e.g.: faxadmin) results in:


Authentification to LDAP - Server start
DEBUG 12-08 13:28:24.567 LdapAuthBase.java 85917012 133
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] - log
inToLdapServer
DEBUG 12-08 13:28:24.574 LdapLoginManagement.java 85917019 362
org.openmeetings.app.ldap.LdapLoginManagement [NioProc
essor-3] - Checking server type...
DEBUG 12-08 13:28:24.574 LdapLoginManagement.java 85917019 366
org.openmeetings.app.ldap.LdapLoginManagement [NioProc
essor-3] - LDAP server is OpenLDAP
DEBUG 12-08 13:28:24.575 LdapLoginManagement.java 85917020 367
org.openmeetings.app.ldap.LdapLoginManagement [NioProc
essor-3] - LDAP search base: o=Columbia
DEBUG 12-08 13:28:24.578 LdapAuthBase.java 85917023 83
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] - auth
enticateUser
DEBUG 12-08 13:28:24.578 LdapAuthBase.java 85917023 99
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] -

Authentification to LDAP - Server start
DEBUG 12-08 13:28:24.578 LdapAuthBase.java 85917023 133
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] - log
inToLdapServer
ERROR 12-08 13:28:24.582 LdapAuthBase.java 85917027 105
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] -

Authentification on LDAP Server failed : [LDAP: error code 34 -
Invalid DN Syntax]
ERROR 12-08 13:28:24.584 LdapAuthBase.java 85917029 106
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-3] - [Au
thentification on LDAP Server failed]
javax.naming.InvalidNameException: [LDAP: error code 34 - Invalid DN Syntax]
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2973)
~[na:1.6.0_22]
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2780)
~[na:1.6.0_22]
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2694) ~[na:1.6.0_22]
at com.sun.jndi.ldap.LdapCtx.init(LdapCtx.java:306) ~[na:1.6.0_22]
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:193)
~[na:1.6.0_22]
at 
com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:211)
~[na:1.6.0_22]
at 
com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:154)
~[na:1.6.0_22]
at 
com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:84)
~[na:1.6.0_22]
at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
~[na:1.6.0_22]
at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:305)
~[na:1.6.0_22]
at javax.naming.InitialContext.init(InitialContext.java:240)
~[na:1.6.0_22]
at javax.naming.InitialContext.init(InitialContext.java:214)
~[na:1.6.0_22]
at 
javax.naming.directory.InitialDirContext.init(InitialDirContext.java:99)
~[na:1.6.0_22]
at 
org.openmeetings.app.ldap.LdapAuthBase.authenticateUser(LdapAuthBase.java:103)
~[openmeetings.jar:na]
at 
org.openmeetings.app.ldap.LdapLoginManagement.doLdapLogin(LdapLoginManagement.java:376)
[openmeetings.jar:
na]
at 
org.openmeetings.app.remote.MainService.loginUser(MainService.java:346)
[openmeetings.jar:na]
at sun.reflect.GeneratedMethodAccessor372.invoke(Unknown
Source) ~[na:na]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.6.0_22]
at java.lang.reflect.Method.invoke(Method.java:616) ~[na:1.6.0_22]
at 
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:199)
[red5.jar:na]
at 
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:116)
[red5.jar:na]
at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:160)
[red5.jar:na]
at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:406)
[red5.jar:na]
at 
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:134)
[red5.jar:na]
at 
org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:207)
[red5.jar:na]
at 
org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java
:716) [mina-core-2.0.4.jar:na]
at 

Re: [openmeetings-user] Abridged summary of openmeetings-user@googlegroups.com - 42 Messages in 7 Topics

2011-12-08 Thread Giuseppe Tofoni
Il giorno venerdì 9 dicembre 2011,  openmeetings-user@googlegroups.com ha
scritto:
   Today's Topic Summary

 Group: http://groups.google.com/group/openmeetings-user/topics

 Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS [24 Updates]
 LDAP requirements [7 Updates]
 .ppt,.doc giving erroe [2 Updates]
 office file giving error : need help [1 Update]
 Problem with Screen Recording Framerate [1 Update]
 [No Subject] [6 Updates]
 dashboard.show.myrooms [1 Update]

  Can't start openmeetings_1_9_0_r4692 under Ubuntu 10.04.3 LTS

 Lee Daniel lee.e...@gmail.com Dec 07 11:16PM -0800

 The environment is OK for the 1.8.8,but not work for the 1.9.Here is
 the output log!

 Exception in thread Launcher:/openmeetings
 org.springframework.beans.factory.BeanCreationException: Error ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 09:48AM +0100

 Hi Lee,

 I would guess you mixed up sth or copied some files into the ZIP file.
 Maybe you misconfigured the database persistence.xml or something else.
 What is your process to start OpenMeetings ...more

 Lee Daniel lee.e...@gmail.com Dec 08 01:07AM -0800

 Acturely i just unzip the download file openmeetings_1_9_0_r4692.zip
 and does't change anything.By the way the same pack runs well in the
 windows!
 In the terminal run ./red5-debug.sh and got the ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 10:13AM +0100

 you should use red5.sh
 or red5-highperf.sh

 Sebastian


 --
 Sebastian Wagner
 http://www.openmeetings.de
 http://www.webbase-design.de
 http://www.wagner-sebastian.com
 seba.wag...@gmail.com
 ...more

 Holger Rabbach (ICT) holger.rabb...@om.org Dec 08 10:48AM

 I actually have the exact same problem, also with a freshly unzipped
1_9_0_r4692.zip file on Ubuntu 10.04 LTS. 1.8 and the nightly build with
RTMPS I was running until now didn't have this problem. ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 01:05PM +0100

 What shell script are you using the start the server?
 red5.sh ?

 Sebastian


 --
 Sebastian Wagner
 http://www.openmeetings.de
 http://www.webbase-design.de
 http://www.wagner-sebastian.com ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 01:05PM +0100

 And what Java Version ?


 --
 Sebastian Wagner
 http://www.openmeetings.de
 http://www.webbase-design.de
 http://www.wagner-sebastian.com
 seba.wag...@gmail.com
 ...more

 Holger Rabbach (ICT) holger.rabb...@om.org Dec 08 12:13PM

 Yes, red5.sh, Java version:

 root@conftest:/usr/local# java -showversion
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
 Java HotSpot(TM) 64-Bit Server VM (build ...more

 Lee Daniel lee.e...@gmail.com Dec 08 04:50AM -0800

 I have change sun-java-6 to openjdk,not solve the problem.

 On 12月8日, 下午8时05分, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:
 ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 01:56PM +0100

 You should use sun-jdk6

 I just tried release 1.9.x on a Debian machine, there where no errors
 during startup.

 My Java Version:
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 02:03PM +0100

 maybe ports are already in use by other applications ?
 Is 8088 free on your machine? Cause that port is in use by default now.

 Sebastian


 --
 Sebastian Wagner
 http://www.openmeetings.de ...more

 Holger Rabbach (ICT) holger.rabb...@om.org Dec 08 01:12PM

 Hi,

 That's exactly the one I'm also using... can't get it to work here,
though.

 Holger


 -Original Message-
 From: openmeetings-user@googlegroups.com ...more

 Holger Rabbach (ICT) holger.rabb...@om.org Dec 08 01:50PM

 Just to add to this, the same thing also happens if I try to use MySQL
instead of Derby. Are there any new (since 1.8) java components that 1.9
depends on that may not be bundled in the java version ...more

 greenes zurca...@gmail.com Dec 08 06:35AM -0800

 Please, permit me expose my experience.

 1)
 Debian-5-Lenny
 Java 1.6-last
 OpenMeetings 1.9.0
 ...it works great.

 2)
 Debian-6-Squeeze fresh install updated
 Java 1.6-last
 OpenMeetings 1.9.0 ...more

 greenes zurca...@gmail.com Dec 08 07:50AM -0800

 ...i renamed persistence.xml to persistence.xml-ori,
 so no exist this file, and gives the same error:

 OpenMeetings - Loading ...
 The server is not yet completely initialized. Please try again in ...more

 Zeeshan Ali Shah javacli...@gmail.com Dec 08 06:51AM -0800

 The same thing happen to me , same error .i am using sun jdk6 on
 ubuntu 11.04.

 this software seems broken ..

 Zeeshan

 ...more

 Zeeshan Ali Shah zees...@infoshield.info Dec 08 04:59PM +0100

 I think something wrong in the code .. like it mentioned..

 can some one from OM solve this issue ?

 Zeeshan

 ...more

 seba.wag...@gmail.com seba.wag...@gmail.com Dec 08 05:01PM +0100

 I am quite sure there is nothing wrong with the code.
 Please check exactly the Logfile, I guess you simply might have
 another application