You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Chris Thistlethwaite (JIRA)" <ji...@apache.org> on 2017/08/03 19:34:00 UTC

[jira] [Comment Edited] (OFBIZ-5732) Error in sendMailHiddenInLog service

    [ https://issues.apache.org/jira/browse/OFBIZ-5732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115807#comment-14115807 ] 

Chris Thistlethwaite edited comment on OFBIZ-5732 at 8/3/17 7:33 PM:
---------------------------------------------------------------------

I put as "is part of" but, reading [~pandeypranay] I wonder if it's not a duplicate of OFBIZ-3379. I let him and [~lektran] who commited for OFBIZ-3379 decide


was (Author: jacques.le.roux):
I put as "is part of" but, reading [~pranay.pandey@hotwaxmedia.com] I wonder if it's not a duplicate of OFBIZ-3379. I let him and [~lektran] who commited for OFBIZ-3379 decide

> Error in sendMailHiddenInLog service
> ------------------------------------
>
>                 Key: OFBIZ-5732
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5732
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Wei Zhang
>            Assignee: Wei Zhang
>             Fix For: 14.12.01, 15.12.01, 13.07.04
>
>
> I got the following error when calling sendMailHiddenInLog, see the errors below.
> {code}
> 2014-08-27 02:18:41,395 (OFBiz-JobQueue-0) [  ServiceDispatcher.java:550:ERROR]
> ---- exception report ----------------------------------------------------------
> Could not commit transaction for service [sendMailHiddenInLog] call
> Exception: org.ofbiz.entity.transaction.GenericTransactionException
> Message: Roll back error, could not commit transaction, was rolled back instead because of: Service [sendMailMultiPart] threw an unexpected exception/errororg.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts] (The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts])
> ---- cause ---------------------------------------------------------------------
> Exception: org.ofbiz.service.ServiceValidationException
> Message: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
> org.ofbiz.service.ModelService.validate(ModelService.java:630)
> org.ofbiz.service.ModelService.validate(ModelService.java:572)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232)
> org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83)
> org.ofbiz.common.email.EmailServices.sendFailureNotification(EmailServices.java:667)
> org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:349)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> java.lang.reflect.Method.invoke(Method.java:606)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232)
> org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69)
> org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87)
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> java.lang.Thread.run(Thread.java:745)
> --------------------------------------------------------------------------------
> {code}
> I think we should miss the code below before line 667 in EmailServices.java
> {code}
>         newContext.put("bodyParts", bodyParts);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)