09-13-2010 08:19 PM
0 invites sent out, 1 failures
in the log file i have this message :
Caused by: org.springframework.mail.MailSendException; nested exceptions (1) are:
Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)
at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:421)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:341)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:356)
at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:345)
at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:438)
… 140 more
?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!– MAIL SERVICE –>
<!– –>
<bean id="mailService" class="org.springframework.mail.javamail.JavaMailSenderImpl">
<property name="host" value="mail.xxxx.com"/>
<property name="port" value="555"/>
<property name="username" value="invite@xxxx.com"/>
<property name="password" value="xxxxx"/>
<property name="javaMailProperties">
<props>
<prop key="mail.smtp.auth">true</prop>
<prop key="mail.transport.protocol">smtp</prop>
<prop key="mail.smtp.starttls.enable">true</prop>
</props>
</property>
</bean>
</beans>
mail.host=mail.xxxx.com
mail.port=26
mail.username=invite@xxxx.com
mail.password=xxxx
# New Properties
mail.smtp.starttls.enable=true
mail.smtp.auth=true
mail.transport.protocol=smtp
09-17-2010 05:51 AM
09-17-2010 10:02 AM
09-29-2010 05:41 AM
mail.host=<smtp server>But the next problem is that an invited user cannot accept the invitation and gets the errormessage on invitee accepts:
mail.port=25
mail.username=anonymous
mail.password=
mail.encoding=UTF-8
mail.from.default=<send address>
mail.smtp.auth=false
mail.protocol=smtp
ProxyPass /share http://localhost:8080/shareNow I'm using a bootstrapped Apache with Catalina server (org.apache.catalina.startup.Bootstrap) and only found a reference to ProxyPass and ProxyPassReverse in \tomcat\webapps\docs\proxy-howto.html
ProxyPassReverse /share http://localhost:8080/share
<!–<to>/page/proxy/$1</to>–>Only thing I know is that after trying to accept requests as site manager or site member I get the same error and the logs show every time a message dealing with an invalid jbpm id:
<to>/share/page/proxy/$1</to>
13:32:17,688 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 08290001 Wrapped Exception (with status template): 08290004 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.js': 08290003 Invalid Global Id 'jbpm18'
org.springframework.extensions.webscripts.WebScriptException: 08290001 Wrapped Exception (with status template): 08290004 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.js': 08290003 Invalid Global Id 'jbpm18'
Caused by: org.alfresco.scripts.ScriptException: 08290004 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/workflow/end-task.post.js': 08290003 Invalid Global Id 'jbpm18'
Caused by: org.alfresco.service.cmr.workflow.WorkflowException: 08290003 Invalid Global Id 'jbpm18'
10-11-2010 10:41 AM
10-17-2010 09:27 AM
10-18-2010 03:47 AM
11-02-2010 01:59 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.