Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnmtechnologies/389611d6b998474e045584d5b3e71353 to your computer and use it in GitHub Desktop.
Save tnmtechnologies/389611d6b998474e045584d5b3e71353 to your computer and use it in GitHub Desktop.
[thorntail] 5GC namf-comm service startup and graceful shutdown logs
$ kill 94205
2020-08-11 16:13:02,112 INFO [org.wildfly.swarm] (Thread-1) THORN0027: Shutdown requested
2020-08-11 16:13:02,113 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0272: Suspending server
2020-08-11 16:13:02,115 INFO [com.arjuna.ats.jbossatx] (Thread-2) ARJUNA032034: Suspending transaction recovery manager
2020-08-11 16:13:02,116 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
2020-08-11 16:13:02,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
2020-08-11 16:13:02,131 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener default-https suspending
2020-08-11 16:13:02,134 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 31) WFLYUT0022: Unregistered web context: '/' from server 'default-server'
2020-08-11 16:13:02,139 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:8280
2020-08-11 16:13:02,139 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTPS listener default-https stopped, was bound to 0.0.0.0:8643
2020-08-11 16:13:02,140 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 31) onDestroyed(doesntMatter)
2020-08-11 16:13:02,151 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (ServerService Thread Pool -- 31) get()
2020-08-11 16:13:02,152 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 31) get()
2020-08-11 16:13:02,203 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFManagementConsumerNFProfileServiceDecorator] (ServerService Thread Pool -- 31) delete(nfInstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:13:02,203 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (ServerService Thread Pool -- 31) delete(nfINstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:13:02,203 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 31) delete(nfInstanceId=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:13:02,218 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "[read] I/O error: Read timed out"
2020-08-11 16:13:02,218 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "DELETE /nnrf-nfm/v1/nf-instances/02000000-cc86-44cf-aaa3-000000000200 HTTP/1.1[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "Accept: application/json[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "Accept-Encoding: gzip, deflate[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "uber-trace-id: 3fb22740d1081f5%3A3fb22740d1081f5%3A0%3A1[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "Content-Length: 0[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "Host: 127.0.0.1:8180[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.4 (Java/11.0.3)[\r][\n]"
2020-08-11 16:13:02,219 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 >> "[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "HTTP/1.1 204 No Content[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "Access-Control-Allow-Origin: *[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Accept-Language[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "Access-Control-Allow-Methods: GET, PUT, POST, PATCH, DELETE, OPTIONS[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "Date: Tue, 11 Aug 2020 14:13:02 GMT[\r][\n]"
2020-08-11 16:13:02,227 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 31) http-outgoing-0 << "[\r][\n]"
2020-08-11 16:13:02,235 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
2020-08-11 16:13:02,238 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0004: Undertow 2.1.3.Final stopping
2020-08-11 16:13:02,268 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032018: Destroying TransactionManagerService
2020-08-11 16:13:02,269 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032014: Stopping transaction recovery manager
2020-08-11 16:13:02,310 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment 5gc-amf-communication-server.war (runtime-name: 5gc-amf-communication-server.war) in 191ms
2020-08-11 16:13:02,316 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Thorntail 2.7.0.Final (WildFly Core 10.0.3.Final) stopped in 198ms
$
$ date; ./start-namf-comm.thorntail.sh
mar. août 11 16:12:08 CEST 2020
starting thorntail namf-comm
[svc-5g-adm@vdev-newedge0001 5g.labs.b-com.com]$ 2020-08-11 16:12:14,060 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Undertow - STABLE io.thorntail:undertow:2.7.0.Final
2020-08-11 16:12:14,092 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: MicroProfile Metrics - STABLE io.thorntail:microprofile-metrics:2.7.0.Final
2020-08-11 16:12:14,092 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Jaeger - STABLE io.thorntail:jaeger:2.7.0.Final
2020-08-11 16:12:14,092 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: CDI Configuration - STABLE io.thorntail:cdi-config:2.7.0.Final
2020-08-11 16:12:14,093 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Transactions - STABLE io.thorntail:transactions:2.7.0.Final
2020-08-11 16:12:14,093 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Management - STABLE io.thorntail:management:2.7.0.Final
2020-08-11 16:12:14,093 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Logging - STABLE io.thorntail:logging:2.7.0.Final
2020-08-11 16:12:14,093 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: MicroProfile OpenTracing - STABLE io.thorntail:microprofile-opentracing:2.7.0.Final
2020-08-11 16:12:14,094 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: MicroProfile Config - STABLE io.thorntail:microprofile-config:2.7.0.Final
2020-08-11 16:12:14,094 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Bean Validation - STABLE io.thorntail:bean-validation:2.7.0.Final
2020-08-11 16:12:14,094 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JAX-RS - STABLE io.thorntail:jaxrs:2.7.0.Final
2020-08-11 16:12:14,094 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: MicroProfile Rest Client - STABLE io.thorntail:microprofile-restclient:2.7.0.Final
2020-08-11 16:12:14,094 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: Elytron - STABLE io.thorntail:elytron:2.7.0.Final
2020-08-11 16:12:14,095 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: CDI - STABLE io.thorntail:cdi:2.7.0.Final
2020-08-11 16:12:14,095 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: MicroProfile Health - STABLE io.thorntail:microprofile-health:2.7.0.Final
2020-08-11 16:12:14,095 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JSON-B - STABLE io.thorntail:jsonb:2.7.0.Final
2020-08-11 16:12:14,095 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JSON-P - STABLE io.thorntail:jsonp:2.7.0.Final
2020-08-11 16:12:14,095 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JAX-RS with JSON-P - STABLE io.thorntail:jaxrs-jsonp:2.7.0.Final
2020-08-11 16:12:14,096 INFO [org.wildfly.swarm] (main) THORN0013: Installed fraction: JAX-RS with Multipart - STABLE io.thorntail:jaxrs-multipart:2.7.0.Final
2020-08-11 16:12:16,679 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.11.Final
2020-08-11 16:12:16,685 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
2020-08-11 16:12:16,786 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Thorntail 2.7.0.Final (WildFly Core 10.0.3.Final) starting
2020-08-11 16:12:16,834 INFO [org.wildfly.swarm] (MSC service thread 1-1) THORN0019: Install MSC service for command line args: []
2020-08-11 16:12:17,231 INFO [org.wildfly.swarm.microprofile.health] (MSC service thread 1-1) The monitoring endpoints have no security realm configuration
2020-08-11 16:12:17,823 INFO [org.wildfly.security] (ServerService Thread Pool -- 13) ELY00001: WildFly Elytron version 1.10.4.Final
2020-08-11 16:12:17,991 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 6) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=default-https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
2020-08-11 16:12:18,078 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 16) WFLYNAM0001: Activating Naming Subsystem
2020-08-11 16:12:18,081 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 20) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2020-08-11 16:12:18,119 INFO [org.wildfly.extension.microprofile.config._private] (ServerService Thread Pool -- 26) EMPCONF0001: Activating Eclipse MicroProfile Config Subsystem
2020-08-11 16:12:18,136 INFO [org.jboss.as.security] (ServerService Thread Pool -- 15) WFLYSEC0002: Activating Security Subsystem
2020-08-11 16:12:18,177 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.1.3.Final starting
2020-08-11 16:12:18,177 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.0.3.Final
2020-08-11 16:12:18,179 INFO [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
2020-08-11 16:12:18,270 INFO [org.xnio] (ServerService Thread Pool -- 17) XNIO version 3.7.3.Final
2020-08-11 16:12:18,298 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 24) WFLYRS0016: RESTEasy version 3.11.2.Final
2020-08-11 16:12:18,343 INFO [org.xnio.nio] (ServerService Thread Pool -- 17) XNIO NIO Implementation Version 3.7.3.Final
2020-08-11 16:12:18,395 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 17) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
2020-08-11 16:12:18,577 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
2020-08-11 16:12:18,622 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
2020-08-11 16:12:18,740 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8280
2020-08-11 16:12:18,743 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2020-08-11 16:12:18,746 WARN [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0035: No security realm or http server authentication defined for http management service; all access will be unrestricted.
2020-08-11 16:12:18,837 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.15.Final
2020-08-11 16:12:18,857 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032013: Starting transaction recovery manager
2020-08-11 16:12:18,874 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-4) ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 92f28891fd5f29d0381da214d4f3a2917f46e301) - JBoss Inc.
2020-08-11 16:12:18,909 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener default-https listening on 0.0.0.0:8643
2020-08-11 16:12:18,915 WARN [org.jboss.as.remoting] (MSC service thread 1-1) ****** All authentication is ANONYMOUS for org.jboss.as.remoting.RemotingHttpUpgradeService
2020-08-11 16:12:19,023 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2020-08-11 16:12:19,024 INFO [com.arjuna.ats.jbossatx] (Controller Boot Thread) ARJUNA032035: Resuming transaction recovery manager
2020-08-11 16:12:19,028 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:10190/management
2020-08-11 16:12:19,028 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
2020-08-11 16:12:19,028 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Thorntail 2.7.0.Final (WildFly Core 10.0.3.Final) started in 2390ms - Started 154 of 159 services (37 services are lazy, passive or on-demand)
2020-08-11 16:12:20,392 INFO [org.wildfly.swarm.jaeger.runtime.JaegerInstaller] (main) Determining whether to install Jaeger integration or not.
2020-08-11 16:12:20,392 INFO [org.wildfly.swarm.jaeger.runtime.JaegerInstaller] (main) JaegerFraction instance: JaegerFraction{serviceName='/namf-comm/v1', samplerType='const', samplerParameter='1', samplerManagerHost='', reporterLogSpans='', agentHost='', agentPort='', reporterFlushInterval='', reporterMaxQueueSize='', user=''}
2020-08-11 16:12:20,393 INFO [org.wildfly.swarm.jaeger.runtime.JaegerInstaller] (main) Installing the Jaeger integration for the deployment 5gc-amf-communication-server.war
2020-08-11 16:12:20,401 INFO [org.wildfly.swarm.jaeger.runtime.JaegerInstaller] (main) Adding the listener org.wildfly.swarm.jaeger.deployment.JaegerInitializer
2020-08-11 16:12:21,517 INFO [org.wildfly.swarm.runtime.deployer] (main) deploying 5gc-amf-communication-server.war
2020-08-11 16:12:21,556 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "5gc-amf-communication-server.war" (runtime-name: "5gc-amf-communication-server.war")
2020-08-11 16:12:23,300 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-core.jar in /content/5gc-amf-communication-server.war/WEB-INF/lib/jaxb-impl-2.3.0.jar does not point to a valid jar for a Class-Path reference.
2020-08-11 16:12:23,314 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jaxb-api.jar in /content/5gc-amf-communication-server.war/WEB-INF/lib/jaxb-core-2.3.0.jar does not point to a valid jar for a Class-Path reference.
2020-08-11 16:12:23,741 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.5gc-amf-communication-server.war" is using a private module ("org.jboss.jts") which may be changed or removed in future versions without notice.
2020-08-11 16:12:23,774 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment 5gc-amf-communication-server.war
2020-08-11 16:12:23,904 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 6.0.18.Final
2020-08-11 16:12:24,163 WARN [org.jboss.as.jaxrs] (MSC service thread 1-1) WFLYRS0018: Explicit usage of Jackson annotation in a JAX-RS deployment; the system will disable JSON-B processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore JSON-B.
2020-08-11 16:12:24,217 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 3.1.2 (Final)
2020-08-11 16:12:24,705 INFO [org.wildfly.swarm.mpopentracing.deployment.OpenTracingCDIExtension] (MSC service thread 1-3) Registering Tracer CDI producer
2020-08-11 16:12:24,735 INFO [io.smallrye.metrics] (MSC service thread 1-3) MicroProfile: Metrics activated (SmallRye Metrics version: 2.4.2)
2020-08-11 16:12:25,836 INFO [org.wildfly.swarm.microprofile.health.deployment.HealthExtension] (MSC service thread 1-3) >> Added health reporter bean io.smallrye.health.SmallRyeHealthReporter@4c0f43f7
2020-08-11 16:12:25,954 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) NFManagementBean()
2020-08-11 16:12:25,960 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) NFProfileServiceImpl()
2020-08-11 16:12:25,961 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) setNfProfileService(nfProfileService)
2020-08-11 16:12:25,963 INFO [com.bcom.newedge._3gpp._5gc.amf.communication.server.models.NFApiDataProducer] (ServerService Thread Pool -- 2) create()
2020-08-11 16:12:25,965 INFO [com.bcom.newedge._3gpp._5gc.amf.communication.server.models.NFApiDataProducer] (ServerService Thread Pool -- 2) create()
2020-08-11 16:12:25,965 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.models.NFServiceProducer] (ServerService Thread Pool -- 2) createNFService(nfApiRoot=NFApiData(nfType=AMF, serviceName=namf-comm, apiFullVersion=1.0.0, apiVersionInUri=v1), defaultDuration=2,000, nfApiData=NFApiData(nfType=AMF, serviceName=namf-comm, apiFullVersion=1.0.0, apiVersionInUri=v1))
2020-08-11 16:12:25,990 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.models.NFProfileProducer] (ServerService Thread Pool -- 2) getNfApiRootUrl(nfApiRoot=https://5g.labs.b-com.com)
2020-08-11 16:12:26,005 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.models.NFProfileProducer] (ServerService Thread Pool -- 2) createNFProfile(nfApiRoot=https://5g.labs.b-com.com, heartBeatTimer=200, nfApiData, nfService)
2020-08-11 16:12:26,005 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.models.NFProfileProducer] (ServerService Thread Pool -- 2) getNfApiRootUrl(nfApiRoot=https://5g.labs.b-com.com)
2020-08-11 16:12:26,007 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) setNFProfile(nfProfile)
2020-08-11 16:12:26,014 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (ServerService Thread Pool -- 2) NFHeartBeatRunnable()
2020-08-11 16:12:26,014 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) setNfHeartBeatRunnable(nfHeartBeatInstance)
2020-08-11 16:12:26,014 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) setNrfApiRoot(nrfApiRoot=http://127.0.0.1:8180)
2020-08-11 16:12:26,014 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFManagementBean] (ServerService Thread Pool -- 2) onInitialized(init)
2020-08-11 16:12:26,015 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) NFProfileServiceImpl()
2020-08-11 16:12:26,017 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) NFProfileServiceImpl()
2020-08-11 16:12:26,023 INFO [org.wildfly.swarm.mpopentracing.deployment.TracerProducer] (ServerService Thread Pool -- 2) Registering GlobalTracer{NoopTracer} to GlobalTracer and providing it as CDI bean.
2020-08-11 16:12:26,172 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (ServerService Thread Pool -- 2) NFProfileServiceDecorator(decorated)
2020-08-11 16:12:26,172 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFManagementConsumerNFProfileServiceDecorator] (ServerService Thread Pool -- 2) NFManagementConsumerNFProfileServiceDecorator(decorated, restClientBuilder)
2020-08-11 16:12:26,180 WARN [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002160: Provider instance io.smallrye.opentracing.SmallRyeClientTracingFeature is already registered. 2nd registration is being ignored.
2020-08-11 16:12:26,317 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFManagementConsumerNFProfileServiceDecorator] (ServerService Thread Pool -- 2) createOrUpdate(nfProfile[nfInstanceId]=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:12:26,317 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (ServerService Thread Pool -- 2) update(nfProfile) nfInstanceId=02000000-cc86-44cf-aaa3-000000000200
2020-08-11 16:12:26,317 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) createOrUpdate(nfProfile[nfInstanceId]=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:12:26,317 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) get()
2020-08-11 16:12:26,715 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "PUT /nnrf-nfm/v1/nf-instances/02000000-cc86-44cf-aaa3-000000000200 HTTP/1.1[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Accept: application/json[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Accept-Encoding: gzip, deflate[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Content-Type: application/json[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Content-Length: 1388[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Host: 127.0.0.1:8180[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.4 (Java/11.0.3)[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "[\r][\n]"
2020-08-11 16:12:26,716 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 >> "{"nfInstanceId":"02000000-cc86-44cf-aaa3-000000000200","nfType":"AMF","nfStatus":"REGISTERED","heartBeatTimer":200,"plmnList":null,"sNssais":null,"nsiList":null,"fqdn":"5g.labs.b-com.com","interPlmnFqdn":null,"ipv4Addresses":null,"ipv6Addresses":null,"allowedPlmns":null,"allowedNfTypes":null,"allowedNfDomains":null,"allowedNssais":null,"priority":16383,"capacity":16383,"load":0,"locality":"France, Brittany, Cesson-S[0xc3][0xa9]vign[0xc3][0xa9], 1219 avenue Champs Blancs","udrInfo":null,"udmInfo":null,"ausfInfo":null,"amfInfo":null,"smfInfo":null,"upfInfo":null,"pcfInfo":null,"bsfInfo":null,"chfInfo":null,"nrfInfo":null,"customInfo":"b<>com","recoveryTime":1597155146007,"nfServicePersistence":null,"nfServices":[{"serviceInstanceId":"601c70fd-faa0-41ce-beeb-9a6615fa23f2","serviceName":"namf-comm","versions":[{"apiVersionInUri":"v1","apiFullVersion":"1.0.0","expiry":1597157145990}],"scheme":"https","nfServiceStatus":"REGISTERED","fqdn":"5g.labs.b-com.com","interPlmnFqdn":null,"ipEndPoints":null,"apiPrefix":null,"defaultNotificationSubscriptions":null,"allowedPlmns":null,"allowedNfTypes":["NRF","UDM","AMF","SMF","AUSF","NEF","PCF","SMSF","NSSF","UDR","LMF","GMLC","5G_EIR","SEPP","UPF","N3IWF","AF","UDSF","BSF","CHF","NWDAF"],"allowedNfDomains":null,"allowedNssais":null,"priority":null,"capacity":null,"load":null,"recoveryTime":1597155145990,"chfServiceInfo":null,"supportedFeatures":null}]}"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "HTTP/1.1 201 Created[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Connection: keep-alive[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Access-Control-Allow-Origin: *[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Accept-Language[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Location: https://5g.labs.b-com.com/nnrf-nfm/v1/nf-instances/02000000-cc86-44cf-aaa3-000000000200[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Content-Type: application/json[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Content-Length: 1423[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Access-Control-Allow-Methods: GET, PUT, POST, PATCH, DELETE, OPTIONS[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "Date: Tue, 11 Aug 2020 14:12:26 GMT[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "[\r][\n]"
2020-08-11 16:12:26,725 DEBUG [org.apache.http.wire] (ServerService Thread Pool -- 2) http-outgoing-0 << "{"nfInstanceId":"02000000-cc86-44cf-aaa3-000000000200","nfType":"AMF","nfStatus":"REGISTERED","heartBeatTimer":200,"plmnList":null,"sNssais":null,"nsiList":null,"fqdn":"5g.labs.b-com.com","interPlmnFqdn":null,"ipv4Addresses":null,"ipv6Addresses":null,"allowedPlmns":null,"allowedNfTypes":null,"allowedNfDomains":null,"allowedNssais":null,"priority":16383,"capacity":16383,"load":0,"locality":"France, Brittany, Cesson-S[0xc3][0xa9]vign[0xc3][0xa9], 1219 avenue Champs Blancs","udrInfo":null,"udmInfo":null,"ausfInfo":null,"amfInfo":null,"smfInfo":null,"upfInfo":null,"pcfInfo":null,"bsfInfo":null,"chfInfo":null,"nrfInfo":null,"customInfo":null,"recoveryTime":"2020-08-11T14:12:26.007Z","nfServicePersistence":null,"nfServices":[{"serviceInstanceId":"601c70fd-faa0-41ce-beeb-9a6615fa23f2","serviceName":"namf-comm","versions":[{"apiVersionInUri":"v1","apiFullVersion":"1.0.0","expiry":"2020-08-11T14:45:45.990Z"}],"scheme":"https","nfServiceStatus":"REGISTERED","fqdn":"5g.labs.b-com.com","interPlmnFqdn":null,"ipEndPoints":null,"apiPrefix":null,"defaultNotificationSubscriptions":null,"allowedPlmns":null,"allowedNfTypes":["NRF","UDM","AMF","SMF","AUSF","NEF","PCF","SMSF","NSSF","UDR","LMF","GMLC","5G_EIR","SEPP","UPF","N3IWF","AF","UDSF","BSF","CHF","NWDAF"],"allowedNfDomains":null,"allowedNssais":null,"priority":null,"capacity":null,"load":null,"recoveryTime":"2020-08-11T14:12:25.990Z","chfServiceInfo":null,"supportedFeatures":null}]}"
2020-08-11 16:12:26,775 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (ServerService Thread Pool -- 2) update(nfProfile) nfInstanceId=02000000-cc86-44cf-aaa3-000000000200
2020-08-11 16:12:26,775 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) createOrUpdate(nfProfile[nfInstanceId]=02000000-cc86-44cf-aaa3-000000000200)
2020-08-11 16:12:26,775 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (ServerService Thread Pool -- 2) get()
2020-08-11 16:12:26,804 INFO [org.wildfly.swarm.opentracing.tracer.deployment.TracerResolverListener] (ServerService Thread Pool -- 2) Skipping the OpenTracing TracerResolver. Your application is expected to set a tracer to GlobalTracer explicitly.
2020-08-11 16:12:26,815 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (EE-ManagedExecutorService-default-Thread-1) NFHeartBeatRunnable(defaultDuration=2000, minDuration=1000, nfProfileService)
2020-08-11 16:12:26,816 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (EE-ManagedExecutorService-default-Thread-1) setHeartBeatTimer(heartBeatTimer=200)
2020-08-11 16:12:26,817 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFRuntimeAttributesServiceProducer] (EE-ManagedExecutorService-default-Thread-1) createNFRuntimeAttributesService()
2020-08-11 16:12:26,818 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.JMXNFRuntimeAttributesService] (EE-ManagedExecutorService-default-Thread-1) DefaultNFInstanceRuntimeAttributesService()
2020-08-11 16:12:26,818 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (EE-ManagedExecutorService-default-Thread-1) setRuntime(nfRuntimeAttributesService)
2020-08-11 16:12:26,818 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (EE-ManagedExecutorService-default-Thread-1) run()
2020-08-11 16:12:26,818 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.api.NFProfileServiceDecorator] (EE-ManagedExecutorService-default-Thread-1) get()
2020-08-11 16:12:26,818 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nfprofile.impl.NFProfileServiceImpl] (EE-ManagedExecutorService-default-Thread-1) get()
2020-08-11 16:12:26,864 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.nrf.nfmanagement.NFHeartBeatRunnable] (EE-ManagedExecutorService-default-Thread-1) round 0 - thread is sleeping for 199954ms (heartBeatTimer=200000ms)...
2020-08-11 16:12:26,938 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 2) Initialized tracer=JaegerTracer(version=Java-0.34.1, serviceName=/namf-comm/v1, reporter=RemoteReporter(sender=HttpSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=vdev-newedge0001.b-com.local, jaeger.version=Java-0.34.1, ip=10.51.0.10}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
2020-08-11 16:12:27,007 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.NFBaseApplication] (ServerService Thread Pool -- 2) NFBaseApplication(schemes=[Ljava.lang.String;@7f71d4f4, resources=[Ljava.lang.Class;@5402ed6d)
2020-08-11 16:12:27,007 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.NFBaseApplication] (ServerService Thread Pool -- 2) getApplicationPath(theApplicationClass=com.bcom.newedge._3gpp._5gc.amf.communication.server.app.CommunicationApplication$Proxy$_$$_WeldClientProxy@6e9cafc)
2020-08-11 16:12:27,007 ERROR [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.NFBaseApplication] (ServerService Thread Pool -- 2) NFBaseApplication(apiVersion, schemes, resources) unable to get applicationPath value
2020-08-11 16:12:27,008 INFO [com.bcom.newedge._3gpp._5gc.amf.communication.server.app.CommunicationApplication] (ServerService Thread Pool -- 2) CommunicationApplication()
2020-08-11 16:12:27,008 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 2) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.bcom.newedge._3gpp._5gc.amf.communication.server.app.CommunicationApplication$Proxy$_$$_WeldClientProxy
2020-08-11 16:12:27,008 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.NFBaseApplication] (ServerService Thread Pool -- 2) NFBaseApplication(schemes=[Ljava.lang.String;@12f1e443, resources=[Ljava.lang.Class;@63d6449d)
2020-08-11 16:12:27,008 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.NFBaseApplication] (ServerService Thread Pool -- 2) getApplicationPath(theApplicationClass=com.bcom.newedge._3gpp._5gc.amf.communication.server.app.CommunicationApplication@20fcb40f)
2020-08-11 16:12:27,008 INFO [com.bcom.newedge._3gpp._5gc.amf.communication.server.app.CommunicationApplication] (ServerService Thread Pool -- 2) CommunicationApplication()
2020-08-11 16:12:27,071 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.providers.multipartrelated.AbstractMultipartRelatedReader] (ServerService Thread Pool -- 2) AbstractMultipartRelatedReader(theType=class com.bcom.newedge._3gpp._5gc.nf.commons.models.MRN1N2MessageTransferReqData, theType=class com.bcom.newedge._3gpp._5gc.nf.commons.models.N1N2MessageTransferReqData)
2020-08-11 16:12:27,071 INFO [com.bcom.newedge._3gpp._5gc.amf.communication.server.jaxrs.providers.MRN1N2MessageTransferReqDataReader] (ServerService Thread Pool -- 2) MRN1N2MessageTransferReqDataReader()
2020-08-11 16:12:27,078 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.param.converters.EnumParamConverterProvider] (ServerService Thread Pool -- 2) EnumParamConverterProvider()
2020-08-11 16:12:27,086 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,086 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NullPointerExceptionMapper] (ServerService Thread Pool -- 2) NullPointerExceptionMapper()
2020-08-11 16:12:27,090 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,090 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.JsonMappingExceptionMapper] (ServerService Thread Pool -- 2) JsonMappingExceptionMapper()
2020-08-11 16:12:27,094 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NFExceptionMapper] (ServerService Thread Pool -- 2) NFExceptionMapper()
2020-08-11 16:12:27,094 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotFoundExceptionMapper] (ServerService Thread Pool -- 2) NotFoundExceptionMapper()
2020-08-11 16:12:27,098 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NFExceptionMapper] (ServerService Thread Pool -- 2) NFExceptionMapper()
2020-08-11 16:12:27,098 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotFoundNFInstanceExceptionMapper] (ServerService Thread Pool -- 2) NotFoundNFInstanceExceptionMapper()
2020-08-11 16:12:27,100 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,100 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.JsonParseExceptionMapper] (ServerService Thread Pool -- 2) JsonParseExceptionMapper()
2020-08-11 16:12:27,102 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,102 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotImplementedRuntimeExceptionMapper] (ServerService Thread Pool -- 2) NotImplementedRuntimeExceptionMapper()
2020-08-11 16:12:27,104 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,104 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.BadRequestRuntimeExceptionMapper] (ServerService Thread Pool -- 2) BadRequestRuntimeExceptionMapper()
2020-08-11 16:12:27,106 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NFExceptionMapper] (ServerService Thread Pool -- 2) NFExceptionMapper()
2020-08-11 16:12:27,106 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NotFoundSubscriptionIDExceptionMapper] (ServerService Thread Pool -- 2) NotFoundSubscriptionIDExceptionMapper()
2020-08-11 16:12:27,110 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,110 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InconsistentQueryParamsExceptionMapper] (ServerService Thread Pool -- 2) InconsistentQueryParamsExceptionMapper()
2020-08-11 16:12:27,115 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,115 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InvalidFormatExceptionMapper] (ServerService Thread Pool -- 2) InvalidFormatExceptionMapper()
2020-08-11 16:12:27,117 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,117 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InvalidQueryParamValueExceptionMapper] (ServerService Thread Pool -- 2) InvalidQueryParamValueExceptionMapper()
2020-08-11 16:12:27,119 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.NFExceptionMapper] (ServerService Thread Pool -- 2) NFExceptionMapper()
2020-08-11 16:12:27,119 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.InstanceAlreadyExistsExceptionMapper] (ServerService Thread Pool -- 2) InstanceAlreadyExistsExceptionMapper()
2020-08-11 16:12:27,121 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,121 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.UnrecognizedPropertyExceptionMapper] (ServerService Thread Pool -- 2) InconsistentQueryParamsExceptionMapper()
2020-08-11 16:12:27,122 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,122 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.ConstraintViolationExceptionMapper] (ServerService Thread Pool -- 2) ConstraintViolationExceptionMapper()
2020-08-11 16:12:27,124 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,124 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.UnsupportedQueryParameterExceptionMapper] (ServerService Thread Pool -- 2) UnsupportedQueryParameterExceptionMapper()
2020-08-11 16:12:27,126 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.AbstractNFExceptionMapper] (ServerService Thread Pool -- 2) AbstractNFExceptionMapper()
2020-08-11 16:12:27,126 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.exceptionmappers.RuntimeExceptionMapper] (ServerService Thread Pool -- 2) RuntimeExceptionMapper()
2020-08-11 16:12:27,147 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.param.converters.EnumParamConverterProvider] (ServerService Thread Pool -- 2) EnumParamConverterProvider()
2020-08-11 16:12:27,158 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.filters.logging.LoggingFilter] (ServerService Thread Pool -- 2) LoggingFilter()
2020-08-11 16:12:27,160 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.filters.cors.CorsFilter] (ServerService Thread Pool -- 2) CorsFilter()
2020-08-11 16:12:27,162 INFO [com.bcom.newedge._3gpp._5gc.nf.commons.jaxrs.filters.logging.LoggingWriterInterceptor] (ServerService Thread Pool -- 2) LoggingWriterInterceptor()
2020-08-11 16:12:27,187 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/' for server 'default-server'
2020-08-11 16:12:27,221 INFO [org.jboss.as.server] (main) WFLYSRV0010: Deployed "5gc-amf-communication-server.war" (runtime-name : "5gc-amf-communication-server.war")
2020-08-11 16:12:27,231 INFO [org.wildfly.swarm] (main) THORN88888:
========================================================================
3GPP 5GC R15.2.0 Namf_Communication service is up and running on port 8280 (http) and port 8643 (https).
Technical specification document http://www.3gpp.org/ftp//Specs/archive/29_series/29.518/29518-f20.zip
Exposed endpoints
-----------------
- Namf_Communication API
{apiRoot}/namf-comm/v1
- OpenAPI
{apiRoot}/namf-comm/v1/openapi
- Health check
{apiRoot}/health
{apiRoot}/health/live
{apiRoot}/health/ready
{apiRoot}/health-ui
- Metrics
{apiRoot}/metrics
{apiRoot}/metrics/application
{apiRoot}/metrics/vendor
Build informations
------------------
version 4.0.0
date 2020-07-16T17:15:31Z
commit 2da9903
A b<>com software (https://b-com.com)
========================================================================
2020-08-11 16:12:27,232 INFO [org.wildfly.swarm] (main) THORN99999: Thorntail is Ready
@tnmtechnologies
Copy link
Author

  • NF registration done during startup
  • NF deregistration done during shutdown

thorntail version 2.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment