You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Shashi Dahal <s....@leaseweb.com> on 2013/04/08 15:15:48 UTC

issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Hi,

I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any issues with the upgrade itself.

I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -s -r
as the -c is not valid , and accordingly all system VMs were restarted

-------
Stopping and starting 1 secondary storage vm(s)...
Done stopping and starting secondary storage vm(s)

Stopping and starting 1 console proxy vm(s)...
Done stopping and starting console proxy vm(s).

Stopping and starting 1 running routing vm(s)...
Done restarting router(s).
-------

I was able to login to the console proxy and run /usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything working fine.
But console did not worked, so I destroyed the console-proxy , as it would recreate it again.

Now, I end up with this line in the logs:
WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl] (catalina-exec-20:null) Unable to find or allocate console proxy resource

I edited the debug level from INFO to DEBUG in agent.properties in the hypervisors hoping it will show more lines, but that is the only line I end up with regarding console proxy.
I also doubled the value in consoleproxy.capacity.standby  compared to consoleproxy.session.max so that it would create a new console proxy, which it is not.

If you have faced this issue before, please do let me know how to proceed.


Cheers,
Shashi


RE: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Shashi Dahal <s....@leaseweb.com>.
Hi Kelven, 

Thank you for the reply. 
I am redoing the 2.2.14 setup to upgrade to 4.0.0 again so that I have a complete step-by-step documentation of the process to check what I might be doing wrong. This time I will not delete the console proxy :) 

I will post my notes and the logs once I perform the upgrade again. 


Cheers,
Shashi


-----Original Message-----
From: Kelven Yang [mailto:kelven.yang@citrix.com] 
Sent: 10 April 2013 00:41
To: users@cloudstack.apache.org
Subject: Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

>From the log, your zone is not back to ready status, you may want to check if all your hosts, primary storage and secondary storage are UP, this prevents system to launch console proxy

Kelven 

On 4/9/13 12:17 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>Hi kelven,
>
>Log level is set to ALL.
>
>This is all that I have regarding consoleproxy.
>
>2013-04-09 09:09:44,425 DEBUG [utils.component.ComponentLocator]
>(main:null) Looking for class
>com.cloud.consoleproxy.ConsoleProxyBalanceAllocator
>2013-04-09 09:09:44,426 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: 
>com.cloud.consoleproxy.ConsoleProxyAllocator
>in com.cloud.consoleproxy.ConsoleProxyBalanceAllocator - Balance
>2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: com.cloud.consoleproxy.ConsoleProxyManager
>in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
>2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: com.cloud.consoleproxy.ConsoleProxyService
>in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start 
>configuring console proxy manager : ConsoleProxyManager
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy 
>max session soft limit : 50
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy 
>standby capacity : 100
>2013-04-09 09:09:48,685 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console Proxy 
>Manager is configured.
>2013-04-09 09:09:49,692 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start console 
>proxy manager
>2013-04-09 09:10:48,711 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:11:18,706 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:11:48,709 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:12:18,702 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:12:48,705 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:13:18,702 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:13:48,701 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>2013-04-09 09:13:59,110 WARN
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (catalina-exec-20:null) 
>Unable to find or allocate console proxy resource
>2013-04-09 09:14:18,704 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 
>1 is not ready to launch console proxy yet
>
>
>
>Cheers,
>Shashi
>
>-----Original Message-----
>From: Kelven Yang [mailto:kelven.yang@citrix.com]
>Sent: 08 April 2013 23:23
>To: users@cloudstack.apache.org
>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find 
>or allocate console proxy resource"
>
>You need to turn on management server log level instead of that in 
>agent.properties. (do it at /etc/cloud/management-server/log4j-cloud.xml"
>). Need to more log info to find what's going on
>
>Kelven
>
>On 4/8/13 12:13 PM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>
>>HI Kelvin,
>>
>>Since the console proxy was not working , I deleted it hoping that it 
>>would be recreated. Now it is not being re-created  and all I have is 
>>the "Unable to find or allocate console proxy resource"  in the logs.
>>
>>I do not have any  console proxy now.
>>
>>Cheers,
>>Shashi
>>
>>________________________________________
>>From: Kelven Yang [kelven.yang@citrix.com]
>>Sent: Monday, April 08, 2013 7:05 PM
>>To: users@cloudstack.apache.org
>>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0  "Unable to find 
>>or allocate console proxy resource"
>>
>>What do you see from CloudStack management UI about the running status 
>>of console proxy VM?
>>
>>If you can login into console proxy VM, try to find log from within it 
>>under /var/log/cloud/systemvm.log
>>
>>Kelven
>>
>>On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>>
>>>Hi,
>>>
>>>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the 
>>>release notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not 
>>>had any issues with the upgrade itself.
>>>
>>>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>>>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>>>-s -r
>>>as the -c is not valid , and accordingly all system VMs were 
>>>restarted
>>>
>>>-------
>>>Stopping and starting 1 secondary storage vm(s)...
>>>Done stopping and starting secondary storage vm(s)
>>>
>>>Stopping and starting 1 console proxy vm(s)...
>>>Done stopping and starting console proxy vm(s).
>>>
>>>Stopping and starting 1 running routing vm(s)...
>>>Done restarting router(s).
>>>-------
>>>
>>>I was able to login to the console proxy and run 
>>>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything 
>>>working fine.
>>>But console did not worked, so I destroyed the console-proxy , as it 
>>>would recreate it again.
>>>
>>>Now, I end up with this line in the logs:
>>>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>(catalina-exec-20:null) Unable to find or allocate console proxy 
>>>resource
>>>
>>>I edited the debug level from INFO to DEBUG in agent.properties in 
>>>the hypervisors hoping it will show more lines, but that is the only 
>>>line I end up with regarding console proxy.
>>>I also doubled the value in consoleproxy.capacity.standby  compared 
>>>to consoleproxy.session.max so that it would create a new console 
>>>proxy, which it is not.
>>>
>>>If you have faced this issue before, please do let me know how to 
>>>proceed.
>>>
>>>
>>>Cheers,
>>>Shashi
>>>
>>
>


Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Prasanna Santhanam <ts...@apache.org>.
On Tue, Apr 09, 2013 at 07:17:48AM +0000, Shashi Dahal wrote:
> Hi kelven, 
> 
> Log level is set to ALL. 

