1
0
-1

On london release I do have sdc buggy problems.(last version of london release)
When I create a service or vf on gui it is normal. I follow these steps here. When I try to add property with type "org.openecomp.datatypes.NSSCapabilities" and gave values it is fine. I can observe and look them after. But when I try to add properties from ONAP SDK python library gui went buggy and I can not see any of properties assigned before.

I try to monitor network connections it gave 200 success response every time but it can not observable via gui.

AAs you can see in property section there is no data to display.

But I try to read properties from SDK here is the result:

{"coverageAreaList":{"get_input":"qqq_coverageAreaList"},"expDataRateDL":{"get_input":"qqq_expDataRateDL"},"expDataRateUL":{"get_input":"qqq_expDataRateUL"},"latency":{"get_input":"qqq_latency"},"maxNumberofUEs":{"get_input":"qqq_maxNumberofUEs"},"resourceSharingLevel":{"get_input":"qqq_resourceSharingLevel"},"sNSSAI":{"get_input":"qqq_sNSSAI"},"uEMobilityLevel":{"get_input":"qqq_uEMobilityLevel"},"useInterval":{"get_input":"qqq_useInterval"}}

There is some properties assigned already not showed up.

I look to sdc-fe logs and I came accros some warnings and fails :

error.log inside container:

2023-08-15T11:52:55.830Z|||FE-Health-Check-Thread||SDC-FE||ERROR|MAJOR||sdc-fe.onap||o.o.s.c.config.EcompErrorLogUtil||ActivityType=<?>, Desc=<Internal flow error. Operation: Execute request GET http://null:null/healthCheck HTTP/1.1 failed with exception: URI does not specify a valid host name: http://null:null/healthCheck>
2023-08-15T11:52:55.830Z|||FE-Health-Check-Thread||SDC-FE||ERROR|||sdc-fe.onap||o.o.s.f.i.HealthCheckScheduledTask||ActivityType=<?>, Desc=<CATALOG_FACADE_MS unexpected response >
org.openecomp.sdc.common.http.client.api.HttpExecuteException: Execute request GET http://null:null/healthCheck HTTP/1.1 failed with exception: URI does not specify a valid host name: http://null:null/healthCheck
	at org.openecomp.sdc.common.http.client.api.HttpClient.execute(HttpClient.java:124)
	at org.openecomp.sdc.common.http.client.api.HttpClient.get(HttpClient.java:66)
	at org.openecomp.sdc.common.http.client.api.HttpRequestHandler.get(HttpRequestHandler.java:78)
	at org.openecomp.sdc.common.http.client.api.HttpRequest.get(HttpRequest.java:51)
	at org.openecomp.sdc.common.http.client.api.HttpRequest.get(HttpRequest.java:47)
	at org.openecomp.sdc.fe.impl.HealthCheckScheduledTask.addHostedComponentsFeHealthCheck(HealthCheckScheduledTask.java:119)
	at org.openecomp.sdc.fe.impl.HealthCheckScheduledTask.buildHealthCheckListForComponent(HealthCheckScheduledTask.java:254)
	at org.openecomp.sdc.fe.impl.HealthCheckScheduledTask.getFeHealthCheckInfos(HealthCheckScheduledTask.java:247)
	at org.openecomp.sdc.fe.impl.HealthCheckScheduledTask.checkHealth(HealthCheckScheduledTask.java:203)
	at org.openecomp.sdc.fe.impl.HealthCheckScheduledTask.run(HealthCheckScheduledTask.java:96)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: http://null:null/healthCheck
	at org.apache.http.impl.client.CloseableHttpClient.determineTarget(CloseableHttpClient.java:95)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.openecomp.sdc.common.http.client.api.HttpClient.execute(HttpClient.java:118)
	... 15 common frames omitted

error log from pod:

