Workflow mailer not coming up.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Workflow mailer not coming up.

baig
Hi Erman,

how are you?

Our workflow mailer was working fine until morning today, suddenly it stopped.

we verified the office 365 account is working effectively for sending and receiving emails.

If i change the security to none the workflow mailer is getting started but not sending any emails.

if i change the security to start tls the workflow mailer is not starting up.

I tried running a test from operating system. but the command fails.

$AFJVAPRG -classpath .:$AF_CLASSPATH -Dprotocol=smtp
-Ddbcfile=$FND_SECURE/$TWO_TASK.dbc -Dserver=smtp.office365.com -Dport=587
-Dsecurity=STARTTLS -Dtruststore=$AF_JRE_TOP/lib/security/cacerts
-DoutboundUser=<username> -DoutboundPassword=<password> -Dconnect_timeout=120
-Ddebug=Y -Djavax.net.debug=all -Dlogfile=SmtpTestJan26.log
oracle.apps.fnd.wf.mailer.Mailer
> SmtpTestJan26.out


please advise.
Reply | Threaded
Open this post in threaded view
|

Re: Workflow mailer not coming up.

baig
[applmgr2@schodev ~]$ $AFJVAPRG -classpath:$AF_CLASSPATH -Dprotocol=smtp
Unrecognized option: -classpath:/p02/applpnf/PNF/fs2/EBSapps/comn/util/jdk64/lib/dt.jar:/p02/applpnf/PNF/fs2/EBSapps/comn/util/jdk64/lib/tools.jar:/p02/applpnf/PNF/fs2/EBSapps/comn/util/jdk64/jre/lib/rt.jar:/p02/applpnf/PNF/fs2/EBSapps/comn/shared-libs/ebs-3rdparty/WEB-INF/lib/ebs3rdpartyManifest.jar:/p02/applpnf/PNF/fs2/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-fmw/WEB-INF/lib/ebsFMWManifest.jar:/p02/applpnf/PNF/fs2/FMW_Home/Oracle_EBS-app1/shared-libs/ebs-appsborg/WEB-INF/lib/ebsAppsborgManifest.jar:/p02/applpnf/PNF/fs2/FMW_Home/oracle_common/modules/oracle.uix_11.1.1/uix2.jar:/p02/applpnf/PNF/fs2/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/p02/applpnf/PNF/fs2/FMW_Home/oracle_common/modules/oracle.jrf_11.1.1/jrf-client.jar:/p02/applpnf/PNF/fs2/EBSapps/comn/java/lib/cplex.jar:/p02/applpnf/PNF/fs2/EBSapps/comn/java/classes
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Reply | Threaded
Open this post in threaded view
|

Re: Workflow mailer not coming up.

ErmanArslansOracleBlog
Administrator
Probably, you've followed "E-Business Suite Workflow Steps for Configuring Workflow Java Mailer for SSL using Sendmail SMTP/STARTTLS (Doc ID 1326217.1)" and you are testing the configuration by taking the action given in step "Testing Java Mailer command line connection to SMTP Server"..

So what is the error that you get when your run the following command (by replacing the values according to your env..)

*What do you see in the log file? -- -Dlogfile=<logfile>

# $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=smtp \
-Ddbcfile=$FND_SECURE/<dbc file> \
-Dserver=<smtp server> -Dport=465 \
-Daccount=<imap account> \
-Dpassword=<password> \
-Dssl=Y \
-Dtruststore=<truststore location and name> \
-Dconnect_timeout=120 \
-Ddebug=Y \
-Dlogfile=<logfile> \