The loglevels are INFO,WARN,DEBUG,TRACE. Find
/etc/cloud/management/log4j-cloud.xml and s/DEBUG/TRACE/g to enable
trace logs for all modules. This will write a lot of logs and can
consume disk space quickly. So be prepared to turn it off by replacing
TRACE with DEBUG.

You may put up the logs on paste.cloudstack.org.

> 
> This is all that I have regarding consoleproxy. 
> 
> 2013-04-09 09:09:44,425 DEBUG [utils.component.ComponentLocator] (main:null) Looking for class com.cloud.consoleproxy.ConsoleProxyBalanceAllocator
> 2013-04-09 09:09:44,426 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyAllocator in com.cloud.consoleproxy.ConsoleProxyBalanceAllocator - Balance
> 2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyManager in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
> 2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyService in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
> 2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start configuring console proxy manager : ConsoleProxyManager
> 2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy max session soft limit : 50
> 2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy standby capacity : 100
> 2013-04-09 09:09:48,685 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console Proxy Manager is configured.
> 2013-04-09 09:09:49,692 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start console proxy manager
> 2013-04-09 09:10:48,711 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:11:18,706 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:11:48,709 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:12:18,702 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:12:48,705 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:13:18,702 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:13:48,701 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 2013-04-09 09:13:59,110 WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl] (catalina-exec-20:null) Unable to find or allocate console proxy resource
> 2013-04-09 09:14:18,704 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
> 
> 
-- 
Prasanna.,

Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Kelven Yang <ke...@citrix.com>.
>From the log, your zone is not back to ready status, you may want to check
if all your hosts, primary storage and secondary storage are UP, this
prevents system to launch console proxy

Kelven 

