error in sendemail service
-------------------------- Key: OFBIZ-4309 URL: https://issues.apache.org/jira/browse/OFBIZ-4309 Project: OFBiz Issue Type: Bug Components: framework Environment: Fedora 11 ,ofbiz 10.04 Reporter: Hisham Abaza Priority: Critical i set general.properties as in Basic OFBiz Production Setup doc My general.properties ************************* # -- general default 'fromEmailAddress' can be overridden in: EmailTemplateSetting defaultFromEmailAddress=[hidden email] # -- The default domainname used in the notification emails links # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file. # -- mail notifications enabled (Y|N) mail.notifications.enabled=Y # -- redirect all mail notifications to this address for testing #mail.notifications.redirectTo= # -- the default mail server to use mail.smtp.relay.host=smtpout.secureserver.net # -- SMTP Auth settings mail.smtp.auth.user=[hidden email] mail.smtp.auth.password=**************************************** # -- Additional Required Fields needed for Gmail and other non traditional smtp servers # -- These added fields also work for Yahoo business mail for instance # -- Gmail smtp port can be either 465 or 587 mail.smtp.port=465 ************************** this exceptions appears ################################################################################################ mail.store.protocol2011-06-06 21:12:26,332 (Timer-0) [ JavaMailContainer.java:267:ERROR] Mail service invocation error for mail store imap://%5Buser%5D@[host]: javax.mail.MessagingException: [host]; nested exception is: java.net.UnknownHostException: [host] DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset 2011-06-06 21:12:56,066 (default-invoker-Thread-80) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset 2011-06-06 21:12:56,067 (default-invoker-Thread-10) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset 2011-06-06 21:12:56,067 (default-invoker-Thread-12) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,068 (default-invoker-Thread-10) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,068 (default-invoker-Thread-12) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,067 (default-invoker-Thread-80) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,068 (default-invoker-Thread-8) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,069 (default-invoker-Thread-80) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,070 (default-invoker-Thread-8) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,070 (default-invoker-Thread-8) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,069 (default-invoker-Thread-12) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,068 (default-invoker-Thread-10) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] DEBUG: setDebug: JavaMail version 1.4ea 2011-06-06 21:12:56,071 (default-invoker-Thread-8) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- DEBUG: setDebug: JavaMail version 1.4ea DEBUG: setDebug: JavaMail version 1.4ea DEBUG: setDebug: JavaMail version 1.4ea 2011-06-06 21:12:56,070 (default-invoker-Thread-80) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,072 (default-invoker-Thread-8) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,073 (default-invoker-Thread-8) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301027] milliseconds 2011-06-06 21:12:56,073 (default-invoker-Thread-8) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301212] milliseconds DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: useEhlo true, useAuth true DEBUG: setDebug: JavaMail version 1.4ea DEBUG: setDebug: JavaMail version 1.4ea DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false 2011-06-06 21:12:56,072 (default-invoker-Thread-12) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false 2011-06-06 21:12:56,072 (default-invoker-Thread-80) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,077 (default-invoker-Thread-80) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301031] milliseconds 2011-06-06 21:12:56,078 (default-invoker-Thread-9) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,072 (default-invoker-Thread-10) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,078 (default-invoker-Thread-10) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,079 (default-invoker-Thread-10) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301032] milliseconds 2011-06-06 21:12:56,078 (default-invoker-Thread-11) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,078 (default-invoker-Thread-80) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,077 (default-invoker-Thread-12) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,080 (default-invoker-Thread-80) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,080 (default-invoker-Thread-11) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,079 (default-invoker-Thread-10) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,081 (default-invoker-Thread-10) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,082 (default-invoker-Thread-10) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,082 (default-invoker-Thread-10) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301220] milliseconds 2011-06-06 21:12:56,078 (default-invoker-Thread-9) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} 2011-06-06 21:12:56,080 (default-invoker-Thread-11) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,080 (default-invoker-Thread-80) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,080 (default-invoker-Thread-12) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301033] milliseconds 2011-06-06 21:12:56,083 (default-invoker-Thread-11) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,083 (default-invoker-Thread-12) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,083 (default-invoker-Thread-80) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301221] milliseconds 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301222] milliseconds 2011-06-06 21:12:56,085 (default-invoker-Thread-8) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,083 (default-invoker-Thread-9) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,083 (default-invoker-Thread-11) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,086 (default-invoker-Thread-11) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301040] milliseconds 2011-06-06 21:12:56,086 (default-invoker-Thread-9) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,087 (default-invoker-Thread-11) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,087 (default-invoker-Thread-9) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,088 (default-invoker-Thread-9) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301041] milliseconds 2011-06-06 21:12:56,088 (default-invoker-Thread-11) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,088 (default-invoker-Thread-11) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,089 (default-invoker-Thread-11) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301227] milliseconds 2011-06-06 21:12:56,088 (default-invoker-Thread-9) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:12:56,090 (default-invoker-Thread-8) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,090 (default-invoker-Thread-9) [ TransactionUtil.java:334:ERROR] ---- exception report ---------------------------------------------------------- [TransactionUtil.rollback] Exception: java.lang.Exception Message: Stack Trace ---- stack trace --------------------------------------------------------------- java.lang.Exception: Stack Trace org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:12:56,091 (default-invoker-Thread-9) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back 2011-06-06 21:12:56,091 (default-invoker-Thread-12) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,091 (default-invoker-Thread-9) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301229] milliseconds 2011-06-06 21:12:56,091 (default-invoker-Thread-10) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,092 (default-invoker-Thread-8) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 2011-06-06 21:12:56,094 (default-invoker-Thread-80) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,094 (default-invoker-Thread-11) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,097 (default-invoker-Thread-12) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,098 (default-invoker-Thread-80) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,099 (default-invoker-Thread-12) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 2011-06-06 21:12:56,100 (default-invoker-Thread-80) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 2011-06-06 21:12:56,109 (default-invoker-Thread-11) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,110 (default-invoker-Thread-11) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 2011-06-06 21:12:56,110 (default-invoker-Thread-9) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 2011-06-06 21:12:56,112 (default-invoker-Thread-9) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,112 (default-invoker-Thread-10) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] 2011-06-06 21:12:56,113 (default-invoker-Thread-9) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 2011-06-06 21:12:56,113 (default-invoker-Thread-10) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset 2011-06-06 21:13:56,396 (http-0.0.0.0-8443-1) [ EmailServices.java:351:ERROR] ---- exception report ---------------------------------------------------------- [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] Exception: javax.mail.MessagingException Message: Exception reading response ---- cause --------------------------------------------------------------------- Exception: java.net.SocketException Message: Connection reset ---- stack trace --------------------------------------------------------------- java.net.SocketException: Connection reset java.net.SocketInputStream.read(SocketInputStream.java:168) com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) java.io.BufferedInputStream.fill(BufferedInputStream.java:218) java.io.BufferedInputStream.read(BufferedInputStream.java:237) com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) javax.mail.Service.connect(Service.java:275) javax.mail.Service.connect(Service.java:156) org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:579) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromScreen.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromScreen:78) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,398 (http-0.0.0.0-8443-1) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {partyId=212004788, sendFrom=[hidden email], userLogin=[GenericEntity:UserLogin][createdStamp,2011-05-19 15:52:39.767(java.sql.Timestamp)][createdTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][currentPassword,{SHA}7c4a8d09ca3762af61e59520943dc26494f8941b(java.lang.String)][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-06-06 20:40:22.662(java.sql.Timestamp)][lastUpdatedTxStamp,2011-06-06 20:40:22.661(java.sql.Timestamp)][partyId,DemoEmployee(java.lang.String)][passwordHint,null()][requirePasswordChange,N(java.lang.String)][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,SalesSpecialistDemo(java.lang.String)], locale=en_US, timeZone=sun.util.calendar.ZoneInfo[id="Africa/Cairo",offset=7200000,dstSavings=3600000,useDaylight=true,transitions=176,lastRule=java.util.SimpleTimeZone[id=Africa/Cairo,offset=7200000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=3,startDay=-1,startDayOfWeek=6,startTime=0,startTimeMode=1,endMode=2,endMonth=7,endDay=-1,endDayOfWeek=5,endTime=82800000,endTimeMode=1]], sendTo=[hidden email], body=<!-- Begin Screen component://order/widget/ordermgr/CustRequestScreens.xml#CreateCustRequestNotification --> <!-- Begin Template component://order/webapp/ordermgr/request/CreateCustRequestNotification.ftl --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title> #1112140</title> <link rel="stylesheet" href="http://127.0.0.1:8080/images/maincss.css" type="text/css"/> </head> <body> <h1> #1112140</h1> <p>Hello ,</p> <p>Your Customer Request [1112140] has been created successfully. <br /><br /> We will solve/implement the request as soon as possible <br /><br /> The status and used hours can always be checked <br /> <a href="http://127.0.0.1:8080/myportal/control/showPortletDecorator?portalPortletId=ViewCustRequest&id=1112140">here....</a> <br /><br /> Regards. <br /><br /> PS. we will notify you when the customer request is completed. </p> </body> </html> <!-- End Template component://order/webapp/ordermgr/request/CreateCustRequestNotification.ftl --> <!-- End Screen component://order/widget/ordermgr/CustRequestScreens.xml#CreateCustRequestNotification --> , contentType=text/html, subject=OFBiz - Your Request is received: '' #CR1112140, communicationEventId=1111880} 2011-06-06 21:13:56,398 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:13:56,399 (http-0.0.0.0-8443-1) [ TransactionUtil.java:370:WARN ] ---- exception report ---------------------------------------------------------- [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: Exception: java.lang.Exception Message: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] ---- stack trace --------------------------------------------------------------- java.lang.Exception: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:370) org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:312) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:579) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromScreen.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromScreen:78) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMail] finished in [301298] milliseconds 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMailFromScreen]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. 2011-06-06 21:13:56,402 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMailFromScreen] finished in [301345] milliseconds 2011-06-06 21:13:56,420 (http-0.0.0.0-8443-1) [ UtilProperties.java:932:INFO ] ResourceBundle MiniLangErrorUiLabels (en_US) created in 0.017s with 4 properties 2011-06-06 21:13:56,421 (http-0.0.0.0-8443-1) [ CallService.java:333:ERROR] ---- exception report ---------------------------------------------------------- Exception: java.lang.Exception Message: Error: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] calling service sendMailFromScreen in sendMailFromTemplateSetting ---- stack trace --------------------------------------------------------------- java.lang.Exception: Error: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] calling service sendMailFromScreen in sendMailFromTemplateSetting org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:333) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMailFromTemplateSetting]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. 2011-06-06 21:13:56,423 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMailFromTemplateSetting] finished in [301613] milliseconds 2011-06-06 21:13:56,423 (http-0.0.0.0-8443-1) [ ServiceEcaRule.java:134:INFO ] For Service ECA [setCustRequestStatus] on [commit] got false for condition: [statusId][equals][CRQ_COMPLETED][true][String] 2011-06-06 21:13:56,450 (http-0.0.0.0-8443-1) [ TransactionUtil.java:280:ERROR] ---- exception report ---------------------------------------------------------- Rollback Only was set when trying to commit transaction here; throwing rollbackOnly cause exception Exception: javax.transaction.RollbackException Message: Transaction timeout ---- stack trace --------------------------------------------------------------- javax.transaction.RollbackException: Transaction timeout org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:269) org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245) org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:259) org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:245) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:554) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,451 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:557:ERROR] ---- exception report ---------------------------------------------------------- Could not commit transaction for service [setCustRequestStatus] call Exception: org.ofbiz.entity.transaction.GenericTransactionException Message: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] ---- stack trace --------------------------------------------------------------- org.ofbiz.entity.transaction.GenericTransactionException: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:281) org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:245) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:554) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,451 (http-0.0.0.0-8443-1) [ServiceEventHandler.java:352:ERROR] ---- exception report ---------------------------------------------------------- Service invocation error Exception: org.ofbiz.service.GenericServiceException Message: Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] ---- stack trace --------------------------------------------------------------- org.ofbiz.service.GenericServiceException: Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:561) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) java.lang.Thread.run(Thread.java:619) -------------------------------------------------------------------------------- 2011-06-06 21:13:56,463 (http-0.0.0.0-8443-1) [ UtilProperties.java:932:INFO ] ResourceBundle WebappUiLabels (en_US) created in 0.011s with 26 properties 2011-06-06 21:13:56,463 (http-0.0.0.0-8443-1) [ RequestHandler.java:418:ERROR] Request setCustRequestStatus caused an error with the following message: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]]) 2011-06-06 21:13:56,467 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23 requests, 16 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/webcommon/WEB-INF/common-controller.xml 2011-06-06 21:13:56,469 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/commonext/webapp/WEB-INF/controller.xml 2011-06-06 21:13:56,483 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0050s, 353 requests, 147 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/content/webapp/content/WEB-INF/controller.xml 2011-06-06 21:13:56,483 (http-0.0.0.0-8443-1) [ RequestHandler.java:738:INFO ] Rendering View [EditRequest], sessionId=C986C7349BD228874842551E9AA0E38E.jvm1 2011-06-06 21:13:56,509 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0090s, 393 requests, 167 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/webapp/ordermgr/WEB-INF/controller.xml 2011-06-06 21:13:56,594 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 29 screens in 0.011s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/widget/ordermgr/CustRequestScreens.xml 2011-06-06 21:13:56,596 (http-0.0.0.0-8443-1) [ PrimaryKeyFinder.java:149:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:CommunicationEvent] 2011-06-06 21:13:56,603 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 6 screens in 0.0070s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/widget/ordermgr/CommonScreens.xml 2011-06-06 21:13:56,613 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 1 screens in 0.0060s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/commonext/widget/CommonScreens.xml 2011-06-06 21:13:56,682 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 22 screens in 0.0070s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/widget/CommonScreens.xml 2011-06-06 21:13:56,931 (http-0.0.0.0-8443-1) [ ServerHitBin.java:627:INFO ] Visit delegatorName=default, ServerHitBin delegatorName=default 2011-06-06 21:13:56,952 (http-0.0.0.0-8443-1) [ ControlServlet.java:327:INFO ] [[[setCustRequestStatus] Request Done- total:302.227,since last([setCustRequestSt...):302.227]] 2011-06-06 21:17:26,304 (Timer-0) [ JavaMailContainer.java:267:ERROR] Mail service invocation error for mail store imap://%5Buser%5D@[host]: javax.mail.MessagingException: [host]; ################################################################################################ -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-4309: ------------------------------ Priority: Trivial (was: Critical) Mostly likely PEBKAC error > error in sendemail service > -------------------------- > > Key: OFBIZ-4309 > URL: https://issues.apache.org/jira/browse/OFBIZ-4309 > Project: OFBiz > Issue Type: Bug > Components: framework > Environment: Fedora 11 ,ofbiz 10.04 > Reporter: Hisham Abaza > Priority: Trivial > > i set general.properties as in Basic OFBiz Production Setup doc > My general.properties > ************************* > # -- general default 'fromEmailAddress' can be overridden in: EmailTemplateSetting > defaultFromEmailAddress=[hidden email] > # -- The default domainname used in the notification emails links > # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file. > # -- mail notifications enabled (Y|N) > mail.notifications.enabled=Y > # -- redirect all mail notifications to this address for testing > #mail.notifications.redirectTo= > # -- the default mail server to use > mail.smtp.relay.host=smtpout.secureserver.net > # -- SMTP Auth settings > mail.smtp.auth.user=[hidden email] > mail.smtp.auth.password=**************************************** > # -- Additional Required Fields needed for Gmail and other non traditional smtp servers > # -- These added fields also work for Yahoo business mail for instance > # -- Gmail smtp port can be either 465 or 587 > mail.smtp.port=465 > ************************** > this exceptions appears > ################################################################################################ > mail.store.protocol2011-06-06 21:12:26,332 (Timer-0) [ JavaMailContainer.java:267:ERROR] Mail service invocation error for mail store imap://%5Buser%5D@[host]: javax.mail.MessagingException: [host]; > nested exception is: > java.net.UnknownHostException: [host] > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > 2011-06-06 21:12:56,066 (default-invoker-Thread-80) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > 2011-06-06 21:12:56,067 (default-invoker-Thread-10) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > 2011-06-06 21:12:56,067 (default-invoker-Thread-12) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,068 (default-invoker-Thread-10) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,068 (default-invoker-Thread-12) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,067 (default-invoker-Thread-80) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,068 (default-invoker-Thread-8) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,069 (default-invoker-Thread-80) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,070 (default-invoker-Thread-8) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,070 (default-invoker-Thread-8) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,069 (default-invoker-Thread-12) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,068 (default-invoker-Thread-10) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > DEBUG: setDebug: JavaMail version 1.4ea > 2011-06-06 21:12:56,071 (default-invoker-Thread-8) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > DEBUG: setDebug: JavaMail version 1.4ea > DEBUG: setDebug: JavaMail version 1.4ea > DEBUG: setDebug: JavaMail version 1.4ea > 2011-06-06 21:12:56,070 (default-invoker-Thread-80) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,072 (default-invoker-Thread-8) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,073 (default-invoker-Thread-8) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301027] milliseconds > 2011-06-06 21:12:56,073 (default-invoker-Thread-8) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,074 (default-invoker-Thread-8) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301212] milliseconds > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG SMTP: useEhlo true, useAuth true > DEBUG SMTP: useEhlo true, useAuth true > DEBUG: setDebug: JavaMail version 1.4ea > DEBUG: setDebug: JavaMail version 1.4ea > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > DEBUG SMTP: useEhlo true, useAuth true > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG SMTP: useEhlo true, useAuth true > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > 2011-06-06 21:12:56,072 (default-invoker-Thread-12) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG SMTP: useEhlo true, useAuth true > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > DEBUG SMTP: useEhlo true, useAuth true > DEBUG SMTP: trying to connect to host "smtpout.secureserver.net", port 465, isSSL false > 2011-06-06 21:12:56,072 (default-invoker-Thread-80) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,077 (default-invoker-Thread-80) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301031] milliseconds > 2011-06-06 21:12:56,078 (default-invoker-Thread-9) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,072 (default-invoker-Thread-10) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,078 (default-invoker-Thread-10) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,079 (default-invoker-Thread-10) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301032] milliseconds > 2011-06-06 21:12:56,078 (default-invoker-Thread-11) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,078 (default-invoker-Thread-80) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,077 (default-invoker-Thread-12) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,080 (default-invoker-Thread-80) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,080 (default-invoker-Thread-11) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,079 (default-invoker-Thread-10) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,081 (default-invoker-Thread-10) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,082 (default-invoker-Thread-10) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,082 (default-invoker-Thread-10) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301220] milliseconds > 2011-06-06 21:12:56,078 (default-invoker-Thread-9) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {sendFrom=[hidden email], subject=test email server, contentType=text/plain, userLogin=[GenericEntity:UserLogin][createdStamp,2010-09-23 11:43:18.534(java.sql.Timestamp)][createdTxStamp,2010-09-23 11:43:18.366(java.sql.Timestamp)][currentPassword,null()][disabledDateTime,null()][enabled,N(java.lang.String)][externalAuthId,null()][hasLoggedOut,null()][isSystem,Y(java.lang.String)][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-05-19 15:52:39.804(java.sql.Timestamp)][lastUpdatedTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][partyId,system(java.lang.String)][passwordHint,null()][requirePasswordChange,null()][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,system(java.lang.String)], body= i am hisham , communicationEventId=1111831, sendTo=[hidden email], partyId=admin, locale=en} > 2011-06-06 21:12:56,080 (default-invoker-Thread-11) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,080 (default-invoker-Thread-80) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,080 (default-invoker-Thread-12) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301033] milliseconds > 2011-06-06 21:12:56,083 (default-invoker-Thread-11) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,083 (default-invoker-Thread-12) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,083 (default-invoker-Thread-80) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301221] milliseconds > 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,084 (default-invoker-Thread-12) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301222] milliseconds > 2011-06-06 21:12:56,085 (default-invoker-Thread-8) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,083 (default-invoker-Thread-9) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,083 (default-invoker-Thread-11) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,086 (default-invoker-Thread-11) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301040] milliseconds > 2011-06-06 21:12:56,086 (default-invoker-Thread-9) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.party.communication.CommunicationEventServices.sendCommEventAsEmail(CommunicationEventServices.java:208) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendCommEventAsEmail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendCommEventAsEmail:1575) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,087 (default-invoker-Thread-11) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,087 (default-invoker-Thread-9) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,088 (default-invoker-Thread-9) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendMail] finished in [301041] milliseconds > 2011-06-06 21:12:56,088 (default-invoker-Thread-11) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,088 (default-invoker-Thread-11) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,089 (default-invoker-Thread-11) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301227] milliseconds > 2011-06-06 21:12:56,088 (default-invoker-Thread-9) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendCommEventAsEmail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [test email server [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:12:56,090 (default-invoker-Thread-8) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,090 (default-invoker-Thread-9) [ TransactionUtil.java:334:ERROR] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.rollback] > Exception: java.lang.Exception > Message: Stack Trace > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Stack Trace > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:333) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:310) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.envops.Iterate.exec(Iterate.java:118) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.applications.party.servicedef.services_46$xml_35$sendEmailDated.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/party/servicedef/services.xml#sendEmailDated:1637) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) > org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:12:56,091 (default-invoker-Thread-9) [ TransactionUtil.java:344:INFO ] [TransactionUtil.rollback] transaction rolled back > 2011-06-06 21:12:56,091 (default-invoker-Thread-12) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,091 (default-invoker-Thread-9) [ ServiceDispatcher.java:599:INFO ] Sync service [JobDispatcher/sendCommEventAsEmail] finished in [301229] milliseconds > 2011-06-06 21:12:56,091 (default-invoker-Thread-10) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,092 (default-invoker-Thread-8) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > 2011-06-06 21:12:56,094 (default-invoker-Thread-80) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,094 (default-invoker-Thread-11) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,097 (default-invoker-Thread-12) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,098 (default-invoker-Thread-80) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,099 (default-invoker-Thread-12) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > 2011-06-06 21:12:56,100 (default-invoker-Thread-80) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > 2011-06-06 21:12:56,109 (default-invoker-Thread-11) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,110 (default-invoker-Thread-11) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > 2011-06-06 21:12:56,110 (default-invoker-Thread-9) [CommunicationEventServices.java:125:INFO ] Sending communicationEvent: 1111840 > 2011-06-06 21:12:56,112 (default-invoker-Thread-9) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,112 (default-invoker-Thread-10) [ ServiceEcaRule.java:134:INFO ] For Service ECA [sendMail] on [in-validate] got false for condition: [communicationEventId][is-empty][true][String] > 2011-06-06 21:12:56,113 (default-invoker-Thread-9) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > 2011-06-06 21:12:56,113 (default-invoker-Thread-10) [ EmailServices.java:103:INFO ] SendMail Running, for communicationEventId : 1111840 > DEBUG SMTP: exception reading response: java.net.SocketException: Connection reset > 2011-06-06 21:13:56,396 (http-0.0.0.0-8443-1) [ EmailServices.java:351:ERROR] > ---- exception report ---------------------------------------------------------- > [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > Exception: javax.mail.MessagingException > Message: Exception reading response > ---- cause --------------------------------------------------------------------- > Exception: java.net.SocketException > Message: Connection reset > ---- stack trace --------------------------------------------------------------- > java.net.SocketException: Connection reset > java.net.SocketInputStream.read(SocketInputStream.java:168) > com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > java.io.BufferedInputStream.read(BufferedInputStream.java:237) > com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75) > com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1440) > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260) > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370) > javax.mail.Service.connect(Service.java:275) > javax.mail.Service.connect(Service.java:156) > org.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:316) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMail.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMail:51) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:579) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromScreen.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromScreen:78) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) > org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) > org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,398 (http-0.0.0.0-8443-1) [ EmailServices.java:352:ERROR] Email message that could not be sent to [[hidden email]] had context: {partyId=212004788, sendFrom=[hidden email], userLogin=[GenericEntity:UserLogin][createdStamp,2011-05-19 15:52:39.767(java.sql.Timestamp)][createdTxStamp,2011-05-19 15:52:39.689(java.sql.Timestamp)][currentPassword,{SHA}7c4a8d09ca3762af61e59520943dc26494f8941b(java.lang.String)][disabledDateTime,null()][enabled,Y(java.lang.String)][externalAuthId,null()][hasLoggedOut,N(java.lang.String)][isSystem,null()][lastCurrencyUom,null()][lastLocale,null()][lastTimeZone,null()][lastUpdatedStamp,2011-06-06 20:40:22.662(java.sql.Timestamp)][lastUpdatedTxStamp,2011-06-06 20:40:22.661(java.sql.Timestamp)][partyId,DemoEmployee(java.lang.String)][passwordHint,null()][requirePasswordChange,N(java.lang.String)][successiveFailedLogins,null()][userLdapDn,null()][userLoginId,SalesSpecialistDemo(java.lang.String)], locale=en_US, timeZone=sun.util.calendar.ZoneInfo[id="Africa/Cairo",offset=7200000,dstSavings=3600000,useDaylight=true,transitions=176,lastRule=java.util.SimpleTimeZone[id=Africa/Cairo,offset=7200000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=3,startDay=-1,startDayOfWeek=6,startTime=0,startTimeMode=1,endMode=2,endMonth=7,endDay=-1,endDayOfWeek=5,endTime=82800000,endTimeMode=1]], sendTo=[hidden email], body=<!-- Begin Screen component://order/widget/ordermgr/CustRequestScreens.xml#CreateCustRequestNotification --> > <!-- Begin Template component://order/webapp/ordermgr/request/CreateCustRequestNotification.ftl --> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > <title> #1112140</title> > <link rel="stylesheet" href="http://127.0.0.1:8080/images/maincss.css" type="text/css"/> > </head> > <body> > <h1> #1112140</h1> > <p>Hello ,</p> > <p>Your Customer Request [1112140] has been created successfully. > <br /><br /> > We will solve/implement the request as soon as possible > <br /><br /> > The status and used hours can always be checked <br /> > <a href="http://127.0.0.1:8080/myportal/control/showPortletDecorator?portalPortletId=ViewCustRequest&id=1112140">here....</a> > <br /><br /> > Regards. > <br /><br /> > PS. we will notify you when the customer request is completed. > </p> > </body> > </html> > <!-- End Template component://order/webapp/ordermgr/request/CreateCustRequestNotification.ftl --> > <!-- End Screen component://order/widget/ordermgr/CustRequestScreens.xml#CreateCustRequestNotification --> > , contentType=text/html, subject=OFBiz - Your Request is received: '' #CR1112140, communicationEventId=1111880} > 2011-06-06 21:13:56,398 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:13:56,399 (http-0.0.0.0-8443-1) [ TransactionUtil.java:370:WARN ] > ---- exception report ---------------------------------------------------------- > [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: > Exception: java.lang.Exception > Message: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:370) > org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:312) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:547) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.common.email.EmailServices.sendMailFromScreen(EmailServices.java:579) > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > java.lang.reflect.Method.invoke(Method.java:597) > org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:100) > org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromScreen.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromScreen:78) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:179) > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:247) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) > org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) > org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMail] finished in [301298] milliseconds > 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMailFromScreen]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:13:56,401 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. > 2011-06-06 21:13:56,402 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMailFromScreen] finished in [301345] milliseconds > 2011-06-06 21:13:56,420 (http-0.0.0.0-8443-1) [ UtilProperties.java:932:INFO ] ResourceBundle MiniLangErrorUiLabels (en_US) created in 0.017s with 4 properties > 2011-06-06 21:13:56,421 (http-0.0.0.0-8443-1) [ CallService.java:333:ERROR] > ---- exception report ---------------------------------------------------------- > Exception: java.lang.Exception > Message: Error: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] calling service sendMailFromScreen in sendMailFromTemplateSetting > ---- stack trace --------------------------------------------------------------- > java.lang.Exception: Error: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] calling service sendMailFromScreen in sendMailFromTemplateSetting > org.ofbiz.minilang.method.callops.CallService.exec(CallService.java:333) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:101) > org.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:920) > org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:739) > org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160) > org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142) > org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78) > org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53) > org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761) > _$gen.file_58$.root.Hisham.Workaspace.ERP_95$Integraion_95$5_95$4_95$test.framework.common.servicedef.services_95$email_46$xml_35$sendMailFromTemplateSetting.runSync(file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/servicedef/services_email.xml#sendMailFromTemplateSetting:91) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.service.eca.ServiceEcaAction.runAction(ServiceEcaAction.java:137) > org.ofbiz.service.eca.ServiceEcaRule.eval(ServiceEcaRule.java:152) > org.ofbiz.service.eca.ServiceEcaUtil.evalRules(ServiceEcaUtil.java:162) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:500) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. > 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:543:ERROR] Error in Service [sendMailFromTemplateSetting]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > 2011-06-06 21:13:56,422 (http-0.0.0.0-8443-1) [ TransactionUtil.java:374:INFO ] [TransactionUtil.setRollbackOnly] transaction rollback only not set, rollback only is already set. > 2011-06-06 21:13:56,423 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:599:INFO ] Sync service [order/sendMailFromTemplateSetting] finished in [301613] milliseconds > 2011-06-06 21:13:56,423 (http-0.0.0.0-8443-1) [ ServiceEcaRule.java:134:INFO ] For Service ECA [setCustRequestStatus] on [commit] got false for condition: [statusId][equals][CRQ_COMPLETED][true][String] > 2011-06-06 21:13:56,450 (http-0.0.0.0-8443-1) [ TransactionUtil.java:280:ERROR] > ---- exception report ---------------------------------------------------------- > Rollback Only was set when trying to commit transaction here; throwing rollbackOnly cause exception > Exception: javax.transaction.RollbackException > Message: Transaction timeout > ---- stack trace --------------------------------------------------------------- > javax.transaction.RollbackException: Transaction timeout > org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java:269) > org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java:245) > org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:259) > org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:245) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:554) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,451 (http-0.0.0.0-8443-1) [ ServiceDispatcher.java:557:ERROR] > ---- exception report ---------------------------------------------------------- > Could not commit transaction for service [setCustRequestStatus] call > Exception: org.ofbiz.entity.transaction.GenericTransactionException > Message: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > ---- stack trace --------------------------------------------------------------- > org.ofbiz.entity.transaction.GenericTransactionException: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:281) > org.ofbiz.entity.transaction.TransactionUtil.commit(TransactionUtil.java:245) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:554) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,451 (http-0.0.0.0-8443-1) [ServiceEventHandler.java:352:ERROR] > ---- exception report ---------------------------------------------------------- > Service invocation error > Exception: org.ofbiz.service.GenericServiceException > Message: Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > ---- stack trace --------------------------------------------------------------- > org.ofbiz.service.GenericServiceException: Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]] > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:561) > org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226) > org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:165) > org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:336) > org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:634) > org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:380) > org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) > org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:90) > javax.servlet.http.HttpServlet.service(HttpServlet.java:637) > javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:269) > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > java.lang.Thread.run(Thread.java:619) > -------------------------------------------------------------------------------- > 2011-06-06 21:13:56,463 (http-0.0.0.0-8443-1) [ UtilProperties.java:932:INFO ] ResourceBundle WebappUiLabels (en_US) created in 0.011s with 26 properties > 2011-06-06 21:13:56,463 (http-0.0.0.0-8443-1) [ RequestHandler.java:418:ERROR] Request setCustRequestStatus caused an error with the following message: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Service invocation error (Could not commit transaction for service [setCustRequestStatus] call: Roll back error, could not commit transaction, was rolled back instead because of: Error in Service [sendMail]: [CON] Connection error when sending message to [[hidden email]] from [[hidden email]] cc [null] bcc [null] subject [OFBiz - Your Request is received: '' #CR1112140 [To: [hidden email], Cc: null, Bcc: null]]) > 2011-06-06 21:13:56,467 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0010s, 23 requests, 16 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/webcommon/WEB-INF/common-controller.xml > 2011-06-06 21:13:56,469 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0s, 2 requests, 0 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/commonext/webapp/WEB-INF/controller.xml > 2011-06-06 21:13:56,483 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0050s, 353 requests, 147 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/content/webapp/content/WEB-INF/controller.xml > 2011-06-06 21:13:56,483 (http-0.0.0.0-8443-1) [ RequestHandler.java:738:INFO ] Rendering View [EditRequest], sessionId=C986C7349BD228874842551E9AA0E38E.jvm1 > 2011-06-06 21:13:56,509 (http-0.0.0.0-8443-1) [ ConfigXMLReader.java:120:INFO ] controller loaded: 0.0090s, 393 requests, 167 views in file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/webapp/ordermgr/WEB-INF/controller.xml > 2011-06-06 21:13:56,594 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 29 screens in 0.011s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/widget/ordermgr/CustRequestScreens.xml > 2011-06-06 21:13:56,596 (http-0.0.0.0-8443-1) [ PrimaryKeyFinder.java:149:INFO ] Returning null because found incomplete primary key in find: [GenericEntity:CommunicationEvent] > 2011-06-06 21:13:56,603 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 6 screens in 0.0070s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/order/widget/ordermgr/CommonScreens.xml > 2011-06-06 21:13:56,613 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 1 screens in 0.0060s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/applications/commonext/widget/CommonScreens.xml > 2011-06-06 21:13:56,682 (http-0.0.0.0-8443-1) [ ScreenFactory.java:128:INFO ] Got 22 screens in 0.0070s from: file:/root/Hisham/Workaspace/ERP_Integraion_5_4_test/framework/common/widget/CommonScreens.xml > 2011-06-06 21:13:56,931 (http-0.0.0.0-8443-1) [ ServerHitBin.java:627:INFO ] Visit delegatorName=default, ServerHitBin delegatorName=default > 2011-06-06 21:13:56,952 (http-0.0.0.0-8443-1) [ ControlServlet.java:327:INFO ] [[[setCustRequestStatus] Request Done- total:302.227,since last([setCustRequestSt...):302.227]] > 2011-06-06 21:17:26,304 (Timer-0) [ JavaMailContainer.java:267:ERROR] Mail service invocation error for mail store imap://%5Buser%5D@[host]: javax.mail.MessagingException: [host]; > ################################################################################################ -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |