FTP in Alfresco

cancel
Showing results for 
Search instead for 
Did you mean: 
sachindac75
Active Member

FTP in Alfresco

Jump to solution

Hi All,

I am trying to enable FTP in Alfresco . I have made these changes in /opt/alfresco-community/tomcat/shared/classes/alfresco-global.properties

ftp.port=2121
ftp.enabled=true

and when i am trying  to access using ftp://admin:admin@localhost:2121/Alfresco

from browser and i am getting connection refused.

please help me how to check my configuration is correct or not .And even how can i test?

1 Solution

Accepted Solutions
cesarista
Customer

Re: FTP in Alfresco

Jump to solution

Hi,

with the given config you should have the 2121 port open, not the 21. This is probably because you installed Alfresco with a non-priviledged user. There is no problem with this configuration, but if you are in a Windows Server you will probably have to open this port in the firewall, and if you are in Linux maybe you have to open it via iptables.

You can check it in linux with nc command or even with telnet command to this port.

$ nc -v localhost 2121

Regards.

--C.

View solution in original post

8 Replies
kalpesh_c2
Senior Member

Re: FTP in Alfresco

Jump to solution

Hi, Sachin

Make sure you have restarted your alfresco server after change in alfresco-global.properties file,
and port 2121 should have not to be occupied by any other propcess of your system.
Please refer this FTP file server properties | Alfresco Documentation 

Thanks ,
Kalpesh

sachindac75
Active Member

Re: FTP in Alfresco

Jump to solution

Thanks Kalpesh,

Ya i restarted the server after made changes . I am expecting port 2121 is not being used otherwise while starting tomcat should give some error.

calvo
Senior Member

Re: FTP in Alfresco

Jump to solution

Hi,

I've just done a test and it works.

Alfresco 5.2 (Windows platform)

I added the following lines to alfresco.global.properties:

### FTP Server Configuration ###
ftp.port=2121
ftp.enabled=true

Using the browser I wrote: ftp://localhost:2121/alfresco (after restart alfresco service)

Then I logged in with administrator credentials (user: admin, password: admin) and thats all.

Credentials area necessary

Ftp after logged in

I guess the credentials are correct, right?

Have you tried with another port number?

Could you share "catalina.out" file?. Maybe this contains more information about the issue.

Regards,

clv

cesarista
Customer

Re: FTP in Alfresco

Jump to solution

Check your local firewall and allow for 2121 if necessary.

Regards.

--C.

sachindac75
Active Member

Re: FTP in Alfresco

Jump to solution

alfresco-global.properties

i have attached alfresco-global.properties with this reply

"catalina.out"

Sep 18, 2017 9:53:59 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1842 ms
Sep 18, 2017 9:53:59 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Sep 18, 2017 9:53:59 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Sep 18, 2017 9:53:59 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/solr4.xml
Sep 18, 2017 9:53:59 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Sep 18, 2017 9:54:08 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
2017-09-18 21:54:15,190  INFO  [solr.component.AsyncBuildSuggestComponent] [coreLoadExecutor-5-thread-1] Initializing SuggestComponent
 2017-09-18 21:54:17,281  INFO  [solr.component.AsyncBuildSuggestComponent] [coreLoadExecutor-5-thread-2] Initializing SuggestComponent
 2017-09-18 21:54:17,315  WARN  [solr.component.AsyncBuildSuggestComponent] [Suggestor-alfresco-1] Solr suggester temp file found matching file pattern: WFSTInputIterator*.{input,sorted}, path: /opt/alfresco-community/tomcat/temp/WFSTInputIterator6925895297413317364.input
 2017-09-18 21:54:17,320  WARN  [solr.component.AsyncBuildSuggestComponent] [Suggestor-alfresco-1] Reported first suggester temp file found, others may exist.
 2017-09-18 21:54:17,320  INFO  [solr.component.AsyncBuildSuggestComponent] [Suggestor-alfresco-1] Loading suggester index for: shingleBasedSuggestions
 Sep 18, 2017 9:54:17 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/solr4.xml has finished in 18,365 ms
