9***@qq.com
9***@qq.com
  • 发布:2021-09-03 17:16
  • 更新:2021-09-03 17:16
  • 阅读:289

测试biaoti

分类:ASK社区

Started by user admin
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on node2 in /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (DownloadCode)
[Pipeline] checkout
using credential test
Fetching changes from the remote Git repository
Cleaning workspace

/usr/bin/git rev-parse --is-inside-work-tree # timeout=10
/usr/bin/git config remote.origin.url ssh://git@code.paic.com.cn:8006/git/mizar_cloud.git # timeout=10
/usr/bin/git rev-parse --verify HEAD # timeout=10
Resetting working tree
/usr/bin/git reset --hard # timeout=10
/usr/bin/git clean -fdx # timeout=10
Fetching upstream changes from ssh://git@code.paic.com.cn:8006/git/mizar_cloud.git
/usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials
/usr/bin/git fetch --tags --progress ssh://git@code.paic.com.cn:8006/git/mizar_cloud.git +refs/heads/:refs/remotes/origin/ # timeout=10
Checking out Revision 7e358cb5e98a8037abf767b12b9a56516f336d17 (origin/master)
Commit message: "FLS-CRM#11030 数据源接入"
/usr/bin/git rev-parse origin/master^{commit} # timeout=10
/usr/bin/git config core.sparsecheckout # timeout=10
/usr/bin/git checkout -f 7e358cb5e98a8037abf767b12b9a56516f336d17 # timeout=10
/usr/bin/git rev-list --no-walk 7e358cb5e98a8037abf767b12b9a56516f336d17 # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh

  • cd code
  • git rev-parse HEAD
  • cut -c 1-8
    [Pipeline] sh
  • echo 7e358cb5
    7e358cb5
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] stage
    [Pipeline] { (MavenBuild)
    [Pipeline] sh
  • cd code
  • mvn clean package -DskipTests=true
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.pingan.mizar.cloud:mizar-cloud-demo:jar:1.0-SNAPSHOT
    [WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 61, column 21
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.pingan.mizar.cloud:mizar-cloud-support-redis:jar:1.0-SNAPSHOT
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 47, column 21
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Build Order:
    [INFO]
    [INFO] pafa-cloud-dependencies [pom]
    [INFO] mizar-cloud-parent [pom]
    [INFO] mizar-cloud-core [jar]
    [INFO] mizar-cloud-support-config [jar]
    [INFO] mizar-cloud-support-redis [jar]
    [INFO] mizar-cloud-support-db [jar]
    [INFO] mizar-cloud-log [jar]
    [INFO] mizar-cloud-demo [jar]
    [INFO] mizar-cloud-messages [jar]
    [INFO]
    [INFO] ----------< com.pingan.mizar.cloud:mizar-cloud-dependencies >-----------
    [INFO] Building pafa-cloud-dependencies 1.10.0.RELEASE [1/9]
    [INFO] --------------------------------[ pom ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-dependencies ---
    [INFO]
    [INFO] -----------< com.pingan.mizar.cloud:com.pingan.mizar.cloud >------------
    [INFO] Building mizar-cloud-parent 1.0-SNAPSHOT [2/9]
    [INFO] --------------------------------[ pom ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.pingan.mizar.cloud ---
    [INFO]
    [INFO] --------------< com.pingan.mizar.cloud:mizar-cloud-core >---------------
    [INFO] Building mizar-cloud-core 1.0-SNAPSHOT [3/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-core ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-core ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-core ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 26 source files to /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-core/target/classes
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-core ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-core/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-core ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-core ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-core ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-core/target/mizar-cloud-core.jar
    [INFO]
    [INFO] ---------< com.pingan.mizar.cloud:mizar-cloud-support-config >----------
    [INFO] Building mizar-cloud-support-config 1.0-SNAPSHOT [4/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-support-config ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-support-config ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-support-config ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-support-config ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-config/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-support-config ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-support-config ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-support-config ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-config/target/mizar-cloud-demo.jar
    [INFO]
    [INFO] ----------< com.pingan.mizar.cloud:mizar-cloud-support-redis >----------
    [INFO] Building mizar-cloud-support-redis 1.0-SNAPSHOT [5/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-support-redis ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-support-redis ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-support-redis ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 9 source files to /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/target/classes
    [INFO] /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/src/main/java/com/pingan/mizar/cloud/redis/listener/ListenerRegister.java: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/src/main/java/com/pingan/mizar/cloud/redis/listener/ListenerRegister.java uses unchecked or unsafe operations.
    [INFO] /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/src/main/java/com/pingan/mizar/cloud/redis/listener/ListenerRegister.java: Recompile with -Xlint:unchecked for details.
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-support-redis ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-support-redis ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-support-redis ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-support-redis ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-redis/target/mizar-cloud-demo.jar
    [INFO]
    [INFO] -----------< com.pingan.mizar.cloud:mizar-cloud-support-db >------------
    [INFO] Building mizar-cloud-support-db 1.0-SNAPSHOT [6/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-support-db ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-support-db ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-support-db ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 11 source files to /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-db/target/classes
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-support-db ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-db/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-support-db ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-support-db ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-support-db ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-support-db/target/mizar-cloud-demo.jar
    [INFO]
    [INFO] ---------------< com.pingan.mizar.cloud:mizar-cloud-log >---------------
    [INFO] Building mizar-cloud-log 1.0-SNAPSHOT [7/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-log ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-log ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-log/src/main/java
    [INFO] Copying 1 resource
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-log ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-log ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-log/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-log ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-log ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-log ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-log/target/mizar-cloud-demo.jar
    [INFO]
    [INFO] --------------< com.pingan.mizar.cloud:mizar-cloud-demo >---------------
    [INFO] Building mizar-cloud-demo 1.0-SNAPSHOT [8/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-demo ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-demo ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 2 resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-demo ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 8 source files to /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-demo/target/classes
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-demo ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-demo/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-demo ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-demo ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-demo ---
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-demo/target/mizar-cloud-demo.jar
    [INFO]
    [INFO] --- spring-boot-maven-plugin:2.3.11.RELEASE:repackage (default) @ mizar-cloud-demo ---
    [INFO] Replacing main artifact with repackaged archive
    [INFO]
    [INFO] ------------< com.pingan.mizar.cloud:mizar-cloud-messages >-------------
    [INFO] Building mizar-cloud-messages 1.0-SNAPSHOT [9/9]
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mizar-cloud-messages ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mizar-cloud-messages ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-messages/src/main/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ mizar-cloud-messages ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mizar-cloud-messages ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-messages/src/test/resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ mizar-cloud-messages ---
    [INFO] No sources to compile
    [INFO]
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ mizar-cloud-messages ---
    [INFO] Tests are skipped.
    [INFO]
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mizar-cloud-messages ---
    [WARNING] JAR will be empty - no content was marked for inclusion!
    [INFO] Building jar: /data/jenkins/workspace/FLS-CRM-DEV_crm-mizar-demo/code/mizar-cloud-messages/target/mizar-cloud-demo.jar
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] pafa-cloud-dependencies 1.10.0.RELEASE ............. SUCCESS [ 0.113 s]
    [INFO] mizar-cloud-parent 1.0-SNAPSHOT .................... SUCCESS [ 0.004 s]
    [INFO] mizar-cloud-core 1.0-SNAPSHOT ...................... SUCCESS [ 2.916 s]
    [INFO] mizar-cloud-support-config 1.0-SNAPSHOT ............ SUCCESS [ 0.134 s]
    [INFO] mizar-cloud-support-redis 1.0-SNAPSHOT ............. SUCCESS [ 1.030 s]
    [INFO] mizar-cloud-support-db 1.0-SNAPSHOT ................ SUCCESS [ 0.955 s]
    [INFO] mizar-cloud-log 1.0-SNAPSHOT ....................... SUCCESS [ 0.052 s]
    [INFO] mizar-cloud-demo 1.0-SNAPSHOT ...................... SUCCESS [ 1.596 s]
    [INFO] mizar-cloud-messages 1.0-SNAPSHOT .................. SUCCESS [ 0.052 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 7.390 s
    [INFO] Finished at: 2021-06-21T18:02:49+08:00
    [INFO] ------------------------------------------------------------------------
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] stage
    [Pipeline] { (Environment Init)
    [Pipeline] sh
  • echo $'\345\210\235\345\247\213\345\214\226\347\216\257\345\242\203'
    初始化环境
    [Pipeline] sh
  • /bin/cp -rf /data/pipelinebuild/crm-mizar-demo/k8s_dev.yaml ./17.yaml
    [Pipeline] sh
  • /bin/cp -rf /data/pipelinebuild/crm-mizar-demo/Dockerfile_dev ./Dockerfile
    [Pipeline] script
    [Pipeline] {
    [Pipeline] echo
    deploy dev1
    [Pipeline] echo
    appdenv is STG
    [Pipeline] echo
    appdenvcluster is default
    [Pipeline] echo
    images is hub.yun.paic.com.cn/crmstg/crm-mizar-demo:7e358cb5
    [Pipeline] sh
  • sed -i s#PACKAGE_PATH#mizar-cloud-demo/target/mizar-cloud-demo.jar# Dockerfile
    [Pipeline] sh
  • sed -i s/APP_PORT/30113/ 17.yaml
    [Pipeline] sh
  • sed -i s/PROJECT_NS/FLS-IVS-SERVICE-SPRINGBOOT-APP-GATEWAY3/ 17.yaml
    [Pipeline] sh
  • sed -i s/NAMESPACESTG/fls-crm/ 17.yaml
    [Pipeline] sh
  • sed -i s/TemplateProject/crm-mizar-demo-dev1/ 17.yaml
    [Pipeline] sh
  • sed -i s/NodeSelector/cx/ 17.yaml
    [Pipeline] sh
  • sed -i s#ProjectImage#hub.yun.paic.com.cn/crmstg/crm-mizar-demo:7e358cb5# 17.yaml
    [Pipeline] sh
  • sed -i s#Logdir#/data/logs/dev1# 17.yaml
    [Pipeline] sh
  • sed -i s/REP/1/ 17.yaml
    [Pipeline] sh
  • sed -i s/ENV/dev1/ 17.yaml
    [Pipeline] sh
  • sed -i s/appdenv/STG/ 17.yaml
    [Pipeline] sh
  • sed -i s/appcenv/default/ 17.yaml
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] script
    [Pipeline] {
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] script
    [Pipeline] {
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] script
    [Pipeline] {
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] script
    [Pipeline] {
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] stage
    [Pipeline] { (Build Image)
    [Pipeline] script
    [Pipeline] {
    [Pipeline] echo
    build image
    [Pipeline] sh
  • docker build -t hub.yun.paic.com.cn/crmstg/crm-mizar-demo:7e358cb5 .
    Sending build context to Docker daemon 69.64MB

Step 1/6 : FROM hub.yun.paic.com.cn/wzlstg/pazl-esign-server:base
---> ffaa932acd68
Step 2/6 : MAINTAINER by mahaojun
---> Using cache
---> 610ede0ad03d
Step 3/6 : RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
---> Using cache
---> b5a4b4e9d032
Step 4/6 : COPY code/mizar-cloud-demo/target/mizar-cloud-demo.jar /wls/wls81/app/app.jar
---> a76070d0164c
Step 5/6 : WORKDIR /wls/wls81
---> Running in 1dfc4dc01947
Removing intermediate container 1dfc4dc01947
---> d80ced827b1b
Step 6/6 : CMD ["/run.sh"]
---> Running in f5cb05b6ca73
Removing intermediate container f5cb05b6ca73
---> cccb06c0777f
Successfully built cccb06c0777f
Successfully tagged hub.yun.paic.com.cn/crmstg/crm-mizar-demo:7e358cb5
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push Image)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
push image
[Pipeline] sh

  • docker push hub.yun.paic.com.cn/crmstg/crm-mizar-demo:7e358cb5
    The push refers to repository [hub.yun.paic.com.cn/crmstg/crm-mizar-demo]
    7ccd071ffd4c: Preparing
    551c98fd9c1b: Preparing
    2f82a0c64dd1: Preparing
    7ec1e9cc8c16: Preparing
    c2f0be5dfcec: Preparing
    ec0b9136b9ff: Preparing
    d608045dfcca: Preparing
    2ccf967b3f2a: Preparing
    a1ce7c1975a6: Preparing
    ec3aa562dc88: Preparing
    479c111db1ea: Preparing
    5f70bf18a086: Preparing
    5f70bf18a086: Preparing
    5f70bf18a086: Preparing
    5f70bf18a086: Preparing
    dc44cf6f74b6: Preparing
    5f70bf18a086: Preparing
    ec3aa562dc88: Waiting
    d608045dfcca: Waiting
    dc44cf6f74b6: Waiting
    479c111db1ea: Waiting
    5f70bf18a086: Waiting
    2ccf967b3f2a: Waiting
    a1ce7c1975a6: Waiting
    c2f0be5dfcec: Mounted from wzlstg/pazl-sf-gw
    7ec1e9cc8c16: Mounted from wzlstg/pazl-sf-gw
    551c98fd9c1b: Mounted from mdpstg/fls-mdp-wechat-admin
    2f82a0c64dd1: Mounted from wzlstg/pazl-sf-gw
    2ccf967b3f2a: Layer already exists
    d608045dfcca: Layer already exists
    a1ce7c1975a6: Layer already exists
    ec3aa562dc88: Layer already exists
    479c111db1ea: Layer already exists
    5f70bf18a086: Layer already exists
    dc44cf6f74b6: Layer already exists
    ec0b9136b9ff: Mounted from wzlstg/pazl-sf-gw
    7ccd071ffd4c: Pushed
    7e358cb5: digest: sha256:214afae6d18434f503c96a3925fc4fb28cf892dd7c7c9b67e36abb6ab9fa042f size: 3866
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] stage
    [Pipeline] { (Deploy)
    [Pipeline] script
    [Pipeline] {
    [Pipeline] sh
  • echo Deploy
    Deploy
    [Pipeline] sh
  • kubectl config use-context kubernetes-admin@kubernetes
    Switched to context "kubernetes-admin@kubernetes".
    [Pipeline] sh
  • kubectl apply -f 17.yaml --record
    deployment.extensions/crm-mizar-demo-dev1 configured
    service/crm-mizar-demo-dev1-service configured
    [Pipeline] }
    [Pipeline] // script
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] stage
    [Pipeline] { (Pod Check)
    [Pipeline] sleep
    Sleeping for 30 sec
    [Pipeline] script
    [Pipeline] {
    [Pipeline] echo
    检查部署pod状态
    [Pipeline] sh
  • /data/pipelinebuild/devops-script/pod_status.sh
    crm-mizar-demo-dev1
    fls-crm
    1
    FLS-CRM-DEV_crm-mizar-demo
    sleep 10
    Running
    Running
    Running
    sleep 90
    the application successfully deployed

    crm-mizar-demo-dev1-79bc9ff88-22cqt 1/1 Running 0 94s 30.123.18.252 30.123.18.252 <none> <none>

    启动日志如下
    2021-06-21 18:04:59 INFO Loading TraceMetadataProviders
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider name:com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider@567d299b
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider name:com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider@574caa3f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider name:com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider@6c629d6e
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider name:com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider@27abe2cd
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider name:com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider@51016012
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider name:com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider@1517365b
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider@60215eee
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider name:com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider@61baa894
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider name:com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider@490d6c15
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider name:com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider@5479e3f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider name:com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider@7bfcd12c
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider name:com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider@5b1d2887
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider name:com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider@18e8568
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider name:com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider@270421f5
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider name:com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider@18ef96
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider name:com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider@6aceb1a5
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider name:com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider@12bc6874
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider name:com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider@1ef7fe8e
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider name:com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider@5d3411d
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider name:com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider@6979e8cb
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider name:com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider@2be94b0f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jsp.JspTypeProvider name:com.navercorp.pinpoint.plugin.jsp.JspTypeProvider@50675690
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider@47d384ee
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider name:com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider@3930015a
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider@224aed64
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider name:com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider@2ac1fdc4
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider@50cbc42f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider name:com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider@13b6d03
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider name:com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider@64c64813
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider name:com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider@21a06946
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider@25618e91
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider name:com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider@2cfb4a64
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.redis.RedisTypeProvider name:com.navercorp.pinpoint.plugin.redis.RedisTypeProvider@2fc14f68
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider name:com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider@61443d8f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider name:com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider@233c0b17
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider@33a10788
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider@47fd17e3
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider name:com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider@17d99928
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider name:com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider@6fffcba5
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider name:com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider@2b80d80f
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.user.UserTypeProvider name:com.navercorp.pinpoint.plugin.user.UserTypeProvider@7907ec20
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider name:com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider@546a03af
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider name:com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider@6ea6d14e
    2021-06-21 18:04:59 INFO Loading TraceMetadataProvider: com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider name:com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider@725bef66
    2021-06-21 18:04:59 INFO Finished loading ServiceType:
    2021-06-21 18:04:59 INFO TOMCAT(1010) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
    2021-06-21 18:04:59 INFO TOMCAT_METHOD(1011) from com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider
    2021-06-21 18:04:59 INFO JETTY(1030) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
    2021-06-21 18:04:59 INFO JETTY_METHOD(1031) from com.navercorp.pinpoint.plugin.jetty.JettyTypeProvider
    2021-06-21 18:04:59 INFO JBOSS(1040) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
    2021-06-21 18:04:59 INFO JBOSS_METHOD(1041) from com.navercorp.pinpoint.plugin.jboss.JbossTypeProvider
    2021-06-21 18:04:59 INFO VERTX(1050) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO VERTX_INTERNAL(1051) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO VERTX_HTTP_SERVER(1052) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO VERTX_HTTP_SERVER_INTERNAL(1053) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO WEBSPHERE(1060) from com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider
    2021-06-21 18:04:59 INFO WEBSPHERE_METHOD(1061) from com.navercorp.pinpoint.plugin.websphere.WebsphereTypeProvider
    2021-06-21 18:04:59 INFO THRIFT_SERVER(1100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO THRIFT_SERVER_INTERNAL(1101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO DUBBO_PROVIDER(1110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
    2021-06-21 18:04:59 INFO RESIN(1200) from com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider
    2021-06-21 18:04:59 INFO RESIN_METHOD(1201) from com.navercorp.pinpoint.plugin.resin.ResinTraceMetadataProvider
    2021-06-21 18:04:59 INFO SPRING_BOOT(1210) from com.navercorp.pinpoint.plugin.spring.boot.SpringBootTraceMetadataProvider
    2021-06-21 18:04:59 INFO SAMPLE_SERVER(1900) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO WEBLOGIC(1989) from com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider
    2021-06-21 18:04:59 INFO WEBLOGIC_METHOD(1992) from com.navercorp.pinpoint.plugin.weblogic.WeblogicTypeProvider
    2021-06-21 18:04:59 INFO MYSQL(2100) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
    2021-06-21 18:04:59 INFO MYSQL_EXECUTE_QUERY(2101) from com.navercorp.pinpoint.plugin.jdbc.mysql.MySqlTypeProvider
    2021-06-21 18:04:59 INFO MARIADB(2150) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
    2021-06-21 18:04:59 INFO MARIADB_EXECUTE_QUERY(2151) from com.navercorp.pinpoint.plugin.jdbc.mariadb.MariaDBTypeProvider
    2021-06-21 18:04:59 INFO MSSQL(2200) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
    2021-06-21 18:04:59 INFO MSSQL_EXECUTE_QUERY(2201) from com.navercorp.pinpoint.plugin.jdbc.jtds.JtdsTypeProvider
    2021-06-21 18:04:59 INFO ORACLE(2300) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
    2021-06-21 18:04:59 INFO ORACLE_EXECUTE_QUERY(2301) from com.navercorp.pinpoint.plugin.jdbc.oracle.OracleTypeProvider
    2021-06-21 18:04:59 INFO CUBRID(2400) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
    2021-06-21 18:04:59 INFO CUBRID_EXECUTE_QUERY(2401) from com.navercorp.pinpoint.plugin.jdbc.cubrid.CubridTypeProvider
    2021-06-21 18:04:59 INFO POSTGRESQL(2500) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
    2021-06-21 18:04:59 INFO POSTGRESQL_EXECUTE_QUERY(2501) from com.navercorp.pinpoint.plugin.jdbc.postgresql.PostgreSqlTypeProvider
    2021-06-21 18:04:59 INFO CASSANDRA(2600) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
    2021-06-21 18:04:59 INFO CASSANDRA_EXECUTE_QUERY(2601) from com.navercorp.pinpoint.plugin.cassandra.CassandraTypeProvider
    2021-06-21 18:04:59 INFO JSP(5005) from com.navercorp.pinpoint.plugin.jsp.JspTypeProvider
    2021-06-21 18:04:59 INFO GSON(5010) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider
    2021-06-21 18:04:59 INFO JACKSON(5011) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider
    2021-06-21 18:04:59 INFO JSON-LIB(5012) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider
    2021-06-21 18:04:59 INFO SPRING_MVC(5051) from com.navercorp.pinpoint.plugin.spring.web.SpringWebMvcTraceMetadataProvider
    2021-06-21 18:04:59 INFO SPRING_BEAN(5071) from com.navercorp.pinpoint.plugin.spring.beans.SpringBeansTraceMetadataProvider
    2021-06-21 18:04:59 INFO IBATIS(5500) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider
    2021-06-21 18:04:59 INFO IBATIS_SPRING(5501) from com.navercorp.pinpoint.plugin.ibatis.IBatisMetadataProvider
    2021-06-21 18:04:59 INFO MYBATIS(5510) from com.navercorp.pinpoint.plugin.mybatis.MyBatisMetadataProvider
    2021-06-21 18:04:59 INFO DBCP(6050) from com.navercorp.pinpoint.plugin.commons.dbcp.CommonsDbcpMetadataProvider
    2021-06-21 18:04:59 INFO DBCP2(6052) from com.navercorp.pinpoint.plugin.commons.dbcp2.CommonsDbcp2MetadataProvider
    2021-06-21 18:04:59 INFO HIKARICP(6060) from com.navercorp.pinpoint.plugin.hikaricp.HikariCpMetadataProvider
    2021-06-21 18:04:59 INFO PluginExample(7500) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO MEMCACHED(8050) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider
    2021-06-21 18:04:59 INFO MEMCACHED_FUTURE_GET(8051) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider
    2021-06-21 18:04:59 INFO ARCUS(8100) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider
    2021-06-21 18:04:59 INFO ARCUS_FUTURE_GET(8101) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider
    2021-06-21 18:04:59 INFO ARCUS_EHCACHE_FUTURE_GET(8102) from com.navercorp.pinpoint.plugin.arcus.ArcusTypeProvider
    2021-06-21 18:04:59 INFO REDIS(8200) from com.navercorp.pinpoint.plugin.redis.RedisTypeProvider
    2021-06-21 18:04:59 INFO ACTIVEMQ_CLIENT(8310) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider
    2021-06-21 18:04:59 INFO ACTIVEMQ_CLIENT_INTERNAL(8311) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider
    2021-06-21 18:04:59 INFO KAFKA_CLIENT(8660) from com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider
    2021-06-21 18:04:59 INFO KAFKA_CLIENT_INTERNAL(8661) from com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider
    2021-06-21 18:04:59 INFO HTTP_CLIENT_3(9050) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider
    2021-06-21 18:04:59 INFO HTTP_CLIENT_3_INTERNAL(9051) from com.navercorp.pinpoint.plugin.httpclient3.HttpClient3TypeProvider
    2021-06-21 18:04:59 INFO HTTP_CLIENT_4(9052) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider
    2021-06-21 18:04:59 INFO HTTP_CLIENT_4_INTERNAL(9053) from com.navercorp.pinpoint.plugin.httpclient4.HttpClient4TypeProvider
    2021-06-21 18:04:59 INFO GOOGLE_HTTP_CLIENT_INTERNAL(9054) from com.navercorp.pinpoint.plugin.google.httpclient.HttpClientTypeProvider
    2021-06-21 18:04:59 INFO JDK_HTTPURLCONNECTOR(9055) from com.navercorp.pinpoint.plugin.jdk.http.JdkHttpTypeProvider
    2021-06-21 18:04:59 INFO ASYNC_HTTP_CLIENT(9056) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider
    2021-06-21 18:04:59 INFO ASYNC_HTTP_CLIENT_INTERNAL(9057) from com.navercorp.pinpoint.plugin.ning.asynchttpclient.NingAsyncHttpClientMetadataProvider
    2021-06-21 18:04:59 INFO OK_HTTP_CLIENT(9058) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider
    2021-06-21 18:04:59 INFO OK_HTTP_CLIENT_INTERNAL(9059) from com.navercorp.pinpoint.plugin.okhttp.OkHttpTypeProvider
    2021-06-21 18:04:59 INFO CXF_CLIENT(9080) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider
    2021-06-21 18:04:59 INFO THRIFT_CLIENT(9100) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO THRIFT_CLIENT_INTERNAL(9101) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO DUBBO_CONSUMER(9110) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
    2021-06-21 18:04:59 INFO HYSTRIX_COMMAND(9120) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider
    2021-06-21 18:04:59 INFO HYSTRIX_COMMAND_INTERNAL(9121) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider
    2021-06-21 18:04:59 INFO VERTX_HTTP_CLIENT(9130) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO VERTX_HTTP_CLIENT_INTERNAL(9131) from com.navercorp.pinpoint.plugin.vertx.VertxTypeProvider
    2021-06-21 18:04:59 INFO REST_TEMPLATE(9140) from com.navercorp.pinpoint.plugin.resttemplate.RestTemplateMetadataProvider
    2021-06-21 18:04:59 INFO NETTY(9150) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider
    2021-06-21 18:04:59 INFO NETTY_INTERNAL(9151) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider
    2021-06-21 18:04:59 INFO NETTY_HTTP(9152) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider
    2021-06-21 18:04:59 INFO SAMPLE_CLIENT(9901) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO Finished loading AnnotationKeys:
    2021-06-21 18:04:59 INFO thrift.url(80) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO thrift.args(81) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO thrift.result(82) from com.navercorp.pinpoint.plugin.thrift.ThriftTypeProvider
    2021-06-21 18:04:59 INFO dubbo.args(90) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
    2021-06-21 18:04:59 INFO dubbo.result(91) from com.navercorp.pinpoint.plugin.dubbo.DubboTraceMetadataProvider
    2021-06-21 18:04:59 INFO activemq.broker.address(101) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider
    2021-06-21 18:04:59 INFO activemq.message(102) from com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientTraceMetadataProvider
    2021-06-21 18:04:59 INFO hystrix.command(110) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider
    2021-06-21 18:04:59 INFO hystrix.command.execution(111) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider
    2021-06-21 18:04:59 INFO hystrix.command.fallback.cause(112) from com.navercorp.pinpoint.plugin.hystrix.HystrixTraceMetadataProvider
    2021-06-21 18:04:59 INFO netty.address(120) from com.navercorp.pinpoint.plugin.netty.NettyMetadataProvider
    2021-06-21 18:04:59 INFO kafka.topic(140) from com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider
    2021-06-21 18:04:59 INFO kafka.partition(141) from com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider
    2021-06-21 18:04:59 INFO kafka.offset(142) from com.navercorp.pinpoint.plugin.kafka.KafkaMetadataProvider
    2021-06-21 18:04:59 INFO cxf.operation(200) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider
    2021-06-21 18:04:59 INFO cxf.args(201) from com.navercorp.pinpoint.plugin.cxf.CxfPluginTraceMetadataProvider
    2021-06-21 18:04:59 INFO MY_ARGUMENT(995) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO MY_PROCEDURE(996) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO MY_RESULT(997) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO MyValue(998) from com.navercorp.pinpoint.plugin.asynchronous.AsynchronousTraceMetadataProvider
    2021-06-21 18:04:59 INFO gson.json.length(9000) from com.navercorp.pinpoint.plugin.gson.GsonMetadataProvider
    2021-06-21 18:04:59 INFO jackson.json.length(9001) from com.navercorp.pinpoint.plugin.jackson.JacksonTypeProvider
    2021-06-21 18:04:59 INFO json-lib.json.length(9002) from com.navercorp.pinpoint.plugin.json_lib.JsonLibTypeProvider
    2021-06-21 18:04:59 INFO add Default ServiceType:UNDEFINED
    2021-06-21 18:04:59 INFO add Default ServiceType:UNKNOWN
    2021-06-21 18:04:59 INFO add Default ServiceType:USER
    2021-06-21 18:04:59 INFO add Default ServiceType:UNKNOWN_GROUP
    2021-06-21 18:04:59 INFO add Default ServiceType:TEST
    2021-06-21 18:04:59 INFO add Default ServiceType:COLLECTOR
    2021-06-21 18:04:59 INFO add Default ServiceType:ASYNC
    2021-06-21 18:04:59 INFO add Default ServiceType:STAND_ALONE
    2021-06-21 18:04:59 INFO add Default ServiceType:TEST_STAND_ALONE
    2021-06-21 18:04:59 INFO add Default ServiceType:UNAUTHORIZED
    2021-06-21 18:04:59 INFO add Default ServiceType:UNKNOWN_DB
    2021-06-21 18:04:59 INFO add Default ServiceType:UNKNOWN_DB
    2021-06-21 18:04:59 INFO add Default ServiceType:INTERNAL_METHOD
    2021-06-21 18:04:59 INFO add Default ServiceType:SPRING
    2021-06-21 18:04:59 INFO add Default ServiceType:SPRING
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ACTIVEMQ_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ACTIVE_MQ_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ARCUS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ARCUS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ARCUS-EHCACHE
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MEMCACHED
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MEMCACHED
    2021-06-21 18:04:59 INFO add Plugin ServiceType:PluginExample
    2021-06-21 18:04:59 INFO add Plugin ServiceType:SAMPLE_SERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:SAMPLE_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:CASSANDRA
    2021-06-21 18:04:59 INFO add Plugin ServiceType:CASSANDRA
    2021-06-21 18:04:59 INFO add Plugin ServiceType:DBCP
    2021-06-21 18:04:59 INFO add Plugin ServiceType:DBCP2
    2021-06-21 18:04:59 INFO add Plugin ServiceType:CUBRID
    2021-06-21 18:04:59 INFO add Plugin ServiceType:CUBRID
    2021-06-21 18:04:59 INFO add Plugin ServiceType:CXF_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:DUBBO_PROVIDER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:DUBBO_CONSUMER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:GOOGLE_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:GSON
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HIKARICP
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HTTP_CLIENT_3
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HTTP_CLIENT_3
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HTTP_CLIENT_4
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HTTP_CLIENT_4
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HYSTRIX_COMMAND
    2021-06-21 18:04:59 INFO add Plugin ServiceType:HYSTRIX_COMMAND
    2021-06-21 18:04:59 INFO add Plugin ServiceType:IBATIS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:IBATIS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JACKSON
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JBOSS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JBOSS_METHOD
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JDK_HTTPCONNECTOR
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JETTY
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JETTY_METHOD
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JSON-LIB
    2021-06-21 18:04:59 INFO add Plugin ServiceType:JSP
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MSSQLSERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MSSQLSERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:KAFKA_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:KAFKA_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MARIADB
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MARIADB
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MYBATIS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MYSQL
    2021-06-21 18:04:59 INFO add Plugin ServiceType:MYSQL
    2021-06-21 18:04:59 INFO add Plugin ServiceType:NETTY
    2021-06-21 18:04:59 INFO add Plugin ServiceType:NETTY_INTERNAL
    2021-06-21 18:04:59 INFO add Plugin ServiceType:NETTY_HTTP
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ASYNC_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:OK_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:OK_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ORACLE
    2021-06-21 18:04:59 INFO add Plugin ServiceType:ORACLE
    2021-06-21 18:04:59 INFO add Plugin ServiceType:POSTGRESQL
    2021-06-21 18:04:59 INFO add Plugin ServiceType:POSTGRESQL
    2021-06-21 18:04:59 INFO add Plugin ServiceType:REDIS
    2021-06-21 18:04:59 INFO add Plugin ServiceType:RESIN
    2021-06-21 18:04:59 INFO add Plugin ServiceType:RESIN_METHOD
    2021-06-21 18:04:59 INFO add Plugin ServiceType:REST_TEMPLATE
    2021-06-21 18:04:59 INFO add Plugin ServiceType:SPRING_BOOT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:SPRING_BEAN
    2021-06-21 18:04:59 INFO add Plugin ServiceType:SPRING
    2021-06-21 18:04:59 INFO add Plugin ServiceType:THRIFT_SERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:THRIFT_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:THRIFT_SERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:THRIFT_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:TOMCAT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:TOMCAT_METHOD
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX_HTTP_SERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX_HTTP_SERVER
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:VERTX_HTTP_CLIENT
    2021-06-21 18:04:59 INFO add Plugin ServiceType:WEBLOGIC
    2021-06-21 18:04:59 INFO add Plugin ServiceType:WEBLOGIC_METHOD
    2021-06-21 18:04:59 INFO add Plugin ServiceType:WEBSPHERE
    2021-06-21 18:04:59 INFO add Plugin ServiceType:WEBSPHERE_METHOD
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=12, name='API}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=13, name='API-METADATA}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=14, name='RETURN_DATA}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10015, name='API-TAG}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10000010, name='API-METADATA-ERROR}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10000011, name='API-METADATA-AGENT-INFO-NOT-FOUND}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10000012, name='API-METADATA-IDENTIFIER-CHECK_ERROR}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10000013, name='API-METADATA-NOT-FOUND}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=10000014, name='API-METADATA-DID-COLLSION}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=20, name='SQL-ID}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=21, name='SQL}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=22, name='SQL-METADATA}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=23, name='SQL-PARAM}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=24, name='SQL-BindValue}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=30, name='STRING_ID}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=40, name='http.url}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=41, name='http.param}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=42, name='http.entity}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=45, name='http.cookie}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=46, name='http.status.code}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=48, name='http.internal.display}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=49, name='http.io}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=100, name='message.queue.url}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-1, name='args[0]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-2, name='args[1]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-3, name='args[2]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-4, name='args[3]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-5, name='args[4]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-6, name='args[5]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-7, name='args[6]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-8, name='args[7]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-9, name='args[8]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-10, name='args[9]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-11, name='args[N]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-30, name='cached_args[0]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-31, name='cached_args[1]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-32, name='cached_args[2]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-33, name='cached_args[3]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-34, name='cached_args[4]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-35, name='cached_args[5]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-36, name='cached_args[6]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-37, name='cached_args[7]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-38, name='cached_args[8]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-39, name='cached_args[9]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-40, name='cached_args[N]}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-50, name='Exception}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-51, name='ExceptionClass}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-9999, name='UNKNOWN}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=-100, name='Asynchronous Invocation}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=300, name='PROXY_HTTP_HEADER}
    2021-06-21 18:04:59 INFO add Default AnnotationKey:AnnotationKey{code=310, name='redis.io}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=101, name='activemq.broker.address}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=102, name='activemq.message}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=998, name='MyValue}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=996, name='MY_PROCEDURE}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=995, name='MY_ARGUMENT}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=997, name='MY_RESULT}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=200, name='cxf.operation}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=201, name='cxf.args}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=90, name='dubbo.args}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=91, name='dubbo.result}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=9000, name='gson.json.length}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=110, name='hystrix.command}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=111, name='hystrix.command.execution}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=112, name='hystrix.command.fallback.cause}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=9001, name='jackson.json.length}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=9002, name='json-lib.json.length}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=140, name='kafka.topic}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=141, name='kafka.partition}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=142, name='kafka.offset}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=120, name='netty.address}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=80, name='thrift.url}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=81, name='thrift.args}
    2021-06-21 18:04:59 INFO add Plugin AnnotationKey:AnnotationKey{code=82, name='thrift.result}
    2021-06-21 18:04:59 INFO profiler.enable=true
    2021-06-21 18:04:59 INFO profiler.instrument.engine=ASM
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.enable=true
    2021-06-21 18:04:59 INFO profiler.dynamicConfig.enable=false
    2021-06-21 18:04:59 INFO profiler.dynamicConfig.url=http://127.0.0.1:8080/pinpoint-config/v1/agentConfig
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.interface.cache.size=4
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.interface.cache.entry.size=16
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.annotation.cache.size=4
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.annotation.cache.entry.size=4
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.super.cache.size=4
    2021-06-21 18:04:59 INFO profiler.instrument.matcher.super.cache.entry.size=4
    2021-06-21 18:04:59 INFO profiler.interceptorregistry.size=8192
    2021-06-21 18:04:59 INFO profiler.collector.span.ip=10.47.161.66
    2021-06-21 18:04:59 INFO profiler.collector.span.port=9996
    2021-06-21 18:04:59 INFO profiler.collector.stat.ip=10.47.161.66
    2021-06-21 18:04:59 INFO profiler.collector.stat.port=9995
    2021-06-21 18:04:59 INFO profiler.collector.tcp.ip=10.47.161.66
    2021-06-21 18:04:59 INFO profiler.collector.tcp.port=9994
    2021-06-21 18:04:59 INFO profiler.spandatasender.write.queue.size=5120
    2021-06-21 18:04:59 INFO profiler.spandatasender.socket.sendbuffersize=1048576
    2021-06-21 18:04:59 INFO profiler.spandatasender.socket.timeout=3000
    2021-06-21 18:04:59 INFO profiler.spandatasender.chunk.size=16384
    2021-06-21 18:04:59 INFO profiler.spandatasender.socket.type=OIO
    2021-06-21 18:04:59 INFO profiler.spandatasender.transport.type=UDP
    2021-06-21 18:04:59 INFO profiler.statdatasender.write.queue.size=5120
    2021-06-21 18:04:59 INFO profiler.statdatasender.socket.sendbuffersize=1048576
    2021-06-21 18:04:59 INFO profiler.statdatasender.socket.timeout=3000
    2021-06-21 18:04:59 INFO profiler.statdatasender.chunk.size=16384
    2021-06-21 18:04:59 INFO profiler.statdatasender.socket.type=OIO
    2021-06-21 18:04:59 INFO profiler.statdatasender.transport.type=UDP
    2021-06-21 18:04:59 INFO profiler.tcpdatasender.command.accept.enable=true
    2021-06-21 18:04:59 INFO profiler.tcpdatasender.command.activethread.enable=true
    2021-06-21 18:04:59 INFO profiler.tcpdatasender.command.activethread.count.enable=true
    2021-06-21 18:04:59 INFO profiler.tcpdatasender.command.activethread.threaddump.enable=true
    2021-06-21 18:04:59 INFO profiler.tcpdatasender.command.activethread.threadlightdump.enable=true
    2021-06-21 18:04:59 INFO profiler.pinpoint.activethread=true
    2021-06-21 18:04:59 INFO profiler.pinpoint.datasource=true
    2021-06-21 18:04:59 INFO profiler.pinpoint.datasource.tracelimitsize=20
    2021-06-21 18:04:59 INFO profiler.monitor.deadlock.enable=true
    2021-06-21 18:04:59 INFO profiler.monitor.deadlock.interval=60000
    2021-06-21 18:04:59 INFO profiler.callstack.max.depth=64
    2021-06-21 18:04:59 INFO profiler.jdbc.sqlcachesize=1024
    2021-06-21 18:04:59 INFO profiler.jdbc.tracesqlbindvalue=true
    2021-06-21 18:04:59 INFO profiler.sampling.enable=true
    2021-06-21 18:04:59 INFO profiler.sampling.rate=1
    2021-06-21 18:04:59 INFO profiler.io.buffering.enable=true
    2021-06-21 18:04:59 INFO profiler.io.buffering.buffersize=20
    2021-06-21 18:04:59 INFO profiler.jvm.vendor.name=
    2021-06-21 18:04:59 INFO profiler.jvm.stat.collect.interval=5000
    2021-06-21 18:04:59 INFO profiler.jvm.stat.batch.send.count=6
    2021-06-21 18:04:59 INFO profiler.stat.jvm.collect.detailed.metrics=false
    2021-06-21 18:04:59 INFO profiler.agentInfo.send.retry.interval=300000
    2021-06-21 18:04:59 INFO profiler.applicationservertype=null
    2021-06-21 18:04:59 INFO profiler.include=
    2021-06-21 18:04:59 INFO profiler.interceptor.exception.propagate=false
    2021-06-21 18:04:59 INFO profiler.lambda.expressions.support=true
    2021-06-21 18:04:59 INFO profiler.proxy.http.header.enable=true
    2021-06-21 18:04:59 INFO configuration loaded successfully.
    UN_USED_PORT:65535
    log4j:WARN No appenders could be found for logger (org.jboss.netty.channel.socket.nio.SelectorUtil).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
    2021-06-21 18:05:01 INFO profiler.activemq.client.enable=true
    2021-06-21 18:05:01 INFO profiler.activemq.client.producer.enable=true
    2021-06-21 18:05:01 INFO profiler.activemq.client.consumer.enable=true
    2021-06-21 18:05:01 INFO profiler.activemq.client.destination.separator=
    2021-06-21 18:05:01 INFO profiler.activemq.client.destination.exclude=
    2021-06-21 18:05:01 INFO profiler.arcus=true
    2021-06-21 18:05:01 INFO profiler.arcus.keytrace=true
    2021-06-21 18:05:01 INFO profiler.arcus.async=true
    2021-06-21 18:05:01 INFO profiler.memcached=true
    2021-06-21 18:05:01 INFO profiler.memcached.keytrace=true
    2021-06-21 18:05:01 INFO profiler.memcached.async=true
    2021-06-21 18:05:01 INFO profiler.entranceClass=
    2021-06-21 18:05:01 INFO profiler.asynClass=
    2021-06-21 18:05:01 INFO profiler.asynEnable=false
    2021-06-21 18:05:01 INFO profiler.cassandra=true
    2021-06-21 18:05:01 INFO profiler.cassandra.tracecqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.dbcp=true
    2021-06-21 18:05:01 INFO profiler.jdbc.dbcp.connectionclose=true
    2021-06-21 18:05:01 INFO profiler.jdbc.dbcp2=true
    2021-06-21 18:05:01 INFO profiler.jdbc.dbcp2.connectionclose=true
    2021-06-21 18:05:01 INFO profiler.jdbc.cubrid=true
    2021-06-21 18:05:01 INFO profiler.jdbc.cubrid.tracesqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.cubrid.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.cubrid.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.cubrid.rollback=true
    2021-06-21 18:05:01 INFO profiler.cxf.client=false
    2021-06-21 18:05:01 INFO profiler.cxf.client.hiddenParams=
    2021-06-21 18:05:01 INFO profiler.dubbo.enable=true
    2021-06-21 18:05:01 INFO profiler.google.httpclient.async=true
    2021-06-21 18:05:01 INFO profiler.json.gson=true
    2021-06-21 18:05:01 INFO profiler.jdbc.hikaricp=true
    2021-06-21 18:05:01 INFO profiler.jdbc.hikaricp.connectionclose=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.param=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.cookie=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.cookie.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.cookie.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.entity=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.entity.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.entity.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.apache.httpclient3.io=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.param=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.cookie=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.cookie.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.cookie.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.entity=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.entity.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.entity.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.entity.statuscode=true
    2021-06-21 18:05:01 INFO profiler.apache.httpclient4.io=true
    2021-06-21 18:05:01 INFO profiler.hystrix=true
    2021-06-21 18:05:01 INFO profiler.hystrix.command.num.anonymousInnerClass=3
    2021-06-21 18:05:01 INFO profiler.orm.ibatis=true
    2021-06-21 18:05:01 INFO profiler.json.jackson=true
    2021-06-21 18:05:01 INFO profiler.jboss.enable=true
    2021-06-21 18:05:01 INFO profiler.jboss.traceEjb=false
    2021-06-21 18:05:01 INFO profiler.jboss.conditional.transform=true
    2021-06-21 18:05:01 INFO profiler.jboss.hidepinpointheader=true
    2021-06-21 18:05:01 INFO profiler.jboss.tracerequestparam=true
    2021-06-21 18:05:01 INFO profiler.jboss.excludeurl=
    2021-06-21 18:05:01 INFO profiler.jboss.realipheader=null
    2021-06-21 18:05:01 INFO profiler.jboss.realipemptyvalue=null
    2021-06-21 18:05:01 INFO profiler.jboss.excludemethod=
    2021-06-21 18:05:01 INFO profiler.jetty.enable=true
    2021-06-21 18:05:01 INFO profiler.jetty.excludeurl=
    2021-06-21 18:05:01 INFO profiler.json.jsonlib=true
    2021-06-21 18:05:01 INFO profiler.jsp.enable=true
    2021-06-21 18:05:01 INFO profiler.jdbc.jtds=true
    2021-06-21 18:05:01 INFO profiler.jdbc.jtds.tracesqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.jtds.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.jtds.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.jtds.rollback=true
    2021-06-21 18:05:01 INFO profiler.kafka.enable=true
    2021-06-21 18:05:01 INFO profiler.kafka.entryPoint=
    2021-06-21 18:05:01 INFO profiler.log4j.logging.transactioninfo=false
    2021-06-21 18:05:01 INFO profiler.logback.logging.transactioninfo=false
    2021-06-21 18:05:01 INFO profiler.jdbc.mariadb=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mariadb.tracesqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mariadb.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mariadb.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mariadb.rollback=true
    2021-06-21 18:05:01 INFO profiler.orm.mybatis=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mysql=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mysql.tracesqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mysql.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mysql.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.mysql.rollback=true
    2021-06-21 18:05:01 INFO profiler.netty=false
    2021-06-21 18:05:01 INFO profiler.netty.http=false
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient=true
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.cookie=true
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.cookie.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.cookie.dumpsize=1024
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.cookie.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.entity=true
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.entity.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.entity.dumpsize=1024
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.entity.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.param=true
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.param.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.param.dumpsize=1024
    2021-06-21 18:05:01 INFO profiler.ning.asynchttpclient.param.sampling.rate=1
    2021-06-21 18:05:01 INFO profiler.okhttp.enable=true
    2021-06-21 18:05:01 INFO profiler.okhttp.param=true
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie=false
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie.dumptype=EXCEPTION
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie.sampling.rate=10
    2021-06-21 18:05:01 INFO profiler.okhttp.entity.statuscode=true
    2021-06-21 18:05:01 INFO profiler.okhttp.async=true
    2021-06-21 18:05:01 INFO profiler.okhttp.enable=true
    2021-06-21 18:05:01 INFO profiler.okhttp.param=true
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie=false
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie.dumptype=EXCEPTION
    2021-06-21 18:05:01 INFO profiler.okhttp.cookie.sampling.rate=10
    2021-06-21 18:05:01 INFO profiler.okhttp.entity.statuscode=true
    2021-06-21 18:05:01 INFO profiler.okhttp.async=true
    2021-06-21 18:05:01 INFO profiler.jdbc.oracle=true
    2021-06-21 18:05:01 INFO profiler.jdbc.oracle.tracesqlbindvalue=true
    2021-06-21 18:05:01 INFO profiler.jdbc.oracle.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.oracle.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.oracle.rollback=true
    2021-06-21 18:05:01 INFO profiler.jdbc.postgresql=true
    2021-06-21 18:05:01 INFO profiler.jdbc.postgresql.setautocommit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.postgresql.commit=true
    2021-06-21 18:05:01 INFO profiler.jdbc.postgresql.rollback=true
    2021-06-21 18:05:01 INFO profiler.jdbc.maxsqlbindvaluesize=1024
    2021-06-21 18:05:01 INFO profiler.redis=true
    2021-06-21 18:05:01 INFO profiler.redis.enable=true
    2021-06-21 18:05:01 INFO profiler.redis.pipeline=false
    2021-06-21 18:05:01 INFO profiler.redis.io=true
    2021-06-21 18:05:01 INFO profiler.resin.enable=true
    2021-06-21 18:05:01 INFO profiler.resin.bootstrap.main=
    2021-06-21 18:05:01 INFO profiler.resin.tracerequestparam=true
    2021-06-21 18:05:01 INFO profiler.resin.excludeurl=
    2021-06-21 18:05:01 INFO profiler.resin.realipheader=null
    2021-06-21 18:05:01 INFO profiler.resin.realipemptyvalue=null
    2021-06-21 18:05:01 INFO profiler.resin.excludemethod=
    2021-06-21 18:05:01 INFO profiler.resin.hidepinpointheader=true
    2021-06-21 18:05:01 INFO profiler.resin.tracecookies=true
    2021-06-21 18:05:01 INFO profiler.resin.cookie.sampling.rate=10
    2021-06-21 18:05:01 INFO profiler.resin.cookie.dumptype=ALWAYS
    2021-06-21 18:05:01 INFO profiler.resttemplate=false
    2021-06-21 18:05:01 INFO profiler.springboot.enable=true
    2021-06-21 18:05:01 INFO profiler.spring.beans=true
    2021-06-21 18:05:01 INFO profiler.spring.beans.name.pattern=null
    2021-06-21 18:05:01 INFO profiler.spring.beans.class.pattern=null
    2021-06-21 18:05:01 INFO profiler.spring.beans.annotation=null
    2021-06-21 18:05:01 INFO profiler.spring.beans.[0-9]+(.scope|.base-packages|.name.pattern|.class.pattern|.annotation)={profiler.spring.beans.1.class.pattern=, profiler.spring.beans.1.scope=component-scan, profiler.spring.beans.1.name.pattern=, profiler.spring.beans.1.base-packages=, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository}
    2021-06-21 18:05:01 INFO profiler.spring.beans.mark.error=false
    2021-06-21 18:05:01 INFO profiler.thrift.client=true
    2021-06-21 18:05:01 INFO profiler.thrift.client.async=true
    2021-06-21 18:05:01 INFO profiler.thrift.processor=true
    2021-06-21 18:05:01 INFO profiler.thrift.processor.async=true
    2021-06-21 18:05:01 INFO profiler.thrift.service.args=true
    2021-06-21 18:05:01 INFO profiler.thrift.service.result=true
    2021-06-21 18:05:01 INFO profiler.tomcat.enable=true
    2021-06-21 18:05:01 INFO profiler.tomcat.conditional.transform=true
    2021-06-21 18:05:01 INFO profiler.tomcat.hidepinpointheader=true
    2021-06-21 18:05:01 INFO profiler.tomcat.tracerequestparam=true
    2021-06-21 18:05:01 INFO profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html
    2021-06-21 18:05:01 INFO profiler.tomcat.realipheader=null
    2021-06-21 18:05:01 INFO profiler.tomcat.realipemptyvalue=null
    2021-06-21 18:05:01 INFO profiler.tomcat.excludemethod=
    2021-06-21 18:05:01 INFO profiler.entrypoint=
    2021-06-21 18:05:01 INFO profiler.vertx.enable=false
    2021-06-21 18:05:01 INFO profiler.vertx.http.server.enable=false
    2021-06-21 18:05:01 INFO profiler.vertx.http.client.enable=false
    2021-06-21 18:05:01 INFO profiler.weblogic.enable=true
    2021-06-21 18:05:01 INFO profiler.weblogic.excludeurl=
    2021-06-21 18:05:01 INFO profiler.websphere.excludeurl=
    2021-06-21 18:05:16 INFO profiler.trace.dataformat.version=v1
    2021-06-21 18:05:16 INFO profiler.trace.dataformat.version=v1
    2021-06-21 18:05:16 INFO profiler.trace.dataformat.version=v1
    2021-06-21 18:05:16 INFO profiler.debug.injector.type=debug
    2021-06-21 18:05:16 INFO bytecode.dump.enable=false
    2021-06-21 18:05:25 INFO profiler.spring.beans.name.pattern=null
    2021-06-21 18:05:25 INFO profiler.spring.beans.class.pattern=null
    2021-06-21 18:05:25 INFO profiler.spring.beans.annotation=null
    2021-06-21 18:05:25 INFO profiler.spring.beans.[0-9]+(.scope|.base-packages|.name.pattern|.class.pattern|.annotation)={profiler.spring.beans.1.class.pattern=, profiler.spring.beans.1.scope=component-scan, profiler.spring.beans.1.name.pattern=, profiler.spring.beans.1.base-packages=, profiler.spring.beans.1.annotation=org.springframework.stereotype.Controller,org.springframework.stereotype.Service,org.springframework.stereotype.Repository}
    [mizar-cloud] [$] [2021-06-21 18:05:25.243] [INFO] [background-preinit] [org.hibernate.validator.internal.util.Version] [<clinit>] [21] : HV000001: Hibernate Validator 6.1.5.Final

    . _ /\ / ' () _ \ \ \ \ ( ( )__ | ' | '| | ' \/ _` | \ \ \ \ \/ __)| |)| | | | | || (_| | ) ) ) ) ' |__| .|| ||| |__, | / / / / =========|_|==============|__/=//// : Spring Boot :: (v2.3.4.RELEASE)

[mizar-cloud-demo] [$] [2021-06-21 18:05:28.446] [INFO] [main] [com.ctrip.framework.foundation.internals.provider.DefaultApplicationProvider] [initAppId] [96] : App ID is set to 548676 by app.id property from /META-INF/app.properties
[mizar-cloud-demo] [$] [2021-06-21 18:05:28.512] [WARN] [main] [com.ctrip.framework.foundation.internals.provider.DefaultServerProvider] [initialize] [40] : /opt/settings/server.properties does not exist or is not readable.
[mizar-cloud-demo] [$] [2021-06-21 18:05:28.513] [INFO] [main] [com.ctrip.framework.foundation.internals.provider.DefaultServerProvider] [initEnvType] [109] : Environment is set to [STG] by JVM system property 'env'.
[mizar-cloud-demo] [$] [2021-06-21 18:05:28.514] [INFO] [main] [com.ctrip.framework.foundation.internals.provider.DefaultServerProvider] [initDataCenter] [139] : Data Center is set to [default] by JVM system property 'idc'.
2021-06-21 18:05:28 INFO profiler.jdk.http.param=true
2021-06-21 18:05:28 INFO profiler.jdk.http.param=true
2021-06-21 18:05:28 INFO profiler.jdk.http.param=true
[mizar-cloud-demo] [$] [2021-06-21 18:05:29.325] [INFO] [main] [com.pingan.mizar.cloud.demo.Application8080] [logStartupProfileInfo] [651] : No active profile set, falling back to default profiles: default
[mizar-cloud-demo] [$] [2021-06-21 18:05:33.219] [INFO] [main] [org.springframework.data.repository.config.RepositoryConfigurationDelegate] [multipleStoresDetected] [249] : Multiple Spring Data modules found, entering strict repository configuration mode!
[mizar-cloud-demo] [$] [2021-06-21 18:05:33.223] [INFO] [main] [org.springframework.data.repository.config.RepositoryConfigurationDelegate] [registerRepositoriesIn] [127] : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[mizar-cloud-demo] [$] [2021-06-21 18:05:33.413] [INFO] [main] [org.springframework.data.repository.config.RepositoryConfigurationDelegate] [registerRepositoriesIn] [187] : Finished Spring Data repository scanning in 88ms. Found 0 Redis repository interfaces.
[mizar-cloud-demo] [$] [2021-06-21 18:05:34.928] [INFO] [main] [org.springframework.context.annotation.ConfigurationClassPostProcessor] [enhanceConfigurationClasses] [403] : Cannot enhance @Configuration bean definition 'com.pazl.platform.cfg.spring.boot.ApolloAutoConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
[mizar-cloud-demo] [$] [2021-06-21 18:05:35.615] [INFO] [main] [org.springframework.cloud.context.scope.GenericScope] [setSerializationId] [295] : BeanFactory id=239083fc-8135-381f-80ef-f2a173829d75
[mizar-cloud-demo] [$] [2021-06-21 18:05:35.628] [WARN] [main] [org.springframework.boot.context.properties.PropertySourcesDeducer] [getSinglePropertySourcesPlaceholderConfigurer] [66] : Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer], falling back to Environment
2021-06-21 18:05:39 INFO profiler.tomcat.enable=true
2021-06-21 18:05:39 INFO profiler.tomcat.conditional.transform=true
2021-06-21 18:05:39 INFO profiler.tomcat.hidepinpointheader=true
2021-06-21 18:05:39 INFO profiler.tomcat.tracerequestparam=true
2021-06-21 18:05:39 INFO profiler.tomcat.excludeurl=/aa/test.html, /bb/exclude.html
2021-06-21 18:05:39 INFO profiler.tomcat.realipheader=null
2021-06-21 18:05:39 INFO profiler.tomcat.realipemptyvalue=null
2021-06-21 18:05:39 INFO profiler.tomcat.excludemethod=
[mizar-cloud-demo] [$] [2021-06-21 18:05:39.716] [INFO] [main] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [initialize] [108] : Tomcat initialized with port(s): 30113 (http)
[mizar-cloud-demo] [$] [2021-06-21 18:05:39.732] [INFO] [main] [org.apache.coyote.http11.Http11NioProtocol] [log] [173] : Initializing ProtocolHandler ["http-nio-30113"]
[mizar-cloud-demo] [$] [2021-06-21 18:05:39.734] [INFO] [main] [org.apache.catalina.core.StandardService] [log] [173] : Starting service [Tomcat]
[mizar-cloud-demo] [$] [2021-06-21 18:05:39.735] [INFO] [main] [org.apache.catalina.core.StandardEngine] [log] [173] : Starting Servlet engine: [Apache Tomcat/9.0.38]
[mizar-cloud-demo] [$] [2021-06-21 18:05:40.223] [INFO] [main] [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]] [log] [173] : Initializing Spring embedded WebApplicationContext
[mizar-cloud-demo] [$] [2021-06-21 18:05:40.224] [INFO] [main] [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext] [prepareWebApplicationContext] [285] : Root WebApplicationContext: initialization completed in 10696 ms
[mizar-cloud-demo] [$] [2021-06-21 18:05:42.524] [INFO] [main] [com.pingan.mizar.cloud.db.datasource.DataSourceConfig] [druidDataSource] [85] : =========druid oralce============={
CreateTime:"2021-06-21 18:05:41",
ActiveCount:0,
PoolingCount:0,
CreateCount:0,
DestroyCount:0,
CloseCount:0,
ConnectCount:0,
Connections:[
]
}
[mizar-cloud-demo] [$] [2021-06-21 18:05:42.911] [INFO] [main] [com.pingan.mizar.cloud.db.datasource.DataSourceConfig] [mysqlDruidDataSource] [106] : =========druid mysql============={
CreateTime:"2021-06-21 18:05:42",
ActiveCount:0,
PoolingCount:0,
CreateCount:0,
DestroyCount:0,
CloseCount:0,
ConnectCount:0,
Connections:[
]
}
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
| |. __ |
| | |\/|
)(| | |\ |)|||_\
/ |
3.3.0
[mizar-cloud-demo] [$] [2021-06-21 18:05:46.214] [INFO] [main] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] [initialize] [181] : Initializing ExecutorService
[mizar-cloud-demo] [$] [2021-06-21 18:05:46.929] [WARN] [main] [com.netflix.config.sources.URLConfigurationSource] [<init>] [121] : No URLs will be polled as dynamic configuration sources.
[mizar-cloud-demo] [$] [2021-06-21 18:05:46.930] [INFO] [main] [com.netflix.config.sources.URLConfigurationSource] [<init>] [122] : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
[mizar-cloud-demo] [$] [2021-06-21 18:05:47.020] [WARN] [main] [com.netflix.config.sources.URLConfigurationSource] [<init>] [121] : No URLs will be polled as dynamic configuration sources.
[mizar-cloud-demo] [$] [2021-06-21 18:05:47.021] [INFO] [main] [com.netflix.config.sources.URLConfigurationSource] [<init>] [122] : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
[mizar-cloud-demo] [$] [2021-06-21 18:05:48.834] [INFO] [main] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] [initialize] [181] : Initializing ExecutorService 'applicationTaskExecutor'
[mizar-cloud-demo] [$] [2021-06-21 18:05:54.626] [INFO] [main] [org.springframework.cloud.netflix.eureka.config.DiscoveryClientOptionalArgsConfiguration] [discoveryClientOptionalArgs] [78] : Eureka HTTP Client uses Jersey
[mizar-cloud-demo] [$] [2021-06-21 18:05:55.520] [WARN] [main] [org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration$BlockingLoadBalancerClientRibbonWarnLogger] [logWarning] [86] : You already have RibbonLoadBalancerClient on your classpath. It will be used by default. As Spring Cloud Ribbon is in maintenance mode. We recommend switching to BlockingLoadBalancerClient instead. In order to use it, set the value of spring.cloud.loadbalancer.ribbon.enabled to false or remove spring-cloud-starter-netflix-ribbon from your project.
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.param=true
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.cookie=true
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.cookie.dumptype=ALWAYS
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.cookie.sampling.rate=1
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.entity=true
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.entity.dumptype=ALWAYS
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.entity.sampling.rate=1
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.entity.statuscode=true
2021-06-21 18:05:55 INFO profiler.apache.httpclient4.io=true
[mizar-cloud-demo] [$] [2021-06-21 18:05:56.233] [INFO] [main] [org.springframework.cloud.netflix.eureka.InstanceInfoFactory] [create] [72] : Setting initial instance status as: STARTING
[mizar-cloud-demo] [$] [2021-06-21 18:05:56.814] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [<init>] [371] : Initializing Eureka in region us-east-1
[mizar-cloud-demo] [$] [2021-06-21 18:05:57.523] [INFO] [main] [com.netflix.discovery.provider.DiscoveryJerseyProvider] [<init>] [70] : Using JSON encoding codec LegacyJacksonJson
[mizar-cloud-demo] [$] [2021-06-21 18:05:57.524] [INFO] [main] [com.netflix.discovery.provider.DiscoveryJerseyProvider] [<init>] [71] : Using JSON decoding codec LegacyJacksonJson
[mizar-cloud-demo] [$] [2021-06-21 18:05:58.733] [INFO] [main] [com.netflix.discovery.provider.DiscoveryJerseyProvider] [<init>] [80] : Using XML encoding codec XStreamXml
[mizar-cloud-demo] [$] [2021-06-21 18:05:58.812] [INFO] [main] [com.netflix.discovery.provider.DiscoveryJerseyProvider] [<init>] [81] : Using XML decoding codec XStreamXml
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.622] [INFO] [main] [com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver] [getClusterEndpoints] [43] : Resolving eureka endpoints via configuration
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.733] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1004] : Disable delta property : false
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.734] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1005] : Single vip registry refresh property : null
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.734] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1006] : Force full registry fetch : false
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.811] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1007] : Application is null : false
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.812] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1008] : Registered Applications size is zero : true
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.812] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [fetchRegistry] [1010] : Application version is -1: true
[mizar-cloud-demo] [$] [2021-06-21 18:06:00.813] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [getAndStoreFullRegistry] [1093] : Getting all instance registry info from the eureka server
[mizar-cloud-demo] [$] [2021-06-21 18:06:02.822] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [getAndStoreFullRegistry] [1102] : The response status is 200
[mizar-cloud-demo] [$] [2021-06-21 18:06:02.916] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [initScheduledTasks] [1317] : Starting heartbeat executor: renew interval is: 30
[mizar-cloud-demo] [$] [2021-06-21 18:06:02.921] [INFO] [main] [com.netflix.discovery.InstanceInfoReplicator] [<init>] [60] : InstanceInfoReplicator onDemand update allowed rate per min is 4
[mizar-cloud-demo] [$] [2021-06-21 18:06:02.927] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [<init>] [491] : Discovery Client initialized at timestamp 1624269962925 with initial instances count: 618
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.012] [INFO] [main] [org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry] [register] [41] : Registering application UNKNOWN with eureka with status UP
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.014] [INFO] [main] [com.netflix.discovery.DiscoveryClient] [notify] [1353] : Saw local status change event StatusChangeEvent [timestamp=1624269963014, current=UP, previous=STARTING]
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.018] [INFO] [DiscoveryClient-InstanceInfoReplicator-0] [com.netflix.discovery.DiscoveryClient] [register] [870] : DiscoveryClient_UNKNOWN/LFB-L0439979::30113: registering service...
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.018] [INFO] [main] [org.apache.coyote.http11.Http11NioProtocol] [log] [173] : Starting ProtocolHandler ["http-nio-30113"]
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.127] [INFO] [main] [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] [start] [220] : Tomcat started on port(s): 30113 (http) with context path ''
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.129] [INFO] [main] [org.springframework.cloud.netflix.eureka.serviceregistry.EurekaAutoServiceRegistration] [onApplicationEvent] [145] : Updating port to 30113
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.313] [INFO] [main] [com.pingan.mizar.cloud.demo.Application8080] [logStarted] [61] : Started Application8080 in 42.488 seconds (JVM running for 64.214)
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.314] [INFO] [DiscoveryClient-InstanceInfoReplicator-0] [com.netflix.discovery.DiscoveryClient] [register] [879] : DiscoveryClient_UNKNOWN/LFB-L0439979::30113 - registration status: 204
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.316] [INFO] [main] [com.pingan.mizar.cloud.demo.Application8080] [main] [26] : sl4j test
[mizar-cloud-demo] [$] [2021-06-21 18:06:03.316] [ERROR] [main] [com.pingan.mizar.cloud.demo.Application8080] [main] [27] : sl4j test
(♥◠‿◠)ノ゙ demo模块启动成功 ლ(´ڡ`ლ)゙

[mizar-cloud-demo] [$] [2021-06-21 18:06:14.126] [INFO] [http-nio-30113-exec-1] [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]] [log] [173] : Initializing Spring DispatcherServlet 'dispatcherServlet'
[mizar-cloud-demo] [$] [2021-06-21 18:06:14.127] [INFO] [http-nio-30113-exec-1] [org.springframework.web.servlet.DispatcherServlet] [initServletBean] [525] : Initializing Servlet 'dispatcherServlet'
[mizar-cloud-demo] [$] [2021-06-21 18:06:14.225] [INFO] [http-nio-30113-exec-1] [org.springframework.web.servlet.DispatcherServlet] [initServletBean] [547] : Completed initialization in 97 ms
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
success
[Pipeline] sh

  • curl -s http://10.47.19.51:30006/callback/dev1/FLS-CRM-DEV_crm-mizar-demo/17/fls-crm6.1.8/success/
    success
    [Pipeline] }
    [Pipeline] // stage
    [Pipeline] }
    [Pipeline] // withEnv
    [Pipeline] }
    [Pipeline] // node
    [Pipeline] End of Pipeline
    Finished: SUCCESS
0 关注 分享

要回复文章请先登录注册