[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem when configure JBoss with SQL Anywhere 10.0
tomywu
do-not-reply at jboss.com
Thu Jun 26 22:36:08 EDT 2008
I have encountered the following problem while I try to deploy the datasource file asads.xml under the <jboss-server>\deploy. Could anyone please help?
asads.xml
<?xml version="1.0" encoding="UTF-8"?>
| <datasources>
| <local-tx-datasource>
| <jndi-name>ASADS</jndi-name>
| <connection-url>jdbc:sybase:Tds:localhost:2638</connection-url>
| <driver-class>com.sybase.jdbc2.jdbc.SybDriver</driver-class>
| <user-name>dba</user-name>
| <password>sql</password>
| </local-tx-datasource>
| </datasources>
Error in server.log (once I copy the asads.xml to the deploy folder)
2008-06-27 10:34:59,528 DEBUG [org.jboss.deployment.MainDeployer] Deployment of package: file:/C:/jboss-4.0.4.GA/server/default/deploy/asads.xml is waiting for an appropriate deployer.
2008-06-27 10:34:59,528 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo at 8904a670 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/asads.xml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/asads.xml
altDD: null
lastDeployed: 1214530337283
lastModified: 1214530337283
mbeans:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo at 8904a670 { url=file:/C:/jboss-4.0.4.GA/server/default/deploy/asads.xml }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss-4.0.4.GA/server/default/deploy/asads.xml
altDD: null
lastDeployed: 1214530337283
lastModified: 1214530337283
mbeans:
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161029#4161029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161029
More information about the jboss-user
mailing list