Code Monkey home page Code Monkey logo

Comments (5)

skondkar avatar skondkar commented on June 26, 2024

miqlogfiles.zip

Attaching evm.log and production.log files for reference.

from manageiq-providers-hawkular.

mtho11 avatar mtho11 commented on June 26, 2024

@skondkar looking into this...

from manageiq-providers-hawkular.

mtho11 avatar mtho11 commented on June 26, 2024

Hmm, I can't reproduce this. I'm able to deploy jdbc drivers no problem.

MiQ Version:
miq-version

Loads without error:
jdbc-driver-screen

Logs from EAP7:
14:32:50,162 INFO [org.hawkular.agent.monitor.cmd.AbstractDMRResourcePathCommand] (OkHttp http://localhost:8080/...) HAWKMONITOR010065: Received request to perform [Add] on a [JDBC Driver] given by inventory path [/t;hawkular/f;8991a758-a032-4912-b2bc-d674cbd05784/r;Local~~]
14:32:50,241 INFO [org.jboss.as.connector.subsystems.datasources] (OkHttp http://localhost:8080/...) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4)
14:32:50,244 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = postgresql
14:40:54,077 INFO [org.hawkular.agent.monitor.cmd.AbstractDMRResourcePathCommand] (OkHttp http://localhost:8080/...) HAWKMONITOR010065: Received request to perform [Add] on a [JDBC Driver] given by inventory path [/t;hawkular/f;8991a758-a032-4912-b2bc-d674cbd05784/r;Local~~]
14:40:54,093 INFO [org.jboss.as.connector.subsystems.datasources] (OkHttp http://localhost:8080/...) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.5)
14:40:54,094 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = mariadb
14:32:50,244 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = postgresql
14:40:54,077 INFO [org.hawkular.agent.monitor.cmd.AbstractDMRResourcePathCommand] (OkHttp http://localhost:8080/...) HAWKMONITOR010065: Received request to perform [Add] on a [JDBC Driver] given by inventory path [/t;hawkular/f;8991a758-a032-4912-b2bc-d674cbd05784/r;Local~~]
14:40:54,093 INFO [org.jboss.as.connector.subsystems.datasources] (OkHttp http://localhost:8080/...) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.5)
14:40:54,094 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = mariadb

Final Confirmation via CLI:
[[email protected]:10090 /] /subsystem=datasources:installed-drivers-list
{
"outcome" => "success",
"result" => [
{
"driver-name" => "mariadb",
"deployment-name" => undefined,
"driver-module-name" => "org.mariadb",
"module-slot" => "main",
"driver-datasource-class-name" => "",
"driver-xa-datasource-class-name" => "",
"driver-class-name" => "org.mariadb.jdbc.Driver",
"driver-major-version" => 1,
"driver-minor-version" => 5,
"jdbc-compliant" => false
},
{
"driver-name" => "postgresql",
"deployment-name" => undefined,
"driver-module-name" => "org.postgresql",
"module-slot" => "main",
"driver-datasource-class-name" => "",
"driver-xa-datasource-class-name" => "",
"driver-class-name" => "org.postgresql.Driver",
"driver-major-version" => 9,
"driver-minor-version" => 4,
"jdbc-compliant" => false
},
{
"driver-name" => "h2",
"deployment-name" => undefined,
"driver-module-name" => "com.h2database.h2",
"module-slot" => "main",
"driver-datasource-class-name" => "",
"driver-xa-datasource-class-name" => "org.h2.jdbcx.JdbcDataSource",
"driver-class-name" => "org.h2.Driver",
"driver-major-version" => 1,
"driver-minor-version" => 3,
"jdbc-compliant" => true
}
]
}

from manageiq-providers-hawkular.

skondkar avatar skondkar commented on June 26, 2024

@mtho11 Thanks..
Tested and verified that this issue does not exist in latest MIQ Version master.20170901051107_
Added postgres and MySQL jdbc drivers successfully.

from manageiq-providers-hawkular.

skondkar avatar skondkar commented on June 26, 2024

Closing the issue as it doe not exist in latest MIQ

from manageiq-providers-hawkular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.