Re: Jetty/Management Server Problem

2013-01-30 Thread Mike Tutkowski
Hi everyone, Thanks for the responses. :) Yeah, I'm on Mac OS X. As someone above commented, I believe it runs out of memory (although this past time, it didn't actually print such a message). On Wed, Jan 30, 2013 at 10:58 AM, Rohit Yadav wrote: > On Wed, Jan 30, 2013 at 9:24 AM, Murali Red

Re: Jetty/Management Server Problem

2013-01-30 Thread Rohit Yadav
On Wed, Jan 30, 2013 at 9:24 AM, Murali Reddy wrote: > On 30/01/13 10:24 PM, "Rohit Yadav" wrote: > > >>Are you on Windows? If so cannot help you much, you have an evil >>development environment. Killing the process (task manager or >>otherwise) and starting the mgmt server after few secs may wor

RE: Jetty/Management Server Problem

2013-01-30 Thread Vijayendra Bhamidipati
AM To: cloudstack-dev@incubator.apache.org Subject: Re: Jetty/Management Server Problem On 30/01/13 10:24 PM, "Rohit Yadav" wrote: >Are you on Windows? If so cannot help you much, you have an evil >development environment. Killing the process (task manager or >otherwise) and starti

Re: Jetty/Management Server Problem

2013-01-30 Thread Murali Reddy
On 30/01/13 10:24 PM, "Rohit Yadav" wrote: >Are you on Windows? If so cannot help you much, you have an evil >development environment. Killing the process (task manager or >otherwise) and starting the mgmt server after few secs may work. I see it on mac as well :) keep running into 'out of memo

Re: Jetty/Management Server Problem

2013-01-30 Thread Rohit Yadav
On Wed, Jan 30, 2013 at 8:49 AM, Mike Tutkowski wrote: > Hi, > > I've been having a recurring problem with the Management Server where it > stops responding. > > If I Ctrl-C and try to re-run it, it looks like a port is in use still: > > mtutkowski-LT:incubator-cloudstack mtutkowski$ mvn -pl :clou

FW: Jetty/Management Server Problem

2013-01-30 Thread Pranav Saxena
Just search for jetty process ID and kill it : 1) ps -auxx | grep jetty 2) kill -9 Regards, Pranav

Jetty/Management Server Problem

2013-01-30 Thread Mike Tutkowski
Hi, I've been having a recurring problem with the Management Server where it stops responding. If I Ctrl-C and try to re-run it, it looks like a port is in use still: mtutkowski-LT:incubator-cloudstack mtutkowski$ mvn -pl :cloud-client-ui jetty:run ERROR: transport error 202: bind failed: Addres