Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CC2E10C04 for ; Tue, 5 May 2015 23:44:00 +0000 (UTC) Received: (qmail 1409 invoked by uid 500); 5 May 2015 23:44:00 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 1375 invoked by uid 500); 5 May 2015 23:44:00 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 1365 invoked by uid 500); 5 May 2015 23:44:00 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 1362 invoked by uid 99); 5 May 2015 23:44:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2015 23:44:00 +0000 Date: Tue, 5 May 2015 23:44:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8402) Adding the KVM host to management server is failing (java8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529568#comment-14529568 ] ASF subversion and git services commented on CLOUDSTACK-8402: ------------------------------------------------------------- Commit 3ac3534544d5c6d0730a0adeb4d6e13b575187e8 in cloudstack's branch refs/heads/master from [~rohit.yadav@shapeblue.com] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3ac3534 ] Revert "CLOUDSTACK-8402: EL7 rpms should depend on openjdk7" This does not fail on centos7, reverting the fix. This reverts commit 52a0adad04d67555a50ab58662735039f438c7e0. > Adding the KVM host to management server is failing (java8) > ----------------------------------------------------------- > > Key: CLOUDSTACK-8402 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8402 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: KVM > Affects Versions: 4.5.0 > Environment: Apache CloudStack 4.5.1 > CentOS 6.6 64bit KVM > Reporter: satoru nakaya > Assignee: Rohit Yadav > Fix For: 4.6.0, 4.5.1 > > > [root@acs45-kvm02 ~]# cat cloudstack-agent.err > : > 25/04/2015 16:24:00 2964 jsvc.exec error: Cannot load daemon > 25/04/2015 16:24:00 2963 jsvc.exec error: Service exit with a return value of 3 > Cause of the failure is because java8 is installed. > cloudstack-agent is in need of java7. > but, java8 is installed by cloudstack-agent dependency resolution. > Dependency is broken ? > [root@acs45-kvm02 ~]# yum install cloudstack-agent --nogpgcheck > Loaded plugins: fastestmirror, security > Setting up Install Process > Determining fastest mirrors > : > --> Finished Dependency Resolution > Dependencies Resolved > ============================================================================================================================ > Package Arch Version Repository Size > ============================================================================================================================ > Installing: > cloudstack-agent x86_64 4.5.1-SNAPSHOT.el6 cloudstack 48 M > Installing for dependencies: > cloudstack-common x86_64 4.5.1-SNAPSHOT.el6 cloudstack 109 M > ipset x86_64 6.11-3.el6 base 63 k > jakarta-commons-daemon x86_64 1:1.0.1-8.9.el6 base 45 k > jakarta-commons-daemon-jsvc x86_64 1:1.0.1-8.9.el6 base 27 k > java-1.5.0-gcj x86_64 1.5.0.0-29.1.el6 base 139 k > java-1.8.0-openjdk x86_64 1:1.8.0.45-28.b13.el6_6 updates 187 k > java-1.8.0-openjdk-headless x86_64 1:1.8.0.45-28.b13.el6_6 updates 32 M > java_cup x86_64 1:0.10k-5.el6 base 197 k > libart_lgpl x86_64 2.3.20-5.1.el6 base 65 k > libgcj x86_64 4.4.7-11.el6 base 19 M > libmnl x86_64 1.0.2-3.el6 base 21 k > libvirt-python x86_64 0.10.2-46.el6_6.4 updates 497 k > sinjdoc x86_64 0.5-9.1.el6 base 705 k > Transaction Summary > ============================================================================================================================ > Install 14 Package(s) > Total download size: 209 M > Installed size: 333 M > Is this ok [y/N]: N > workaround > [root@acs45-kvm02 ~]# yum install java-1.7.0-openjdk > [root@acs45-kvm02 ~]# yum install cloudstack-agent > Loaded plugins: fastestmirror, security > Setting up Install Process > Determining fastest mirrors > : > --> Finished Dependency Resolution > Dependencies Resolved > ============================================================================================================================ > Package Arch Version Repository Size > ============================================================================================================================ > Installing: > cloudstack-agent x86_64 4.5.1-SNAPSHOT.el6 cloudstack 48 M > Installing for dependencies: > cloudstack-common x86_64 4.5.1-SNAPSHOT.el6 cloudstack 109 M > ipset x86_64 6.11-3.el6 base 63 k > jakarta-commons-daemon x86_64 1:1.0.1-8.9.el6 base 45 k > jakarta-commons-daemon-jsvc x86_64 1:1.0.1-8.9.el6 base 27 k > java-1.5.0-gcj x86_64 1.5.0.0-29.1.el6 base 139 k > java_cup x86_64 1:0.10k-5.el6 base 197 k > libart_lgpl x86_64 2.3.20-5.1.el6 base 65 k > libgcj x86_64 4.4.7-11.el6 base 19 M > libmnl x86_64 1.0.2-3.el6 base 21 k > libvirt-python x86_64 0.10.2-46.el6_6.4 updates 497 k > sinjdoc x86_64 0.5-9.1.el6 base 705 k > Transaction Summary > ============================================================================================================================ > Install 12 Package(s) > Total download size: 177 M > Installed size: 231 M > Is this ok [y/N]: -- This message was sent by Atlassian JIRA (v6.3.4#6332)