You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by ymolinet <gi...@git.apache.org> on 2016/05/01 23:32:06 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-9040: Use Tomcat6 for Debian p...

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:\u25cf 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



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---