Re: installation under freebsd problem

2010-06-16 Thread Victor Sartori
Hi, I have a howto to install on freebsd, but it is writen  on brazilian 
portuguese.
I can send it for you, or i'll translate it, but you need a little 
patient :)


Same notes

1 - This howto, is not 100% validated, I think he have some 
inconsistencies...

2 - I was used the FreeBSD version 8
3 - For start the openoffice headless, you can use the same commands on 
linux
4 - If you have any question, or if i can help you, please ask my msn on 
email private.



[]'s

Victor


Em 15-06-2010 19:45, ScientEtik escreveu:

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.usernameopenmeetingsr/
property
 property name=connection.passwordsecret_password/
property

 !-- Database Settings --
 property
name=connection.driver_classcom.mysql.jdbc.Driver/
property
 property
name=dialectorg.hibernate.dialect.MySQLDialect/property
 property name=connection.urljdbc:mysql://localhost/
openmeetings?
autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/
property

 property name=hibernate.connection.CharSetutf8/
property
 property
name=hibernate.connection.characterEncodingutf8/property
 property name=hibernate.connection.useUnicodetrue/
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.

#kernel source
pkg_add -r mc (ele instala coisas como o perl, python e outros utilitários, 
além de ser um bom editor de textos)


sysnstall
configure
Distribuitions
src
base
sys

select cd-rom



#java
pkg_add -r lynx 

cd /usr/ports/java/jdk16
make install
desmarque a opcao tzupdate

feito isso ele irá mostrar uma mensagem dizendo que vc precisa fazer o 
download manual de 3 

installation under freebsd problem

2010-06-15 Thread ScientEtik
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.usernameopenmeetingsr/
property
property name=connection.passwordsecret_password/
property

!-- Database Settings --
property
name=connection.driver_classcom.mysql.jdbc.Driver/
property
property
name=dialectorg.hibernate.dialect.MySQLDialect/property
property name=connection.urljdbc:mysql://localhost/
openmeetings?
autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/
property

property name=hibernate.connection.CharSetutf8/
property
property
name=hibernate.connection.characterEncodingutf8/property
property name=hibernate.connection.useUnicodetrue/
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.