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

PluginsManagerCMD.sh parsing issue #16

Open
vchepkov opened this issue Oct 24, 2018 · 0 comments
Open

PluginsManagerCMD.sh parsing issue #16

vchepkov opened this issue Oct 24, 2018 · 0 comments

Comments

@vchepkov
Copy link

jmeter plugin provider fails once in a while. I caught output, when it happens :

2018-10-24 06:16:20,798 INFO o.j.r.PluginManagerCMD: Command is: status
2018-10-24 06:16:20,857 INFO o.j.r.JARSourceHTTP: Found cached repo
2018-10-24 06:16:20,990 INFO o.j.r.PluginManager: Plugins Status: [jpgc-graphs-basic=2.0, jpgc-graphs-additional=2.0, jpgc-graphs-composite=2.0, jpgc-graphs-dist=2.0, jpgc-graphs-vs=2.0, jpgc-plugins-manager=1.3, jmeter-core=4.0, jmeter-ftp=4.0, jmeter-http=4.0, jmeter-jdbc=4.0, jmeter-jms=4.0, jmeter-junit=4.0, jmeter-java=4.0, jmeter-ldap=4.0, jmeter-mail=4.0, jmeter-mongodb=4.0, jmeter-native=4.0, jmeter-tcp=4.0, jmeter-components=4.0]
[jpgc-graphs-basic=2.0, jpgc-graphs-additional=2.0, jpgc-graphs-composite=2.0, jpgc-graphs-dist=2.0, jpgc-graphs-vs=2.0, jpgc-plugins-manager=1.3, jmeter-core=4.0, jmeter-ftp=4.0, jmeter-http=4.0, jmeter-jdbc=4.0, jmeter-jms=4.0, jmeter-junit=4.0, jmeter-java=4.0, jmeter-ldap=4.0, jmeter-mail=4.0, jmeter-mongodb=4.0, jmeter-native=4.0, jmeter-tcp=4.0, jmeter-components=4.0]
2018-10-24 06:16:21,007 Thread-3 WARN Unable to register Log4j shutdown hook because JVM is shutting down. Using SimpleLogger

Provider expects last line to be the module list and fails here. As a workaround I have modified PluginsManagerCMD.sh to 'grep' only strings which starts with ^, but I think provider should do it.

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

No branches or pull requests

1 participant