<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Regd Failure of ASR deployement on Linux in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242077#M195207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using Alfresco 3.1.1 over Linux RHEL 5.0 over JBoss 4.2.3 GA.Setup is working fine but we are facing a strange issue with ASR deployment.When a user creates some content using web form &amp;amp; submit it to other user for approval, recipient is able to see the notification in his "My Tasks to do" list but as soon as recipient approves the content,it is not deployed to his user sand box &amp;amp; it is giving "Access is denied error" .Here we are using websiteSubmission workflow to deploy content from one user sandbox to the other &amp;amp; have checked in "Auto Deploy" option while submitting content for approval in workflow.Please see the error below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;repo.action.AsynchronousActionExecutionQueueImpl] Failed to execute asynchronous action: Action[ id=7a08de93-65c9-4e19-b646-d5651409c86f, node=null ]&lt;BR /&gt;org.alfresco.repo.security.permissions.AccessDeniedException: Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:53)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.audit.AuditComponentImpl.audit(AuditComponentImpl.java:275)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:69)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at $Proxy63.getProperties(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.avm.actions.AVMDeployWebsiteAction.executeImpl(AVMDeployWebsiteAction.java:271)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:127)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:688)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:625)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:369)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:322)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:229)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:378)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:497)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:381)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:595)&lt;BR /&gt;Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:394)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;… 21 more&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Do anyone have an idea on it? I am struggling with it for very long. :evil: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will be very happy if Alfresco guys can look into it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 08:13:30 GMT</pubDate>
    <dc:creator>dynamolalit</dc:creator>
    <dc:date>2009-11-26T08:13:30Z</dc:date>
    <item>
      <title>Regd Failure of ASR deployement on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242077#M195207</link>
      <description>Hi,We are using Alfresco 3.1.1 over Linux RHEL 5.0 over JBoss 4.2.3 GA.Setup is working fine but we are facing a strange issue with ASR deployment.When a user creates some content using web form &amp;amp; submit it to other user for approval, recipient is able to see the notification in his "My Tasks to</description>
      <pubDate>Thu, 26 Nov 2009 08:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242077#M195207</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-11-26T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Failure of ASR deployement on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242078#M195208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the clue.It was due to database &amp;amp; alf_data mismatch as alfresco db got corrupted due to export &amp;amp; import of alf_data &amp;amp; db backup from windows&amp;nbsp; machine to another Linux machine which created two tables with same name both in capitals &amp;amp; small letters hence the issue raised. :wink:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be careful while exporting alfresco backup…u never know what issues you can face… &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt; …try always to set up fresh installation on separate machines separately as it will reduce your rework &amp;amp; pain. :idea:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 14:14:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242078#M195208</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-12-04T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Failure of ASR deployement on Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242079#M195209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please refer to my post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=29&amp;amp;t=20693&amp;amp;p=77913#p77913" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=29&amp;amp;t=20693&amp;amp;p=77913#p77913&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically this is an alfresco issue creating user by itself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 13:44:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/regd-failure-of-asr-deployement-on-linux/m-p/242079#M195209</guid>
      <dc:creator>dynamolalit</dc:creator>
      <dc:date>2009-12-18T13:44:27Z</dc:date>
    </item>
  </channel>
</rss>

