Re: LocalHostEndPoint seems to get called

2013-10-02 Thread Nguyen Anh Tu
2013/10/3 Min Chen > Can you check ssvm log to see if it can connect back to MS? I ran into > this today and found the reason that in global setting variable 'host' is > set to 'localhost' instead of my laptop IP address, and thus when SSVM is > up, it cannot connect back to MS to set the entry i

Re: LocalHostEndPoint seems to get called

2013-10-02 Thread Min Chen
Can you check ssvm log to see if it can connect back to MS? I ran into this today and found the reason that in global setting variable 'host' is set to 'localhost' instead of my laptop IP address, and thus when SSVM is up, it cannot connect back to MS to set the entry in Host table as Up. What is t

Re: LocalHostEndPoint seems to get called

2013-10-02 Thread Nguyen Anh Tu
2013/9/27 Daan Hoogland > INFO [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-1:null) No > running ssvm is found, so command will be sent to LocalHostEndPoint > INFO [o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-1:null) No > running ssvm is found, so command will be sent to LocalHost

Re: LocalHostEndPoint seems to get called

2013-10-01 Thread Daan Hoogland
Not that I am aware of. It seems like there is a column name missing there. Or that sql keyword default has been used as column name. I'll look into it. regards, On Tue, Oct 1, 2013 at 6:31 AM, Min Chen wrote: > Dann, Thanks for filing the bug. But I have problem to import your sql > dump to d

Re: LocalHostEndPoint seems to get called

2013-09-30 Thread Min Chen
Dann, Thanks for filing the bug. But I have problem to import your sql dump to db: $mysql -u root cloud < Dump20130930.sql ERROR 1064 (42000) at line 97: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default t

Re: LocalHostEndPoint seems to get called

2013-09-30 Thread Daan Hoogland
H Min I made a bug and attached the log. If you don't see it at the spot don't worry. when prio gets high I'll look at it myself. https://issues.apache.org/jira/browse/CLOUDSTACK-4759 On Fri, Sep 27, 2013 at 7:07 PM, Min Chen wrote: > Can you file a bug and attach your db dump and ms log with it?

Re: LocalHostEndPoint seems to get called

2013-09-27 Thread Min Chen
Can you file a bug and attach your db dump and ms log with it? Thanks -min On 9/27/13 3:14 AM, "Daan Hoogland" wrote: >Min, I started the MS with the hosts and the ssvm running and while it >was registered as running in the db. It still keeps reporting the ssvm >as not running: > >INFO [c.c.h.

Re: LocalHostEndPoint seems to get called

2013-09-27 Thread Daan Hoogland
Min, I started the MS with the hosts and the ssvm running and while it was registered as running in the db. It still keeps reporting the ssvm as not running: INFO [c.c.h.x.d.XcpServerDiscoverer] (AgentTaskPool-1:ctx-e0e62e7a) Host: mccdxen2 connected with hypervisor type: XenServer. Checking CIDR

Re: LocalHostEndPoint seems to get called

2013-09-26 Thread Daan Hoogland
The state is 'RUNNING' not 'Up' . Maybe it is me out racing the computer. so don't deepdive. I just thought it was weird I got this message while the ssvm was up. once again, no hinder, Min. Thanks On Thu, Sep 26, 2013 at 6:27 PM, Min Chen wrote: > I am only aware that before ssvm is up, you wil

Re: LocalHostEndPoint seems to get called

2013-09-26 Thread Min Chen
I am only aware that before ssvm is up, you will see such message in StatCollector, but that is no hurt. I don't understand why you encountered this even if your ssvm is up? Is your s-1-VM entry in host db table is in Up state? Are you using devcloud or real hypervisor in your setup? We may need de

Re: LocalHostEndPoint seems to get called

2013-09-26 Thread Daan Hoogland
I get "No running ssvm is found, so command will be sent to LocalHostEndPoint" while I can see and log into a machine called s-1-VM which has state 'RUNNING' in the database. Is there some relation? I never though much of it as it does not seem to be the first thing stopping me usually. On Wed, Se

RE: LocalHostEndPoint seems to get called

2013-09-25 Thread Edison Su
> -Original Message- > From: Darren Shepherd [mailto:darren.s.sheph...@gmail.com] > Sent: Wednesday, September 25, 2013 12:38 PM > To: dev@cloudstack.apache.org > Subject: LocalHostEndPoint seems to get called > > While I'm doing development and restarting things and what not, it seems >