[openmeetings-user] Re: Install problems on centos 5.2

2011-02-13 Thread Tom Eagles
hi sebastian

in phpmyadmin the panel shows this

MySQL localhost

*
  MySQL connection collation: MySQL charset:  MySQL charset:
UTF-8 Unicode (utf8)
On Feb 13, 11:42 am, Sebastian Wagner seba.wag...@gmail.com wrote:
 you need to set the default-character-set=utf8 in the mysql configuration,
 restart mysql, delete the database and run the installer again.

 Sebastian

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



[openmeetings-user] Re: Install problems on centos 5.2

2011-02-13 Thread Tom Eagles
and MySQL charset:  UTF-8 Unicode (utf8)

still crashing after clicking installl and no tables created

On Feb 13, 3:20 pm, Tom Eagles tom.eag...@gmail.com wrote:
 hi sebastian

 in phpmyadmin the panel shows this

 MySQL localhost

     *
       MySQL connection collation: MySQL charset:  MySQL charset:
 UTF-8 Unicode (utf8)
 On Feb 13, 11:42 am, Sebastian Wagner seba.wag...@gmail.com wrote:



  you need to set the default-character-set=utf8 in the mysql configuration,
  restart mysql, delete the database and run the installer again.

  Sebastian

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



[openmeetings-user] Re: Install problems on centos 5.2

2011-02-13 Thread Tom Eagles
ok here is problem but have no idea how to fix it

character set clientutf8
(Global value)  latin1
character set connectionutf8
(Global value)  latin1
character set database  latin1
character set filesystembinary
character set results   utf8
(Global value)  latin1
character set serverlatin1
character set systemutf8
character sets dir  /usr/share/mysql/charsets/
collation connectionutf8_unicode_ci
(Global value)  latin1_swedish_ci

on the centospanel i opened up my.cnf

here is the contents

[mysqld]
max_connections = 300
key_buffer = 16M
myisam_sort_buffer_size = 32M
join_buffer_size = 2M
read_buffer_size = 2M
sort_buffer_size = 4M
table_cache = 1024
thread_cache_size = 286
interactive_timeout = 25
wait_timeout = 1000
connect_timeout = 10
max_allowed_packet = 16M
max_connect_errors = 10
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
tmp_table_size = 16M
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 16M
[myisamchk]
key_buffer = 32M
sort_buffer = 32M
read_buffer = 16M
write_buffer = 16M
[mysqlhotcopy]
interactive-timeout
bind-address = 127.0.0.1
character_set_server = utf8_unicode_ci

other than that i have no idea what to do

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



[openmeetings-user] Re: Install problems on centos 5.2

2011-02-12 Thread Tom Eagles
error log:

