07-30-2017 08:22 PM
Tutorial: creating and using models in Alfresco Share | Alfresco Documentation
I am following the link above to create a model but I am not able to see the model after submission. The model disappears totally. I don't see it on the screen, in the logs or even in the database. Do I need to enable anything prior to creating a model and is there somewhere specific I should look to see the errors generated from this issue. I don't see the model name in any of the normal logs.
07-31-2017 05:47 AM
Hi Ian,
What exact version of Alfresco are you running (you can cut-and-paste from the alfresco startup log) ? Can you please also provide details about your deployed env (operating system etc) ?
At what exact step in the tutorial does your model disappear ? Maybe someone else can repeat your steps to verify that they see the same issue.
Regards,
Jan
07-31-2017 11:58 AM
Method 2
Look in Web Inspector and find this:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (es6-promise.map, line 0)
[Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (model-service, line 0)
In the local host logs we find entries like this.
127.0.0.1 - - [30/Jul/2017:06:27:40 -0700] "POST /alfresco/api/-default-/private/alfresco/versions/1/cmm?alf_ticket=TICKET_83536a1c3f00ed382d7b663189c05fbc21fa9853 HTTP/1.1" 401 238
127.0.0.1 - - [30/Jul/2017:15:53:20 -0700] "GET /alfresco/s/api/admin/restrictions?guest=true HTTP/1.1" 401 432
172.28.0.4 - - [30/Jul/2017:00:40:35 -0700] "GET /alfresco/s/index/package/org/springframework/extensions/webscripts HTTP/1.1" 401 1749
These appear to be smoking guns.
Any help would be appreciated.
07-31-2017 12:42 PM
I have included the following files plus some more. I restarted the service and tried to create a new model called skyper after emptying the logs. The steps are described above by Nat.
Files included:
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::alfresco.log:::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
2017-07-31 09:05:20,066 INFO [org.alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbc:mysql://AlfrescoXXX.mysitesf.com:3306/alfrescodb?useSSL=false&useUnicode=yes&characterEncoding=UTF-8' with user 'XXXXXXXXX'.
2017-07-31 09:05:20,082 INFO [org.alfresco.repo.admin] [localhost-startStop-1] Connected to database MySQL version 5.7.18-log
2017-07-31 09:05:24,145 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
2017-07-31 09:05:24,145 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes
2017-07-31 09:05:24,145 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db
2017-07-31 09:05:29,410 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfinst]
2017-07-31 09:05:29,629 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfinst] complete
2017-07-31 09:05:29,629 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, ldap1]
2017-07-31 09:05:29,723 WARN [org.alfresco.repo.security.authentication.ldap.LDAPInitialDirContextFactoryImpl] [localhost-startStop-1] LDAP server supports anonymous bind ldap://mysite.mysite.local:389
2017-07-31 09:05:29,754 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, ldap1] complete
2017-07-31 09:05:32,113 INFO [org.springframework.extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl
2017-07-31 09:05:32,113 INFO [org.springframework.extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js
2017-07-31 09:05:34,098 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]
2017-07-31 09:05:34,129 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete
2017-07-31 09:05:34,192 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbc:mysql://AlfrescoXXX.mysitesf.com:3306/alfrescodb?useSSL=false&useUnicode=yes&characterEncoding=UTF-8, UserName=XXXXXXXXX@alfresco.mysitesf.com, MySQL Connector Java
2017-07-31 09:05:34,192 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
2017-07-31 09:05:34,332 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.
2017-07-31 09:05:36,035 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
2017-07-31 09:05:36,145 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
2017-07-31 09:05:36,145 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]
2017-07-31 09:05:37,535 WARN [org.alfresco.util.OpenOfficeConnectionTester] [localhost-startStop-1] Error trying to query Open Office version information. OpenOffice.org's ConfigurationRegistry not implemented in this version of OOo. This should not affect the operation of OOo.
2017-07-31 09:05:37,535 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete
2017-07-31 09:05:37,535 INFO [org.alfresco.repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: C:\ALFRES~1\alf_data
2017-07-31 09:05:37,535 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Search' subsystem, ID: [Search, managed, solr4]
2017-07-31 09:05:37,770 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Search' subsystem, ID: [Search, managed, solr4] complete
2017-07-31 09:05:37,863 INFO [org.alfresco.repo.admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ...
2017-07-31 09:05:38,473 INFO [org.alfresco.repo.admin.patch.PatchExecuter] [localhost-startStop-1] No patches were required.
2017-07-31 09:05:38,504 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Found 5 module package(s).
2017-07-31 09:05:38,613 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-aos-module' version 1.1.5.
2017-07-31 09:05:38,676 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'ootbee-support-tools-repo' version 1.0.0.0.1707031238.
2017-07-31 09:05:38,723 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'org.alfresco.integrations.google.docs' version 3.0.3.
2017-07-31 09:05:38,770 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-share-services' version 5.2.0.
2017-07-31 09:05:38,817 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-trashcan-cleaner' version 2.2.
2017-07-31 09:05:38,848 WARN [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] A previously-installed module 'ezuno-repo' (version 5.3.12.1703231152) is not present in your distribution.
2017-07-31 09:05:38,863 WARN [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] A previously-installed module 'uploader-plus-repo' (version 1.6.1707041612) is not present in your distribution.
2017-07-31 09:05:38,863 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default]
2017-07-31 09:05:39,192 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
2017-07-31 09:05:39,223 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
2017-07-31 09:05:39,285 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
2017-07-31 09:05:39,285 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'imap' subsystem, ID: [imap, default]
2017-07-31 09:05:39,395 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'imap' subsystem, ID: [imap, default] complete
2017-07-31 09:05:39,395 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]
2017-07-31 09:05:39,770 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete
2017-07-31 09:05:39,770 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]
2017-07-31 09:05:39,848 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] complete
2017-07-31 09:05:39,848 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]
2017-07-31 09:05:39,863 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete
2017-07-31 09:05:39,926 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
2017-07-31 09:05:40,067 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronizing users and groups with user registry 'ldap1'
2017-07-31 09:05:40,129 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Retrieving groups changed since Jul 30, 2017 1:17:25 PM from user registry 'ldap1'
2017-07-31 09:05:40,192 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Commencing batch of 0 entries
2017-07-31 09:05:40,192 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=1 Group Analysis: Completed batch of 0 entries
2017-07-31 09:05:40,207 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Retrieving users changed since Jul 30, 2017 11:49:19 PM from user registry 'ldap1'
2017-07-31 09:05:40,254 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Commencing batch of 17 entries
2017-07-31 09:05:40,754 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Processed 17 entries out of 17. 100% complete. Rate: 34 per second. 0 failures detected.
2017-07-31 09:05:40,754 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Completed batch of 17 entries
2017-07-31 09:05:40,785 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Finished synchronizing users and groups with user registry 'ldap1'
2017-07-31 09:05:40,785 INFO [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] 17 user(s) and 0 group(s) processed
2017-07-31 09:05:40,848 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
2017-07-31 09:05:40,910 INFO [org.alfresco.service.descriptor.DescriptorService] [localhost-startStop-1] Alfresco JVM - v1.8.0_111-b14; maximum heap size 3627.500MB
2017-07-31 09:05:40,910 INFO [org.alfresco.service.descriptor.DescriptorService] [localhost-startStop-1] Server Mode :UNKNOWN
2017-07-31 09:05:40,910 INFO [org.alfresco.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.2.0 (r135134-b14) schema 10,005.
2017-07-31 09:05:40,926 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]
2017-07-31 09:05:41,160 WARN [org.alfresco.util.AbstractTriggerBean] [localhost-startStop-1] Job feedNotifierTrigger is not enabled
2017-07-31 09:05:41,160 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete
2017-07-31 09:05:41,160 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Replication' subsystem, ID: [Replication, default]
2017-07-31 09:05:41,176 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Replication' subsystem, ID: [Replication, default] complete
2017-07-31 09:05:42,629 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'googledocs' subsystem, ID: [googledocs, drive]
2017-07-31 09:05:42,754 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'googledocs' subsystem, ID: [googledocs, drive] complete
2017-07-31 09:05:48,192 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 443 Web Scripts (+0 failed), 592 URLs
2017-07-31 09:05:48,207 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)
2017-07-31 09:05:48,207 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2017-07-31 09:05:51,301 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 443 Web Scripts (+0 failed), 592 URLs
2017-07-31 09:05:51,301 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 1 Package Description Documents (+0 failed)
2017-07-31 09:05:51,301 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
2017-07-31 09:05:51,317 INFO [org.springframework.extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Repository Web Script Container (in 8537.731ms)
2017-07-31 09:05:51,332 INFO [org.springframework.extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl
2017-07-31 09:05:51,332 INFO [org.springframework.extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js
2017-07-31 09:05:54,067 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 443 Web Scripts (+0 failed), 592 URLs
2017-07-31 09:05:54,067 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)
2017-07-31 09:05:54,067 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2017-07-31 09:05:54,207 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs
2017-07-31 09:05:54,207 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
2017-07-31 09:05:54,207 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
2017-07-31 09:05:54,363 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 13 Web Scripts (+0 failed), 102 URLs
2017-07-31 09:05:54,363 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Package Description Documents (+0 failed)
2017-07-31 09:05:54,363 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)
2017-07-31 09:05:54,363 INFO [org.springframework.extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Public Api Web Script Container (in 2993.3337ms)
2017-07-31 09:05:54,410 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs
2017-07-31 09:05:54,410 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)
2017-07-31 09:05:54,410 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::alfresco-global.properties::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
###############################
## Common Alfresco Properties #
###############################
dir.root=C:/ALFRES~1/alf_data
index.recovery.mode=FULL
### dir.root=//optimus.mysite.local/Alfresco$
dir.contentstore=//optimus.mysite.local/Alfresco$/contentstore
dir.contentstore.deleted=//optimus.mysite.local/Alfresco$/contentstore.deleted
activities.feed.notifier.enabled=false
alfresco.context=alfresco
alfresco.host=Alfresco.mysitesf.com
alfresco.port=8080
alfresco.port.ssl=443
alfresco.protocol=http
alfresco.allowWrite=true
alfresco.enableMultiThreadedTracking=true
share.context=share
share.host=Alfresco.mysitesf.com
share.port=8080
share.port.ssl=443
share.protocol=http
share.allowWrite=true
share.enableMultiThreadedTracking=true
opencmis.context.override=true
opencmis.context.value=
opencmis.servletpath.override=true
opencmis.servletpath.value=
opencmis.server.override=true
opencmis.server.value=https://mysite.mysitesf.com
### worker location ###
worker.list=ajp13_worker
worker.ajp13_worker.port=8009
worker.ajp13_worker.host=Alfresco.mysitesf.com
worker.ajp13_worker.type=ajp13
worker.ajp13_worker.lbfactor=1
### mysql properties ###
db.username=XXXXXXXXX
db.password=XXXXXXXXX
db.name=alfrescodb
db.host=AlfrescoXXX.mysitesf.com
db.port=3306
db.pool.max=275
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
db.pool.validate.query=SELECT 1
# The server mode. Set value here
# UNKNOWN | TEST | BACKUP | PRODUCTION
system.serverMode=UNKNOWN
### FTP Server Configuration ###
ftp.port=21
### RMI registry port for JMX ###
alfresco.rmi.services.port=50500
### External executable locations ###
ooo.exe=C:/ALFRES~1/LIBREO~1/App/libreoffice/program/soffice.exe
ooo.enabled=true
ooo.port=8100
img.root=C:\\alfresco-community\\imagemagick
img.coders=${img.root}\\modules\\coders
img.config=${img.root}
img.gslib=${img.root}\\lib
img.exe=${img.root}\\convert.exe
jodconverter.enabled=false
jodconverter.officeHome=C:/ALFRES~1/LIBREO~1/App/libreoffice
jodconverter.portNumbers=8100
### Initial admin password ###
alfresco_user_store.adminpassword=547ea0f8df36ac1d500931e4dcb1aa60
### E-mail site invitation setting ###
notification.email.siteinvite=true
### License location ###
dir.license.external=C:/ALFRES~1
### Solr indexing ###
index.subsystem.name=solr4
dir.keystore=${dir.root}/keystore
solr.host=Alfresco.mysitesf.com
solr.port.ssl=8443
solr.secureComms=https
### Allow extended ResultSet processing
security.anyDenyDenies=false
### Smart Folders Config Properties ###
smart.folders.enabled=true
### Remote JMX (Default: disabled) ###
alfresco.jmx.connector.enabled=true
### CIFS ###
cifs.enabled=true
cifs.serverName=alfrescoA
cifs.hostannounce=true
cifs.domain=
cifs.broadcast=xx.xx.xx.xx
cifs.localname=${localname}A
### cifs.localname=Alfresco.mysitesf.comA
cifs.urlfile.prefix=http://${localname}:8080/alfresco/
### cifs.urlfile.prefix=http://Alfresco.mysitesf.com:8080/alfresco/
cifs.pseudoFiles.enabled=true
cifs.pseudoFiles.explorerURL.enabled=true
cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url
cifs.pseudoFiles.shareURL.enabled=true
cifs.pseudoFiles.shareURL.fileName=__Share.url
### Sample Exchange settings ###
mail.host=mysite.mysite.local
mail.port=25
mail.protocol=smtp
mail.smtps.starttls.enable=false
mail.smtp.auth=false
mail.testmessage.send=true
mail.testmessage.to_many=['dshah@mysite.com,'ifraser@mysite.com']
mail.testmessage.subject=Alfrescotest
mail.testmessage.text=123testalfrescom
### Inbound email configuration ###
email.inbound.enabled=true
# Inbound email server settings
email.server.enabled=true
# email.server.port=25
email.server.port=993
# email.server.domain=imap.gmail.com
email.server.domain=mysitesf.com
email.server.hideTLS=false
email.server.enableTLS=true
email.server.requireTLS=false
email.inbound.unknownUser=anonymous
email.server.allowed.senders=.*
### ntlm properties ###
ntlm.authentication.sso.enabled=true
### authentication.chain=ldap1:ldap,alfrescoNtlm1:alfrescoNtlm,ldap2:ldap-ad
authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap,passthru1assthru
### ldap properties ###
authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad
ldap.authentication.allowGuestLogin=false
#do not allow guest logon
ldap.authentication.userNameFormat=%s@mysite.local
#your login is the same like user name in windows
ldap.authentication.java.naming.provider.url=ldap://mysite.mysite.local:389
#adress of ldap server
ldap.authentication.defaultAdministratorUserNames=administrator
#users with admin rights
ldap.synchronization.java.naming.security.principal=administrator@mysite.local
#ldap local administrator on your server
ldap.synchronization.java.naming.security.credentials=mysite
#password to ldap_admin@yourdomain.com
ldap.synchronization.groupSearchBase=dc=mysite,dc=local
#groups for alfresco, cn=Security_Groups,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap
ldap.synchronization.userSearchBase=dc=mysite,dc=local
#users for alfresco, cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap
ldap.authentication.active=true
### Ntlm ###
alfresco.authentication.allowGuestLogin=false
alfresco.authentication.authenticateCIFS=true
### ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false
### Passthru ###
### passthru.authentication.defaultAdministratorUserNames=Picosoft
### passthru.authentication.domain=domain.local
### passthru.authentication.servers=domain.local\\DOMAIN-DC01
### passthru.authentication.guestAccess=false
### Synchronisation Active Directory ###
### synchronization.import.cron=0 0/30 9-18 ? * MON-FRI
synchronization.synchronizeChangesOnly=false
synchronization.syncWhenMissingPeopleLogIn=true
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::catalina.2017-07-31.log:::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
Jul 31, 2017 9:05:05 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
Jul 31, 2017 9:05:05 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Jul 31, 2017 9:05:06 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
Jul 31, 2017 9:05:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Jul 31, 2017 9:05:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Jul 31, 2017 9:05:06 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
Jul 31, 2017 9:05:06 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1312 ms
Jul 31, 2017 9:05:06 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jul 31, 2017 9:05:06 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.x
Jul 31, 2017 9:05:06 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml
Jul 31, 2017 9:05:57 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 50,500 ms
Jul 31, 2017 9:05:57 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\manager.xml
Jul 31, 2017 9:05:57 AM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase C:\ALFRES~1\tomcat\webapps\manager inside the host appBase has been specified, and will be ignored
Jul 31, 2017 9:05:57 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\manager.xml has finished in 141 ms
Jul 31, 2017 9:05:57 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\share.xml
Jul 31, 2017 9:06:07 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\share.xml has finished in 9,969 ms
Jul 31, 2017 9:06:07 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml
Jul 31, 2017 9:06:07 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
Jul 31, 2017 9:06:14 AM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 7,125 ms
Jul 31, 2017 9:06:14 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\alfresco-community\tomcat\webapps\ROOT.war
Jul 31, 2017 9:06:14 AM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
Jul 31, 2017 9:06:14 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive C:\alfresco-community\tomcat\webapps\ROOT.war has finished in 110 ms
Jul 31, 2017 9:06:14 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\alfresco-community\tomcat\webapps\_vti_bin.war
Jul 31, 2017 9:06:15 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive C:\alfresco-community\tomcat\webapps\_vti_bin.war has finished in 234 ms
Jul 31, 2017 9:06:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\alfresco-community\tomcat\webapps\host-manager
Jul 31, 2017 9:06:15 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deployment of web application directory C:\alfresco-community\tomcat\webapps\host-manager has finished in 110 ms
Jul 31, 2017 9:06:15 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Jul 31, 2017 9:06:15 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Jul 31, 2017 9:06:15 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
Jul 31, 2017 9:06:15 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 68254 ms
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::share.log:::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::solr.log :::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::
2017-07-31 09:06:14,535 INFO [org.alfresco.solr.component.AsyncBuildSuggestComponent] Initializing SuggestComponent
2017-07-31 09:06:14,535 INFO [org.alfresco.solr.component.AsyncBuildSuggestComponent] Initializing SuggestComponent
2017-07-31 09:06:14,723 INFO [org.alfresco.solr.component.AsyncBuildSuggestComponent] Loading suggester index for: shingleBasedSuggestions
2017-07-31 09:06:15,176 INFO [org.alfresco.solr.component.AsyncBuildSuggestComponent] Loaded suggester shingleBasedSuggestions, took 453 ms
Explore our Alfresco products with the links below. Use labels to filter content by product module.