- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从本地主机发送电子邮件。我正在使用 websphere 应用程序服务器。我收到以下错误:
[2/21/13 9:21:24:407 IST] 00000036 SystemOut O DEBUG: setDebug: JavaMail version 1.4ea
[2/21/13 9:21:24:502 IST] 00000036 SystemOut O DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
[2/21/13 9:21:24:527 IST] 00000036 SystemOut O DEBUG SMTP: useEhlo true, useAuth true
[2/21/13 9:21:24:527 IST] 00000036 SystemOut O DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 465, isSSL false
[2/21/13 9:21:25:212 IST] 00000036 WSX509TrustMa E CWPKI0022E: SSL HANDSHAKE FAILURE: A signer with SubjectDN "CN=smtp.gmail.com, O=Google Inc, L=Mountain View, ST=California, C=US" was sent from target host:port "*:9043". The signer may need to be added to local trust store "C:/Program Files (x86)/IBM/SDP/runtimes/base_v7/profiles/was70profile1/config/cells/drunkendeath-PCNode01Cell/nodes/drunkendeath-PCNode01/trust.p12" located in SSL configuration alias "NodeDefaultSSLSettings" loaded from SSL configuration file "security.xml". The extended error message from the SSL handshake exception is: "PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error".
[2/21/13 9:21:25:214 IST] 00000036 SystemOut O DEBUG SMTP: exception reading response: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:504 IST] 00000036 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [IBMBookSalesProjectEAR] [/IBMBookSalesProject] [/order_success.jsp]: Initialization successful.
[2/21/13 9:21:25:215 IST] 00000036 SystemErr R javax.mail.MessagingException: Exception reading response;
nested exception is:
javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1462)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at javax.mail.Service.connect(Service.java:275)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at javax.mail.Service.connect(Service.java:156)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at com.tgmc.mail.MailSupport.sendMail(MailSupport.java:82)
[2/21/13 9:21:25:216 IST] 00000036 SystemErr R at com.tgmc.mail.MailSupport.sendMail(MailSupport.java:43)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at com.tgmc.servlets.CompleteTransactionServlet.doPost(CompleteTransactionServlet.java:143)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at com.tgmc.servlets.CompleteTransactionServlet.doGet(CompleteTransactionServlet.java:44)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:718)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1449)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
[2/21/13 9:21:25:217 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
[2/21/13 9:21:25:218 IST] 00000036 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
[2/21/13 9:21:25:219 IST] 00000036 SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
[2/21/13 9:21:25:220 IST] 00000036 SystemErr R Caused by: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:221 IST] 00000036 SystemErr R at com.ibm.jsse2.n.a(n.java:42)
[2/21/13 9:21:25:221 IST] 00000036 SystemErr R at com.ibm.jsse2.sc.a(sc.java:277)
[2/21/13 9:21:25:221 IST] 00000036 SystemErr R at com.ibm.jsse2.gb.a(gb.java:354)
[2/21/13 9:21:25:221 IST] 00000036 SystemErr R at com.ibm.jsse2.gb.a(gb.java:292)
[2/21/13 9:21:25:221 IST] 00000036 SystemErr R at com.ibm.jsse2.hb.a(hb.java:118)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.hb.a(hb.java:162)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.gb.n(gb.java:262)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.gb.a(gb.java:177)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.sc.a(sc.java:71)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.sc.g(sc.java:167)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.sc.a(sc.java:170)
[2/21/13 9:21:25:222 IST] 00000036 SystemErr R at com.ibm.jsse2.e.read(e.java:38)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R at java.io.BufferedInputStream.fill(BufferedInputStream.java:229)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R at java.io.BufferedInputStream.read(BufferedInputStream.java:248)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440)
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R ... 31 more
[2/21/13 9:21:25:223 IST] 00000036 SystemErr R Caused by: com.ibm.jsse2.util.g: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:224 IST] 00000036 SystemErr R at com.ibm.jsse2.util.e.b(e.java:78)
[2/21/13 9:21:25:224 IST] 00000036 SystemErr R at com.ibm.jsse2.util.e.b(e.java:45)
[2/21/13 9:21:25:224 IST] 00000036 SystemErr R at com.ibm.jsse2.util.d.a(d.java:12)
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R at com.ibm.jsse2.gc.a(gc.java:15)
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R at com.ibm.jsse2.gc.checkServerTrusted(gc.java:48)
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R at com.ibm.ws.ssl.core.WSX509TrustManager.checkServerTrusted(WSX509TrustManager.java:310)
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R at com.ibm.jsse2.hb.a(hb.java:116)
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R ... 43 more
[2/21/13 9:21:25:225 IST] 00000036 SystemErr R Caused by: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:226 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:411)
[2/21/13 9:21:25:226 IST] 00000036 SystemErr R at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:258)
[2/21/13 9:21:25:226 IST] 00000036 SystemErr R at com.ibm.jsse2.util.e.b(e.java:51)
[2/21/13 9:21:25:227 IST] 00000036 SystemErr R ... 49 more
[2/21/13 9:21:25:227 IST] 00000036 SystemErr R Caused by: java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate Authority, O=Equifax, C=US is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:227 IST] 00000036 SystemErr R at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:111)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathValidatorImpl.engineValidate(PKIXCertPathValidatorImpl.java:176)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathBuilderImpl.myValidator(PKIXCertPathBuilderImpl.java:732)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:649)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:595)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:357)
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R ... 51 more
[2/21/13 9:21:25:228 IST] 00000036 SystemErr R Caused by: java.security.cert.CertPathValidatorException: Certificate chaining error
[2/21/13 9:21:25:230 IST] 00000036 SystemErr R at com.ibm.security.cert.CertPathUtil.findIssuer(CertPathUtil.java:298)
[2/21/13 9:21:25:230 IST] 00000036 SystemErr R at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:108)
[2/21/13 9:21:25:230 IST] 00000036 SystemErr R ... 56 more
此外,当我在 chrome 中打开我的项目时,我不断收到 https 错误。我该如何解决?请帮忙。
最佳答案
您正在尝试向使用 SSL 的服务器发送电子邮件(在本例中类似于 gmail),WebSphere 不信任该证书,这就是您失败的原因。
您需要将 Google 证书导入 WebSphere 的信任库,它应该可以为您工作。
最简单的方法是使用 Retrieve from port它允许您提供主机名和端口,WebSphere 将为您获取证书。
关于email - 无法从本地主机(websphere 应用程序服务器)发送邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14994384/
我有一个 postfix 电子邮件服务器,有一个问题我想调试。 我如何配置它以将每封电子邮件的副本发送到我的电子邮件(除了将电子邮件发送给其预期收件人)。 最佳答案 我最近开始工作了,所以尽管我会分享
我的 Web 应用程序发送电子邮件的频率相当高,它发送 3 种电子邮件:由用户发起、响应系统中的事件以及自动响应应用程序收到的电子邮件。 我想确保第三种类型的电子邮件不会陷入自动回复器相互交谈的无限循
我家里有一台电脑,但我无法在工作中使用它。我希望能够查看我的家用计算机生成的工作结果。我想出的最好的主意是在我的家用计算机上运行一个自动脚本,它在完成后通过电子邮件将结果(来自文本文件或 stderr
我在 Google App Engine 上编写了一个应用程序,可以将电子邮件发送到一个地址。应用程序在测试期间达到了它的“通过电子邮件发送的收件人”配额限制。对于“已发送电子邮件的收件人”配额,是否
我的代码循环发送多封带附件的电子邮件, 问题是最后(之前的所有)电子邮件的附件附加到下一封电子邮件。 例如。假设数据库中有 3 封电子邮件,每封邮件有 1 个附件(a1.pdf、a2.pdf、a3.p
我的应用程序使用电子邮件通知我重要事件。它通过将电子邮件发送到我的电子邮件地址(标记为应用程序的所有者)来这样做(使用 Python 运行时)。 免费层允许每天向收件人发送 100 封电子邮件,但向管
我们在 VPS 上使用 exim。我们在 WP 和 Magento 上托管多个域。 最近,当我在 Received 标题中看到以下内容时,我正在查看一些电子邮件:我的 linux 用户名、服务器名(不
官方格式是什么 name 在电子邮件标题中?我需要先验证用户输入,然后再将其粘贴到标题中。 另外,您是否碰巧知道好的正则表达式来验证名称+电子邮件对的形式? 最佳答案 Enjoy. 在stackov
我在很多地方都看到过这种问题,但还没有找到真正的答案。 有谁知道如何使用 html.jelly 模板使构建日志显示在正文中,而不是全部一起运行并实际用换行符分隔每一行? 我很确定答案在于需要对模板进行
我正在使用 Jenkins 2.2 和 email-ext plugin 2.42(两者都是最新的,我的所有其他插件也是如此)。我将全局配置设置为具有单个显式收件人,并且我的项目使用默认电子邮件通知配
使用 symfony 框架如何从本地主机发送测试电子邮件? 最简单的方法是什么? 谢谢! 最佳答案 我认为最简单的方法(也是我通常做的)是配置 _dev 环境以使用旧版 Gmail(或任何其他提供商)
使用 symfony 框架如何从本地主机发送测试电子邮件? 最简单的方法是什么? 谢谢! 最佳答案 我认为最简单的方法(也是我通常做的)是配置 _dev 环境以使用旧版 Gmail(或任何其他提供商)
我正在使用 sendgrid 发送电子邮件。但是当我尝试按如下方式创建电子邮件对象时 let email = new sendgrid.Email(); email.addTo("rhushikesh
谷歌在这里不是很有帮助。我想用 :set spell 撰写电子邮件上,但对于所有其他文件,:set spell应该关闭。我正在使用 mutt 和 Vim 作为撰写电子邮件的编辑器。 事实上,我很好奇,
我目前在 Windows 7 中使用 Jenkins。 我最近在 jenkins 中运行了一些构建。我能够通过 SVN Post commit 运行构建。 现在我必须通过电子邮件在 Jenkins 中
到目前为止,我已经制作了一个带有登录/注册功能的应用程序,它运行良好。 注册后会发送欢迎电子邮件。 但是我想要做的是在该邮件中发送一个链接,只有在单击它后才能登录。 比如论坛常用的注册邮箱等。 有人可
我工作的公司为医疗保健行业提供测试服务。作为我们服务的一部分,我们需要向客户的员工发送电子邮件。通常,这些人是临时工、兼职人员或契约(Contract)工,因此拥有私有(private)电子邮件地址(
我正在尝试通过 Twitter API 找人。我使用这样的网址:https://api.twitter.com/1/users/search.json?q=some@email.com但是有一个问题。
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 关闭 9 年前。 Improve this
我正在使用名为 email-ext 的 Jenkins 插件我想让 Jenkins 发送一封由 html.jelly 生成的电子邮件位于 $JENKINS_HOME/email-templates 中
我是一名优秀的程序员,十分优秀!