Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] Errors building Kapua

I prefer setting up machine with following instructions:

 

https://github.com/eclipse/kapua/blob/develop/dev-tools/src/main/vagrant/README.MD

 

 

From: kapua-dev-bounces@xxxxxxxxxxx [mailto:kapua-dev-bounces@xxxxxxxxxxx] On Behalf Of Alon Harel
Sent: Friday, November 18, 2016 1:18 PM
To: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Subject: Re: [kapua-dev] Errors building Kapua

 

Hi all,

Running the start-demo.sh does not work for me nor for my colleagues.

The script output before aborting is attached below.

Is it possible that this version is broken?

Thanks,

Alon

 

[INFO] --- sql-maven-plugin:1.5:execute (create-schema) @ kapua-commons ---

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] kapua .............................................. SUCCESS [  1.228 s]

[INFO] kapua-service ...................................... SUCCESS [  0.034 s]

[INFO] kapua-service-api .................................. SUCCESS [  6.928 s]

[INFO] kapua-idgenerator .................................. SUCCESS [  0.012 s]

[INFO] kapua-idgenerator-api .............................. SUCCESS [  0.069 s]

[INFO] kapua-security ..................................... SUCCESS [  0.009 s]

[INFO] kapua-security-authorization ....................... SUCCESS [  0.007 s]

[INFO] kapua-security-authorization-api ................... SUCCESS [  0.228 s]

[INFO] kapua-security-authentication ...................... SUCCESS [  0.009 s]

[INFO] kapua-security-authentication-api .................. SUCCESS [  0.142 s]

[INFO] kapua-commons ...................................... FAILURE [  4.872 s]

[INFO] kapua-locator ...................................... SKIPPED

[INFO] kapua-guice ........................................ SKIPPED

[INFO] kapua-idgenerator-sequence ......................... SKIPPED

 

On Thu, Nov 17, 2016 at 5:40 PM, Alon Harel <alonhrl.us@xxxxxxxxx> wrote:

Hi,

I have managed to overcome the Vagrant issue by running 'rm /opt/vagrant/embedded/bin/curl' prior running 'start-demo.sh'.

However, now I get the following error:

 

[ERROR] Failed to execute goal org.codehaus.mojo:sql-maven-plugin:1.5:execute (create-schema) on project kapua-commons: Connection is broken: "java.net.ConnectException: Connection refused: 192.168.33.10:3306" [90067-192] -> [Help 1]

 

I can see that the VM (192.168.33.10) is answering pings though.

 

Any ideas?

Thanks,

Alon

 

On Thu, Nov 17, 2016 at 3:39 PM, Alon Harel <alonhrl.us@xxxxxxxxx> wrote:

Hi Kapua community,

I'm trying to run Kapua and following the instructions in 'Getting Started' (https://eclipse.org/kapua/getting-started.php), but unfortunately the script fails. I suspect it has to do with Vagrant as I get the error below.

Please advise,

Thanks,

Alon

 

> ./start-demo.sh

creating base box

======> create base box

Creating base kapua box named  trusty64/kapua-dev-box-0.1  ...

The box you requested to be removed could not be found. No

boxes named 'trusty64/kapua-dev-box-0.1' could be found.

========================

/Users/alonharel/Documents/Work/kapua/dev-tools/src/main/vagrant/baseBox/kapua-box-tmp

Bringing machine 'default' up with 'virtualbox' provider...

==> default: Box 'ubuntu/trusty64' could not be found. Attempting to find and install...

    default: Box Provider: virtualbox

    default: Box Version: >= 0

The box 'ubuntu/trusty64' could not be found or

could not be accessed in the remote catalog. If this is a private

box on HashiCorp's Atlas, please verify you're logged in via

`vagrant login`. Also, please double-check the name. The expanded

URL and error message are shown below:

 

 

 

 


Back to the top