0

我在嘗試使用Ant通過命令提示符運行我的jmeter測試時遇到以下錯誤。通過命令提示符運行jmeter測試時出現「java(tm)binary has stopped working」錯誤

enter image description here

當我點擊「查看問題的詳細信息」,我得到以下錯誤。

*Problem signature: 
    Problem Event Name: APPCRASH 
    Application Name: java.exe 
    Application Version: 8.0.1210.13 
    Application Timestamp: 584f5bdd 
    Fault Module Name: java.exe 
    Fault Module Version: 8.0.1210.13 
    Fault Module Timestamp: 584f5bdd 
    Exception Code: c0000005 
    Exception Offset: 00009724 
    OS Version: 6.1.7601.2.1.0.256.48 
    Locale ID: 3081 
    Additional Information 1: 0a9e 
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 
    Additional Information 3: 0a9e 
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 
Read our privacy statement online: 
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409 
If the online privacy statement is not available, please read our privacy statement offline: 
    C:\windows\system32\en-US\erofflps.txt* 

有人可以幫忙嗎?

+0

命令提示符的錯誤消息: C: \ apache-jmeter-3.1 \ apache-jmeter-3.1 \ extras> ant Buildfile:C:\ apache-jmeter-3.1 \ apache-jmeter-3.1 \ extras \ build.xml run:'在此處輸入代碼 [echo] funcMode = false [jmeter]執行測試計劃:C:\ apache-jmeter-3.1 \ apache-jmeter-3.1 \ extras \ T est.jmx ==> C:\ apache-jmeter-3.1 \ apache -jmeter-3.1 \ extras \ Test.jtl _message_xalan: xslt-report: BUILD FAILED C:\ apache-jmeter-3.1 \ apache-jmeter-3.1 \ extras \ build.xml:124:輸入文件C:\ apach e-jmeter-3.1 \ apache-jmeter-3.1 \ extras \ Test.jtl不存在 – pit

回答

0

正如我從您發佈的問題,錯誤信息看,這是一個錯字...

此:

C:\ APACH電子JMeter的-3.1 \ Apache的JMeter的-3.1 \額外\ Test.jtl

有待:

C:\ Apache的JMeter的-3.1 \ Apache的JMeter的-3.1 \額外\ Test.jtl

差異:

APACH電子JMeter的-3.1 >> Apache的JMeter的-3.1

+0

抱歉Ivan是的。謝謝你指出。這是由於從CMD複製錯誤消息並將其粘貼到記事本中。 – pit

+0

我仍然收到相同的錯誤。你能提出任何解決方案嗎? – pit

0

運行在管理員模式下的命令窗口,這應該工作。

enter image description here

+0

嘗試運行命令提示符作爲管理員,但仍然收到相同的錯誤。 – pit

0

添加build.xml中的<jvmarg value="-Xmx1024m"/>線下<jmeter>標籤的工作原理是魅力:)

請參閱此瞭解更多詳情: - Jmeter Java memory Issue

相關問題