Alfresco Community 6.2.0-ga Installation Issue

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

Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

Could you help me to install alfresco content services community distribution 6.2 with screen lock? 

I see documentation but i cannot understand all steps. Help me please

alll.JPG

1 Solution

Accepted Solutions
korandji
Active Member II

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution
15 Replies
EddieMay
Alfresco Employee

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

Hi @korandji and welcome to Alfresco!

Could you please tell us the steps you have taken so far to install Alfresco? Are you using Docker or manual installation, for example? What version of Alfresco are you installing? Are there any log files that you could add?

Also, make sure that things like database username/passwords are correct, etc, if you did a manual install.

Kind regards,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
korandji
Active Member II

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

alfresco-community-edition-201911 . Manual edition 

#
# Set this property unless you have explicitly chosen to expose some repository APIs without authentication
solr.secureComms=https

#
# Custom content and index data location
#
dir.root=/opt/tomcat9/alf_data
dir.keystore=${dir.root}/keystore

 

#
# Sample database connection properties
#
db.username=alfresco
db.password=alfresco

#
# Choose DB connection properties for your database, e.g. for PostgreSQL
#
db.driver=org.postgresql.Driver
db.url=jdbcSmiley Tongueostgresql://localhost:5432/alfresco

#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http

 

------------------------------------------------

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/alfresco-pdf-renderer /opt/tomcat9/

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/amps /opt/tomcat9/amps
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/webapps/_vti_bin.war /opt/tomcat9/webapps/
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/webapps/alfresco.war /opt/tomcat9/webapps/
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/webapps/ROOT.war /opt/tomcat9/webapps/
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/webapps/share.war /opt/tomcat9/webapps/

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/licenses /opt/tomcat9/

 

 

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/conf/Catalina/localhost /opt/tomcat9/conf/Catalina/

 

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/lib/postgresql-42.2.6.jar /opt/tomcat9/lib/


sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/shared/classes/alfresco-global.properties.sample /opt/tomcat9/shared/classes

 


sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/bin/alfresco-mmt.jar /opt/tomcat9/bin
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/bin/apply_amps.sh /opt/tomcat9/bin
sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/bin/clean_tomcat.sh /opt/tomcat9/bin

 

sudo cp -R /home/alfresco/Bureau/alfresco-content-services-community-distribution-6.2.0-ga/web-server/shared/classes/alfresco /opt/tomcat9/shared/classes/

-------------------------------------------------------------------------

step 1fanuela.JPG

kaynezhang
Advanced

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

1. Where did you place alfresco-global.properties file?
2.Please paste /opt/tomcat9/conf/catalina.properties here
3. Please past /opt/tomcat9/logs/catalina.log here

 

korandji
Active Member II

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

1. Where did you place alfresco-global.properties file?

ls /opt/tomcat9/shared/classes/
alfresco alfresco-global.properties

2.Please paste /opt/tomcat9/conf/catalina.properties here


alfresco alfresco-global.properties# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageAccess unless the
# corresponding RuntimePermission ("accessClassInPackage."+package) has
# been granted.
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.
#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageDefinition unless the
# corresponding RuntimePermission ("defineClassInPackage."+package) has
# been granted.
#
# by default, no packages are restricted for definition, and none of
# the class loaders supplied with the JDK call checkPackageDefinition.
#
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\
org.apache.jasper.,org.apache.naming.,org.apache.tomcat.

#
#
# List of comma-separated paths defining the contents of the "common"
# classloader. Prefixes should be used to define what is the repository type.
# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
# If left as blank,the JVM system loader will be used as Catalina's "common"
# loader.
# Examples:
# "foo": Add this folder as a class repository
# "foo/*.jar": Add all the JARs of the specified folder as class
# repositories
# "foo/bar.jar": Add bar.jar as a class repository
#
# Note: Values are enclosed in double quotes ("...") in case either the
# ${catalina.base} path or the ${catalina.home} path contains a comma.
# Because double quotes are used for quoting, the double quote character
# may not appear in a path.
common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar"

#
# List of comma-separated paths defining the contents of the "server"
# classloader. Prefixes should be used to define what is the repository type.
# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.

 

 

3. Please past /opt/tomcat9/logs/catalina.log here
empty

 

abhinavmishra14
Advanced

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

