<?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: Big file not uploaded via CMIS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253709#M206839</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;How are you connecting to Alfresco? AtomPub or WebServices?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the old AtomPub url: &lt;/SPAN&gt;&lt;A href="http://your.server:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://your.server:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt; then you will have issues with large files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Connecting using WebServices or the current AtomPub url &lt;/SPAN&gt;&lt;A href="http://your.server:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://your.server:8080/alfresco/cmisatom&lt;/A&gt;&lt;SPAN&gt; then you should be fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 13:43:23 GMT</pubDate>
    <dc:creator>mikemars</dc:creator>
    <dc:date>2012-08-30T13:43:23Z</dc:date>
    <item>
      <title>Big file not uploaded via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253708#M206838</link>
      <description>Hi guys,i'm using CMIS to transfer documents on Alfresco community (4.0.d). For small files there aren't problem, but when i try to tranfer big file (150 mb&amp;gt;) Alfresco return a Internal server error. In catalina.out there is an Java heap space error.http://sangosthi.blogspot.it/2010/01/alfresco-i</description>
      <pubDate>Wed, 29 Aug 2012 11:04:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253708#M206838</guid>
      <dc:creator>painkiller</dc:creator>
      <dc:date>2012-08-29T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Big file not uploaded via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253709#M206839</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;How are you connecting to Alfresco? AtomPub or WebServices?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using the old AtomPub url: &lt;/SPAN&gt;&lt;A href="http://your.server:8080/alfresco/s/cmis" rel="nofollow noopener noreferrer"&gt;http://your.server:8080/alfresco/s/cmis&lt;/A&gt;&lt;SPAN&gt; then you will have issues with large files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Connecting using WebServices or the current AtomPub url &lt;/SPAN&gt;&lt;A href="http://your.server:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://your.server:8080/alfresco/cmisatom&lt;/A&gt;&lt;SPAN&gt; then you should be fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:43:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253709#M206839</guid>
      <dc:creator>mikemars</dc:creator>
      <dc:date>2012-08-30T13:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Big file not uploaded via CMIS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253710#M206840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I try to replace /alfresco/service/cmis with /alfresco/cmisatom but my logic does not work anymore. It seems like .getParent() does not return the parent of my object. In this way i can't retrive the root folder from which to start to upload my files. Is it normal? have i to change all my logic &lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://connect.hyland.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt; ???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do this to retrive a session:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Map&amp;lt;String, String&amp;gt; parameter = new HashMap&amp;lt;String, String&amp;gt;();&lt;BR /&gt;&lt;BR /&gt;// user credentials&lt;BR /&gt;parameter.put(SessionParameter.USER, "admin@user");&lt;BR /&gt;parameter.put(SessionParameter.PASSWORD, "user");&lt;BR /&gt;&lt;BR /&gt;// connection settings&lt;BR /&gt;parameter.put(SessionParameter.ATOMPUB_URL, "&lt;A href="http://localhost:8080/alfresco/cmisatom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/cmisatom&lt;/A&gt;");&lt;BR /&gt;parameter.put(SessionParameter.BINDING_TYPE, BindingType.ATOMPUB.value());&lt;BR /&gt;&lt;BR /&gt;// set the alfresco object factory&lt;BR /&gt;parameter.put(SessionParameter.OBJECT_FACTORY_CLASS, "org.alfresco.cmis.client.impl.AlfrescoObjectFactoryImpl");&lt;BR /&gt;&lt;BR /&gt;// create session&lt;BR /&gt;SessionFactory factory = SessionFactoryImpl.newInstance();&lt;BR /&gt;Session session = factory.getRepositories(parameter).get(0).createSession();&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;but when i try to retrive the object using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;object = session.getObjectByPath(nameFolder);&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;where nameFolder is an existing path on tenant, it throws an exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Object Info is missing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should i do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;[EDIT]i see that if log in with (admin,admin) so getObjectByPath return correct folder, but if log in in a tenant with user and password of&amp;nbsp; tenant (&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:admin@tenat.com" rel="nofollow noopener noreferrer"&gt;admin@tenat.com&lt;/A&gt;&lt;SPAN&gt;, tenant) it throws the exception!!. is this a permission problem?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 12:15:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/big-file-not-uploaded-via-cmis/m-p/253710#M206840</guid>
      <dc:creator>painkiller</dc:creator>
      <dc:date>2012-09-12T12:15:11Z</dc:date>
    </item>
  </channel>
</rss>

