You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Kanzhe Jiang <ka...@bigswitch.com> on 2012/11/20 17:57:58 UTC

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

I followed the instruction on
build-with-maven<https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html>
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:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run
$: command not found

-- 
Kanzhe Jiang
MTS at BigSwitch

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

Posted by Kanzhe Jiang <ka...@bigswitch.com>.
Oops! You are right. Thanks.

On Tue, Nov 20, 2012 at 9:05 AM, Chip Childers <ch...@sungard.com>wrote:

> On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang
> <ka...@bigswitch.com> wrote:
> > I followed the instruction on
> > build-with-maven<
> https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html>
> > 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:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run
> > $: command not found
>
> Are you including "$" in the command you are typing?  It shouldn't be
> included...  that's the example prompt.
>
> The command is simply: mvn -pl :cloud-client-ui jetty:run
>
> > --
> > Kanzhe Jiang
> > MTS at BigSwitch
>



-- 
Kanzhe Jiang
MTS at BigSwitch

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

Posted by Chip Childers <ch...@sungard.com>.
On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang
<ka...@bigswitch.com> wrote:
> I followed the instruction on
> build-with-maven<https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html>
> 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:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run
> $: command not found

Are you including "$" in the command you are typing?  It shouldn't be
included...  that's the example prompt.

The command is simply: mvn -pl :cloud-client-ui jetty:run

> --
> Kanzhe Jiang
> MTS at BigSwitch

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

Posted by Kanzhe Jiang <ka...@bigswitch.com>.
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: "linux", version: "3.2.0-29-generic-pae", arch: "i386", family:
"unix"

On Tue, Nov 20, 2012 at 8:59 AM, Chip Childers <ch...@sungard.com>wrote:

> On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang
> <ka...@bigswitch.com> wrote:
> > I followed the instruction on
> > build-with-maven<
> https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html>
> > 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:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run
> > $: command not found
> >
> > --
> > Kanzhe Jiang
> > MTS at BigSwitch
>
> Do you have maven3 installed?
>



-- 
Kanzhe Jiang
MTS at BigSwitch

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

Posted by Chip Childers <ch...@sungard.com>.
On Tue, Nov 20, 2012 at 11:57 AM, Kanzhe Jiang
<ka...@bigswitch.com> wrote:
> I followed the instruction on
> build-with-maven<https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html>
> 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:~/incubator-cloudstack$ $ mvn -pl :cloud-client-ui jetty:run
> $: command not found
>
> --
> Kanzhe Jiang
> MTS at BigSwitch

Do you have maven3 installed?