You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by motty cruz <mo...@gmail.com> on 2013/10/24 16:56:24 UTC

CS 4.2 cloudstack-management server won't start

Hello, cloudstack-management server won't start after installing
cloudmonkey,

icatedResourceManagerImpl,ExplicitDedicationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
root of factory hierarchy
2013-10-24 07:51:44,807 INFO  [utils.component.ComponentContext]
(main:null) Setup Spring Application context
2013-10-24 07:51:46,211 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
(main:null) Encryption Type: file


any idea?

Thanks in advance!

Re: CS 4.2 cloudstack-management server won't start

Posted by Shanker Balan <sh...@shapeblue.com>.
On 24-Oct-2013, at 9:25 pm, motty cruz <mo...@gmail.com> wrote:

> I'm looking at tomcat6 logs :
> Oct 24, 2013 8:30:54 AM org.apache.catalina.startup.Catalina start
> SEVERE: Catalina.start:
> LifecycleException:  service.getName(): "Catalina";  Protocol handler start
> failed: java.net.BindException: Address already in use <null>:8080
>
> netstat -a does not show 8080 being used.

Hi Motty,


Netstat -a won’t do what you expect.

[root@csman2-1 ~]# netstat -a|grep 8080 -c
0


Try this instead:

[root@csman2-1 ~]# netstat -ln|grep 8080 -c
1





>
>
> On Thu, Oct 24, 2013 at 7:56 AM, motty cruz <mo...@gmail.com> wrote:
>
>> Hello, cloudstack-management server won't start after installing
>> cloudmonkey,
>>
>> icatedResourceManagerImpl,ExplicitDedicationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
>> root of factory hierarchy
>> 2013-10-24 07:51:44,807 INFO  [utils.component.ComponentContext]
>> (main:null) Setup Spring Application context
>> 2013-10-24 07:51:46,211 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
>> (main:null) Encryption Type: file
>>
>>
>> any idea?
>>
>> Thanks in advance!
>>

--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.balan@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, Bangalore - 560 055

CloudStack Bootcamp Training on 27/28 November, Bangalore
http://www.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 is a registered trademark.

Re: CS 4.2 cloudstack-management server won't start

Posted by motty cruz <mo...@gmail.com>.
I'm looking at tomcat6 logs :
Oct 24, 2013 8:30:54 AM org.apache.catalina.startup.Catalina start
SEVERE: Catalina.start:
LifecycleException:  service.getName(): "Catalina";  Protocol handler start
failed: java.net.BindException: Address already in use <null>:8080

netstat -a does not show 8080 being used.


On Thu, Oct 24, 2013 at 7:56 AM, motty cruz <mo...@gmail.com> wrote:

> Hello, cloudstack-management server won't start after installing
> cloudmonkey,
>
> icatedResourceManagerImpl,ExplicitDedicationProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0];
> root of factory hierarchy
> 2013-10-24 07:51:44,807 INFO  [utils.component.ComponentContext]
> (main:null) Setup Spring Application context
> 2013-10-24 07:51:46,211 DEBUG [utils.crypt.EncryptionSecretKeyChecker]
> (main:null) Encryption Type: file
>
>
> any idea?
>
> Thanks in advance!
>