Did you pass the right parameters while loading VID server docker  ?

For example:

#start Maria-DB
docker run --name vid-mariadb -e MYSQL_DATABASE=vid_openecomp_epsdk -e 
MYSQL_USER=vidadmin -e MYSQL_PASSWORD=mypassword -e 
MYSQL_ROOT_PASSWORD=rootPassword -v ${CONFIG_PATH}/vid-my.cnf:/etc/mysql/my.cnf 
-v ${CONFIG_PATH}/vid-pre-init.sql:/docker-entrypoint-initdb.d/vid-pre-init.sql 
-v /var/lib/mysql -d mariadb:10

#start VID server

docker run -e VID_MYSQL_DBNAME=vid_openecomp_epsdk -e VID_MYSQL_PASS=mypassword 
--name vid-server -p 8080:8080 --link vid-mariadb:vid-mariadb-docker-instance 
-d nexus3.onap.org:10001/openecomp/${RELEASE}


From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: Wednesday, October 04, 2017 4:49 PM
To: Kranthi Guttikonda <kranthi.guttiko...@b-yond.com>; KAJUR, HARISH V 
<vk2...@att.com>; Sonsino, Ofir <os0...@intl.att.com>; Yunxia Chen 
<helen.c...@huawei.com>; onap-discuss <onap-discuss@lists.onap.org>; Hemli, 
Amichai <ah0...@intl.att.com>
Cc: Kanagaraj Manickam <kanagaraj.manic...@huawei.com>
Subject: RE: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Hello Everyone,

I am facing issue in bringing up the VID.
Today, I tried to bring-up the ONAP stack using latest heat template, but VID 
is not accessible from portal.

It looks like “VID-server” is not able to collect response from “VID-mariadb”. 
Following are the docker logs:
VID-server : 
http://paste.openstack.org/show/622658/<https://urldefense.proofpoint.com/v2/url?u=http-3A__paste.openstack.org_show_622658_&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=YKrlt1M487Gbcxf6GKUYkdaaJq4RCPChFI2AKdT_bP8&m=md9Wu-VMQIK2IEV5nEWcAMNit3Lo0DbU3qj_ucTNI04&s=V-MDjOFKzW467ZtC2_JeQaJ2Z4KrlNvtia3faZ-VkbY&e=>
VID-mariadb: 
http://paste.openstack.org/show/622660/<https://urldefense.proofpoint.com/v2/url?u=http-3A__paste.openstack.org_show_622660_&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=YKrlt1M487Gbcxf6GKUYkdaaJq4RCPChFI2AKdT_bP8&m=md9Wu-VMQIK2IEV5nEWcAMNit3Lo0DbU3qj_ucTNI04&s=yXJOYZTAs8EBIDsWbaTmoZXVLFBTrzU1hRFVJi9wz24&e=>

At the same time, VID is passing health test from robot test case(ete.sh 
health).

Please let me know to fix this issue.

--
Regards,
Subhash Kumar Singh

***************************************************************************************
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**************************************************************************************

***************************************************************************************
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress is listed above. 
Any use of the information contained herein in any way (including, but not   
limited to, total or partial disclosure,reproduction, or dissemination) by 
persons other than the intended recipient(s) is  prohibited. If you receive 
this e-mail in error, pleasenotify the sender by phone or email immediately and 
delete it!
***************************************************************************************

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kranthi Guttikonda
Sent: Wednesday, October 04, 2017 7:02 PM
To: KAJUR, HARISH V <vk2...@att.com<mailto:vk2...@att.com>>; SONSINO, OFIR 
<os0...@intl.att.com<mailto:os0...@intl.att.com>>; Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>; onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>; HEMLI, 
AMICHAI <ah0...@intl.att.com<mailto:ah0...@intl.att.com>>
Subject: Re: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Great. It works. Thanks Harish

Kranthi

From: "KAJUR, HARISH V" <vk2...@att.com<mailto:vk2...@att.com>>
Date: Wednesday, October 4, 2017 at 9:12 AM
To: Kranthi Guttikonda 
<kranthi.guttiko...@b-yond.com<mailto:kranthi.guttiko...@b-yond.com>>, 
"SONSINO, OFIR" <os0...@intl.att.com<mailto:os0...@intl.att.com>>, Yunxia Chen 
<helen.c...@huawei.com<mailto:helen.c...@huawei.com>>, onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, "HEMLI, 
AMICHAI" <ah0...@intl.att.com<mailto:ah0...@intl.att.com>>
Subject: RE: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Hi Kranthi,

You are missing the X-TransactionId header from your curl request.
If you provide that value, it should work properly.

Thanks,
Harish

From: Kranthi Guttikonda [mailto:kranthi.guttiko...@b-yond.com]
Sent: Wednesday, October 04, 2017 7:57 AM
To: SONSINO, OFIR <os0...@intl.att.com<mailto:os0...@intl.att.com>>; Yunxia 
Chen <helen.c...@huawei.com<mailto:helen.c...@huawei.com>>; onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>; HEMLI, 
AMICHAI <ah0...@intl.att.com<mailto:ah0...@intl.att.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>
Subject: Re: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Hi Harish,

Looks like AAI is not returning data properly.