2023-07-27 00:45:05.048:WARN:oeja.AnnotationParser:qtp2129221032-19: javax.validation.valueextraction.Unwrapping scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar!/javax/validation/valueextraction/Unwrapping.class, jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/validation-api-2.0.1.Final.jar!/javax/validation/valueextraction/Unwrapping.class
2023-07-27 00:45:05.048:WARN:oeja.AnnotationParser:qtp2129221032-19: javax.validation.valueextraction.ValueExtractor$ValueReceiver scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar!/javax/validation/valueextraction/ValueExtractor$ValueReceiver.class, jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/validation-api-2.0.1.Final.jar!/javax/validation/valueextraction/ValueExtractor$ValueReceiver.class
2023-07-27 00:45:05.048:WARN:oeja.AnnotationParser:qtp2129221032-19: javax.validation.valueextraction.ValueExtractor scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar!/javax/validation/valueextraction/ValueExtractor.class, jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/validation-api-2.0.1.Final.jar!/javax/validation/valueextraction/ValueExtractor.class
2023-07-27 00:45:05.048:WARN:oeja.AnnotationParser:qtp2129221032-19: javax.validation.valueextraction.ValueExtractorDeclarationException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar!/javax/validation/valueextraction/ValueExtractorDeclarationException.class, jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/validation-api-2.0.1.Final.jar!/javax/validation/valueextraction/ValueExtractorDeclarationException.class
2023-07-27 00:45:05.048:WARN:oeja.AnnotationParser:qtp2129221032-19: javax.validation.valueextraction.ValueExtractorDefinitionException scanned from multiple locations: jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/jakarta.validation-api-2.0.2.jar!/javax/validation/valueextraction/ValueExtractorDefinitionException.class, jar:file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/WEB-INF/lib/validation-api-2.0.1.Final.jar!/javax/validation/valueextraction/ValueExtractorDefinitionException.class
2023-07-27 00:45:05.057:INFO:oeja.AnnotationConfiguration:main: Scanning elapsed time=2204ms
Jul 27, 2023 12:45:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure
WARNING: JAXBContext implementation could not be found. WADL feature is disabled.
2023-07-27 00:45:06.897:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@2e32ccc5{catalog-fe-1.12.4,/sdc1,file:///tmp/jetty-0_0_0_0-8181-catalog-fe-1_12_4_war-_catalog-fe-1_12_4-any-15240995290298326572/webapp/,AVAILABLE}{/app/jetty/webapps/catalog-fe-1.12.4.war}
2023-07-27 00:45:06.904:INFO:oejs.AbstractConnector:main: Started ServerConnector@5dafbe45{HTTP/1.1, (http/1.1)}{0.0.0.0:8181}
2023-07-27 00:45:07.111:INFO:oejus.SslContextFactory:main: x509=X509@743bb39a(sdc@sdc.onap.org,h=[sdc, sdc-be.onap, sdc-dcae-be.onap, sdc-dcae-dt.onap, sdc-dcae-fe.onap, sdc-dcae-tosca-lab.onap, sdc-es.onap, sdc-fe.onap, sdc-kb.onap, sdc-onap.org, sdc-onboarding-be.onap, sdc-wfd-be.onap, sdc-wfd-fe.onap, sdc.api.fe.simpledemo.onap.org, sdc.api.simpledemo.onap.org, sdc.dcae.plugin.simpledemo.onap.org, sdc.workflow.plugin.simpledemo.onap.org, webseal.onap],a=[],w=[onap, onap.org]) for Server@16bbaab3[provider=null,keyStore=file:///app/jetty/etc/org.onap.sdc.p12,trustStore=file:///app/jetty/etc/org.onap.sdc.trust.jks]
2023-07-27 00:45:07.187:INFO:oejs.AbstractConnector:main: Started ServerConnector@d2de489{SSL, (ssl, http/1.1)}{0.0.0.0:9443}
2023-07-27 00:45:07.187:INFO:oejs.Server:main: Started @7410ms
ESAPI: WARNING: System property [org.owasp.esapi.opsteam] is not set
ESAPI: WARNING: System property [org.owasp.esapi.devteam] is not set
ESAPI: Attempting to load ESAPI.properties via file I/O.
ESAPI: Attempting to load ESAPI.properties as resource file via file I/O.
ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /app/jetty/ESAPI.properties
ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties
ESAPI: Not found in 'user.home' (/home/onap) directory: /home/onap/esapi/ESAPI.properties
ESAPI: Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException
ESAPI: Attempting to load ESAPI.properties via the classpath.
ESAPI: SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using current thread context class loader!
ESAPI: SecurityConfiguration for Validator.ConfigurationFile.MultiValued not found in ESAPI.properties. Using default: false
ESAPI: Attempting to load validation.properties via file I/O.
ESAPI: Attempting to load validation.properties as resource file via file I/O.
ESAPI: Not found in 'org.owasp.esapi.resources' directory or file not readable: /app/jetty/validation.properties
ESAPI: Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties
ESAPI: Not found in 'user.home' (/home/onap) directory: /home/onap/esapi/validation.properties
ESAPI: Loading validation.properties via file I/O failed.
ESAPI: Attempting to load validation.properties via the classpath.
ESAPI: validation.properties could not be loaded by any means. fail.. Caught java.lang.IllegalArgumentException; exception message was: java.lang.IllegalArgumentException: Failed to load ESAPI.properties as a classloader resource.

What could be the problem? And how can I solve it? 

    CommentAdd your comment...