<?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 Question about Alfresco Down in Alfresco 6.2.0 (using FTP) in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/question-about-alfresco-down-in-alfresco-6-2-0-using-ftp/m-p/90630#M27023</link>
    <description>&lt;P&gt;&lt;BR /&gt;We installed the Alfresco 6.2.0-ga version and added the FTP configuration information below to build it.&lt;/P&gt;&lt;PRE&gt;# Dockerfile
FROM alfresco/alfresco-content-repository-community:6.2.0-ga
EXPOSE 21 2333-2433&lt;/PRE&gt;&lt;PRE&gt;# Docker-compose file
(JAVA_OPTS)
-Dftp.port=21
-Dftp.enabled=true
-Dftp.dataPortFrom=2333
-Dftp.dataPortTo=2433&lt;BR /&gt;-Dftp.externalAddress=x.x.x.x
(ports)
- 21:21
- 2333-2433:2333-2433&lt;/PRE&gt;&lt;P&gt;We completed the setup and restarted.&lt;/P&gt;&lt;P&gt;And then, We are uploading data previously managed separately via FTP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the process, Alfresco died.&lt;/P&gt;&lt;P&gt;When I checked the log, the following issue occurred.&lt;/P&gt;&lt;P&gt;(JLAN keeps getting FileExistsException Errors and seems to be dead due to memory problems.&lt;/P&gt;&lt;PRE&gt;2020-08-03 11:09:46,642 ERROR [org.alfresco.fileserver] [Sess_FTP5_192.168.30.35] Error from JLAN
org.alfresco.jlan.server.filesys.FileExistsException: GSD-12-TS-020 ì&amp;lt;9d&amp;gt;¸ê³µì&amp;lt;9c&amp;gt;&amp;lt;84&amp;gt;ì&amp;lt;84&amp;gt;± ê¶¤ë&amp;lt;8f&amp;gt;&amp;lt;84&amp;gt;2 - ì&amp;lt;9d&amp;gt;¸ê³µì&amp;lt;9c&amp;gt;&amp;lt;84&amp;gt;ì&amp;lt;84&amp;gt;± ê¶¤ë&amp;lt;8f&amp;gt;&amp;lt;84&amp;gt; ì&amp;lt;9a&amp;gt;&amp;lt;94&amp;gt;ì&amp;lt;86&amp;gt;&amp;lt;8c&amp;gt;ì&amp;lt;99&amp;gt;&amp;lt;80&amp;gt; ì¢&amp;lt;8c&amp;gt;í&amp;lt;91&amp;gt;&amp;lt;9c&amp;gt;ê³&amp;lt;84&amp;gt; í&amp;lt;9a&amp;gt;&amp;lt;8c&amp;gt;ì &amp;lt;84&amp;gt; ë³&amp;lt;80&amp;gt;í&amp;lt;99&amp;gt;&amp;lt;98&amp;gt;
        at org.alfresco.filesys.repo.CifsHelper.createNode(CifsHelper.java:547)
        at org.alfresco.filesys.repo.ContentDiskDriver2.createDirectory(ContentDiskDriver2.java:993)
        at jdk.internal.reflect.GeneratedMethodAccessor821.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
        at org.alfresco.filesys.repo.FilesystemTransactionAdvice$1.execute(FilesystemTransactionAdvice.java:78)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:338)
        at org.alfresco.filesys.repo.FilesystemTransactionAdvice.invoke(FilesystemTransactionAdvice.java:102)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
        at com.sun.proxy.$Proxy214.createDirectory(Unknown Source)
        at org.alfresco.filesys.repo.NonTransactionalRuleContentDiskDriver.createDirectory(NonTransactionalRuleContentDiskDriver.java:202)
        at org.alfresco.filesys.repo.LegacyFileStateDriver.createDirectory(LegacyFileStateDriver.java:553)
        at org.alfresco.filesys.repo.BufferedContentDiskDriver.createDirectory(BufferedContentDiskDriver.java:468)
        at org.alfresco.jlan.ftp.FTPSrvSession.procCreateDirectory(FTPSrvSession.java:2942)
        at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5182)
        at java.base/java.lang.Thread.run(Thread.java:834)&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;11:44:20,676 ERROR [org.alfresco.fileserver] [Sess_FTP8_192.168.30.35] Error from JLAN&lt;BR /&gt;java.io.IOException: Cannot allocate memory&lt;BR /&gt;        at java.base/java.io.RandomAccessFile.writeBytes(Native Method)&lt;BR /&gt;        at java.base/java.io.RandomAccessFile.write(RandomAccessFile.java:559)&lt;BR /&gt;        at org.alfresco.jlan.smb.server.disk.JavaNetworkFile.writeFile(JavaNetworkFile.java:496)&lt;BR /&gt;        at org.alfresco.filesys.repo.TempNetworkFile.writeFile(TempNetworkFile.java:130)&lt;BR /&gt;        at org.alfresco.filesys.repo.ContentDiskDriver2.writeFile(ContentDiskDriver2.java:1970)&lt;BR /&gt;        at jdk.internal.reflect.GeneratedMethodAccessor790.invoke(Unknown Source)&lt;BR /&gt;        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;        at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)&lt;BR /&gt;        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)&lt;BR /&gt;        at com.sun.proxy.$Proxy214.writeFile(Unknown Source)&lt;BR /&gt;        at org.alfresco.filesys.repo.NonTransactionalRuleContentDiskDriver.writeFile(NonTransactionalRuleContentDiskDriver.java:580)&lt;BR /&gt;        at org.alfresco.filesys.repo.LegacyFileStateDriver.writeFile(LegacyFileStateDriver.java:715)&lt;BR /&gt;        at org.alfresco.filesys.repo.BufferedContentDiskDriver.writeFile(BufferedContentDiskDriver.java:564)&lt;BR /&gt;        at org.alfresco.jlan.ftp.FTPSrvSession.procStoreFile(FTPSrvSession.java:2393)&lt;BR /&gt;        at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5118)&lt;BR /&gt;        at java.base/java.lang.Thread.run(Thread.java:834)&lt;/PRE&gt;&lt;P&gt;Why this errors invoked?&lt;/P&gt;&lt;P&gt;Can I get some reason?&lt;/P&gt;&lt;P&gt;Thank you for good service.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Aug 2020 02:19:54 GMT</pubDate>
    <dc:creator>ujkim</dc:creator>
    <dc:date>2020-08-04T02:19:54Z</dc:date>
    <item>
      <title>Question about Alfresco Down in Alfresco 6.2.0 (using FTP)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/question-about-alfresco-down-in-alfresco-6-2-0-using-ftp/m-p/90630#M27023</link>
      <description>&lt;P&gt;&lt;BR /&gt;We installed the Alfresco 6.2.0-ga version and added the FTP configuration information below to build it.&lt;/P&gt;&lt;PRE&gt;# Dockerfile
