<?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 Re: Can't get children for User Homes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269097#M222227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Naresh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That should work. You should be able to see all children of the User Homes folder if you have the permission to see them with the logged in user. This folder is not special to CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 08:32:19 GMT</pubDate>
    <dc:creator>fmui</dc:creator>
    <dc:date>2011-09-06T08:32:19Z</dc:date>
    <item>
      <title>Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269096#M222226</link>
      <description>I am trying to browse the User Homes folder using OpenCMIS. My code is as follows&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId folderId = session.createObjectId(folderIdString);Folder folder = (Folder)session.getObject(folderId);for (CmisObject cmisObject : folder.getChildren()) {&amp;nbsp;&amp;nbsp;&amp;nbsp; // print child}‍‍‍‍‍‍‍While session.getObject() get</description>
      <pubDate>Fri, 02 Sep 2011 18:48:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269096#M222226</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-09-02T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269097#M222227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Naresh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That should work. You should be able to see all children of the User Homes folder if you have the permission to see them with the logged in user. This folder is not special to CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 08:32:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269097#M222227</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-09-06T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269098#M222228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I think it is some sort of permissions issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- If I go through share, I am able to visit User Homes and my folder underneath it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- If I go through CMIS workbench (with the same user id) and I click on User Homes, I get a 500 - Internal Error. The log says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Internal Server Error&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:450)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:552)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:777)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.getObject(ObjectServiceImpl.java:433)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObject(SessionImpl.java:393)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.workbench.model.ClientModel.loadObject(ClientModel.java:177)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.chemistry.opencmis.workbench.FolderTable$1.valueChanged(FolderTable.java:103)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:388)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:398)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:442)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at javax.swing.JTable.changeSelectionModel(JTable.java:2351)&lt;BR /&gt;&lt;BR /&gt;Wrapped Exception (with status template): 08070651 Error during processing of the template '08070650 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.'&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;- If I go at the same folder through my app (which uses OpenCMIS), I don't get any exception (and I don't think I am eating any) but I simply get an empty folder with no children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues as to what might be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Naresh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:39:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269098#M222228</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-09-07T14:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269099#M222229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Workbench error message makes kind of sense. Try connecting via the Expert tab in the login dialog and add this line to the configuration:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;cmis.workbench.object.includeAcls=false&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The error message should disappear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are calling getObjectByPath() with a path which includes User Homes, does that work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which Alfresco version are you using? Have there been issues with the Lucene index? (Alfresco 3.x retrieves folder children from the Lucene index. Alfresco 4 queries the database.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 15:06:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269099#M222229</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-09-07T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269100#M222230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Adding cmis.workbench.object.includeAcls=false to workbench configuration makes the error message go away. But when I traverse to User Homes, it is still empty.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;getObjectByPath() with "/User Homes/BhatiNa/sqlj-overview.pdf" or any sub-path of this works just fine.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Alfresco version 3.4.0 (d 3370)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;No idea if we have had any issues with the Lucene index.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 22:43:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269100#M222230</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-09-07T22:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269101#M222231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I cannot reproduce it. Have you tried an other interface, WebDAV for example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only explanation at the moment is the Lucene index…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 10:00:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269101#M222231</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-09-08T10:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269102#M222232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have some more information on this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;I tried accessing User Homes on another Alfresco instance within my company - same issue - shows zero children. This makes me think it can't be the Lucene index (unless the indexes are messed up on both instances). In any case, how do I rebuild the index?&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I also tried the same thing on an instance on Amazon - and the same scenario works just fine over there. I can see my own folder under User Homes (and nobody else's folders), I can navigate to its children. That makes me think it is a permissions issue. Does the CMIS interface use the same permissions model as Alfresco share. Is there any other place I should be setting permissions for CMIS?&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Naresh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 13:31:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269102#M222232</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-09-08T13:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269103#M222233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CMIS interface does not introduce any new permission rules. Permissions are solely handled by the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So you should get the same view in Alfresco Share, Alfresco Explorer and CMIS when you are logged in with the same user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 14:15:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269103#M222233</guid>
      <dc:creator>fmui</dc:creator>
      <dc:date>2011-09-08T14:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get children for User Homes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269104#M222234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, then may be I should rebuild the indexes. Can you please point me to the docs for that? I could only find this which is probably not what I want:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco Documentation &amp;gt; Administering &amp;gt; Backing up and restoring &amp;gt; Backing up and restoring Lucene indexes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 14:27:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-t-get-children-for-user-homes/m-p/269104#M222234</guid>
      <dc:creator>naresh</dc:creator>
      <dc:date>2011-09-08T14:27:53Z</dc:date>
    </item>
  </channel>
</rss>

