[
https://issues.apache.org/jira/browse/CLOUDSTACK-9040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15265955#comment-15265955
]
ASF GitHub Bot commented on CLOUDSTACK-9040:
--------------------------------------------
Github user ymolinet commented on the pull request:
https://github.com/apache/cloudstack/pull/1040#issuecomment-216074096
Hi,
I'm trying to install CloudStack on Debian 8.
it's necessary to add lsb-release in dependencies for the system detection
during installation.
Even if I add support of tomcat 8 in package dependencies, the installation
of the management failed because installer is looking for tomcat6 installation.
>
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 status
DEBUG:root:Failed to execute:● tomcat6.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
DEBUG:root:execute:sudo /usr/sbin/service tomcat6 stop
DEBUG:root:Failed to execute:Failed to stop tomcat6.service: Unit
tomcat6.service not loaded.
DEBUG:root:execute:sudo update-rc.d -f tomcat6 remove
> Tomcat 7 & 8 don't work with the install scripts on Ubuntu
> ----------------------------------------------------------
>
> Key: CLOUDSTACK-9040
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9040
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Install and Setup
> Affects Versions: 4.6.0
> Reporter: Boris Schrijver
> Assignee: Boris Schrijver
> Priority: Critical
> Fix For: 4.6.0
>
>
> Tomcat 7 & 8 don't work with the install scripts currently present on Ubuntu.
> For now, we will just use Tomcat 6.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)