i've done next steeps:
1. unzipped
2 in mysql:

  CREATE USER 'openmeetings'@'localhost'  IDENTIFIED BY
'secret_password';
  GRANT  USAGE  ON  *.*  TO  'openmeetings'@'localhost'  IDENTIFIED
BY  'secret_password';
  CREATE  DATABASE  IF  NOT  EXISTS  `openmeetings`;
  GRANT  ALL  PRIVILEGES  ON  `openmeetings`.*  TO
'openmeetings'@'localhost';

3. edited red5/webapps/openmeetings/conf/hibernate.cfg.xml to state:
                <property name="connection.username">openmeetingsr</
property>
                <property name="connection.password">secret_password</
property>

                <!-- Database Settings -->
                <property
name="connection.driver_class">com.mysql.jdbc.Driver</
property>
                <property
name="dialect">org.hibernate.dialect.MySQLDialect</property>
                <property name="connection.url">jdbc:mysql://localhost/
openmeetings?
autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8</
property>

                <property name="hibernate.connection.CharSet">utf8</
property>
                <property
name="hibernate.connection.characterEncoding">utf8</property>
                <property name="hibernate.connection.useUnicode">true</
property>

 4. started red5.sh

log:
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [warn]
VelocityViewServlet: couldn't find template to match request.
ERROR 06-15 22:29:27.724 Install.java 46009 49
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - command equals null
ERROR 06-15 22:29:27.725 Install.java 46010 57
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
ERROR 06-15 22:29:27.725 Install.java 46010 58
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - bb /home/scientetik/openmeetings/red5/webapps/
openmeetings/conf/install.xml
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_welcome_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity   [info] Null
reference [template 'install_welcome_EN.vm', line 16, column 38] :
$RED5-HOME cannot be resolved.
ERROR 06-15 22:30:50.779 Install.java 129064 107
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
DEBUG 06-15 22:30:50.784 ImportInitvalues.java 129069 507
org.openmeetings.app.installation.ImportInitvalues
[http-0.0.0.0-5080-1] - Countries ADDED
[INFO] [http-0.0.0.0-5080-1] org.apache.catalina.core.ContainerBase.
[red5Engine].[0.0.0.0].[/openmeetings] -  Velocity  [debug]
ResourceManager : found install_step1_EN.vm with loader
org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
DEBUG 06-15 22:31:16.106 Install.java 154391 144
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - do init installation
ERROR 06-15 22:31:16.106 Install.java 154391 200
org.openmeetings.servlet.outputhandler.DownloadHandler
[http-0.0.0.0-5080-1] - step 0+ start init with values. my_nick *****
mail domain .....

I've fount in this group that it's probleb of db connection in many
times..
How can i check db conection ability of openmeeting to db? From mysql
console user is ok. i'm using diablo-jdk-1.6.0.07.02_9 Java
Development Kit 1.6.0_07.02

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

Reply via email to