FROM alfresco/alfresco-content-repository-community:6.2.0-ga
EXPOSE 21 2333-2433&lt;/PRE&gt;&lt;PRE&gt;# Docker-compose file
(JAVA_OPTS)
-Dftp.port=21
-Dftp.enabled=true
-Dftp.dataPortFrom=2333
-Dftp.dataPortTo=2433&lt;BR /&gt;-Dftp.externalAddress=x.x.x.x
(ports)
- 21:21
- 2333-2433:2333-2433&lt;/PRE&gt;&lt;P&gt;We completed the setup and restarted.&lt;/P&gt;&lt;P&gt;And then, We are uploading data previously managed separately via FTP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the process, Alfresco died.&lt;/P&gt;&lt;P&gt;When I checked the log, the following issue occurred.&lt;/P&gt;&lt;P&gt;(JLAN keeps getting FileExistsException Errors and seems to be dead due to memory problems.&lt;/P&gt;&lt;PRE&gt;2020-08-03 11:09:46,642 ERROR [org.alfresco.fileserver] [Sess_FTP5_192.168.30.35] Error from JLAN
org.alfresco.jlan.server.filesys.FileExistsException: GSD-12-TS-020 ì&amp;lt;9d&amp;gt;¸ê³µì&amp;lt;9c&amp;gt;&amp;lt;84&amp;gt;ì&amp;lt;84&amp;gt;± ê¶¤ë&amp;lt;8f&amp;gt;&amp;lt;84&amp;gt;2 - ì&amp;lt;9d&amp;gt;¸ê³µì&amp;lt;9c&amp;gt;&amp;lt;84&amp;gt;ì&amp;lt;84&amp;gt;± ê¶¤ë&amp;lt;8f&amp;gt;&amp;lt;84&amp;gt; ì&amp;lt;9a&amp;gt;&amp;lt;94&amp;gt;ì&amp;lt;86&amp;gt;&amp;lt;8c&amp;gt;ì&amp;lt;99&amp;gt;&amp;lt;80&amp;gt; ì¢&amp;lt;8c&amp;gt;í&amp;lt;91&amp;gt;&amp;lt;9c&amp;gt;ê³&amp;lt;84&amp;gt; í&amp;lt;9a&amp;gt;&amp;lt;8c&amp;gt;ì &amp;lt;84&amp;gt; ë³&amp;lt;80&amp;gt;í&amp;lt;99&amp;gt;&amp;lt;98&amp;gt;
        at org.alfresco.filesys.repo.CifsHelper.createNode(CifsHelper.java:547)
        at org.alfresco.filesys.repo.ContentDiskDriver2.createDirectory(ContentDiskDriver2.java:993)
        at jdk.internal.reflect.GeneratedMethodAccessor821.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
        at org.alfresco.filesys.repo.FilesystemTransactionAdvice$1.execute(FilesystemTransactionAdvice.java:78)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:450)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:338)
        at org.alfresco.filesys.repo.FilesystemTransactionAdvice.invoke(FilesystemTransactionAdvice.java:102)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
        at com.sun.proxy.$Proxy214.createDirectory(Unknown Source)
        at org.alfresco.filesys.repo.NonTransactionalRuleContentDiskDriver.createDirectory(NonTransactionalRuleContentDiskDriver.java:202)
        at org.alfresco.filesys.repo.LegacyFileStateDriver.createDirectory(LegacyFileStateDriver.java:553)
        at org.alfresco.filesys.repo.BufferedContentDiskDriver.createDirectory(BufferedContentDiskDriver.java:468)
        at org.alfresco.jlan.ftp.FTPSrvSession.procCreateDirectory(FTPSrvSession.java:2942)
        at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5182)
        at java.base/java.lang.Thread.run(Thread.java:834)&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;11:44:20,676 ERROR [org.alfresco.fileserver] [Sess_FTP8_192.168.30.35] Error from JLAN&lt;BR /&gt;java.io.IOException: Cannot allocate memory&lt;BR /&gt;        at java.base/java.io.RandomAccessFile.writeBytes(Native Method)&lt;BR /&gt;        at java.base/java.io.RandomAccessFile.write(RandomAccessFile.java:559)&lt;BR /&gt;        at org.alfresco.jlan.smb.server.disk.JavaNetworkFile.writeFile(JavaNetworkFile.java:496)&lt;BR /&gt;        at org.alfresco.filesys.repo.TempNetworkFile.writeFile(TempNetworkFile.java:130)&lt;BR /&gt;        at org.alfresco.filesys.repo.ContentDiskDriver2.writeFile(ContentDiskDriver2.java:1970)&lt;BR /&gt;        at jdk.internal.reflect.GeneratedMethodAccessor790.invoke(Unknown Source)&lt;BR /&gt;        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;        at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)&lt;BR /&gt;        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:205)&lt;BR /&gt;        at com.sun.proxy.$Proxy214.writeFile(Unknown Source)&lt;BR /&gt;        at org.alfresco.filesys.repo.NonTransactionalRuleContentDiskDriver.writeFile(NonTransactionalRuleContentDiskDriver.java:580)&lt;BR /&gt;        at org.alfresco.filesys.repo.LegacyFileStateDriver.writeFile(LegacyFileStateDriver.java:715)&lt;BR /&gt;        at org.alfresco.filesys.repo.BufferedContentDiskDriver.writeFile(BufferedContentDiskDriver.java:564)&lt;BR /&gt;        at org.alfresco.jlan.ftp.FTPSrvSession.procStoreFile(FTPSrvSession.java:2393)&lt;BR /&gt;        at org.alfresco.jlan.ftp.FTPSrvSession.run(FTPSrvSession.java:5118)&lt;BR /&gt;        at java.base/java.lang.Thread.run(Thread.java:834)&lt;/PRE&gt;&lt;P&gt;Why this errors invoked?&lt;/P&gt;&lt;P&gt;Can I get some reason?&lt;/P&gt;&lt;P&gt;Thank you for good service.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 02:19:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/question-about-alfresco-down-in-alfresco-6-2-0-using-ftp/m-p/90630#M27023</guid>
      <dc:creator>ujkim</dc:creator>
      <dc:date>2020-08-04T02:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question about Alfresco Down in Alfresco 6.2.0 (using FTP)</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/question-about-alfresco-down-in-alfresco-6-2-0-using-ftp/m-p/90631#M27024</link>
      <description>&lt;P&gt;It could likely be a memory issue, check the memory allocated to containers. Minimum 8 GB memory is required.&lt;/P&gt;

&lt;P&gt;&lt;U&gt;Use this command to see the stats:&lt;/U&gt;&lt;/P&gt;

&lt;PRE&gt;docker stats&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Check how much memory you have allocated to docker. That is shared between all the containers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can use this command to provide resources to &lt;A href="https://docs.docker.com/config/containers/resource_constraints/" target="_self" rel="nofollow noopener noreferrer"&gt;docker&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;docker run --memory 8g --cpus 2&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are on windows, check this for docker &lt;A href="https://docs.docker.com/docker-for-windows/" target="_self" rel="nofollow noopener noreferrer"&gt;desktop&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;if you are on mac, check this for &lt;A href="https://docs.docker.com/docker-for-mac/" target="_self" rel="nofollow noopener noreferrer"&gt;docker desktop&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 14:56:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/question-about-alfresco-down-in-alfresco-6-2-0-using-ftp/m-p/90631#M27024</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-06T14:56:16Z</dc:date>
    </item>
  </channel>
</rss>

