Mayur B [
http://community.jboss.org/people/bingojava] created the discussion
"Local Tx Datasource is DOWN"
To view the discussion, visit:
http://community.jboss.org/message/568177#568177
--------------------------------------------------------------
Hi ,
I just restarted second instance on jboss server , wihtout different port settings (1299
for JNDI)
In the Datasource section of Admin console it showing my local Tx Datasource is DOWN .
There was no exception thrown in server startup log.
How to turn it on ...I tried to FLush it ..it says it is "successful" after
sometime ...but status is same --->
|| Name || Type || Status || Actions ||
| %1,4%
http://202.46.194.45:1460/admin-console/images/spacer.gif
(
http://202.46.194.45:1460/admin-console/images/spacer.gif) |
| DefaultDS
(
http://202.46.194.45:1460/admin-console/secure/summary.seam?path=-9&c...)
| Local Tx Datasource
(
http://202.46.194.45:1460/admin-console/secure/summary.seam?path=-3%2FRes...)
| UP | |
| jdbc/mysql
(
http://202.46.194.45:1460/admin-console/secure/summary.seam?path=-8&c...)
| Local Tx Datasource
(
http://202.46.194.45:1460/admin-console/secure/summary.seam?path=-3%2FRes...)
| DOWN | |
My mysql-ds.xml atached..
plz tell me how to turn it UP ?....
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
<local-tx-datasource>
<jndi-name>jdbc/mysql</jndi-name>
<use-java-context>false</use-java-context>
<connection-url>jdbc:mysql://202.46.194.45:3306/teshwa_bingo_jboss?zeroDateTimeBehavior=convertToNull</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>root</user-name>
<password>psc420</password>
<valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker</valid-connection-checker-class-name>
<metadata>
<type-mapping>mySQL</type-mapping>
</metadata>
</local-tx-datasource>
</datasources>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/568177#568177]
Start a new discussion in Datasource Configuration at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]