Welcome @korandji to the community. I know documentation is littile bit confusing for people who are very new to the alfresco. But docs are still very helpful.

When i had to setup the acs 6.x using distribution package i felt the same as several steps are seperated now per service and per integration. It was aggreegated before but each of the steps link each other via doc links. 

Coming to your issue, i see the global properties is at a wrong path, it should be at $TOMCAT_HOME\shared\classes. 

You have mentioed that the properties file is at : /opt/tomcat9/shared/classes/alfresco alfresco-global.properties

which is not correct, please move it to : /opt/tomcat9/shared/classes/alfresco-global.properties

Also /opt/tomcat9/conf/catalina.properties doesn't have "shared.loader=" properties set. You need to set it to :

shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
 
Make sure you have correct properties set in alfresco-global.properties when using SSL for alfresco and solr communication, or else set the "solr.secureComms=none" in alfresco-global.properties and set the env variable "set SOLR_ALFRESCO_SECURECOMMS=none" in solr.in.sh file, or set "alfresco.secureComms=https" property in $solrhome\templates\rerank\conf\solrcore.properties
 
 
I have created a post on step by step setup for acs6x using distribution package here, it is based on windows platform but most of the steps will be same and may help you validate what all steps you have done: 
 
 
~Abhinav
(ACSCE, AWS SAA, Azure Admin)
korandji
Active Member II

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

I followed your tutorial under windows I have the same error ... and in at the start of tomcat (statup.bat)

 

28-Dec-2020 15:08:00.018 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [C:\alfresco-community62ga\tomcat\shared\lib], exists: [false], isDirectory: [false], canRead: [false]

 

 

