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

2011-02-13 Thread Sebastian Wagner
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
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.



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

2011-02-13 Thread seba.wag...@gmail.com
Tom,

the name of the parameter is:
default-character-set=utf8
and I don't see anything like that in your config.

Anyhow, if no tables are created at all its a connection problem, either
with the auth or with the connection itself / host config.

You should contact some service team, if your are not familiar with CentOS
you might destroy more then you are able to fix afterwards.

Sebastian

2011/2/13 Tom Eagles tom.eag...@gmail.com

 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.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
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-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.



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

2011-02-13 Thread seba.wag...@gmail.com
*Basically the host team gave up *
= that is a little bit confusing as we have done number of CentOS
installations and other users here on this list too. I think there are even
links to howto's for CentOS from users contributed in the internet.

If you need to, we charge 10 hours á 50 Euro (so 500 Euro in total) for an
installation (no matter what OS). But we would prefer if you could reset the
host machine to its initial status by resetting the server or taking a fresh
VBox.

Sebastian

2011/2/13 Tom Eagles tom.eag...@gmail.com

 Hi sebastian,

 Basically the host team gave up trying to get openmeetings to work and left
 me to play with the test server i have full root access but am totally lost,
 i have read through all the threads and through your replies to others.



 as you said my experience is amlost 0 on centos, but even ther sys admins
 cant understand why its not working, its a rather large company but no one
 seems to know why its ot working or how to configure it.



 :(

 On Sun, Feb 13, 2011 at 4:06 PM, seba.wag...@gmail.com 
 seba.wag...@gmail.com wrote:

 Tom,

 the name of the parameter is:
 default-character-set=utf8
 and I don't see anything like that in your config.

 Anyhow, if no tables are created at all its a connection problem, either
 with the auth or with the connection itself / host config.

 You should contact some service team, if your are not familiar with CentOS
 you might destroy more then you are able to fix afterwards.

 Sebastian

 2011/2/13 Tom Eagles tom.eag...@gmail.com

 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.




 --
 Sebastian Wagner
 http://www.webbase-design.de
 http://openmeetings.googlecode.com
 http://www.wagner-sebastian.com
 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-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.


  --
 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.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
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-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: Autoconnect - NetConnection.Call.Failed - rtmpt://x.x.x.x:8088/openmeetings/hibernate

2011-02-13 Thread Ishan Dave
Hi Sebastian,

Thank you very much for your reply.  In fact yesterday eve remove
everything and reinstall all the things. Now its working fine. Step
which I follow are as follows.

1. Installed Open Office and run it in headless mode.  -
http://code.google.com/p/openmeetings/wiki/OpenOfficeConverter#Windows
2. Installed ImageMagick and add it in path variable of Windows
3. Installed GhostScript and add it in path variable of Windows
4. Installed PDF2SWF (SWFTools) and add it in path variable of Windows
5. Installed SoX and add it in path variable of Windows
6. Reconfigure the already installed MySQL to listen TCP/IP and set
the default Character Set/ Collation to UTF-8
7. Created one database named openmeetings with Collation type as :
utf8_general_ci
8. Extracted the openmeetings_1_6_rc1_r3621.zip file
9. Added username and password in hibernate-cfg.xml file of Open
Meetings web application available inside Red5
(openmeetings_1_6_rc1_r3621\red5\webapps\openmeetings\conf)
10. Run the Red5 server. (openmeetings_1_6_rc1_r3621\red5\red5.bat)
11. In web browser typed http://localhost:5080/openmeetings/install;

Hurray... :-)

Everything works fine...

These steps work fine for Windows XP for me, so sharing with you all.

Thank you,
Ishan Dave

On Feb 11, 9:01 pm, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi Ishan,

 which version of OpenMeetings are you using?
 Did you configure the database config and run the installer?

 Sebastian

 2011/2/11 Ishan Dave isha...@gmail.com







  Hi All,

  First of all would like to congratulate the highly intellectual team
  of OpenMeeting for developing such a  wonderful application.

  Today tried to setup it on my windows machine and ufortunetly getting
  following error.

  Autoconnect
  NetConnection.Call.Failed (during process it shows try 1, try 2, try
  3)
  rtmpt://x.x.x.x:8088/openmeetings/hibernate
  (Status bar shows aproximately 40 % completion)

  My Environment and installation are as follows
  1. OS - Windows XP Service Pack 3
  2. OpenMeeeting - openmeetings_1_6_rc1_r3621
  3. MySQL - 5.0.51
  4. Database name - openmeetings
  5. Database Collation - utf8_general_ci

  When I run the red5 and hit the url -http://x.x.x.x:5080/openmeetings/
  it will give me above error.

  contants of log files are as follows :
  0.0.0.0_access.2011-02-11.log
  127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] GET /openmeetings/ HTTP/
  1.1 200 3886
  127.0.0.1 - - [11/Feb/2011:11:14:00 +0530] GET /openmeetings/embed-
  compressed.js HTTP/1.1 304 -
  127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] GET /openmeetings/
  config.xml?random=1297403042083%5F%5Flzbc%5F%5F=1297403042083 HTTP/
  1.1 200 8790
  127.0.0.1 - - [11/Feb/2011:11:14:02 +0530] GET /openmeetings/
  maindebug.lzx-Dateien/maindebug.lzx HTTP/1.1 404 1435

  error.log
  2011-02-11 11:13:52,803 [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@1a1c42f
  2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
  o.h.c.C3P0ConnectionProvider - Both hibernate-style property
  'hibernate.c3p0.max_size' and c3p0-style property 'c3p0.max_size' have
  been set in hibernate.properties. Hibernate-style property
  'hibernate.c3p0.max_size' will be used and c3p0-style property
  'c3p0.max_size' will be ignored!
  2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
  o.h.c.C3P0ConnectionProvider - Both hibernate-style property
  'hibernate.c3p0.min_size' and c3p0-style property 'c3p0.min_size' have
  been set in hibernate.properties. Hibernate-style property
  'hibernate.c3p0.min_size' will be used and c3p0-style property
  'c3p0.min_size' will be ignored!
  2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
  o.h.c.C3P0ConnectionProvider - Both hibernate-style property
  'hibernate.c3p0.timeout' and c3p0-style property 'c3p0.timeout' have
  been set in hibernate.properties. Hibernate-style property
  'hibernate.c3p0.timeout' will be used and c3p0-style property
  'c3p0.timeout' will be ignored!
  2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
  o.h.c.C3P0ConnectionProvider - Both hibernate-style property
  'hibernate.c3p0.idle_test_period' and c3p0-style property
  'c3p0.idle_test_period' have been set in hibernate.properties.
  Hibernate-style property 'hibernate.c3p0.idle_test_period' will be
  used and c3p0-style property 'c3p0.idle_test_period' will be ignored!
  2011-02-11 11:13:56,874 [Launcher:/openmeetings] WARN
  o.h.c.C3P0ConnectionProvider - Both hibernate-style property
  'hibernate.c3p0.max_statements' and c3p0-style property
  'c3p0.max_statements' have been set in hibernate.properties. Hibernate-
  style property 'hibernate.c3p0.max_statements' will be used and c3p0-
  style property 'c3p0.max_statements' will be ignored!