- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在关注本教程 https://docs.wso2.com/display/EI630/Point-to-Point+Messaging#865c10b8d4d64ac688d6a0799cfb6012
到达步骤 2(即运行 JMS Publisher)后,我在 JMeter 中收到错误
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级别如下:
在这种情况下,不需要重新启动 JMeter
关于java - WSO2:点对点消息传递,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58089651/
我正在尝试实现这个协议(protocol):http://en.wikipedia.org/wiki/Chord_(peer-to-peer ) 我从中了解到的是,加入“圆圈”的每个节点都放置在圆圈内
我对 java 中的 cometd 很陌生。 我对 java 中的 cometd 更感兴趣,但是当我用 google 搜索它时,我几乎找不到一个链接这是 cometd 链接,文档中不清楚。 有人可以发
什么是编写 XNA 点对点游戏的最佳方式而不必使用要求游戏的两个玩家都具有 XBOX Gold 成员(member)资格的 Windows Live 东西 我还需要一些客户端/服务器功能,但这还不是很
按照目前的情况,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
假设我有 2 部手机,彼此相距 50 米,我想从手机 A 向手机 B 发送一个非常小的数据包,而不使用与蜂窝塔的任何通信。 为了简单起见,我想构建一个应用程序,为同一半径(同一区域)的 2 部手机实现
我听说过点对点内存传输并阅读了一些关于它的内容,但无法真正理解与标准 PCI-E 总线传输相比它的速度有多快。 我有一个使用多个 GPU 的 CUDA 应用程序,我可能对 P2P 传输感兴趣。我的问题
我从Android website中发现了这一点他们告诉我当前的 API使开发人员能够为 Wifi 点对点进行一些编程仅适用于 Android 4.0(API 级别 14)。 这是真的吗?我的意思是我
我正在为网页编写一个简单的 javascript 游戏。我将使用 tidesdk 将其转换为桌面。我想让不同机器上的玩家无需通过服务器进行通信。 一般来说这可能吗?这是套接字??您是否有使用 Java
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 7 年前。 Improve this q
我想在我的 iPhone 应用程序中加入 Paypal 作为点对点选项来回馈 friend 。然而,当我在网上搜索 Paypal iOS 时,它说我现在应该使用 Braintree。 它非常易于使用并
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 4 年前。 Improve this qu
我正在寻找一种使用 p2p 将客户端(网络浏览器)连接到服务器(没有外部 IP)的方法。 作为客户端语言,我想使用 javascript。 我正在阅读有关 WebRTC 点对点的信息,但我不知道它是否
我在 .NET 3.5 中使用 WCF 来实现对等网络应用程序。我使用 PNRP 解析对等节点。 IGlobalStoreServiceContract 是我的契约(Contract),如下所示, [
按照目前的情况,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
是否有任何已知的方法可以在不使用专用中央服务器的情况下找到对等点? 即:如果我有对等方断开并重新连接到互联网但每次都获得一个新的 IP 地址,并且我想连接到他们而不设置专用服务器进行注册。 我正在考虑
我正在尝试将 Paypal 的自适应支付 API 集成到我的应用程序中,将只使用点对点交易,但我无法做任何与点对点支付相关的事情。我尝试使用这个工具 from Paypal 但我仍然没有取得任何成功。
我正在编写用于交换文本消息的点对点(它不应该有服务器 - 这是一项任务)程序。这是一个非常小的聊天。只是消息,没有别的。这是我第一次练习 Boost::Asio,因此我有一些问题。 正如我所说,我的聊
很难说出这里问的是什么。这个问题模棱两可、含糊不清、不完整、过于宽泛或言辞激烈,无法以目前的形式合理回答。如需帮助澄清此问题以便可以重新打开,visit the help center . 9年前关闭
我想使用 Python 和 Ubuntu 在两台计算机之间双向传输音频,最好使用 H.323 我看过 pjsip,但只能看到一种连接到 SIP 服务器的方式,而不是简单的点对点系统。 谁能指出我正确的
我有两个使用 vert.x EventBus 进行通信的 Java 类。 我有一个 Productor.java 类: package TP1; import io.vertx.core.Abstra
我是一名优秀的程序员,十分优秀!