viernes, 4 de febrero de 2022

Get a plugin installed from iDempiere Server

You find the number in the OSGI console, for example:

telnet localhost 12612

ss
shows me all the plugins

for example on our server we have this plugin:
902 ACTIVE de.bxservice.docstatusvalidator_1.0.1.202112061705

So I look in the operating system for a folder named 902, like so:

$locate /902/
/opt/idempiere-server/configuration/org.eclipse.osgi/902/0
/opt/idempiere-server/configuration/org.eclipse.osgi/902/0/bundleFile

That bundlefile is the jar, you can copy it and rename it, for example:

cp /opt/idempiere-server/configuration/org.eclipse.osgi/902/0/bundleFile /tmp/de.bxservice.docstatusvalidator_1.0.1.202112061705.jar

No hay comentarios:

Publicar un comentario