On 4/9/13 12:17 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>Hi kelven, 
>
>Log level is set to ALL.
>
>This is all that I have regarding consoleproxy.
>
>2013-04-09 09:09:44,425 DEBUG [utils.component.ComponentLocator]
>(main:null) Looking for class
>com.cloud.consoleproxy.ConsoleProxyBalanceAllocator
>2013-04-09 09:09:44,426 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: com.cloud.consoleproxy.ConsoleProxyAllocator
>in com.cloud.consoleproxy.ConsoleProxyBalanceAllocator - Balance
>2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: com.cloud.consoleproxy.ConsoleProxyManager
>in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
>2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator]
>(main:null) Found component: com.cloud.consoleproxy.ConsoleProxyService
>in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start
>configuring console proxy manager : ConsoleProxyManager
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy
>max session soft limit : 50
>2013-04-09 09:09:48,664 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy
>standby capacity : 100
>2013-04-09 09:09:48,685 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console Proxy
>Manager is configured.
>2013-04-09 09:09:49,692 INFO
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start console
>proxy manager
>2013-04-09 09:10:48,711 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:11:18,706 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:11:48,709 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:12:18,702 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:12:48,705 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:13:18,702 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:13:48,701 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>2013-04-09 09:13:59,110 WARN
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (catalina-exec-20:null)
>Unable to find or allocate console proxy resource
>2013-04-09 09:14:18,704 DEBUG
>[cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1
>is not ready to launch console proxy yet
>
>
>
>Cheers,
>Shashi
>
>-----Original Message-----
>From: Kelven Yang [mailto:kelven.yang@citrix.com]
>Sent: 08 April 2013 23:23
>To: users@cloudstack.apache.org
>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or
>allocate console proxy resource"
>
>You need to turn on management server log level instead of that in
>agent.properties. (do it at /etc/cloud/management-server/log4j-cloud.xml"
>). Need to more log info to find what's going on
>
>Kelven
>
>On 4/8/13 12:13 PM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>
>>HI Kelvin,
>>
>>Since the console proxy was not working , I deleted it hoping that it
>>would be recreated. Now it is not being re-created  and all I have is
>>the "Unable to find or allocate console proxy resource"  in the logs.
>>
>>I do not have any  console proxy now.
>>
>>Cheers,
>>Shashi
>>
>>________________________________________
>>From: Kelven Yang [kelven.yang@citrix.com]
>>Sent: Monday, April 08, 2013 7:05 PM
>>To: users@cloudstack.apache.org
>>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0  "Unable to find
>>or allocate console proxy resource"
>>
>>What do you see from CloudStack management UI about the running status
>>of console proxy VM?
>>
>>If you can login into console proxy VM, try to find log from within it
>>under /var/log/cloud/systemvm.log
>>
>>Kelven
>>
>>On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>>
>>>Hi,
>>>
>>>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release
>>>notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any
>>>issues with the upgrade itself.
>>>
>>>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>>>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>>>-s -r
>>>as the -c is not valid , and accordingly all system VMs were restarted
>>>
>>>-------
>>>Stopping and starting 1 secondary storage vm(s)...
>>>Done stopping and starting secondary storage vm(s)
>>>
>>>Stopping and starting 1 console proxy vm(s)...
>>>Done stopping and starting console proxy vm(s).
>>>
>>>Stopping and starting 1 running routing vm(s)...
>>>Done restarting router(s).
>>>-------
>>>
>>>I was able to login to the console proxy and run
>>>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything
>>>working fine.
>>>But console did not worked, so I destroyed the console-proxy , as it
>>>would recreate it again.
>>>
>>>Now, I end up with this line in the logs:
>>>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>>(catalina-exec-20:null) Unable to find or allocate console proxy
>>>resource
>>>
>>>I edited the debug level from INFO to DEBUG in agent.properties in the
>>>hypervisors hoping it will show more lines, but that is the only line
>>>I end up with regarding console proxy.
>>>I also doubled the value in consoleproxy.capacity.standby  compared to
>>>consoleproxy.session.max so that it would create a new console proxy,
>>>which it is not.
>>>
>>>If you have faced this issue before, please do let me know how to
>>>proceed.
>>>
>>>
>>>Cheers,
>>>Shashi
>>>
>>
>


RE: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Shashi Dahal <s....@leaseweb.com>.
Hi kelven, 

Log level is set to ALL. 

This is all that I have regarding consoleproxy. 

2013-04-09 09:09:44,425 DEBUG [utils.component.ComponentLocator] (main:null) Looking for class com.cloud.consoleproxy.ConsoleProxyBalanceAllocator
2013-04-09 09:09:44,426 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyAllocator in com.cloud.consoleproxy.ConsoleProxyBalanceAllocator - Balance
2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyManager in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
2013-04-09 09:09:44,842 INFO  [utils.component.ComponentLocator] (main:null) Found component: com.cloud.consoleproxy.ConsoleProxyService in com.cloud.consoleproxy.ConsoleProxyManagerImpl - ConsoleProxyManager
2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start configuring console proxy manager : ConsoleProxyManager
2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy max session soft limit : 50
2013-04-09 09:09:48,664 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console proxy standby capacity : 100
2013-04-09 09:09:48,685 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Console Proxy Manager is configured.
2013-04-09 09:09:49,692 INFO  [cloud.consoleproxy.ConsoleProxyManagerImpl] (main:null) Start console proxy manager
2013-04-09 09:10:48,711 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:11:18,706 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:11:48,709 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:12:18,702 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:12:48,705 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:13:18,702 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:13:48,701 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet
2013-04-09 09:13:59,110 WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl] (catalina-exec-20:null) Unable to find or allocate console proxy resource
2013-04-09 09:14:18,704 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Zone 1 is not ready to launch console proxy yet



