[onap-discuss] AAI DEVELOPMENT SETUP ISSUE

2017-10-11 Thread SURYA A U
Hi,

I followed the mentioned steps in the below link and tried to set up AAI
development environment but failed.
https://wiki.onap.org/pages/viewpage.action?pageId=10782088

Step 5 was to download the latest code and do a mvn clean install but
according to the wiki the expected result is that build should be
successful but it failed due to errors in test so i skipped the tests and
did a mvn clean install, then the build was success. Moving on,

After running step 6(i) it failed to compile and so I had to change
openecomp to onap and try the same step. It started compiling but threw
this error.

If anyone has faced the same error or was successful in bringing up AAI
please revert back.:)

Thanks,
A U SURYA
​
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Failed to bring up dgbuilder container

2017-09-14 Thread SURYA A U
Hi,

I was trying to run SDNC on Vagrant. When I ran the script "
*sdnc_vm_init.sh*" It pulled all 4 images and brought up containers
containing their respective images but dgbuilder container exited with
error.

Output when I ran docker ps:
vagrant@sdnc:/opt/openecomp/sdnc/oam/dgbuilder$ docker ps -a
WARNING: Error loading config file:/home/vagrant/.docker/config.json - stat
/home/vagrant/.docker/config.json: permission denied
CONTAINER IDIMAGE
COMMAND  CREATED STATUS
PORTS NAMES
7*6d822421537openecomp/dgbuilder-sdnc-image:latest   "/bin/bash -c
'cd ..."   2 days ago  Exited (127) 2 days
ago sdnc_dgbuilder_container*
4ad81f8a4966openecomp/admportal-sdnc-image:latest   "/bin/bash -c
'cd ..."   2 days ago  Up 2 days
0.0.0.0:8843->8843/tcp
sdnc_portal_container
383e4b4e8117openecomp/sdnc-image:latest
"/opt/openecomp/sd..."   2 days ago  Up 2 days
0.0.0.0:8282->8181/tcpsdnc_controller_container
b66eeec4cfe9mysql/mysql-server:5.6  "/entrypoint.sh
my..."   2 days ago  Up 2 days (healthy)
0.0.0.0:32768->3306/tcp
sdnc_db_container

I checked the log files of dgbuilder container and this is what it said,

vagrant@sdnc:~$ docker logs sdnc_dgbuilder_container
WARNING: Error loading config file:/home/vagrant/.docker/config.json - stat
/home/vagrant/.docker/config.json: permission denied
/bin/bash: line 0: cd: /opt/openecomp/sdnc/oam/dgbuilder/: No such file or
directory

Thanks,
A U SURYA
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss