Hi,

I sometimes see this when the JDBC driver has failed to load earlier on in
the jboss startup - so - can you see the JDBC bit earlier in the startup -
does it load your mysql jdbc driver?  Have you put it in lib/etc?  Have you
mentioned it in the jdbc section of jboss.jcml?

HTH,
Chris

> -----Original Message-----
> From: Brett Palmer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 07 March 2001 13:54
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] MySQL DB connection hangs with Pre2.1 release
> 
> 
> I'm having problems getting the MySQL db connection pool to 
> work with JBoss 
> pre2.1.  I'm using MySQL 3.23.31 and mm.sql JDBC driver 
> 2.0.2. When JBoss 
> tries to create the connection pool it just hangs and no 
> connection is ever 
> obtained. Here is my jboss.jcml entry for mysql.
> 
>   <mbean code="org.jboss.jdbc.XADataSourceLoader" 
> name="DefaultDomain:service=XADataSource,name=DefaultMySQL">
>     <attribute name="PoolName">DefaultMySQL</attribute>
>     <attribute 
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.X
> ADataSourceImpl</attribute>
>     <attribute name="Properties"></attribute>
>     <attribute name="URL">jdbc:mysql://localhost:3306/ith</attribute>
>     <attribute name="GCMinIdleTime">1200000</attribute>
>     <attribute name="JDBCUser">someuser</attribute>
>     <attribute name="MaxSize">10</attribute>
>     <attribute name="Password"></attribute>
>     <attribute name="GCEnabled">false</attribute>
>     <attribute name="InvalidateOnError">false</attribute>
>     <attribute name="TimestampUsed">false</attribute>
>     <attribute name="Blocking">true</attribute>
>     <attribute name="GCInterval">120000</attribute>
>     <attribute name="IdleTimeout">1800000</attribute>
>     <attribute name="IdleTimeoutEnabled">false</attribute>
>     <attribute name="LoggingEnabled">false</attribute>
>     <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
>     <attribute name="MinSize">0</attribute>
>   </mbean>
> 
> Any suggestions would be greatly appreciated.
> 
> Thanks,
> 
> Brett
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> 
> 

================================================================================================
This electronic message (email) and any attachments to it are subject to copyright and 
are sent for the personal attention of the addressee. Although you may be the named 
recipient, it may become apparent that this email and its contents are not intended 
for you and an addressing error has been made. This email may include information that 
is legally privileged and exempt from disclosure. If you have received this email in 
error, please advise us immediately and delete this email and any attachments from 
your computer system.Rabobank International is the trading name of Coöperatieve 
Centrale Raiffeisen-Boerenleenbank B.A. which is incorporated in the Netherlands. 
Registered with the Registrar of Companies for England & Wales No. BR002630 and 
regulated by the SFA for the conduct of investment business in the UK.

The presence of this footnote also confirms that this email has been automatically 
checked by Rabobank International for the presence of computer viruses prior to it 
being sent, however, no guarantee is given or implied that this email is virus free 
upon delivery.




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to