12-19-2018 04:45 AM
Ubuntu 16.04
Tomcat 9.0.14Alfresco 6.0.7
MySQL 5.7.24-0
- New installation (first time for me)
Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)
SEVERE [main] org.apache.catalina.startup.HostConfig.deployDescriptor Error deploying deployment descriptor [/opt/tomcat/conf/Catalina/localhost/alfresco.xml]
catalina.log file attached.
12-20-2018 08:21 PM
Eddy,
Before 6.0 there was a binary installer that worked great for folks that were new to the platform or people who just wanted the installer to do a bit of work for them (there are definitely those that absolutely hated the installer).
Now, in 6.0, you can either use Docker, which not everyone likes to use, or you can install manually, which is what it sounds like you are trying to do.
Have you seen this: GitHub - loftuxab/alfresco-ubuntu-install: Alfresco script based install for Ubuntu
You might want to give it a try. It installs Alfresco the way Loftux likes to install Alfresco. If that meets your needs, then great! If it doesn't, you can use the install as a working example and make tweaks to customize as needed.
Jeff
12-20-2018 05:12 AM
What other files should I send to help figure out the issue?
12-20-2018 07:40 AM
I think the problem is in the XML files in /opt/tomcat/conf/Catalina/localhost/ (see below).
I don't have the directories ${catalina.base}/../modules/platform or ${catalina.base}/../modules/share
What part of the configuration did I miss and how do I fix it?
-----
# cd /opt/tomcat/conf/Catalina/localhost/
# cat *
<?xml version='1.0' encoding='utf-8'?>
<Context crossContext="true">
<Resources>
<PostResources base="${catalina.base}/../modules/platform"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/WEB-INF/lib"/>
</Resources>
</Context>
<?xml version='1.0' encoding='utf-8'?>
<Context crossContext="true">
<Resources>
<PostResources base="${catalina.base}/../modules/share"
className="org.apache.catalina.webresources.DirResourceSet"
webAppMount="/WEB-INF/lib"/>
</Resources>
</Context>
12-20-2018 08:21 PM
Eddy,
Before 6.0 there was a binary installer that worked great for folks that were new to the platform or people who just wanted the installer to do a bit of work for them (there are definitely those that absolutely hated the installer).
Now, in 6.0, you can either use Docker, which not everyone likes to use, or you can install manually, which is what it sounds like you are trying to do.
Have you seen this: GitHub - loftuxab/alfresco-ubuntu-install: Alfresco script based install for Ubuntu
You might want to give it a try. It installs Alfresco the way Loftux likes to install Alfresco. If that meets your needs, then great! If it doesn't, you can use the install as a working example and make tweaks to customize as needed.
Jeff
01-13-2019 06:13 AM
I am having issues in pulling from github (curl or wget) and therefore can not use your suggestion.
# curl -v -O --ssl-no-revoke https://raw.githubusercontent.com/loftuxab/alfresco-ubuntu-install/master/alfinstall.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 151.101.0.133...
* Connected to raw.githubusercontent.com (151.101.0.133) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 594 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* gnutls_handshake() failed: Error in the pull function.
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection 0
curl: (35) gnutls_handshake() failed: Error in the pull function.
So I am trying to make do with what I installed on my own - with the same issues. Can I send you a log file for your perusal?
Explore our Alfresco products with the links below. Use labels to filter content by product module.