Well Im still having trouble with the database, I switched to mySQL but there is a problem with errors like this.ObjectName: jboss.j2ee:jndiName=tambur/billing/service,service=EJB | State: FAILED | Reason: org.jboss.deployment.DeploymentException: Error while fixing table name; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: org.gjt.mm.mysql.Driver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.gjt.mm.mysql.Driver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: org.gjt.mm.mysql.Driver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.gjt.mm.mysql.Driver)))) | | | 17:41:08,946 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-9002 | 17:41:09,325 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 | 17:41:09,337 INFO [JkMain] Jk running ID=0 time=0/32 config=null | 17:41:09,407 INFO [Server] JBoss (MX MicroKernel) [4.0.4RC1 (build: CVSTag=JBoss_4_0_4_RC1 date=200602071519)] Started in 43s:120ms
do you know anything about "org.gjt.mm.mysql.Driver" my db congif file looks like this<local-tx-datasource> | <jndi-name>TamburDS</jndi-name> | <connection-url>jdbc:mysql://localhost:3306/tambur</connection-url> | <driver-class>org.gjt.mm.mysql.Driver</driver-class> | <user-name>tambur</user-name> | <password></password> | <min-pool-size>5</min-pool-size> | </local-tx-datasource> Any ideas, Also Do I need to open the Coyote HTTP/1.1 on http-0.0.0.0-9002 port on my servers firewall? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933567#3933567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933567 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
