|
From: Tomas G. <to...@pr...> - 2003-09-04 08:41:32
|
There is probably som error in the JBoss connector setup, such as username/password in the xml file? Other common problems are that JBoss initiates network connections to the database, but the database does not allow network connections from the outside (it looks like outside). You must look in the JBoss log to see what error JBoss display when trying to set up the datasource. The error below says that DefaultDS does not exist, which indicates that JBoss could not set up the database connection. /Tomas surd wrote: > hi: > I replace hypersql with MYSQL according to > HOWTO-database.txt step by step. But errors are: > .... > 16:01:29,277 ERROR [EntityContainer] Starting failed > org.jboss.deployment.DeploymentException: Error: can't > find data source: java:/DefaultDS; - nested throwable: > (javax.naming.NameNotFoundException: DefaultDS not > bound) > ..... > > I have writen a java test program to ensure that > JDBC is sound already. |