curl -v -u AAI:AAI -k -X GET -H 'X-FromAppId: local' -H 'Accept: 
application/json' -H 'Content-Type: application/json' -H 'Real-Time: true' 
https://10.12.25.72:8443/aai/v11/cloud-infrastructure/cloud-regions<https://urldefense.proofpoint.com/v2/url?u=https-3A__10.12.25.72-3A8443_aai_v11_cloud-2Dinfrastructure_cloud-2Dregions&d=DwQGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=f44eG3iZaja2ozEA2yRZnQ&m=0sEmh5ZXG2YawJ89Dk7HUzJCYE2kFj4uzCaenEK3VZk&s=pvKXLMWQqfFyn4CfY7W26s-xkRzVvi7VSgYOAwj1FiM&e=>
 | python -m json.tool

In sane.log

04:45:55.588 [qtp1144748369-21] ERROR ajsc.filters.InterceptorFilter - 
Exception occurred in invokeInterceptors(...) of InterceptorFilter :
java.lang.NullPointerException: null
                at 
org.onap.aai.logging.LoggingContext.requestId(LoggingContext.java:119)
                at 
org.onap.aai.interceptors.PreAaiAjscInterceptor.allowOrReject(PreAaiAjscInterceptor.java:49)
                at 
ajsc.filters.InterceptorFilter.invokeInterceptors(InterceptorFilter.java:204)
                at 
ajsc.filters.InterceptorFilter.doFilter(InterceptorFilter.java:96)
                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
                at 
com.att.ajsc.csi.writeablerequestfilter.WriteableRequestFilter.doFilter(WriteableRequestFilter.java:41)
                at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
                at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
                at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:542)
                at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
                at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
                at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
                at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
                at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
                at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
                at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
                at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
                at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
                at org.eclipse.jetty.server.Server.handle(Server.java:497)
                at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
                at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
                at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
                at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
                at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
                at java.lang.Thread.run(Thread.java:748)


Thanks,
Kranthi

From: Kranthi Guttikonda 
<kranthi.guttiko...@b-yond.com<mailto:kranthi.guttiko...@b-yond.com>>
Date: Wednesday, October 4, 2017 at 7:49 AM
To: "Sonsino, Ofir" <os0...@intl.att.com<mailto:os0...@intl.att.com>>, Yunxia 
Chen <helen.c...@huawei.com<mailto:helen.c...@huawei.com>>, onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, "Hemli, 
Amichai" <ah0...@intl.att.com<mailto:ah0...@intl.att.com>>
Subject: Re: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Thanks, Ofir. Now able to see the SDC service model in VID but the deploy 
button is grayed out. Attached the screenshot.

~ Kranthi

From: 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 on behalf of "Sonsino, Ofir" <os0...@intl.att.com<mailto:os0...@intl.att.com>>
Date: Wednesday, October 4, 2017 at 6:19 AM
To: Yunxia Chen <helen.c...@huawei.com<mailto:helen.c...@huawei.com>>, 
onap-discuss <onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, 
"Hemli, Amichai" <ah0...@intl.att.com<mailto:ah0...@intl.att.com>>
Subject: Re: [onap-discuss] [integration] Integration testing results for 
10/3/2017

Hi Helen,

I’ve just delivered a fix for VID-74.

Thanks,
Ofir

From: Yunxia Chen [mailto:helen.c...@huawei.com]
Sent: Wednesday, October 04, 2017 2:25 AM
To: onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>; Sonsino, 
Ofir <os0...@intl.att.com<mailto:os0...@intl.att.com>>; Hemli, Amichai 
<ah0...@intl.att.com<mailto:ah0...@intl.att.com>>
Subject: [integration] Integration testing results for 10/3/2017


1.      Installed the latest docker images from master branch today, (Will do 
daily update in the future starting at 6:00AM EDT)

2.      Passed all existing health check except DCAE (known issue, and have 
solution for it), still miss health check for the following MVP project (VFC, 
MSB, Multi-VIM). And jira tickets (INT-242 and its subtasks) have been created. 
Thanks for the help from SO, DCAE and A&AI team!

3.      Finished onboarding vFW testing.

4.      Tried to instantiate the service today, not done.


Identified the following issues:

1.      
https://jira.onap.org/browse/AAI-411<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_AAI-2D411&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=YKrlt1M487Gbcxf6GKUYkdaaJq4RCPChFI2AKdT_bP8&m=NaxBiil45RzcUQ_-ze7an2IUpJJ0ZgeDLPSfHcgg_hQ&s=oCNZ3dZlEzJ44QIxCSomiS1MiB7O0HlkaZM_OHgUNjs&e=>:
 the dependency between two AAI vms cause imtimiite issues.

2.      
https://jira.onap.org/browse/VID-74<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_VID-2D74&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=YKrlt1M487Gbcxf6GKUYkdaaJq4RCPChFI2AKdT_bP8&m=NaxBiil45RzcUQ_-ze7an2IUpJJ0ZgeDLPSfHcgg_hQ&s=ArRYkeJurDDYGkQqHkxVw-YV6lqXhGttLvRQ_IKQgGc&e=>:
 this is a block issue for Integration team tomorrow’s testing.  (Amichai Hemli 
/ Ofir Sonsino)

Regards,
Helen Chen

_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to