Cheers,
Shashi

-----Original Message-----
From: Kelven Yang [mailto:kelven.yang@citrix.com] 
Sent: 08 April 2013 23:23
To: users@cloudstack.apache.org
Subject: Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

You need to turn on management server log level instead of that in agent.properties. (do it at /etc/cloud/management-server/log4j-cloud.xml"
). Need to more log info to find what's going on

Kelven

On 4/8/13 12:13 PM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>HI Kelvin,
>
>Since the console proxy was not working , I deleted it hoping that it 
>would be recreated. Now it is not being re-created  and all I have is 
>the "Unable to find or allocate console proxy resource"  in the logs.
>
>I do not have any  console proxy now.
>
>Cheers,
>Shashi
>
>________________________________________
>From: Kelven Yang [kelven.yang@citrix.com]
>Sent: Monday, April 08, 2013 7:05 PM
>To: users@cloudstack.apache.org
>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0  "Unable to find 
>or allocate console proxy resource"
>
>What do you see from CloudStack management UI about the running status 
>of console proxy VM?
>
>If you can login into console proxy VM, try to find log from within it 
>under /var/log/cloud/systemvm.log
>
>Kelven
>
>On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>
>>Hi,
>>
>>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release 
>>notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any 
>>issues with the upgrade itself.
>>
>>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>>-s -r
>>as the -c is not valid , and accordingly all system VMs were restarted
>>
>>-------
>>Stopping and starting 1 secondary storage vm(s)...
>>Done stopping and starting secondary storage vm(s)
>>
>>Stopping and starting 1 console proxy vm(s)...
>>Done stopping and starting console proxy vm(s).
>>
>>Stopping and starting 1 running routing vm(s)...
>>Done restarting router(s).
>>-------
>>
>>I was able to login to the console proxy and run 
>>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything 
>>working fine.
>>But console did not worked, so I destroyed the console-proxy , as it 
>>would recreate it again.
>>
>>Now, I end up with this line in the logs:
>>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>(catalina-exec-20:null) Unable to find or allocate console proxy 
>>resource
>>
>>I edited the debug level from INFO to DEBUG in agent.properties in the 
>>hypervisors hoping it will show more lines, but that is the only line 
>>I end up with regarding console proxy.
>>I also doubled the value in consoleproxy.capacity.standby  compared to 
>>consoleproxy.session.max so that it would create a new console proxy, 
>>which it is not.
>>
>>If you have faced this issue before, please do let me know how to 
>>proceed.
>>
>>
>>Cheers,
>>Shashi
>>
>


Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Kelven Yang <ke...@citrix.com>.
You need to turn on management server log level instead of that in
agent.properties. (do it at /etc/cloud/management-server/log4j-cloud.xml"
). Need to more log info to find what's going on

Kelven

On 4/8/13 12:13 PM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>HI Kelvin, 
>
>Since the console proxy was not working , I deleted it hoping that it
>would be recreated. Now it is not being re-created  and all I have is the
>"Unable to find or allocate console proxy resource"  in the logs.
>
>I do not have any  console proxy now.
>
>Cheers,
>Shashi
>
>________________________________________
>From: Kelven Yang [kelven.yang@citrix.com]
>Sent: Monday, April 08, 2013 7:05 PM
>To: users@cloudstack.apache.org
>Subject: Re: issue after upgrade from 2.2.14 to 4.0.0  "Unable to find or
>allocate console proxy resource"
>
>What do you see from CloudStack management UI about the running status of
>console proxy VM?
>
>If you can login into console proxy VM, try to find log from within it
>under /var/log/cloud/systemvm.log
>
>Kelven
>
>On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:
>
>>Hi,
>>
>>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release
>>notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any
>>issues with the upgrade itself.
>>
>>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>>-s -r
>>as the -c is not valid , and accordingly all system VMs were restarted
>>
>>-------
>>Stopping and starting 1 secondary storage vm(s)...
>>Done stopping and starting secondary storage vm(s)
>>
>>Stopping and starting 1 console proxy vm(s)...
>>Done stopping and starting console proxy vm(s).
>>
>>Stopping and starting 1 running routing vm(s)...
>>Done restarting router(s).
>>-------
>>
>>I was able to login to the console proxy and run
>>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything
>>working fine.
>>But console did not worked, so I destroyed the console-proxy , as it
>>would recreate it again.
>>
>>Now, I end up with this line in the logs:
>>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>>(catalina-exec-20:null) Unable to find or allocate console proxy resource
>>
>>I edited the debug level from INFO to DEBUG in agent.properties in the
>>hypervisors hoping it will show more lines, but that is the only line I
>>end up with regarding console proxy.
>>I also doubled the value in consoleproxy.capacity.standby  compared to
>>consoleproxy.session.max so that it would create a new console proxy,
>>which it is not.
>>
>>If you have faced this issue before, please do let me know how to
>>proceed.
>>
>>
>>Cheers,
>>Shashi
>>
>