FactoryBean threw exception on object creation; nested exception is org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (FATAL: le r¶le ½ alfresco ╗ n'est pas autorisÚ Ó se connecter (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf))

abhinavmishra14
Advanced

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

This error :[C:\alfresco-community62ga\tomcat\shared\lib], exists: [false], isDirectory: [false], canRead: [false] indicates that there is some problem with setup. You may have missed the step to configure the shared directory. 

 

Can you please share the catalina.properties

Share the alfresco-global.proerties as well.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
korandji
Active Member II

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

*CATALINA PROPERTIES*

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageAccess unless the
# corresponding RuntimePermission ("accessClassInPackage."+package) has
# been granted.
package.access=sun.,org.apache.catalina.,org.apache.coyote.,org.apache.jasper.,org.apache.tomcat.
#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageDefinition unless the
# corresponding RuntimePermission ("defineClassInPackage."+package) has
# been granted.
#
# by default, no packages are restricted for definition, and none of
# the class loaders supplied with the JDK call checkPackageDefinition.
#
package.definition=sun.,java.,org.apache.catalina.,org.apache.coyote.,\
org.apache.jasper.,org.apache.naming.,org.apache.tomcat.

#
#
# List of comma-separated paths defining the contents of the "common"
# classloader. Prefixes should be used to define what is the repository type.
# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
# If left as blank,the JVM system loader will be used as Catalina's "common"
# loader.
# Examples:
# "foo": Add this folder as a class repository
# "foo/*.jar": Add all the JARs of the specified folder as class
# repositories
# "foo/bar.jar": Add bar.jar as a class repository
#
# Note: Values are enclosed in double quotes ("...") in case either the
# ${catalina.base} path or the ${catalina.home} path contains a comma.
# Because double quotes are used for quoting, the double quote character
# may not appear in a path.
common.loader="${catalina.base}/lib","${catalina.base}/lib/*.jar","${catalina.home}/lib","${catalina.home}/lib/*.jar"

#
# List of comma-separated paths defining the contents of the "server"
# classloader. Prefixes should be used to define what is the repository type.
# Path may be relative to the CATALINA_HOME or CATALINA_BASE path or absolute.
# If left as blank, the "common" loader will be used as Catalina's "server"
# loader.
# Examples:
# "foo": Add this folder as a class repository
# "foo/*.jar": Add all the JARs of the specified folder as class
# repositories
# "foo/bar.jar": Add bar.jar as a class repository
#
# Note: Values may be enclosed in double quotes ("...") in case either the
# ${catalina.base} path or the ${catalina.home} path contains a comma.
# Because double quotes are used for quoting, the double quote character
# may not appear in a path.
server.loader=

#
# List of comma-separated paths defining the contents of the "shared"
# classloader. Prefixes should be used to define what is the repository type.
# Path may be relative to the CATALINA_BASE path or absolute. If left as blank,
# the "common" loader will be used as Catalina's "shared" loader.
# Examples:
# "foo": Add this folder as a class repository
# "foo/*.jar": Add all the JARs of the specified folder as class
# repositories
# "foo/bar.jar": Add bar.jar as a class repository
# Please note that for single jars, e.g. bar.jar, you need the URL form
# starting with file:.
#
# Note: Values may be enclosed in double quotes ("...") in case either the
# ${catalina.base} path or the ${catalina.home} path contains a comma.
# Because double quotes are used for quoting, the double quote character
# may not appear in a path.
shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar

# Default list of JAR files that should not be scanned using the JarScanner
# functionality. This is typically used to scan JARs for configuration
# information. JARs that do not contain such information may be excluded from
# the scan to speed up the scanning process. This is the default list. JARs on
# this list are excluded from all scans. The list must be a comma separated list
# of JAR file names.
# The list of JARs to skip may be over-ridden at a Context level for individual
# scan types by configuring a JarScanner with a nested JarScanFilter.
# The JARs listed below include:
# - Tomcat Bootstrap JARs
# - Tomcat API JARs
# - Catalina JARs
# - Jasper JARs
# - Tomcat JARs
# - Common non-Tomcat JARs
# - Test JARs (JUnit, Cobertura and dependencies)
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=\
annotations-api.jar,\
ant-junit*.jar,\
ant-launcher.jar,\
ant.jar,\
asm-*.jar,\
aspectj*.jar,\
bootstrap.jar,\
catalina-ant.jar,\
catalina-ha.jar,\
catalina-jmx-remote.jar,\
catalina-storeconfig.jar,\
catalina-tribes.jar,\
catalina-ws.jar,\
catalina.jar,\
cglib-*.jar,\
cobertura-*.jar,\
commons-beanutils*.jar,\
commons-codec*.jar,\
commons-collections*.jar,\
commons-daemon.jar,\
commons-dbcp*.jar,\
commons-digester*.jar,\
commons-fileupload*.jar,\
commons-httpclient*.jar,\
commons-io*.jar,\
commons-lang*.jar,\
commons-logging*.jar,\
commons-math*.jar,\
commons-pool*.jar,\
dom4j-*.jar,\
easymock-*.jar,\
ecj-*.jar,\
el-api.jar,\
geronimo-spec-jaxrpc*.jar,\
h2*.jar,\
hamcrest-*.jar,\
hibernate*.jar,\
httpclient*.jar,\
icu4j-*.jar,\
jasper-el.jar,\
jasper.jar,\
jaspic-api.jar,\
jaxb-*.jar,\
jaxen-*.jar,\
jdom-*.jar,\
jetty-*.jar,\
jmx-tools.jar,\
jmx.jar,\
jsp-api.jar,\
jstl.jar,\
jta*.jar,\
junit-*.jar,\
junit.jar,\
log4j*.jar,\
mail*.jar,\
objenesis-*.jar,\
oraclepki.jar,\
oro-*.jar,\
servlet-api-*.jar,\
servlet-api.jar,\
slf4j*.jar,\
taglibs-standard-spec-*.jar,\
tagsoup-*.jar,\
tomcat-api.jar,\
tomcat-coyote.jar,\
tomcat-dbcp.jar,\
tomcat-i18n-*.jar,\
tomcat-jdbc.jar,\
tomcat-jni.jar,\
tomcat-juli-adapters.jar,\
tomcat-juli.jar,\
tomcat-util-scan.jar,\
tomcat-util.jar,\
tomcat-websocket.jar,\
tools.jar,\
websocket-api.jar,\
wsdl4j*.jar,\
xercesImpl.jar,\
xml-apis.jar,\
xmlParserAPIs-*.jar,\
xmlParserAPIs.jar,\
xom-*.jar

# Default list of JAR files that should be scanned that overrides the default
# jarsToSkip list above. This is typically used to include a specific JAR that
# has been excluded by a broad file name pattern in the jarsToSkip list.
# The list of JARs to scan may be over-ridden at a Context level for individual
# scan types by configuring a JarScanner with a nested JarScanFilter.
tomcat.util.scan.StandardJarScanFilter.jarsToScan=\
log4j-taglib*.jar,\
log4j-web*.jar,\
log4javascript*.jar,\
slf4j-taglib*.jar

# String cache configuration.
tomcat.util.buf.StringCache.byte.enabled=true
#tomcat.util.buf.StringCache.char.enabled=true
#tomcat.util.buf.StringCache.trainThreshold=500000
#tomcat.util.buf.StringCache.cacheSize=5000

# This system property is deprecated. Use the relaxedPathChars relaxedQueryChars
# attributes of the Connector instead. These attributes permit a wider range of
# characters to be configured as valid.
# Allow for changes to HTTP request validation
# WARNING: Using this option may expose the server to CVE-2016-6816
#tomcat.util.http.parser.HttpParser.requestTargetAllow=|

 

 

*ALFRESCO-GLOBAL.PROPERTIES*

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#
#dir.root=/srv/alfresco/alf_data
#dir.keystore=${dir.root}/keystore
dir.root=C:/alfresco-community62ga/alf_data
#
# Sample database connection properties
#
#db.username=alfresco
#db.password=alfresco
alfresco.context=alfresco
alfresco.host=${localname}
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=${localname}
share.port=8080
share.protocol=http

 

db.driver=org.postgresql.Driver
db.username=alfresco
db.password=alfresco
db.name=alfresco
db.url=jdbcSmiley Tongueostgresql://localhost:5432/${db.name}
db.pool.max=275
db.pool.validate.query=SELECT 1
system.serverMode=UNKNOWN
#
# External locations
#-------------
#jodconverter.officeHome=/usr/lib64/libreoffice
#jodconverter.portNumbers=8101
#jodconverter.enabled=true
#img.root=./ImageMagick

#
# Windows specific environment variables (should not be set on unix) for ImageMagick
#
#img.coders=${img.root}/modules/coders
#img.config=${img.root}/config

#
# Property to control whether schema updates are performed automatically.
# Updates must be enabled during upgrades as, apart from the static upgrade scripts,
# there are also auto-generated update scripts that will need to be executed. After
# upgrading to a new version, this can be disabled.
#
#db.schema.update=true

#
# MySQL connection
#
#db.driver=org.gjt.mm.mysql.Driver
#db.url=jdbc:mysql://localhost/alfresco?useUnicode=yes&characterEncoding=UTF-8

#
# Oracle connection
#
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbcSmiley Surprisedracle:thin:@localhost:1521:alfresco

#
# SQLServer connection
# Requires SNAPSHOT isolation mode
# Enable TCP protocol on fixed port 1433
# Prepare the database with:
# ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON;
#
#db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
#db.url=jdbc:sqlserver://${db.host}:${db.port};databaseName=${db.name};lockTimeout=1000;
#db.txn.isolation=4096

#
# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
#
#db.driver=org.postgresql.Driver
#db.url=jdbcSmiley Tongueostgresql://localhost:5432/alfresco

#
# Index Recovery Mode
#-------------
#index.recovery.mode=AUTO

#
# Outbound Email Configuration
#-------------
#mail.host=
#mail.port=25
#mail.username=anonymous
#mail.password=
#mail.encoding=UTF-8
#mail.from.default=alfresco@alfresco.org
#mail.smtp.auth=false

#
# Alfresco Email Service and Email Server
#-------------

# Enable/Disable the inbound email service. The service could be used by processes other than
# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
#-------------
#email.inbound.enabled=true

# Email Server properties
#-------------
#email.server.enabled=true
#email.server.port=25
#email.server.domain=alfresco.com
#email.inbound.unknownUser=anonymous

# A comma separated list of email REGEX patterns of allowed senders.
# If there are any values in the list then all sender email addresses
# must match. For example:
# .*\@alfresco\.com, .*\@alfresco\.org
# Allow anyone:
#-------------
#email.server.allowed.senders=.*

#
# The default authentication chain
# To configure external authentication subsystems see:
# http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
#-------------
#authentication.chain=alfrescoNtlm1:alfrescoNtlm

#
# URL Generation Parameters (The ${localname} token is replaced by the local server name)
#-------------
#alfresco.context=alfresco
#alfresco.host=${localname}
#alfresco.port=8080
#alfresco.protocol=http
#
#share.context=share
#share.host=${localname}
#share.port=8080
#share.protocol=http

#imap.server.enabled=true
#imap.server.port=143
#imap.server.host=localhost

# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.
# This allows connections to JMX both remotely and locally.
#
alfresco.rmi.services.port=50500
alfresco.rmi.services.host=0.0.0.0

#
#
# Assign individual ports for each service for best performance
# or run several services on the same port. You can even run everything on 50500 if needed.
#
# Select 0 to use a random unused port.
#
#monitor.rmi.service.port=50508

#Smart Folders Config Properties

smart.folders.enabled=true
smart.folders.model=alfresco/model/smartfolder-model.xml
smart.folders.model.labels=alfresco/messages/smartfolder-model

#Smart reference config

#smart.reference.classpath.hash=${smart.folders.config.vanilla.processor.classpath}->1,${smart.folders.config.system.templates.classpath}->2

#Smart store config

#Company home relative download associations of smart entries
#smart.download.associations.folder=${spaces.dictionary.childname}/${spaces.smartdownloads.childname}

#Generic virtualization methods config

#Vanilla JSON templates javascript processor classpath. A java script processor used to
#covert JSON templates to internal smart folder definitions.

#smart.folders.config.vanilla.processor.classpath=/org/alfresco/repo/virtual/node/vanilla.js

#System virtualization method config

#System virtualization method aspect.
#smart.folders.config.system.aspect=smf:systemConfigSmartFolder
#System virtualization method aspect defined template location property.
#smart.folders.config.system.aspect.template.location.property=smf:system-template-location
#Classpath to be explored for *.json entries defining system templates.
#smart.folders.config.system.templates.classpath=/org/alfresco/repo/virtual/node
#A company home relative name or qname path location of repository system templates.
#smart.folders.config.system.templates.path=${spaces.dictionary.childname}/${spaces.smartfolders.childname}
#Content sub type of repository system templates.
#smart.folders.config.system.templates.template.type=smf:smartFolderTemplate

#Custom virtualization method config

#Custom virtualization method aspect.
#smart.folders.config.custom.aspect=smf:customConfigSmartFolder
#Custom virtualization method aspect template content association.
#smart.folders.config.custom.aspect.template.association=smf:custom-template-association


#Type virtualization method config

#A company home relative name or qname path location of the type mapped templates.
#smart.folders.config.type.templates.path=${spaces.dictionary.childname}/${spaces.smartfolders.childname}
#Type and aspect qname regular expression filter.
#smart.folders.config.type.templates.qname.filter=none

 

 

alfresco-pdf-renderer.root=C:/alfresco-community62ga/alfresco-pdf-renderer
alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer.exe

img.root=C:/alfresco-community62ga/imagemagick
img.dyn=${img.root}/lib
img.exe=${img.root}/convert.exe
img.coders=${img.root}/modules/coders
img.config=${img.root}
img.gslib=${img.root}/lib

ooo.exe=C:/alfresco-community62ga/libreoffice/program/soffice.exe
ooo.enabled=false
ooo.port=8100
jodconverter.enabled=true
jodconverter.officeHome=C:/alfresco-community62ga/libreoffice
jodconverter.portNumbers=8100


notification.email.siteinvite=false
dir.license.external=C:/alfresco-community62ga
messaging.broker.url=\"failoverSmiley Sadnio://localhost:61616)?timeout=3000&jms.useCompression=true\"
messaging.subsystem.autoStart=false

transform.service.enabled=false
local.transform.service.enabled=false
legacy.transform.service.enabled=true


security.anyDenyDenies=false
smart.folders.enabled=false
alfresco.jmx.connector.enabled=false


ftp.port=2121
ftp.enabled=true
ftp.server.enables=true

solr.host=localhost
solr.port=8983
solr.secureComms=none #Possible values are: none, https
solr.base.url=/solr
index.subsystem.name=solr6

abhinavmishra14
Advanced

Re: Alfresco Community 6.2.0-ga Installation Issue

Jump to solution

hmm shared.loader config looks good. Did you copy the jdbc connector for postgres in C:/alfresco-community62ga/tomcat/lib or C:/alfresco-community62ga/tomcat/shared/lib ?

~Abhinav
(ACSCE, AWS SAA, Azure Admin)