• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wildfly8.1 datasource creation

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I installed wildfly8.1. when I am creatie datasource , I get the following message. I am using ojdbc14.jar as JDBC driver. I installed the driver from deployment page and connect to Oracle database.

Unexpected HTTP response: 500

Request
{
"name" => "clbis",
"user-name" => "clbis",
"password" => "clbis",
"jndi-name" => "java:jboss/datasources/",
"connection-url" => "jdbc:oracle:thin:@utcit-oracle:1521:clbis",
"driver-class" => "oracle.jdbc.OracleDriver",
"jta" => false,
"pool-name" => "clbis_Pool",
"use-ccm" => false,
"background-validation" => false,
"validate-on-match" => false,
"share-prepared-statements" => false,
"enabled" => false,
"driver-name" => "OracleJDBCDriver",
"operation" => "add",
"address" => [
("subsystem" => "datasources"),
("data-source" => "clbis")
]
}

Response

Internal Server Error
{
"outcome" => "failed",
"failure-description" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.driver-demander.java:jboss/datasources/ is missing [jboss.jdbc-driver.OracleJDBCDriver]"]},
"rolled-back" => true
}

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What name did you give the JDBC driver when you installed it?
 
reply
    Bookmark Topic Watch Topic
  • New Topic