Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
Oops! You are right. Thanks. On Tue, Nov 20, 2012 at 9:05 AM, Chip Childers wrote: > On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang > wrote: > > I followed the instruction on > > build-with-maven< > https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html> > > wiki, > > but failed at the ste

Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Chip Childers
On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang wrote: > I followed the instruction on > build-with-maven > wiki, > but failed at the step to run a jetty server on localhost port 8080 with > the management server. > The "mvn install" was

Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
bsn@ubuntu:~/incubator-cloudstack$ mvn -version Listening for transport dt_socket at address: 8787 Apache Maven 3.0.4 Maven home: /usr/share/maven Java version: 1.6.0_37, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name:

Re: failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Chip Childers
On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang wrote: > I followed the instruction on > build-with-maven > wiki, > but failed at the step to run a jetty server on localhost port 8080 with > the management server. > The "mvn install" was

failed to run a jetty server on localhost port 8080 with the management server

2012-11-20 Thread Kanzhe Jiang
I followed the instruction on build-with-maven wiki, but failed at the step to run a jetty server on localhost port 8080 with the management server. The "mvn install" was a success and DB was deployed. Here is output: bsn@ubuntu:~/incub