0 Replies Latest reply on Feb 19, 2014 5:55 AM by jjakub

    jboss7 mysql jdbc driver regular jar deployment problem

    jjakub

      when I deploy mysql-connector-java-5.1.29-bin.jar into jboss-as-7.1.1.Final\standalone\deployments

      after jboss restart deploy fails (on first deploy it was successful)

      file

           mysql-connector-java-5.1.29-bin.jar.FAILED

      contains:

           JBAS014654: Composite operation was rolled back

       

      in jboss administration console under datasources I see it

      petclinicDS

      java:/jdbc/petclinic

      true

      but when I click on it I get two unknown errors:

       

       

       

      Unknown error

      Unexpected HTTP response: 500  Request { "address" => [ ("subsystem" => "datasources"), ("data-source" => "petclinicDS"), ("statistics" => "pool") ], "operation" => "read-resource", "include-runtime" => true }  Response  Internal Server Error { "outcome" => "failed", "failure-description" => "JBAS014739: No handler for read-resource at address [ (\"subsystem\" => \"datasources\"), (\"data-source\" => \"petclinicDS\"), (\"statistics\" => \"pool\") ]", "rolled-back" => true }

       

      I follow regular jar deployment from https://docs.jboss.org/author/display/AS71/Admin+Guide#AdminGuide-JDBCDriverInstallation

      what can be the cause of this problem ?

      how to investigate it ?