Hi,

Can you look at the logs of the model-loader component of AAI?

Thanks,
Alexis

> On Jan 31, 2018, at 3:03 AM, Kumar Skand Priya, Viswanath V via onap-discuss 
> <onap-discuss@lists.onap.org> wrote:
> 
> Dear OOM Team,
> 
> We are powering ONAP R1 using OOM. While the installation is successful, we 
> are facing issues while distributing a network service from SDC to AAI. 
> 
> PS : 
> There are no issues with R1 standalone ONAP deployment ( via HOT files ).
> Restarting AAI and/or redeploying PODs doesn't help.
> 
> Details about Error :
> 
> In OOM setup, after distributing the SDC model, we are getting  "deploy 
> error" in AAI, which blocks the deployment of network service. Below are the 
> screenshots:
> 
> <image.png>
> 
> 
> <image.png>
> 
> 
> Log from AAI-datarouter
> 
> 2018-01-30T07:44:53.722Z||main|DataRouter||org.onap.aai.datarouter.policy.EntityEventPolicy||ERROR|EEP012E|EEP012E
>  Failed to create Search index topography-search-index due to: Error during 
> GET operation to AAI with message = java.net.UnknownHostException: 
> aai.searchservice.simpledemo.openecomp.org 
> <http://aai.searchservice.simpledemo.openecomp.org/>   |
> 2018-01-30T07:44:53.722Z||main|DataRouter||org.onap.aai.datarouter.policy.EntityEventPolicy||INFO|EEP0007I|EEP0007I
>  Entity Event Policy component started.|
> 2018-01-30T07:44:53.865Z||main|DataRouter||org.apache.camel.impl.converter.DefaultTypeConverter||WARN|Overriding
>  type converter from: StaticMethodTypeConverter: public static 
> java.io.InputStream 
> org.apache.camel.component.http.HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest,org.apache.camel.Exchange)
>  throws java.io.IOException to: StaticMethodTypeConverter: public static 
> java.io.InputStream 
> org.apache.camel.component.http4.HttpConverter.toInputStream(javax.servlet.http.HttpServletRequest,org.apache.camel.Exchange)
>  throws java.io.IOException
> 2018-01-30T07:44:53.865Z||main|DataRouter||org.apache.camel.impl.converter.DefaultTypeConverter||WARN|Overriding
>  type converter from: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletResponse 
> org.apache.camel.component.http.HttpConverter.toServletResponse(org.apache.camel.Message)
>  to: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletResponse 
> org.apache.camel.component.http4.HttpConverter.toServletResponse(org.apache.camel.Message)
> 2018-01-30T07:44:53.865Z||main|DataRouter||org.apache.camel.impl.converter.DefaultTypeConverter||WARN|Overriding
>  type converter from: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletRequest 
> org.apache.camel.component.http.HttpConverter.toServletRequest(org.apache.camel.Message)
>  to: StaticMethodTypeConverter: public static 
> javax.servlet.http.HttpServletRequest 
> org.apache.camel.component.http4.HttpConverter.toServletRequest(org.apache.camel.Message)
> 2018-01-30T07:44:55.047Z||main|DataRouter||ajsc.ComputeService||ERROR|NMBS-COMPUTESVC-0042:
>  addRoute for data-router:entity-event:v1 failed  - EXCEPTION: null
> CAUSED BY: org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 109; 
> Element type "from" must be followed by either attribute specifications, ">" 
> or "/>".
> STACKTRACE: at 
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl(createUnmarshalException:578)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl(unmarshal0:264)
> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl(unmarshal:229)
> at ajsc.ComputeService(getRouteDefinition:793)
> at ajsc.ComputeService$getRouteDefinition$3(callCurrent:-1)
> at ajsc.ComputeService(addRoute:820)
> at ajsc.ComputeService$_init_closure15(doCall:970)
> at ajsc.ComputeService(init:970)
> at ajsc.ComputeService$init(call:-1)
> at ajsc.RouteMgmtService(init:148)
> at ajsc.RouteMgmtService$init$0(call:-1)
> at ajsc.ContextMgr(onApplicationEvent:19)
> at 
> org.springframework.context.event.SimpleApplicationEventMulticaster(invokeListener:163)
> at 
> org.springframework.context.event.SimpleApplicationEventMulticaster(multicastEvent:136)
> at 
> org.springframework.context.support.AbstractApplicationContext(publishEvent:381)
> at 
> org.springframework.context.support.AbstractApplicationContext(publishEvent:335)
> at 
> org.springframework.context.support.AbstractApplicationContext(finishRefresh:855)
> at org.springframework.context.support.AbstractApplicationContext(refresh:541)
> at 
> org.springframework.web.context.ContextLoader(configureAndRefreshWebApplicationContext:444)
> at org.eclipse.jetty.server.handler.ContextHandler(startContext:791)
> at org.eclipse.jetty.servlet.ServletContextHandler(startContext:294)
> at org.eclipse.jetty.webapp.WebAppContext(startWebapp:1349)
> at org.eclipse.jetty.webapp.WebAppContext(startContext:1342)
> at org.eclipse.jetty.server.handler.ContextHandler(doStart:741)
> at org.eclipse.jetty.webapp.WebAppContext(doStart:505)
> at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
> at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
> at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
> at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
> at org.eclipse.jetty.server.handler.ContextHandlerCollection(doStart:163)
> at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
> at org.eclipse.jetty.util.component.ContainerLifeCycle(start:132)
> at org.eclipse.jetty.server.Server(start:387)
> at org.eclipse.jetty.util.component.ContainerLifeCycle(doStart:114)
> at org.eclipse.jetty.server.handler.AbstractHandler(doStart:61)
> at org.eclipse.jetty.server.Server(doStart:354)
> at org.eclipse.jetty.util.component.AbstractLifeCycle(start:68)
> at com.att.ajsc.runner.Runner(main:227)
> 
> Please let us know what are we missing here.
> 
> BR,
> Viswa
> 
>  <http://www.verizon.com/>
> 
> Viswanath Kumar Skand Priya
> Architect
> Verizon India ( VDSI )
> _______________________________________________
> onap-discuss mailing list
> onap-discuss@lists.onap.org
> https://lists.onap.org/mailman/listinfo/onap-discuss

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

Reply via email to