RE: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Shashi Dahal <s....@leaseweb.com>.
HI Kelvin, 

Since the console proxy was not working , I deleted it hoping that it would be recreated. Now it is not being re-created  and all I have is the "Unable to find or allocate console proxy resource"  in the logs. 

I do not have any  console proxy now. 

Cheers,
Shashi

________________________________________
From: Kelven Yang [kelven.yang@citrix.com]
Sent: Monday, April 08, 2013 7:05 PM
To: users@cloudstack.apache.org
Subject: Re: issue after upgrade from 2.2.14 to 4.0.0  "Unable to find or allocate console proxy resource"

What do you see from CloudStack management UI about the running status of
console proxy VM?

If you can login into console proxy VM, try to find log from within it
under /var/log/cloud/systemvm.log

Kelven

On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>Hi,
>
>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release
>notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any
>issues with the upgrade itself.
>
>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>-s -r
>as the -c is not valid , and accordingly all system VMs were restarted
>
>-------
>Stopping and starting 1 secondary storage vm(s)...
>Done stopping and starting secondary storage vm(s)
>
>Stopping and starting 1 console proxy vm(s)...
>Done stopping and starting console proxy vm(s).
>
>Stopping and starting 1 running routing vm(s)...
>Done restarting router(s).
>-------
>
>I was able to login to the console proxy and run
>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything
>working fine.
>But console did not worked, so I destroyed the console-proxy , as it
>would recreate it again.
>
>Now, I end up with this line in the logs:
>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>(catalina-exec-20:null) Unable to find or allocate console proxy resource
>
>I edited the debug level from INFO to DEBUG in agent.properties in the
>hypervisors hoping it will show more lines, but that is the only line I
>end up with regarding console proxy.
>I also doubled the value in consoleproxy.capacity.standby  compared to
>consoleproxy.session.max so that it would create a new console proxy,
>which it is not.
>
>If you have faced this issue before, please do let me know how to proceed.
>
>
>Cheers,
>Shashi
>


Re: issue after upgrade from 2.2.14 to 4.0.0 "Unable to find or allocate console proxy resource"

Posted by Kelven Yang <ke...@citrix.com>.
What do you see from CloudStack management UI about the running status of
console proxy VM?

If you can login into console proxy VM, try to find log from within it
under /var/log/cloud/systemvm.log

Kelven

On 4/8/13 6:15 AM, "Shashi Dahal" <s....@leaseweb.com> wrote:

>Hi,
>
>I did an upgrade from cloudstack 2.2.14 to 4.0.0 following the release
>notes "Upgrade from 2.2.14 to 4.0.0-incubating" . I did not had any
>issues with the upgrade itself.
>
>I had to change the command :  cloud-sysvmadm -d 192.168.1.5 -u cloud -p
>password -c -r   to  cloud-sysvmadm -d 192.168.1.5 -u cloud -p password
>-s -r
>as the -c is not valid , and accordingly all system VMs were restarted
>
>-------
>Stopping and starting 1 secondary storage vm(s)...
>Done stopping and starting secondary storage vm(s)
>
>Stopping and starting 1 console proxy vm(s)...
>Done stopping and starting console proxy vm(s).
>
>Stopping and starting 1 running routing vm(s)...
>Done restarting router(s).
>-------
>
>I was able to login to the console proxy and run
>/usr/local/cloud/systemvm/ssvm-check.sh  and it reported everything
>working fine.
>But console did not worked, so I destroyed the console-proxy , as it
>would recreate it again.
>
>Now, I end up with this line in the logs:
>WARN  [cloud.consoleproxy.ConsoleProxyManagerImpl]
>(catalina-exec-20:null) Unable to find or allocate console proxy resource
>
>I edited the debug level from INFO to DEBUG in agent.properties in the
>hypervisors hoping it will show more lines, but that is the only line I
>end up with regarding console proxy.
>I also doubled the value in consoleproxy.capacity.standby  compared to
>consoleproxy.session.max so that it would create a new console proxy,
>which it is not.
>
>If you have faced this issue before, please do let me know how to proceed.
>
>
>Cheers,
>Shashi
>