Hi!
what is you operating system? and your db?
If you connect to db with login and password in config file, have you
success?

Bye
Roberto


2009/12/1 elodie <elodie.fant...@gmail.com>

> Hi,
> Can someone please help me about my problem, I really don't understand
> why I can't connect to my database.
>
> Thanks in advance.
>
> On 30 nov, 15:06, elodie <elodie.fant...@gmail.com> wrote:
> > Hi,
> >
> > I ran red5 from the dist directory but when I tried to start the
> > installation fromhttp://myIPaddress:5080/openmeetings/Install
> > But I've got some error in the red5 log, I can't connect to my
> > database (which is MySQL) I did edit the hibernate.cfg.xml.
> > I use java6.
> >
> > Here's a part of the log :
> >
> > ERROR 11-30 14:27:20.519 Install.java 60751 49
> > org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
> > command equals null
> > DEBUG 11-30 14:27:20.584 ImportInitvalues.java 60816 401
> > org.openmeetings.app.installation.ImportInitvalues [http-5080-1] -
> > Countries ADDED
> > [INFO] [http-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 11-30 14:27:44.700 Install.java 84932 144
> > org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
> > do init installation
> > ERROR 11-30 14:27:44.700 Install.java 84932 169
> > org.openmeetings.servlet.outputhandler.DownloadHandler [http-5080-1] -
> > step 0+ start init with values. elodie ***** elodie.fant...@timaca.fr
> > 1     3    0
> >
> > [WARN] [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-
> > #2] com.mchange.v2.resourcepool.BasicResourcePool -
> > com.mchange.v2.resourcepool.basicresourcepool$acquiret...@5098f9 --
> > Acquisition Attempt Failed!!! Clearing pending acquires. While trying
> > to acquire a needed new resource, we failed to succeed more than the
> > maximum number of allowed acquisition attempts (30). Last acquisition
> > attempt exception:
> > com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:
> > Could not create connection to database server. Attempted reconnect 3
> > times. Giving up.
> >         at sun.reflect.GeneratedConstructorAccessor23.newInstance(Unknown
> > Source) [na:na]
> >         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
> > (DelegatingConstructorAccessorImpl.java:27) [na:1.6.0_16]
> >         at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > [na:1.6.0_16]
> >         at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) [mysql-
> > connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.Util.getInstance(Util.java:381)
> [mysql-connector-
> > java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:
> > 2270) [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:723)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at sun.reflect.GeneratedConstructorAccessor21.newInstance(Unknown
> > Source) [na:na]
> >         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance
> > (DelegatingConstructorAccessorImpl.java:27) [na:1.6.0_16]
> >         at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> > [na:1.6.0_16]
> >         at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) [mysql-
> > connector-java-5.1.7-bin.jar:na]
> >         at
> com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
> > [mysql-connector-java-5.1.7-bin.jar:na]
> >         at com.mysql.jdbc.NonRegisteringDriver.connect
> > (NonRegisteringDriver.java:282) [mysql-connector-java-5.1.7-
> > bin.jar:na]
> >         at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection
> > (DriverManagerDataSource.java:135) [c3p0-0.9.1.jar:0.9.1]
> >         at
> > com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection
> > (WrapperConnectionPoolDataSource.java:182) [c3p0-0.9.1.jar:0.9.1]
> >         at
> > com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection
> > (WrapperConnectionPoolDataSource.java:171) [c3p0-0.9.1.jar:0.9.1]
> >         at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool
> > $1PooledConnectionResourcePoolManager.acquireResource
> > (C3P0PooledConnectionPool.java:137) [c3p0-0.9.1.jar:0.9.1]
> >         at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire
> > (BasicResourcePool.java:1014) [c3p0-0.9.1.jar:0.9.1]
> >         at com.mchange.v2.resourcepool.BasicResourcePool.access$800
> > (BasicResourcePool.java:32) [c3p0-0.9.1.jar:0.9.1]
> >         at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run
> > (BasicResourcePool.java:1810) [c3p0-0.9.1.jar:0.9.1]
> >         at
> com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run
> > (ThreadPoolAsynchronousRunner.java:547) [c3p0-0.9.1.jar:0.9.1]
> > Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:
> > Communications link failure
> >
> > Can you give me a clue about what may be wrong.
> >
> > On 30 nov, 10:38, Sebastian Wagner <seba.wag...@gmail.com> wrote:
> >
> > > hi,
> >
> > > there is *no need* to compile the client additionally! the ant task
> does it
> > > *all*!
> >
> > > and there is a complete red5 server + openmeetings in the folder dist!
> There
> > > is no need to copy openmeetings into any other red5 again. You can just
> run
> > > red5 from your dist directory (after editing the hibernate.cfg.xml of
> > > course.
> >
> > > Sebastian
> >
> > > 2009/11/30 elodie <elodie.fant...@gmail.com>
> >
> > > > Sorry to bother you again but I'm a little lost here.
> >
> > > > I can't use Eclipse so I need to install openmeetings directly on my
> > > > server.
> >
> > > > I run the command: ant -f build_red5webapp.xml dist in the directory
> > > > singlewebapp, all I have to do is copy the directory openmeetings in
> > > > my red5/webapps/ directory right ?
> > > > Then change the hibernate.cfg.xml.
> >
> > > > But I still don't know what to do about openlaszlo.
> >
> > > > On 30 nov, 09:28, Sebastian Wagner <seba.wag...@gmail.com> wrote:
> > > > > hi,
> >
> > > > > no your information is wrong.
> > > >http://code.google.com/p/openmeetings/wiki/BuildSources
> >
> > > > > says quite clearly:
> >
> > > > > As result of improving and simplifying the development process we
> changed
> > > > > the Source Locations
> >
> > > > > Please consider new Instructions and new Source Locations from
> > > > > BuildSourceNew <
> > > >http://code.google.com/p/openmeetings/wiki/BuildSourceNew>
> >
> > > > > you should do that!
> >
> > > > > Sebastian
> >
> > > > > 2009/11/30 elodie <elodie.fant...@gmail.com>
> >
> > > > > > Hi, thank you for your answer.
> >
> > > > > > Is it ok if I use those source :
> > > > > > For the client
> > > > > >http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/
> > > > > > For webapphttp://openmeetings.googlecode.com/svn/trunk/webapp/
> >
> > > > > > And about the source documentation, if I don't want to use
> Eclipse and
> > > > > > install openmeetings directly on a server (which is a Debian by
> the
> > > > > > way)
> > > > > > can I use this documentation :
> > > > > >http://code.google.com/p/openmeetings/wiki/BuildSources
> > > > > > or the step are going to be different ?
> >
> > > > > > Thanks
> >
> > > > > > On 27 nov, 19:14, Sebastian Wagner <seba.wag...@gmail.com>
> wrote:
> > > > > > > hi,
> >
> > > > > > > please review the source documentation:
> > > > > >http://code.google.com/p/openmeetings/wiki/BuildSourceNew?tm=4
> >
> > > > > > > choose your option and follow the steps. You are mixing
> different
> > > > source
> > > > > > > repositories together without actual need for that.
> >
> > > > > > > Sebastian
> >
> > > > > > > 2009/11/27 elodie <elodie.fant...@gmail.com>
> >
> > > > > > > > Hi,
> > > > > > > > I have trouble to install openmeetings from sources. I've
> tried a
> > > > lot
> > > > > > > > of different ways but had still the same issues.
> > > > > > > > The last install I did, was like that :
> >
> > > > > > > > I use :,
> > > > > > > > sun-java6,
> > > > > > > > red5_0.6.3-1,
> > > > > > > > lps-4.6.1,
> > > > > > > > and xvfb, openoffice, Imagemagick, ghostscript, swftools are
> up to
> > > > > > > > date.
> >
> > > > > > > > The revision that I have installed is the 2722,
> > > > > > > > - for webapp from
> > > > > > > >http://openmeetings.googlecode.com/svn/trunk/singlewebapp/
> > > > > > > > - for the client from
> > > > > > > >
> http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/
> >
> > > > > > > > I change the config.xml and hibernate.cfg.xml files like it's
> says.
> >
> > > > > > > > When I'm going tohttp://X.X.X.X:5080/openmeetings/Install,
> I've got
> > > > > > > > the 503 error.
> >
> > > > > > > > So I wanted to know what I did wrong, thanks for your answer.
> >
> > > > > > > > --
> >
> > > > > > > > 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<openmeetings-user%2bunsubscr...@googlegroups.com>
> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> >
> > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
> >
> >
> > > > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
> >
> > > > <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
> <openmeetings-user%25252bunsubscr...@googlegroups.com<openmeetings-user%2525252bunsubscr...@googlegroups.com>
> >
> >
> > > > > > > > .
> > > > > > > > For more options, visit this group at
> > > > > > > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > > > > --
> > > > > > > Sebastian
> >
> > > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > > > > >www.laszlo-forum.de
> > > > > > > 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-u...@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > > > > openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> >
> > > > <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
> >
> >
> > > > > > .
> > > > > > For more options, visit this group at
> >
> > ...
> >
> > plus de détails »
>
> --
>
> 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<openmeetings-user%2bunsubscr...@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-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