Hi,
I created my own plugin, packaged it in a jar, placed it in lib/ext but it not loading.
I have a tried quite a few things to debug, and am now running JMeter with Log4J in Debug.
In the log file, I see the jars from lib/ext being loaded, all of them except mine. It seems I have the right plugin manager:
Found plugin jpgc-plugins-manager version 1.10 at path /C:/Users/myuser/_bin/apache-jmeter-5.6.3/lib/ext/jmeter-plugins-manager-1.10.jar
I was hoping to see in the logs, no luck. Nor I can find any new menu items. I even tried copying jmeter-retrier-1.0.jar as my-jar-1.0.jar, to see if it pick it up. Just placing the jar in lib/ext doesn't appear to be enough.
I also tried to delete the cache (AppData\Local\Temp\pmgr_cache), still no lock on JM finding my jar.
JMeter seems to download the jars from an HTTP Source.
2025-03-26 10:09:07,898 DEBUG org.jmeterplugins.repository.Plugin: Found plugin tilln-retrier version 1.0 at path /C:/Users/myuser/_bin/apache-jmeter-5.6.3/lib/ext/jmeter-retrier-1.0.jar
That line made me suspicious. The retrier plugin name is "tilln-retrier". Where is that name defined? Where does JMeter gets a list of plugin names to load, if there's such a list?
I suspect I'm missing a configuration because placing a jar in lib/ext doesn't appear to be enough.
Regards.