gpt4 book ai didi

java - WSO2:点对点消息传递

转载 作者:行者123 更新时间:2023-12-02 00:15:48 27 4
gpt4 key购买 nike

我正在关注本教程 https://docs.wso2.com/display/EI630/Point-to-Point+Messaging#865c10b8d4d64ac688d6a0799cfb6012

到达步骤 2(即运行 JMS Publisher)后,我在 JMeter 中收到错误

enter image description here

Thread Name: Thread Group 1-1
Sample Start: 2019-09-25 06:11:40 NPT
Load time: 0
Connect Time: 0
Latency: 0
Size in bytes: 1209
Sent bytes:0
Headers size in bytes: 0
Body size in bytes: 1209
Sample Count: 1
Error Count: 1
Data type ("text"|"bin"|""):
Response code: 000
Response message: javax.naming.NamingException: javax.naming.NoInitialContextException: Cannot instantiate class: org.wso2.andes.jndi.PropertiesFileInitialContextFactory [Root exception is java.lang.ClassNotFoundException: org.wso2.andes.jndi.PropertiesFileInitialContextFactory ]


SampleResult fields:
ContentType:
DataEncoding: UTF-8

我已按照 Jmeter lib 文件夹中的说明操作了所需的 jar 文件,并且我正在以管理员权限运行 Jmeter。

我仍然收到此错误:

响应消息:javax.naming.NamingException:javax.naming.NoInitialContextException:无法实例化类:org.wso2.andes.jndi.PropertiesFileInitialContextFactory [根异常是java.lang.ClassNotFoundException:org.wso2.andes。 jndi.PropertiesFileInitialContextFactory]

我该如何解决这个问题?我错过了什么?

在测试计划中提供 jar 后,浏览选项(这样我就不必重新启动),仍然给出类未找到错误。以下是日志:

