Sorry, I didn't see all posts...

On May 14, 1:43 pm, bidab <ivan.bol...@gmail.com> wrote:
> Hi,
>
> Ok, please, what is the name of your database ?
> openmeetings or openmeetings_1 ?
> If it's openmeetings try to modify your file hibernate.cfg.xml like
> this :
>
> <property name="connection.url">jdbc:mysql://localhost/
> openmeetings?
> autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8</
> property>
>
> Bidab
>
> On May 14, 11:26 am, fcois93 <fcoi...@gmail.com> wrote:
>
> > here the first part of hibernate: (I have no password in my mysql
> > database)
>
> > <?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.username">root</property>
> >                 <property name="connection.password"></property>
>
> >                 <!-- Database Settings -->
> >                 <property
> > name="connection.driver_class">com.mysql.jdbc.Driver</property>
> >                 <!--  for performance reasons changed to MyISAM from
> > org.hibernate.dialect.MySQLInnoDBDialect -->
> >                 <property
> > name="dialect">org.hibernate.dialect.MySQLMyISAMDialect</property>
> >                 <property name="connection.url">jdbc:mysql://localhost/
> > openmeetings_1?
> > 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>
>
> >                 <!-- Database Scheme Auto Update -->
> >                 <property name="hbm2ddl.auto">update</property>
>
> >                 <!-- properties -->
>
> >                 <property name="show_sql">false</property>
> >                 <property name="use_outer_join">false</property>
> >                 <property
> > name="hibernate.query.factory_class">org.hibernate.hql.ast.ASTQueryTranslatorFactory</
> > property>
> >         <property
> > name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</
> > property>
> >         <!--
> >         <property name="connection.provider_class
> > ">org.hibernate.connection.C3P0ConnectionProvider</property>
> >          -->
> >         <property
> > name="hibernate.cache.provider_class">org.hibernate.cache.NoCacheProvider</
> > property>
> >         <property name="hibernate.cache.use_query_cache">false</
> > property>
> >         <property name="hibernate.cache.use_second_level_cache">false</
> > property>
> >         <property name="hibernate.generate_statistics">false</
> > property>
> >         <property name="hibernate.cache.use_structured_entries">false</
> > property>
> > ...
>
> > On May 14, 11:23 am, Roberto Torresani <err...@gmail.com> wrote:
>
> > > Hi fcois93!
> > > Do you change hibernate file with login e password of dbuser?
> > > Create the db with the command:
> > > mysql -p -e 'create database openmeetings character set utf8;'
>
> > > Roberto
>
> > > 2009/5/14 fcois93 <fcoi...@gmail.com>
>
> > > > I TRYED TO RESTART ALL FROM ZERO.
> > > > WITH A NEW DEBIAN LENNY
>
> > > > in that message :
> > > >     My commands
> > > >     MY STARTUP LOGS:
> > > >     MY CLIENT-CONNECTION LOGS:
>
> > > > My commands:
>
> > > >  mkdir tmpOpenmeetings
> > > >  cd tmpOpenmeetings/
> > > >  wget
> > > >http://openmeetings.googlecode.com/files/red5-0.8.RC3-build-hudson-re...
> > > >  apt-get install unzip
> > > >  apt-get install sun-java6-jdk
> > > >  apt-get install libart-2.0-2 libgif4 libjpeg62 libt1-5
> > > >  wget
> > > >http://ftp.fr.debian.org/debian/pool/main/s/swftools/swftools_0.8.1-2...
> > > >   dpkg -i swftools_0.8.1-2.1_i386.deb
> > > >   apt-get install mysql-server phpmyadmin xvfb  openoffice.org
> > > > imagemagick  gs-gpl swftools libart-2.0-2 subversion xfonts-base
> > > >  unzip red5-0.8.RC3-build-hudson-
> > > > red5_jdk6_openmeetings_all_in_one.zip
> > > >  ./red5.sh
>
> > > > MY STARTUP LOGS:
>
> > > >          new-host:~/tmpOpenmeetings/red5-0.8.RC3-build-hudson-
> > > > red5_jdk6_stable-79_2# ./red5.sh
> > > >          Starting Red5
> > > >          Red5 root: /root/tmpOpenmeetings/red5-0.8.RC3-build-hudson-
> > > > red5_jdk6_stable-79_2
> > > >           Configuation root: /root/tmpOpenmeetings/red5-0.8.RC3-build-
> > > > hudson-red5_jdk6_stable-79_2/conf
> > > >          Root: /root/tmpOpenmeetings/red5-0.8.RC3-build-hudson-
> > > > red5_jdk6_stable-79_2
> > > >           Deploy type: bootstrap
> > > >          Logback selector: org.red5.logging.LoggingContextSelector
> > > >          Setting default logging context: default
> > > >          Red5 Server 0.8.0-RC3 $Revision: 3568 $ (http://
> > > >www.osflash.org/red5)
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Refreshing
> > > > org.springframework.context.support.filesystemxmlapplicationcont...@3eca90
> > > > :
> > > > display name
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@3eca90
> > > > ];
> > > > startup date [Thu May 14 11:05:15 CEST 2009]; root of context
> > > > hierarchy
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Bean factory for application context
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@3eca90
> > > > ]:
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@123b25c
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
> > > > - Loading properties file from class path resource [red5.properties]
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.support.DefaultListableBeanFactory -
> > > > Pre-instantiating singletons in
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@123b25c
> > > > :
> > > > defining beans
> > > > [placeholderConfig,red5.common,red5.core,context.loader,tomcat.server];
> > > > root of factory hierarchy
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Refreshing
> > > > org.springframework.context.support.filesystemxmlapplicationcont...@14384c2
> > > > :
> > > > display name
>
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@14384c2
> > > > ];
> > > > startup date [Thu May 14 11:05:16 CEST 2009]; root of context
> > > > hierarchy
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Bean factory for application context
>
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@14384c2
> > > > ]:
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@160a26f
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
> > > > - Loading properties file from class path resource [red5.properties]
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.support.DefaultListableBeanFactory -
> > > > Pre-instantiating singletons in
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@160a26f
> > > > :
> > > > defining beans
>
> > > > [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,remotingCodecFactory,videoCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,BWControlService,schedulingService,warDeployService,remotingPool,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,playlistSubscriberStream,clientBroadcastStream];
> > > > root of factory hierarchy
> > > >          [INFO] [main] org.red5.server.service.WarDeployer - War
> > > > deployer service created
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Refreshing
> > > > org.springframework.context.support.filesystemxmlapplicationcont...@dada24
> > > > :
> > > > display name
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@dada24
> > > > ];
> > > > startup date [Thu May 14 11:05:16 CEST 2009]; parent: red5.common
> > > >          [INFO] [main]
> > > > org.springframework.context.support.FileSystemXmlApplicationContext -
> > > > Bean factory for application context
> > > > [org.springframework.context.support.filesystemxmlapplicationcont...@dada24
> > > > ]:
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@18f7386
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
> > > > - Loading properties file from class path resource [red5.properties]
> > > >          [INFO] [main]
> > > > org.springframework.beans.factory.support.DefaultListableBeanFactory -
> > > > Pre-instantiating singletons in
>
> > > > org.springframework.beans.factory.support.defaultlistablebeanfact...@18f7386
> > > > :
> > > > defining beans
>
> ...
>
> read more »
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to