Sep 18, 2017 9:54:17 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/alfresco.xml
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
Sep 18, 2017 9:55:00 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
Sep 18, 2017 9:55:01 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
Sep 18, 2017 9:55:01 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Sep 18, 2017 9:55:01 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
2017-09-18 21:55:08,106  INFO  [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbcSmiley Tongueostgresql://localhost/alfresco' with user 'alfresco'.
 2017-09-18 21:55:08,108  INFO  [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 9.3.18
 2017-09-18 21:55:14,924  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
 2017-09-18 21:55:14,924  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
 2017-09-18 21:55:14,924  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db
 2017-09-18 21:55:22,944  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
 2017-09-18 21:55:23,186  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
 2017-09-18 21:55:26,277  INFO  [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl
 2017-09-18 21:55:26,281  INFO  [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js
 2017-09-18 21:55:29,215  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
 2017-09-18 21:55:29,273  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete
 2017-09-18 21:55:29,352  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbcSmiley Tongueostgresql://localhost/alfresco, UserName=alfresco, PostgreSQL Native Driver
 2017-09-18 21:55:29,352  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.hibernate.dialect.PostgreSQLDialect.
 2017-09-18 21:55:29,706  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.
 2017-09-18 21:55:30,924  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
 2017-09-18 21:55:31,255  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
 2017-09-18 21:55:31,255  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
 2017-09-18 21:55:31,719  WARN  [alfresco.util.OpenOfficeConnectionTester] [localhost-startStop-1] An initial OpenOffice connection could not be established.
 2017-09-18 21:55:31,721  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
 2017-09-18 21:55:31,724  INFO  [repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: /opt/alfresco-community/alf_data
 2017-09-18 21:55:31,725  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Search' subsystem, ID: [Search, managed, solr4]
 2017-09-18 21:55:32,011  INFO  [solr.component.AsyncBuildSuggestComponent] [Suggestor-alfresco-1] Loaded suggester shingleBasedSuggestions, took 74691 ms
 2017-09-18 21:55:32,025  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Search' subsystem, ID: [Search, managed, solr4] complete
 2017-09-18 21:55:32,052  INFO  [admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ...
 2017-09-18 21:55:32,498  INFO  [admin.patch.PatchExecuter] [localhost-startStop-1] No patches were required.
 2017-09-18 21:55:32,531  INFO  [repo.module.ModuleServiceImpl] [localhost-startStop-1] Found 3 module package(s).
 2017-09-18 21:55:32,577  INFO  [repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-aos-module' version 1.1.5.
 2017-09-18 21:55:32,622  INFO  [repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-share-services' version 5.2.0.
 2017-09-18 21:55:32,650  INFO  [repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-trashcan-cleaner' version 2.2.
 2017-09-18 21:55:32,680  WARN  [repo.module.ModuleServiceImpl] [localhost-startStop-1] A previously-installed module 'vmr_webscripts_repo' (version 1.0.1709181226) is not present in your distribution.
 2017-09-18 21:55:32,692  WARN  [repo.module.ModuleServiceImpl] [localhost-startStop-1] A previously-installed module 'org.alfresco.module.vti' (version 1.3) is not present in your distribution.
 2017-09-18 21:55:32,695  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default]
 2017-09-18 21:55:33,073  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
 2017-09-18 21:55:33,109  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
 2017-09-18 21:55:33,172  WARN  [org.alfresco.fileserver] [localhost-startStop-1] CIFS server name is longer than 15 characters, truncated to sachin-Lenovo-B
 2017-09-18 21:55:38,196  WARN  [org.alfresco.fileserver] [localhost-startStop-1] CIFS, Unable to get local domain/workgroup name, using default of WORKGROUP. This may be due to firewall settings or incorrect <broadcast> setting)
 2017-09-18 21:55:38,232  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
 2017-09-18 21:55:38,232  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'imap' subsystem, ID: [imap, default]
 2017-09-18 21:55:38,328  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'imap' subsystem, ID: [imap, default] complete
 2017-09-18 21:55:38,329  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]
 2017-09-18 21:55:38,759  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete
 2017-09-18 21:55:38,759  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]
 2017-09-18 21:55:38,825  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] complete
 2017-09-18 21:55:38,825  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]
 2017-09-18 21:55:38,854  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete
 2017-09-18 21:55:38,907  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
 2017-09-18 21:55:39,119  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
 2017-09-18 21:55:39,173  INFO  [service.descriptor.DescriptorService] [localhost-startStop-1] Alfresco JVM - v1.8.0_144-b01; maximum heap size 3918.750MB
 2017-09-18 21:55:39,173  INFO  [service.descriptor.DescriptorService] [localhost-startStop-1] Server Mode :UNKNOWN
 2017-09-18 21:55:39,177  INFO  [service.descriptor.DescriptorService] [localhost-startStop-1] Alfresco Content Services started (Community). Current version: 5.2.0 (r135134-b14) schema 10,005. Originally installed version: 5.0.0 (d r99759-b2) schema 8,022.
 2017-09-18 21:55:39,188  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
 2017-09-18 21:55:39,444  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete
 2017-09-18 21:55:39,446  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Replication' subsystem, ID: [Replication, default]
 2017-09-18 21:55:39,466  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Replication' subsystem, ID: [Replication, default] complete
 2017-09-18 21:55:43,861  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 398 Web Scripts (+0 failed), 547 URLs
 2017-09-18 21:55:43,864  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)
 2017-09-18 21:55:43,864  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:55:45,522  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 398 Web Scripts (+0 failed), 547 URLs
 2017-09-18 21:55:45,523  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 1 Package Description Documents (+0 failed)
 2017-09-18 21:55:45,523  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:55:45,527  INFO  [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Repository Web Script Container (in 4661.5933ms)
 2017-09-18 21:55:45,562  INFO  [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
 2017-09-18 21:55:45,569  INFO  [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
 2017-09-18 21:55:47,081  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 398 Web Scripts (+0 failed), 547 URLs
 2017-09-18 21:55:47,081  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)
 2017-09-18 21:55:47,081  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:55:47,164  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs
 2017-09-18 21:55:47,164  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
 2017-09-18 21:55:47,165  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:55:47,275  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 13 Web Scripts (+0 failed), 102 URLs
 2017-09-18 21:55:47,275  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Package Description Documents (+0 failed)
 2017-09-18 21:55:47,275  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:55:47,279  INFO  [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Public Api Web Script Container (in 1645.0872ms)
 2017-09-18 21:55:47,323  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs
 2017-09-18 21:55:47,323  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
 2017-09-18 21:55:47,323  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
 Sep 18, 2017 9:55:47 PM org.apache.catalina.core.StandardContext filterStart
Sep 18, 2017 9:55:47 PM org.apache.catalina.core.StandardContext startInternal
Sep 18, 2017 9:55:47 PM org.apache.catalina.core.StandardContext startInternal
Sep 18, 2017 9:55:47 PM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
2017-09-18 21:55:47,822  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Replication' subsystem, ID: [Replication, default]
 2017-09-18 21:55:47,822  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Replication' subsystem, ID: [Replication, default]
 2017-09-18 21:55:47,916  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Subscriptions' subsystem, ID: [Subscriptions, default]
 2017-09-18 21:55:47,917  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Subscriptions' subsystem, ID: [Subscriptions, default]
 2017-09-18 21:55:47,917  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'email' subsystem, ID: [email, inbound]
 2017-09-18 21:55:47,917  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'email' subsystem, ID: [email, inbound]
 2017-09-18 21:55:47,918  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'fileServers' subsystem, ID: [fileServers, default]
 2017-09-18 21:56:08,864  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'fileServers' subsystem, ID: [fileServers, default]
 2017-09-18 21:56:08,873  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
 2017-09-18 21:56:08,873  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
 2017-09-18 21:56:08,875  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'OOoDirect' subsystem, ID: [OOoDirect, default]
 2017-09-18 21:56:08,876  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'OOoDirect' subsystem, ID: [OOoDirect, default]
 2017-09-18 21:56:08,876  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
 2017-09-18 21:56:08,876  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
 2017-09-18 21:56:08,877  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Synchronization' subsystem, ID: [Synchronization, default]
 2017-09-18 21:56:08,877  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Synchronization' subsystem, ID: [Synchronization, default]
 2017-09-18 21:56:08,889  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'email' subsystem, ID: [email, outbound]
 2017-09-18 21:56:08,890  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'email' subsystem, ID: [email, outbound]
 2017-09-18 21:56:08,900  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'imap' subsystem, ID: [imap, default]
 2017-09-18 21:56:08,903  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'imap' subsystem, ID: [imap, default]
 2017-09-18 21:56:09,385  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Search' subsystem, ID: [Search, managed, solr4]
 2017-09-18 21:56:09,831  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Search' subsystem, ID: [Search, managed, solr4]
 2017-09-18 21:56:09,911  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'thirdparty' subsystem, ID: [thirdparty, default]
 2017-09-18 21:56:09,911  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'thirdparty' subsystem, ID: [thirdparty, default]
 2017-09-18 21:56:09,912  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
 2017-09-18 21:56:09,912  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
 2017-09-18 21:56:09,913  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'sysAdmin' subsystem, ID: [sysAdmin, default]
 2017-09-18 21:56:09,913  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'sysAdmin' subsystem, ID: [sysAdmin, default]
 Sep 18, 2017 9:56:09 PM org.apache.catalina.core.ApplicationContext log
INFO: Shutting down log4j
Sep 18, 2017 9:56:09 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/alfresco.xml has finished in 112,059 ms
Sep 18, 2017 9:56:09 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/share.xml
Sep 18, 2017 9:56:11 PM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Sep 18, 2017 9:56:11 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
2017-09-18 21:56:17,363  INFO  [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
 2017-09-18 21:56:17,369  INFO  [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
 2017-09-18 21:56:17,369  INFO  [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
 2017-09-18 21:56:17,371  INFO  [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
 2017-09-18 21:56:19,089  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 392 Web Scripts (+0 failed), 410 URLs
 2017-09-18 21:56:19,090  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 8 Package Description Documents (+0 failed)
 2017-09-18 21:56:19,090  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
 2017-09-18 21:56:19,193  INFO  [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Surf Container Web Script Container (in 1802.7766ms)
 2017-09-18 21:56:19,196  INFO  [extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
 2017-09-18 21:56:19,197  INFO  [extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
 Sep 18, 2017 9:56:19 PM org.apache.catalina.core.ApplicationContext log
INFO: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
Sep 18, 2017 9:56:19 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'
Sep 18, 2017 9:56:19 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor /opt/alfresco-community/tomcat/conf/Catalina/localhost/share.xml has finished in 9,688 ms
Sep 18, 2017 9:56:19 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /opt/alfresco-community/tomcat/webapps/ROOT.war
Sep 18, 2017 9:56:19 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Sep 18, 2017 9:56:19 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /opt/alfresco-community/tomcat/webapps/ROOT.war has finished in 88 ms
Sep 18, 2017 9:56:19 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /opt/alfresco-community/tomcat/webapps/vmr.war
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
Sep 18, 2017 9:56:22 PM org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
log4j:ERROR Could not find value for key log4j.appender.consoleLogger
log4j:ERROR Could not instantiate appender named "consoleLogger".
Sep 18, 2017 9:56:25 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /opt/alfresco-community/tomcat/webapps/vmr.war has finished in 6,213 ms
Sep 18, 2017 9:56:25 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /opt/alfresco-community/tomcat/webapps/_vti_bin.war
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /opt/alfresco-community/tomcat/webapps/_vti_bin.war has finished in 111 ms
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /opt/alfresco-community/tomcat/webapps/host-manager
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory /opt/alfresco-community/tomcat/webapps/host-manager has finished in 109 ms
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /opt/alfresco-community/tomcat/webapps/manager
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory /opt/alfresco-community/tomcat/webapps/manager has finished in 80 ms
Sep 18, 2017 9:56:26 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Sep 18, 2017 9:56:26 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Sep 18, 2017 9:56:26 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Sep 18, 2017 9:56:26 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 146887 ms

sachindac75
Active Member

Re: FTP in Alfresco

Jump to solution

Thanks Cesar,

i did not check firewall but i checked for port 21 that was also not working .i am worried about whether my configuration is correct or not

cesarista
Customer

Re: FTP in Alfresco

Jump to solution

Hi,

with the given config you should have the 2121 port open, not the 21. This is probably because you installed Alfresco with a non-priviledged user. There is no problem with this configuration, but if you are in a Windows Server you will probably have to open this port in the firewall, and if you are in Linux maybe you have to open it via iptables.

You can check it in linux with nc command or even with telnet command to this port.

$ nc -v localhost 2121

Regards.

--C.

sachindac75
Active Member

Re: FTP in Alfresco

Jump to solution

its working fine now