Error in establishing SQL Server connection

2010-03-11 Thread sid
Ok. so I downloaded the jdbc.jar file in the WEB-INF folder for
openmeetings and here are my config for the hibernate file:

property name=connection.usernameRemote/Administrator/property
property name=connection.password/property

!-- Database Settings --
property
name=connection.driver_classcom.microsoft.jdbc.sqlserver.SQLServerDriver/
property
property 
name=dialectorg.hibernate.dialect.SQLServerDialect/
property
property 
name=connection.urljdbc:sqlserver://209.17.190.95:455/
db1;databaseName=openmeetings;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf8/
property

When I restart Red5 server, I am getting an error file generated in
the log folde which reads something like this:

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.GeneratedConstructorAccessor22.newInstance(Unknown
Source) [na:na]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source) [na:1.6.0_18]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [na:
1.6.0_18]
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.GeneratedConstructorAccessor19.newInstance(Unknown
Source) [na:na]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source) [na:1.6.0_18]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [na:
1.6.0_18]
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]


Where am I going wrong? Please provide me your valuable inputs gurus.
I will need to get this up and running asap, and I am managing
everything on my own.

Thanks for your help!!!

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



I need help with the openmeetings installation, company wide issue

2010-03-10 Thread sid
Good morning,

We have a MS SQL server 2005 and I was trying to install openmeetings.
I changed the hibernate.cfg.xml file properties as follows:

property name=connection.username**/property
property name=connection.password**/property

!-- Database Settings --
property
name=connection.driver_classcom.microsoft.sqlserver.jdbc.SQLServerDriver/
property
property 
name=dialectorg.hibernate.dialect.SQLServerDialect/
property
property name=connection.urljdbc:sqlserver://
209.17.190.95:455;databaseName=openmeetings;autoReconnect=true;useUnicode=true;createDatabaseIfNotExist=true;characterEncoding=utf8/
property

Am I doing this right? Or do I need to change this settings? Also I
have downloaded the sqljdbc.jar file in the WEBAPPS\WEB-INF\LIB
folder. The instructions says restart your Red5 server. How do I do
that? What command do I need to put in?

Also Step 5 of the installation says 5.go to the Installer by
accessing it via browser: http://$rmpthostlocal/openmeetings/install
and follow the instructions ...what exactly is this?


All inputs on my above queries will be highly appreciated. I sincerely
thank all people providing your valuable inputs in advance.

Thanks
Sid Moitra

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