Skip to main content

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

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