Hi,
I have a problem with the "SMTP activity" in BPM 6.7
When the workflow tries to send an email, the log file "bpm-runtime.log" generates the following error and the sending fails!!!
[com.documentum.bpm.services.BPSIntegrationFramework] - BPSIntegration method failed to execute in
Process Template: 'my-process' - Activity: 'TEST SMTP' - Activity Template: 'SMTP Activity Template'
[com.documentum.bpm.services.BPSIntegrationMethod] - null in Process Template: 'my-process' - Activity: 'TEST SMTP'.
Workitem: '4a01e2408000020d'
Workflow: 'my-process' - '4d01e2408000015a'
Activity: 'TEST SMTP' - '4c01e2408002618e'
Process: 'my-process' - '4b01e2408001c4c2'
java.lang.NullPointerException
at javax.mail.internet.MimeUtility.checkAscii(MimeUtility.java:1365)
at javax.mail.internet.MimeUtility.encodeWord(MimeUtility.java:664)
at javax.mail.internet.MimeUtility.encodeText(MimeUtility.java:472)
at com.documentum.bps.email.outbound.EmailSender.createMessage(EmailSender.java:102)
This is my example conf:
Performer: workflow supervisor


Regards