Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kapua-dev] failing on installing Kapua

By reading the log it seems that there’s something wrong with the downloaded VirtualBox image:

 

Progress state: VBOX_E_FILE_ERROR

VBoxManage: error: Appliance import failed

VBoxManage: error: Could not create the imported medium '/home/yuval/VirtualBox VMs/ubuntu-cloudimg-trusty-vagrant-amd64_1482941047842_69109/box-disk1.vmdk'.

VBoxManage: error: VMDK: Compressed image is corrupted '/home/yuval/.vagrant.d/boxes/ubuntu-VAGRANTSLASH-trusty64/20161214.0.0/virtualbox/box-disk1.vmdk' (VERR_ZIP_CORRUPTED)

VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance

VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 877 of file VBoxManageAppliance.cpp

 

Have you tried cleaning up the .vagrant.d folder under your home (beware of any other vagrant boxes you may have!) and running the script again to redownload the base box?

 

-- 

Claudio Mezzasalma | Eurotech

 

Da: <kapua-dev-bounces@xxxxxxxxxxx> per conto di Yuval Zohar <yuvzohar@xxxxxxxxx>
Risposta: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Data: mercoledì 28 dicembre 2016 17:42
A: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Oggetto: Re: [kapua-dev] failing on installing Kapua

 

Hi,

 

Thanks for your response.

Yes, I've downloaded the zip file (kapua-develop) from  https://github.com/eclipse/kapua with develop branch. 

 

I've followed the instructions for the "demo machine quick start" :

 

$ cd $KAPUA_GITHUB_HOME_DIR/dev-tools/src/main/bin
$ ./start-demo.sh

I think all the problems refers to the vagrant VM (as i recall i had to install it manually on the linux machine but it didnt help to solve the problem).   

 

attached is the log file

 

 

 

 

 

On Wed, Dec 28, 2016 at 5:24 PM, Mezzasalma, Claudio <Claudio.Mezzasalma@xxxxxxxxxxxx> wrote:

Hello Yuval,

 

Are you trying to run the script on the develop branch? If so, do you have any detailed error log when the compilation is failing?

 

-- 

Claudio Mezzasalma | Eurotech

 

Da: <kapua-dev-bounces@xxxxxxxxxxx> per conto di Yuval Zohar <yuvzohar@xxxxxxxxx>
Risposta: kapua developer discussions <kapua-dev@xxxxxxxxxxx>
Data: mercoledì 28 dicembre 2016 15:27
A: "kapua-dev@xxxxxxxxxxx" <kapua-dev@xxxxxxxxxxx>
Oggetto: [kapua-dev] failing on installing Kapua

 

Hello ,

 

We're trying to install Kapua on a Kubuntu machine by following instructions from both github's README :

 

 

 

Unfortunately,  running the scripts keep falling.

 

O] kapua .............................................. SUCCESS [  1.356 s]
[INFO] kapua-service ...................................... SUCCESS [  0.007 s]
[INFO] kapua-service-api .................................. SUCCESS [  5.280 s]
[INFO] kapua-security ..................................... SUCCESS [  0.012 s]
[INFO] kapua-security-authorization ....................... SUCCESS [  0.020 s]
[INFO] kapua-security-authorization-api ................... SUCCESS [  0.517 s]
[INFO] kapua-security-authentication ...................... SUCCESS [  0.007 s]
[INFO] kapua-security-authentication-api .................. SUCCESS [  0.174 s]
[INFO] kapua-commons ...................................... FAILURE [  4.147 s]

 

is there any detailed documentation or a step-by-step youtube guide which explains what to do ?   

 

thanks,

yuval.


_______________________________________________
kapua-dev mailing list
kapua-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kapua-dev

 


Back to the top