Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External engine FBNETEXTERNALENGINE not found #104

Closed
ClumsyPenguin opened this issue Dec 14, 2022 · 1 comment
Closed

External engine FBNETEXTERNALENGINE not found #104

ClumsyPenguin opened this issue Dec 14, 2022 · 1 comment

Comments

@ClumsyPenguin
Copy link

ClumsyPenguin commented Dec 14, 2022

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant