Hello,
I try to use the function TellAfriend in SEQUOIA ERP 0.8.2 , but I have a bug message : Service [sendGenericNotificationEmail] threw an unexpected exception/error Exception: org.ofbiz.service.ServiceValidationException Message: Unknown parameter found: bodyUnknown parameter found: partyIdUnknown parameter found: subject
And the mail has sanded but the programmed run job { sendGenericNotificationEmail} again from the error,
Can you help me?
Best regards,
Miryame Attar
_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Does it work in the latest ofbiz version?
http://demo.opensourcestrategies.com:8086/ecommerce/control/main? Si miryame attar wrote: > Hello, > > I try to use the function TellAfriend in SEQUOIA ERP 0.8.2 , but I > have a bug message : *Service [sendGenericNotificationEmail] threw an > unexpected exception/error * > > * Exception: org.ofbiz.service.ServiceValidationException* > > * Message: Unknown parameter found: bodyUnknown parameter found: > partyIdUnknown * > > * parameter found: subject* > > And the mail has sanded but the programmed run job {* > sendGenericNotificationEmail*} again from the error, > > Can you help me? > > Best regards, > > Miryame Attar > Software Engineer > ___________________________________________________________________________________________________________________________________________________________________________________________ > P&T Consulting : La mobilité au service de vos systèmes > d’information…Expertise et solutions en SIG, WEB et Mobilité > P&T Consulting : Mobility in the service of your information > systems... Expertise and solutions in GIS, WEB and Mobility > ___________________________________________________________________________________________________________________________________________________________________________________________ > Tel +352 40 26 26 29 > Fax +352 40 24 34 > Email [hidden email] <mailto:[hidden email]> > Web www.ptc.lu <http://www.ptc.lu/> > ___________________________________________________________________________________________________________________________________________________________________________________________ > DISCLAIMER > This email and any files transmitted with it are confidential and/or > protected by intellectual property rights and intended solely for the > use of the individual or entity to whom they are addressed. Any use of > the information contained herein (including, but not limited to, total > or partial reproduction, communication or distribution in any form) by > persons other than the named adressee(s) is prohibited. Please notify > the sender immediately if you have received this e-mail by mistake and > delete this e-mail from your system. Please note that any views or > opinions presented in this email are solely those of the author and do > not necessarily represent those of the company. The company accepts no > liability for any damage caused by any virus transmitted by this > email. Thank you for your cooperation. > Le présent e-mail ainsi que ses annexes éventuelles contiennent des > informations confidentielles et/ou protégées par des droits de > propriété intellectuelle et sont destinés à l’usage exclusif du (des) > destinataire(s) susmentionné(s). Toute utilisation (notamment mais non > exclusivement pour la reproduction,la communication ou la diffusion > totale ou partielle sous quelque forme que ce soit) de leur contenu > par des personnes autres que le(s) destinataire(s) désigné(s) est > interdite. Veuillez informer immédiatement l’expéditeur si vous avez > reçu cet e-mail par erreur et le supprimer sans délais de votre > réseau. Les avis et opinions exprimés dans cet email n’engagent que > son auteur et ne reflètent pas forcément ceux de la société. La > société ne peut être tenue pour responsable en cas de dommage causé > par un virus transmis via cet email. Merci de votre collaboration. > >------------------------------------------------------------------------ > > >_______________________________________________ >Users mailing list >[hidden email] >http://lists.ofbiz.org/mailman/listinfo/users > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by miryame attar
Hello,
Thanks for your answer,
I try to use the function from the demo site but I not receive, and I use the lasted version of sequoia 0.8.2 and the message about the service sendGenericNotificationEmail
59824148 (invoker-Thread-56) [ ModelService.java:401:ERROR] [ModelService.validate] : {sendGenericNotificationEmail} : (OUT) Required test error: org.ofbiz.service.ServiceValidationException: Unknown parameter found: bodyUnknown parameter found: partyIdUnknown parameter found: subject 59824149 (invoker-Thread-56) [ ServiceDispatcher.java:366:ERROR] ---- exception report ---------------------------------------------------------- Outgoing result (in runSync : sendGenericNotificationEmail) does not match expected requirements Exception: org.ofbiz.service.ServiceValidationException Message: Unknown parameter found: bodyUnknown parameter found: partyIdUnknown parameter found: subject ---- stack trace --------------------------------------------------------------- org.ofbiz.service.ServiceValidationException: Unknown parameter found: bodyUnknown parameter found: partyIdUnknown parameter found: subject org.ofbiz.service.ModelService.validate(ModelService.java:463) org.ofbiz.service.ModelService.validate(ModelService.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:364) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:226) java.lang.Thread.run(Thread.java:534)
Miryame Attar
_______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Can you create a sourceforge bug issue for this?
This has been fixed in OFBiz since then, so it would require identifying the patch and testing it again. Si miryame attar wrote: > > > Hello, > > > > Thanks for your answer, > > > > I try to use the function from the demo site but I not receive, and I > use the lasted version of sequoia 0.8.2 and the message about the > service sendGenericNotificationEmail > > > > 59824148 (invoker-Thread-56) [ ModelService.java:401:ERROR] > [ModelService.validate] : {sendGenericNotificationEmail} : (OUT) > Required test error: org.ofbiz.service.ServiceValidationException: > Unknown parameter found: bodyUnknown parameter found: partyIdUnknown > parameter found: subject > > 59824149 (invoker-Thread-56) [ ServiceDispatcher.java:366:ERROR] > > ---- exception report > ---------------------------------------------------------- > > Outgoing result (in runSync : sendGenericNotificationEmail) does not > match expected requirements > > Exception: org.ofbiz.service.ServiceValidationException > > Message: Unknown parameter found: bodyUnknown parameter found: > partyIdUnknown parameter found: subject > > ---- stack trace > --------------------------------------------------------------- > > org.ofbiz.service.ServiceValidationException: Unknown parameter found: > bodyUnknown parameter found: partyIdUnknown parameter found: subject > > org.ofbiz.service.ModelService.validate(ModelService.java:463) > > org.ofbiz.service.ModelService.validate(ModelService.java:399) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:364) > > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213) > > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:110) > > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80) > > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:226) > > java.lang.Thread.run(Thread.java:534) > > > > > > > > Miryame Attar > > > > >------------------------------------------------------------------------ > > >_______________________________________________ >Users mailing list >[hidden email] >http://lists.ofbiz.org/mailman/listinfo/users > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |