You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Derek Lew (JIRA)" <ji...@apache.org> on 2015/10/20 06:53:27 UTC

[jira] [Created] (OFBIZ-6686) The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts] (The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts])

Derek Lew created OFBIZ-6686:
--------------------------------

             Summary: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts] (The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts])
                 Key: OFBIZ-6686
                 URL: https://issues.apache.org/jira/browse/OFBIZ-6686
             Project: OFBiz
          Issue Type: Bug
          Components: workeffort
    Affects Versions: Release Branch 13.07
            Reporter: Derek Lew


Hi 

in WorkEffort --> Calendar, create an event.  the following exception is thrown.

2015-10-20 11:57:09,910 |OFBiz-JobQueue-1     |ModelService                  |E| [ModelService.validate] : {sendMailMultiPart} : (IN) Required test error: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
2015-10-20 11:57:09,910 |OFBiz-JobQueue-1     |ServiceDispatcher             |E| Incoming context (in runSync : sendMailMultiPart) does not match expected requirements
org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
	at org.ofbiz.service.ModelService.validate(ModelService.java:642) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ModelService.validate(ModelService.java:578) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendFailureNotification(EmailServices.java:664) [ofbiz-common.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:346) [ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) [ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:591) [ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) [ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:98) [ofbiz-service.jar:?]
	at org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:454) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:271) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:290) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [ofbiz-minilang.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [ofbiz-service.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_40]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_40]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
2015-10-20 11:57:09,917 |OFBiz-JobQueue-1     |EmailServices                 |E| null
org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
	at org.ofbiz.service.ModelService.validate(ModelService.java:642) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ModelService.validate(ModelService.java:578) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendFailureNotification(EmailServices.java:664) [ofbiz-common.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:346) [ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) [ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:591) [ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) [ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:98) [ofbiz-service.jar:?]
	at org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:454) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:271) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:290) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [ofbiz-minilang.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [ofbiz-service.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_40]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_40]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
2015-10-20 11:57:10,386 |OFBiz-JobQueue-1     |ServiceDispatcher             |E| Error in Service [updateCommunicationEvent]: Error trying to begin transaction, could not process method: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: 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])
2015-10-20 11:57:10,400 |OFBiz-JobQueue-1     |TransactionUtil               |E| Rollback Only was set when trying to commit transaction here; throwing rollbackOnly cause exception
javax.transaction.RollbackException: Unable to commit: transaction marked for rollback
	at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:272) ~[geronimo-transaction-3.1.1.jar:3.1.1]
	at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:252) ~[geronimo-transaction-3.1.1.jar:3.1.1]
	at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:266) [ofbiz-entity-test.jar:?]
	at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:252) [ofbiz-entity-test.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:546) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [ofbiz-service.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_40]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_40]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
Caused by: org.apache.geronimo.transaction.manager.SetRollbackOnlyException: setRollbackOnly() called.  See stacktrace for origin
	at org.apache.geronimo.transaction.manager.TransactionImpl.setRollbackOnly(TransactionImpl.java:126) ~[geronimo-transaction-3.1.1.jar:3.1.1]
	at org.apache.geronimo.transaction.manager.TransactionManagerImpl.setRollbackOnly(TransactionManagerImpl.java:243) ~[geronimo-transaction-3.1.1.jar:3.1.1]
	at org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:380) ~[ofbiz-entity-test.jar:?]
	at org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:319) ~[ofbiz-entity-test.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:517) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendFailureNotification(EmailServices.java:664) ~[ofbiz-common.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:346) ~[ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:591) ~[ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:98) ~[ofbiz-service.jar:?]
	at org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:454) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:271) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:290) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	... 7 more
2015-10-20 11:57:10,401 |OFBiz-JobQueue-1     |ServiceDispatcher             |E| Could not commit transaction for service [sendCreatePartyEmailNotification] call
org.ofbiz.entity.transaction.GenericTransactionException: 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])
	at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:288) ~[ofbiz-entity-test.jar:?]
	at org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:252) ~[ofbiz-entity-test.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:546) [ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) [ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [ofbiz-service.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_40]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_40]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
Caused by: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [IN] [sendMailMultiPart.bodyParts]
	at org.ofbiz.service.ModelService.validate(ModelService.java:642) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ModelService.validate(ModelService.java:578) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:381) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendFailureNotification(EmailServices.java:664) ~[ofbiz-common.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:346) ~[ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:591) ~[ofbiz-common.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_40]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_40]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_40]
	at org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:98) ~[ofbiz-service.jar:?]
	at org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:307) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:454) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:271) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:290) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) ~[ofbiz-minilang.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:400) ~[ofbiz-service.jar:?]
	... 7 more
2015-10-20 11:57:10,404 |OFBiz-JobQueue-1     |GenericServiceJob             |E| Async-Service failed.
org.ofbiz.service.GenericServiceException: Could not commit transaction for service [sendCreatePartyEmailNotification] call: 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])
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:554) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:232) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:83) ~[ofbiz-service.jar:?]
	at org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:69) [ofbiz-service.jar:?]
	at org.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [ofbiz-service.jar:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_40]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_40]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)