<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    The DataSource is UNKNOWN run state
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/frankv">Frank Vestris</a> in <i>Beginner's Corner</i> - <a href="http://community.jboss.org/message/539774#539774">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hello,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>the only message related to my Datasource in server.log is the following:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2010-04-27 14:37:59,747 INFO&#160; [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] (main) Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySqlDS' to JNDI name 'java:MySqlDS' </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>it's an INFO message</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is the mysql-ds.xml contents:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p>&lt;!-- See <a class="jive-link-external-small" href="http://www.jboss.org/community/wiki/Multiple1PC">http://www.jboss.org/community/wiki/Multiple1PC</a> for information about local-tx-datasource --&gt;<br/>&lt;!-- $Id: mysql-ds.xml 88948 2009-05-15 14:09:08Z jesper.pedersen $ --&gt;<br/>&lt;!--&#160; Datasource config for MySQL using 3.0.9 available from:<br/><a class="jive-link-external-small" href="http://www.mysql.com/downloads/api-jdbc-stable.html">http://www.mysql.com/downloads/api-jdbc-stable.html</a><br/>--&gt;</p><p>&lt;datasources&gt;<br/>&#160; &lt;local-tx-datasource&gt;<br/>&#160;&#160;&#160; &lt;jndi-name&gt;MySqlDS&lt;/jndi-name&gt;<br/>&#160;&#160;&#160; &lt;connection-url&gt;jdbc:mysql://localhost:3306/myDatabase&lt;/connection-url&gt;<br/>&#160;&#160;&#160; &lt;driver-class&gt;com.mysql.jdbc.Driver&lt;/driver-class&gt;<br/>&#160;&#160;&#160; &lt;user-name&gt;root&lt;/user-name&gt;<br/>&#160;&#160;&#160; &lt;password&gt;frankv&lt;/password&gt;<br/>&#160;&#160;&#160; &lt;exception-sorter-class-name&gt;org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter&lt;/exception-sorter-class-name&gt;<br/>&#160;&#160;&#160; &lt;!-- should only be used on drivers after 3.22.1 with "ping" support<br/>&#160;&#160;&#160; &lt;valid-connection-checker-class-name&gt;org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker&lt;/valid-connection-checker-class-name&gt;<br/>&#160;&#160;&#160; --&gt;<br/>&#160;&#160;&#160; &lt;!-- sql to call when connection is created<br/>&#160;&#160;&#160; &lt;new-connection-sql&gt;some arbitrary sql&lt;/new-connection-sql&gt;<br/>&#160;&#160;&#160;&#160;&#160; --&gt;<br/>&#160;&#160;&#160; &lt;!-- sql to call on an existing pooled connection when it is obtained from pool - MySQLValidConnectionChecker is preferred for newer drivers<br/>&#160;&#160;&#160; &lt;check-valid-connection-sql&gt;some arbitrary sql&lt;/check-valid-connection-sql&gt;<br/>&#160;&#160;&#160;&#160;&#160; --&gt;</p><p>&#160;&#160;&#160; &lt;!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) --&gt;<br/>&#160;&#160;&#160; &lt;metadata&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160; &lt;type-mapping&gt;mySQL&lt;/type-mapping&gt;<br/>&#160;&#160;&#160; &lt;/metadata&gt;<br/>&#160; &lt;/local-tx-datasource&gt;<br/>&lt;/datasources&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I can access myDatabase from the MySQLAdministrator tool or SQuirreL tool</p><p>At jboss admin console the datasource status is DOWN and Run State UNKNOWN</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Maybe the mysql connector is not at the right place (server/default/lib)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Frank</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/539774#539774">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Beginner's Corner at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>