【问题标题】:Getting Error 500 in SMTP sampler in JMeter在 JMeter 的 SMTP 采样器中出现错误 500
【发布时间】:2019-08-02 13:24:04
【问题描述】:

在 JMeter 中运行 SMTP 采样器时出现此错误:
响应代码:500
响应消息:发送消息时出现 IOException

我在日志中得到以下信息:

javax.mail.MessagingException:在发送消息时出现 IOException com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1167) ~[mail-1.5.0-b01.jar:1.5.0-b01] 在 org.apache.jmeter.protocol.smtp.sampler.protocol.SendMailCommand.execute(SendMailCommand.java:303) ~[ApacheJMeter_mail.jar:3.2 r1790748] 在 org.apache.jmeter.protocol.smtp.sampler.SmtpSampler.executeMessage(SmtpSampler.java:169) [ApacheJMeter_mail.jar:3.2 r1790748] 在 org.apache.jmeter.protocol.smtp.sampler.SmtpSampler.sample(SmtpSampler.java:146) [ApacheJMeter_mail.jar:3.2 r1790748] 在 org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:491) [ApacheJMeter_core.jar:3.2 r1790748] 在 org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:425) [ApacheJMeter_core.jar:3.2 r1790748] 在 org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:254) [ApacheJMeter_core.jar:3.2 r1790748] 在 java.lang.Thread.run(未知 来源)[?:1.8.0_201] 引起:java.io.FileNotFoundException: V:\001 自动化\自动化脚本\测试计划\云\最终\优先级 6 - 在 java.io.FileInputStream.open0(Native) 处理(拒绝访问) 方法)~[?:1.8.0_201]

问题的可能原因是什么以及如何解决?

【问题讨论】:

    标签: jmeter smtp


    【解决方案1】:

    根据错误提示JMeter无法访问以下文件:

    V:\001 Automation\Automation Scripts\Test Plan\Cloud\Final\Priority 6 - Process
    

    确保amend the permissions to the file 并确保运行 JMeter 的用户帐户有权访问给定文件。

    还要注意according to JMeter Best Practices you should always be using the latest version of JMeter,因此请考虑尽快升级到JMeter 5.1(或JMeter Downloads 页面上提供的最新稳定版本)。

    【讨论】:

    • 我们是否总是要求有附件?
    • 这实际上取决于您,这取决于您正在执行的测试场景。从 SMTP 采样器的角度来看,附件不是强制性的,即您可以发送纯文本消息甚至是空消息。查看Load Testing Your Email Server: How to Send and Receive E-mails with JMeter 文章了解更多详情。
    • 我在添加附件时实际上绕过了这个问题。当我删除它时,遇到了这个问题
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-05-28
    相关资源
    最近更新 更多