"Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

mjn

The server startup error message is:

16:08:37,829 ERROR [org.jboss.as.controller.management-operation] (ServerService
 Thread Pool -- 27) JBAS014613: Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("jdbc-driver" => "firebird")
]) - failure description: "JBAS010441: Failed to load module for driver [org.fir
ebirdsql]"

Content of module.xml:

<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.3" name="org.firebirdsql">
  <resources>
    <resource-root path="jaybird-2.2.5.jar"/>
  </resources>
  <dependencies>
    <module name="javax.api"/>
    <module name="javax.resource"/>
    <module name="javax.transaction.api"/>
  </dependencies>
</module>

Driver definition in standalone.xml:

<driver name="firebird" module="org.firebirdsql">
  <driver-class>org.firebirdsql.jdbc.FBDriver</driver-class>
</driver>

(Based on http://masterjboss.blogspot.de/2014/03/how-to-configure-mysql-jdbc-driver-in.html)

A similar problem (without accepted answer): Db2 Driver/Datasource setup on wildfly: Failed to load module for driver [com.ibm]

asohun

Replace <module name="javax.resource"/> with <module name="javax.resource.api"/> in the dependencies section.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Wildfly Failed to Load Module for Oracle Driver

From Dev

How to fix: "Failed to load module script ..." Angular 8, Electron 5

From Dev

How to fix error: Failed to load module "canberra-gtk-module"

From Dev

What is a "Failed to load module "module-ladspa-sink"" error?

From Dev

NVidia drivers don't work properly: `Failed to load module "nvidia" (module doesn't support this OS, 0)`

From Dev

Electron Failed to load Module

From Java

Thorntail 2.6.0.Final WildFly Dependecy Error

From Dev

Failed to load module in Angular JS

From Dev

WildFly 10 with PostgreSQL 9.4 datasource Error deploying application

From Dev

Wildfly 9 datasource spring jpa missing dependencies error on openshift

From Java

Apache Ignite datasource in WildFly

From Dev

Launch .war in wildfly with no Datasource

From Java

Wildfly configuration with DataSource

From Java

Add data to datasource wildfly

From Dev

Wildfly JNDI datasource not found

From Dev

Wildfly Deployment with Oracle Datasource

From

Android Firebase DynamiteModule: Failed to load module descriptor

From Dev

Failed to load module "canberra-gtk-module"

From Dev

wildfly/jboss (WildFly Core 17.0.3.Final) handskake failure with a GM protocol named GMTLSv1

From Java

How to configure datasource in wildfly 10?

From Dev

External Datasource file in Wildfly 10

From Dev

JavaMelody monitorking JTA datasource on WildFly

From Java

Add new Datasource (mysql) wildfly

From Dev

Wildfly deploy fail for missing datasource

From Dev

Final weight in 0-1 knapsack?

From Dev

while running check50 on my final project i am getting :( main function exists expected exit code 0, not 1 error

From Java

Getting Error While deploying Spring application on Wildfly16 (Migrating from Wildfly8 to 16)

From Dev

Gtk-Message: Failed to load module "pantheon-filechooser-module"

From Dev

Express routing static file: Failed to load module script

Related Related

  1. 1

    Wildfly Failed to Load Module for Oracle Driver

  2. 2

    How to fix: "Failed to load module script ..." Angular 8, Electron 5

  3. 3

    How to fix error: Failed to load module "canberra-gtk-module"

  4. 4

    What is a "Failed to load module "module-ladspa-sink"" error?

  5. 5

    NVidia drivers don't work properly: `Failed to load module "nvidia" (module doesn't support this OS, 0)`

  6. 6

    Electron Failed to load Module

  7. 7

    Thorntail 2.6.0.Final WildFly Dependecy Error

  8. 8

    Failed to load module in Angular JS

  9. 9

    WildFly 10 with PostgreSQL 9.4 datasource Error deploying application

  10. 10

    Wildfly 9 datasource spring jpa missing dependencies error on openshift

  11. 11

    Apache Ignite datasource in WildFly

  12. 12

    Launch .war in wildfly with no Datasource

  13. 13

    Wildfly configuration with DataSource

  14. 14

    Add data to datasource wildfly

  15. 15

    Wildfly JNDI datasource not found

  16. 16

    Wildfly Deployment with Oracle Datasource

  17. 17

    Android Firebase DynamiteModule: Failed to load module descriptor

  18. 18

    Failed to load module "canberra-gtk-module"

  19. 19

    wildfly/jboss (WildFly Core 17.0.3.Final) handskake failure with a GM protocol named GMTLSv1

  20. 20

    How to configure datasource in wildfly 10?

  21. 21

    External Datasource file in Wildfly 10

  22. 22

    JavaMelody monitorking JTA datasource on WildFly

  23. 23

    Add new Datasource (mysql) wildfly

  24. 24

    Wildfly deploy fail for missing datasource

  25. 25

    Final weight in 0-1 knapsack?

  26. 26

    while running check50 on my final project i am getting :( main function exists expected exit code 0, not 1 error

  27. 27

    Getting Error While deploying Spring application on Wildfly16 (Migrating from Wildfly8 to 16)

  28. 28

    Gtk-Message: Failed to load module "pantheon-filechooser-module"

  29. 29

    Express routing static file: Failed to load module script

HotTag

Archive