openbaton / dummy-vnfm-amqp

Implementation of a VNFM able to instantiate dummy resources using the AMQP protocol for interfacing with the NFVO
Apache License 2.0
3 stars 3 forks source link

Problem installing dummy VNFM #3

Closed tahirokian closed 7 years ago

tahirokian commented 7 years ago

I am trying to install dummy-vnfm-amqp to test my NFVO installation but getting the following error when I run ./dummy-vnfm-sh compile:

FAILURE: Build failed with an exception.

BUILD FAILED

Please help me with that.

gc4rella commented 7 years ago

There is a problem with the gradle wrapper version available in the project. I just pushed a patch on the develop branch, which will be merged with master in the next days.

In the meanwhile you could checkout the develop branch and compile that version which will fix this problem.

Please confirm.

tahirokian commented 7 years ago

It worked. Thanks a lot.

gc4rella commented 7 years ago

we noticed that after my changes there were issues with starting the component. Could you please confirm that after a git pull all is fine on your side ?

tahirokian commented 7 years ago

The installation with develop branch was fine but dummy-vnfm-amqp does not start. I have tested my installation with dummy-vnfm-rest and that worked fine.

gc4rella commented 7 years ago

yeah...with the latest changes it should start properly. if you confirm I'll close this issue. Thx!

tahirokian commented 7 years ago

Its working now.

gc4rella commented 7 years ago

great.