Rohit,

I am seeing the tomcat dependencies issue during installation[installing used 
the  rpms shared in the shared location] on centos6.3 OS

I have installed all other  packages but below package is giving tomcat7 
dependencies issue even after installing tomcat7 on this MS.

Workaround:
So what I did is , I have  skipped this rpm and manually install mysql-server 
after that able start CS management[need to stop the tomcat before starting 
management server]



27, 2015 7:27:33 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"] Mar 27, 2015 7:27:33 PM 
org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1500 ms [root@acsvm cloudstack]# 
/usr/local/tomcat7/bin/startup.sh
Using CATALINA_BASE:   /usr/local/tomcat7
Using CATALINA_HOME:   /usr/local/tomcat7
Using CATALINA_TMPDIR: /usr/local/tomcat7/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       
/usr/local/tomcat7/bin/bootstrap.jar:/usr/local/tomcat7/bin/tomcat-juli.jar
Tomcat started.
[root@acsvm cloudstack]# yum install 
cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64.rpm
[root@acsvm cloudstack]# yum install 
cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64.rpm
Loaded plugins: fastestmirror
Setting up Install Process
Examining cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64.rpm: 
cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64
Marking cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64.rpm to be installed 
Loading mirror speeds from cached hostfile
 * base: mirror.nbrc.ac.in
 * extras: mirror.nbrc.ac.in
 * updates: ftp.cuhk.edu.hk
Resolving Dependencies
--> Running transaction check
---> Package cloudstack-mysql-ha.x86_64 0:4.4.3-shapeblue0.el6 will be 
---> installed
--> Processing Dependency: tomcat7 for package: 
--> cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64
--> Finished Dependency Resolution
Error: Package: cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64 
(/cloudstack-mysql-ha-4.4.3-shapeblue0.el6.x86_64)
           Requires: tomcat7
 You could try using --skip-broken to work around the problem  You could try 
running: rpm -Va --nofiles --nodigest [root@acsvm cloudstack]#


Regards
Sadhu

-----Original Message-----
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
Sent: 26 March 2015 21:52
To: dev@cloudstack.apache.org
Subject: Re: [VOTE]Apache CloudStack 4.4.3 release candidate 4.4-RC20150325T1036

Hi Star,

I tried to build the centos7 package, but the issue is that 4.4 still depends 
on tomcat6 which is not available by commonly used EL7 repository for CentOS7, 
tomcat6 rpm can be manually installed to make it work so I’ve avoided building 
EL7 packages for all 4.4.x releases (4.4.0, 4.4.1 and 4.4.2) as well. If anyone 
has any suggestions, let me know.

