jacobalberty / firebird-docker

Firebird Dockerfile
130 stars 96 forks source link

External engine FBNETEXTERNALENGINE not found #104

Closed ClumsyPenguin closed 1 year ago

ClumsyPenguin commented 1 year ago

Are there any instructions on how to set up a plugin inside the container.

As of now i put the plugins folder inside the root of the volume mounted for the Firebird server inside the container. image

In Dbeaver i am able to connect to the fdb, but i cannot view any tables because of the missing plugin. In IbExpert it won't even open in the first place. resulting in:

Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
Error while parsing function INTERNALS.VERSION_STOP_SEED's BLR.
External engine FBNETEXTERNALENGINE not found.

Do i need to put the plugins folder somewhere else? I use jacobalberty/firebird:v3.0.10 version of the container for Firebird3.0

Content of plugins.conf

Plugin = FBNETEXTERNALENGINE {
    Module = $(dir_plugins)/FbNetExternalEngine/FbNetExternalEnginePluginShim
}

Plugin = UDR {
    Module = $(dir_plugins)/udr_engine
    Config = UDR_config
}

Config = UDR_config {
    path = $(dir_plugins)/udr
}
github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.