seeing lots of delimter errors
2011-02-12 10:46:04,627 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableRmiAdapter' being accessed! Ambiguous write methods found next
to actually used [public void
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]:
[public void
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]
2011-02-12 10:46:04,627 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableSsl' being accessed! Ambiguous write methods found next to
actually used [public void
org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public
void org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]
2011-02-12 10:46:04,628 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableMinaMonitor' being accessed! Ambiguous write methods found next
to actually used [public void
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]:
[public void
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]
2011-02-12 10:46:06,159 [main] WARN  o.s.b.f.c.CustomEditorConfigurer
- Passing PropertyEditor instances into CustomEditorConfigurer is
deprecated: use PropertyEditorRegistrars or PropertyEditor class names
instead. Offending key [java.net.SocketAddress; offending editor
instance:
org.apache.mina.integration.beans.InetSocketAddressEditor@387b1641
2011-02-12 10:46:14,430 [main] WARN  o.a.c.core.NamingContextListener
- Failed to register in JMX: javax.naming.NamingException: Could not
create resource factory instance [Root exception is
java.lang.ClassNotFoundException:
org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory]
2011-02-12 10:46:20,563 [Launcher:/openmeetings] ERROR
org.hibernate.util.XMLHelper - Error parsing XML: /usr/local/red5/
webapps/openmeetings/conf/hibernate.cfg.xml(15) The reference to
entity useUnicode must end with the ';' delimiter.
2011-02-12 10:46:20,634 [Red5_Scheduler_Worker-1] ERROR
org.hibernate.util.XMLHelper - Error parsing XML: /usr/local/red5/
webapps/openmeetings/conf/hibernate.cfg.xml(15) The reference to
entity useUnicode must end with the ';' delimiter.
2011-02-12 10:46:20,641 [Red5_Scheduler_Worker-3] ERROR
org.hibernate.util.XMLHelper - Error parsing XML: /usr/local/red5/
webapps/openmeetings/conf/hibernate.cfg.xml(15) The reference to
entity useUnicode must end with the ';' delimiter.
2011-02-12 10:46:20,650 [Red5_Scheduler_Worker-2] ERROR
org.hibernate.util.XMLHelper - Error parsing XML: /usr/local/red5/
webapps/openmeetings/conf/hibernate.cfg.xml(15) The reference to
entity useUnicode must end with the ';' delimiter.


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



[openmeetings-user] Re: Install problems on centos 5.2

2011-02-12 Thread Tom Eagles
red5 log

2011-02-12 10:46:03,398 [main] INFO  org.red5.server.Launcher - Red5
Server 0.9.1 $Rev: 4059 $ (http://code.google.com/p/red5/)
2011-02-12 10:46:03,487 [main] INFO
o.s.c.s.FileSystemXmlApplicationContext - Refreshing
org.springframework.context.support.FileSystemXmlApplicationContext@2e5bbd6:
startup date [Sat Feb 12 10:46:03 EST 2011]; root of context hierarchy
2011-02-12 10:46:04,305 [main] INFO
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from
class path resource [red5.properties]
2011-02-12 10:46:04,321 [main] INFO
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@3ad3c6a3:
defining beans
[placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server];
root of factory hierarchy
2011-02-12 10:46:04,352 [main] INFO
o.s.c.s.FileSystemXmlApplicationContext - Refreshing
org.springframework.context.support.FileSystemXmlApplicationContext@6c3c9c31:
startup date [Sat Feb 12 10:46:04 EST 2011]; root of context hierarchy
2011-02-12 10:46:04,517 [main] INFO
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from
class path resource [red5.properties]
2011-02-12 10:46:04,525 [main] INFO
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@3c3ac93e:
defining beans
[placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,bandwidthFilter,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,playlistSubscriberStream,clientBroadcastStream];
root of factory hierarchy
2011-02-12 10:46:04,627 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableRmiAdapter' being accessed! Ambiguous write methods found next
to actually used [public void
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]:
[public void
org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]
2011-02-12 10:46:04,627 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableSsl' being accessed! Ambiguous write methods found next to
actually used [public void
org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public
void org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]
2011-02-12 10:46:04,628 [main] WARN
o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property
'enableMinaMonitor' being accessed! Ambiguous write methods found next
to actually used [public void
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]:
[public void
org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]
2011-02-12 10:46:05,412 [main] INFO
org.red5.server.service.WarDeployer - War deployer service created
2011-02-12 10:46:05,910 [main] INFO
o.s.c.s.FileSystemXmlApplicationContext - Refreshing
org.springframework.context.support.FileSystemXmlApplicationContext@8429c19:
startup date [Sat Feb 12 10:46:05 EST 2011]; parent:
ApplicationContext 'red5.common'
2011-02-12 10:46:06,151 [main] INFO
o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from
class path resource [red5.properties]
2011-02-12 10:46:06,159 [main] WARN  o.s.b.f.c.CustomEditorConfigurer
- Passing PropertyEditor instances into CustomEditorConfigurer is
deprecated: use PropertyEditorRegistrars or PropertyEditor class names
instead. Offending key [java.net.SocketAddress; offending editor
instance:
org.apache.mina.integration.beans.InetSocketAddressEditor@387b1641
2011-02-12 10:46:06,163 [main] INFO
o.s.b.f.s.DefaultListableBeanFactory - Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@49594a88:
defining beans
[customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection,rtmpsMinaIoHandler,rtmpsTransport];
parent:
org.springframework.beans.factory.support.DefaultListableBeanFactory@3c3ac93e
2011-02-12 10:46:06,181 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- RTMP Mina Transport bound to /0.0.0.0:1935
2011-02-12 10:46:06,181 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- RTMP Mina Transport Settings
2011-02-12 10:46:06,181 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- Connection Threads: 4
2011-02-12 10:46:06,182 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- I/O Threads: 16
2011-02-12 10:46:06,273 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- TCP No Delay: true
2011-02-12 10:46:06,273 [main] INFO  o.r.s.net.rtmp.RTMPMinaTransport
- 

[openmeetings-user] Install problems on centos 5.2

2011-02-11 Thread Tom Eagles
Maybe I am going crazy but everytime i try to install openmeetings it
crashes at would be step 2 and i recieve host not found error.

the mysql server is on the same box

my hibernate.cfg.xml is as follows

?xml version=1.0 encoding=UTF-8?
!DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
configuration-3.0.dtd

!-- Generated file - Do not edit! --

hibernate-configuration

!-- a SessionFactory instance listed as /jndi/name --
session-factory

!-- User  / Password --
property name=connection.usernamemeeting/property
property name=connection.passwordtime2talk/property

!-- Database Settings --
property name=connection.driver_classcom.mysql.jdbc.Driver/
property
!--  for performance reasons changed to MyISAM from
org.hibernate.dialect.MySQLInnoDBDialect --
property 
name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
property
property name=connection.urljdbc:mysql://HOSTIPADDRESS/
openmeetings?
autoReconnect=trueuseUnicode=truecreateDatabaseIfNotExist=truecharacterEncoding=utf-8/
property

property name=hibernate.connection.CharSetutf8/property
property name=hibernate.connection.characterEncodingutf8/
property
property name=hibernate.connection.useUnicodetrue/property


!-- Database Scheme Auto Update --
property name=hbm2ddl.autoupdate/property

!-- properties --

property name=show_sqlfalse/property
property name=use_outer_joinfalse/property
property
name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslatorFactory/
property
property
name=hibernate.connection.provider_classorg.hibernate.connection.C3P0ConnectionProvider/
property
!--
property name=connection.provider_class
org.hibernate.connection.C3P0ConnectionProvider/property
 --
property
name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
property
property name=hibernate.cache.use_query_cachefalse/
property
property name=hibernate.cache.use_second_level_cachefalse/
property
property name=hibernate.generate_statisticsfalse/
property
property name=hibernate.cache.use_structured_entriesfalse/
property


property name=c3p0.max_size20/property
property name=c3p0.min_size2/property
property name=c3p0.idle_test_period100/property
property name=c3p0.max_statements100/property
property name=c3p0.timeout100/property

!-- mapping files --
mapping resource=org/openmeetings/app/hibernate/beans/adresses/
Adresses.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/adresses/
States.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Configuration.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorType.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
ErrorValues.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
LdapConfig.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Naviglobal.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navimain.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Navisub.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
OmTimeZone.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
SOAPLogin.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/basic/
Sessiondata.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
Appointment.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentCategory.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
AppointmentReminderTyps.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/calendar/
MeetingMember.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/domain/
Organisation_Users.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecording.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingLog.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingMetaData.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/flvrecord/
FlvRecordingMetaDelta.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/invitation/
Invitations.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/lang/
FieldLanguage.hbm.xml/
mapping resource=org/openmeetings/app/hibernate/beans/lang/