> On 26-Mar-2015, at 8:57 pm, Star Guo <st...@ceph.me> wrote:
>
> Hi, all,
>
> I see that CS 4.4.3 includes rpm packaging scripts for CentOS 7.
> When using linux bridge for advance network, CS will call modifyvlan.sh to 
> prepare vlan for bridge. However, "vconfig" is replaced by "iproute" in 
> CentOS 7.
>
> These scripts use vconfig to set vlan:
> https://github.com/apache/cloudstack/blob/4.4/scripts/vm/network/vnet/
> modifyvlan.sh
>
> So, This commit as bellow should be backport to branch 4.4:
> https://github.com/apache/cloudstack/commit/b37ee25359b724613e9ce5f934
> 23d99f76c2fe5e
> https://github.com/apache/cloudstack/commit/290938b08ed7b6a89070f5415b
> db1be985717dc2
>
> Best Regards,
> Star Guo
>
> -----邮件原件-----
> 发件人: Nux! [mailto:n...@li.nux.ro]
> 发送时间: 2015年3月26日 18:00
> 收件人: dev@cloudstack.apache.org
> 主题: Re: [VOTE]Apache CloudStack 4.4.3 release candidate
> 4.4-RC20150325T1036
>
> Make that +1 "binding". :)
>
> --
> Sent from the Delta quadrant using Borg technology!
>
> Nux!
> www.nux.ro
>
> ----- Original Message -----
>> From: "Nux!" <n...@li.nux.ro>
>> To: dev@cloudstack.apache.org
>> Sent: Wednesday, 25 March, 2015 13:21:18
>> Subject: Re: [VOTE]Apache CloudStack 4.4.3 release candidate
>> 4.4-RC20150325T1036
>
>> +1 from me as well.
>>
>> Tested with Adv + SG zone, basic operations seem to run just fine.
>>
>> Lucian
>>
>> --
>> Sent from the Delta quadrant using Borg technology!
>>
>> Nux!
>> www.nux.ro
>>
>> ----- Original Message -----
>>> From: "Rohit Yadav" <rohit.ya...@shapeblue.com>
>>> To: dev@cloudstack.apache.org
>>> Sent: Wednesday, 25 March, 2015 09:59:34
>>> Subject: Re: [VOTE]Apache CloudStack 4.4.3 release candidate
>>> 4.4-RC20150325T1036
>>
>>> +1 (binding) (this is apparently the same build I tested against :)
>>>
>>> In case you need to test using a ready-made repository:
>>>
>>> CentOS repo:
>>> http://packages.shapeblue.com/cloudstack/testing/centos/4.4/
>>>
>>> Debian repo:
>>> http://packages.shapeblue.com/cloudstack/testing/debian/4.4/
>>>
>>> Deployed basic zone, systemvms came up. Register template worked.
>>> Basic vm lifecycles worked - start, stop, reboot, delete, expunge.
>>> VR operations. SG rules.
>>>
>>>> On 25-Mar-2015, at 3:19 pm, Daan Hoogland <daan.hoogl...@gmail.com> wrote:
>>>>
>>>> It may have been cosmetical but I decided to do a re-run of the rc 
>>>> creation script. The centos63 packaging was broken due to some 
>>>> security fixes and is fixed in this RC.
>>>>
>>>> I've created a 4.4.3 release, with the following artifacts up for a vote:
>>>>
>>>> Git Branch and Commit SH:
>>>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog
>>>> ;
>>>> h=refs/heads/4.4-RC20150325T1036
>>>> Commit: 9e97030e7942f295e941c7a197241f72cc599bfa
>>>>
>>>> List of changes:
>>>> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog
>>>> ;
>>>> h=refs/tags/4.4.3
>>>>
>>>> Source release (checksums and signatures are available at the same
>>>> location):
>>>> https://dist.apache.org/repos/dist/dev/cloudstack/4.4.3
>>>>
>>>> PGP release keys (signed using AA4736F3):
>>>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>>>>
>>>> Vote will be open for 72 hours.
>>>>
>>>> For sanity in tallying the vote, can PMC members please be sure to 
>>>> indicate "(binding)" with their vote?
>>>>
>>>> [ ] +1  approve
>>>> [ ] +0  no opinion
>>>> [ ] -1  disapprove (and reason why)
>>>>
>>>> On Wed, Mar 25, 2015 at 8:59 AM, Daan Hoogland <daan.hoogl...@gmail.com> 
>>>> wrote:
>>>>> Rohit (et. al.),
>>>>>
>>>>> If we vote this in this way I will of course release but baking a 
>>>>> new rc is not the effort. My wish would be to feel ashamed of not 
>>>>> monitoring the jenkins jobs as a community and bake a new rc.
>>>>
>>>> regards,
>>>> --
>>>> Daan
>>>
>>> Regards,
>>> Rohit Yadav
>>> Software Architect, ShapeBlue
>>> M. +91 88 262 30892 | rohit.ya...@shapeblue.com
>>> Blog: bhaisaab.org | Twitter: @_bhaisaab
>>>
>>>
>>>
>>> Find out more about ShapeBlue and our range of CloudStack related 
>>> services
>>>
>>> IaaS Cloud Design &
>>> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
>>> CSForge – rapid IaaS deployment
>>> framework<http://shapeblue.com/csforge/>
>>> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
>>> CloudStack Software
>>> Engineering<http://shapeblue.com/cloudstack-software-engineering/>
>>> CloudStack Infrastructure
>>> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
>>> CloudStack Bootcamp Training
>>> Courses<http://shapeblue.com/cloudstack-training/>
>>>
>>> This email and any attachments to it may be confidential and are 
>>> intended solely for the use of the individual to whom it is 
>>> addressed. Any views or opinions expressed are solely those of the 
>>> author and do not necessarily represent those of Shape Blue Ltd or 
>>> related companies. If you are not the intended recipient of this 
>>> email, you must neither take any action based upon its contents, nor 
>>> copy or show it to anyone. Please contact the sender if you believe 
>>> you have received this email in error. Shape Blue Ltd is a company 
>>> incorporated in England & Wales. ShapeBlue Services India LLP is a 
>>> company incorporated in India and is operated under license from 
>>> Shape Blue Ltd. Shape Blue Brasil Consultoria Ltda is a company 
>>> incorporated in Brasil and is operated under license from Shape Blue Ltd. 
>>> ShapeBlue SA Pty Ltd is a company registered by The Republic of South 
>>> Africa and is traded under license from Shape Blue Ltd.
>>> ShapeBlue is a registered trademark.
>

Regards,
Rohit Yadav
Software Architect, ShapeBlue
M. +91 88 262 30892 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab



Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Software 
Engineering<http://shapeblue.com/cloudstack-software-engineering/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.

Reply via email to