4 Replies Latest reply on Mar 18, 2012 4:35 PM by wei0313

    how to resolve DuplicationServiceException jdbc driver issue?

    wei0313

      I have auto-deploy flag = true for EAR. However, every time I made changes in JSP in a WAR (inside of EAR). I would always get this warning and it leads to JBoss shutdown. I am not sure how to resolve this issue. Does anyone have any suggestions?

      Thanks in advance

       

      13:07:37,919 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 3.0)

      13:07:38,089 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010403: Deploying JDBC-compliant driver class org.apache.derby.jdbc.AutoloadedDriver (version 10.8)

      13:07:38,091 WARN  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010402: Unable to instantiate driver class "org.apache.derby.jdbc.AutoloadedDriver": org.jboss.msc.service.DuplicateServiceException: Service jboss.jdbc-driver.xxx_ear is already registered

      13:07:38,094 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.1)

      13:07:38,096 WARN  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) JBAS010402: Unable to instantiate driver class "org.postgresql.Driver": org.jboss.msc.service.DuplicateServiceException: Service jboss.jdbc-driver.xxx_ear is already registered