Businesses stopped getting alert emails. Although an alert email is generated every day, users haven’t received any.
Action Plan
Workflowreply-to-addresschanged to NoReplyto, stopping the Periodic alerts altogether for 1 month or so. This was caused by Jan RU Patching (28th Jan), which triggered Autoconfig and caused a change in the XML file configuration.
Here’s an extract from the workflow log –
[Jan 31, 2023 5:51:07 AM EST]:1675162267525:-1:-1:hostname:IP:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:IPaddr:58377:1674941037630:12:UNEXPECTED:[SVC-GSM-WFMLRSVC-139668-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.getFormattedMessages()]:Problem parsing XML -> org.xml.sax.SAXException: Replyto must be a valid email address
As a fix, I manually updated the reply-to-address to the valid email address and restarted the Workflow Notification Mailer to test periodic alerts. The permanent fix was to update the context file with the valid email address –
2. Workflow Diagram not coming up after enabling Java Web Start
Background
Workflow Diagram not coming up after enabling Java Web Start.
Earlier, JWS was enabled following Doc 2188898.1, Section 5.2 Enabling Java Web Start, Option 3.
However, users whose profile is set for Java Plug-in, still don’t see the workflow diagram in the browser.
Action Plan
The profile “WF: Workflow Mailer Framework Web Agent” was blank earlier. I updated the profile “WF: Workflow Mailer Framework Web Agent” to point to a specific physical Web Server host address that is non-load balanced (i.e.http://webserver.domain.com:
😉