2019-09-25 15:10:19,299 INFO o.j.r.JARSourceHTTP: Requesting https://jmeter-plugins.org/repo/?installID=docker-461b0856afade2414c8e3dfbab5ca751-gui
2019-09-25 15:10:20,264 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-09-25 15:10:20,266 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xhtml+xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-09-25 15:10:20,266 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-09-25 15:10:20,266 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser
2019-09-25 15:10:20,266 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2019-09-25 15:10:20,267 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css is org.apache.jmeter.protocol.http.parser.CssParser
2019-09-25 15:10:22,056 INFO o.a.j.e.KeyToolUtils: keytool found at 'keytool'
2019-09-25 15:10:22,057 INFO o.a.j.p.h.p.ProxyControl: HTTP(S) Test Script Recorder SSL Proxy will use keys that support embedded 3rd party resources in file E:\apache-jmeter-5.0\bin\proxyserver.jks
2019-09-25 15:10:22,781 INFO o.a.j.s.FileServer: Default base='C:\Windows\system32'
2019-09-25 15:10:25,004 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are START times
2019-09-25 15:10:25,004 INFO o.a.j.s.SampleResult: sampleresult.default.encoding is set to ISO-8859-1
2019-09-25 15:10:25,004 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true
2019-09-25 15:10:25,004 INFO o.a.j.s.SampleResult: sampleresult.nanoThreadSleep=5000
2019-09-25 15:10:28,324 WARN o.j.r.PluginManagerMenuItem: Failed to load plugin updates info
java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V
at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:131) ~[jcl-over-slf4j-1.7.25.jar:1.7.25]
at org.apache.http.client.protocol.RequestAuthCache.process(RequestAuthCache.java:77) ~[httpclient-4.5.6.jar:4.5.6]
at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:133) ~[httpcore-4.4.10.jar:4.4.10]
at org.apache.http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:167) ~[httpcore-4.4.10.jar:4.4.10]
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:484) ~[httpclient-4.5.6.jar:4.5.6]
at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835) ~[httpclient-4.5.6.jar:4.5.6]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.6.jar:4.5.6]
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.6.jar:4.5.6]
at org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:499) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.JARSourceHTTP.execute(JARSourceHTTP.java:494) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.JARSourceHTTP.getJSON(JARSourceHTTP.java:152) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.JARSourceHTTP.getRepositories(JARSourceHTTP.java:276) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.JARSourceHTTP.getRepo(JARSourceHTTP.java:304) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.PluginManager.load(PluginManager.java:71) ~[jmeter-plugins-manager-1.3.jar:?]
at org.jmeterplugins.repository.PluginManagerMenuItem$1.run(PluginManagerMenuItem.java:41) [jmeter-plugins-manager-1.3.jar:?]
2019-09-25 15:18:30,504 INFO o.a.j.g.a.Load: Loading file: F:\Training\MQ\MQPubslisher.jmx
2019-09-25 15:18:30,505 INFO o.a.j.s.FileServer: Set new base='F:\Training\MQ'
2019-09-25 15:18:31,128 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2
2019-09-25 15:18:31,168 INFO o.a.j.s.SaveService: Using SaveService properties file encoding UTF-8
2019-09-25 15:18:31,171 INFO o.a.j.s.SaveService: Using SaveService properties version 5.0
2019-09-25 15:18:31,178 INFO o.a.j.s.SaveService: Loading file: F:\Training\MQ\MQPubslisher.jmx
2019-09-25 15:18:32,513 INFO o.a.j.s.FileServer: Set new base='F:\Training\MQ'
2019-09-25 15:27:32,675 INFO o.a.j.s.FileServer: Set new base='F:\Training\MQ'
2019-09-25 15:28:58,900 INFO o.a.j.e.StandardJMeterEngine: Running the test!
2019-09-25 15:28:58,902 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-09-25 15:28:58,903 INFO o.a.j.s.SampleEvent: List of sample_variables: []
2019-09-25 15:28:58,950 INFO o.a.j.t.TestPlan: added E:\apache-jmeter-5.0\lib\andes-client-4.0.0.jar to classpath
2019-09-25 15:28:58,952 INFO o.a.j.g.u.JMeterMenuBar: setRunning(true, *local*)
2019-09-25 15:28:59,559 INFO o.a.j.e.StandardJMeterEngine: Starting ThreadGroup: 1 : Thread Group
2019-09-25 15:28:59,564 INFO o.a.j.e.StandardJMeterEngine: Starting 1 threads for group Thread Group.
2019-09-25 15:28:59,565 INFO o.a.j.e.StandardJMeterEngine: Thread will continue on error
2019-09-25 15:28:59,566 INFO o.a.j.t.ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=1 perThread=1000.0 delayedStart=false
2019-09-25 15:28:59,590 INFO o.a.j.t.ThreadGroup: Started thread group number 1
2019-09-25 15:28:59,590 INFO o.a.j.e.StandardJMeterEngine: All thread groups have been started
2019-09-25 15:28:59,593 INFO o.a.j.t.JMeterThread: Thread started: Thread Group 1-1
2019-09-25 15:28:59,759 INFO o.a.j.t.JMeterThread: Thread is done: Thread Group 1-1
2019-09-25 15:28:59,760 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-1
2019-09-25 15:28:59,761 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2019-09-25 15:28:59,766 INFO o.a.j.p.j.c.InitialContextFactory: InitialContextFactory.close() called and Context instances cleaned up
2019-09-25 15:28:59,766 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)

最佳答案

请记住,对于任何属性更改以及在 JMeter Classpath 下添加 .jar 时,您都需要重新启动 JMeter ,否则更改将不会被采纳。

<小时/>

根据The Real Secret to Building a Database Test Plan With JMeter文章还应该可以将库添加到 JMeter 类路径 Test Plan级别如下:

enter image description here

在这种情况下,不需要重新启动 JMeter

关于java - WSO2:点对点消息传递,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58089651/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com