第一次提交

This commit is contained in:
“wyx12345678” 2024-05-06 15:11:11 +08:00
commit 7b06344c25
58 changed files with 1942 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

View File

@ -0,0 +1,2 @@
#Mon May 06 10:49:55 CST 2024
gradle.version=7.5

Binary file not shown.

BIN
.gradle/file-system.probe Normal file

Binary file not shown.

View File

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

1
.idea/.name Normal file
View File

@ -0,0 +1 @@
shkd-cosmic-root-project

6
.idea/compiler.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="1.8" />
</component>
</project>

27
.idea/gradle.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="#JAVA_HOME" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
<option value="$PROJECT_DIR$/shkd-base/shkd-base-common" />
<option value="$PROJECT_DIR$/shkd-base/shkd-base-helper" />
<option value="$PROJECT_DIR$/shkd-cosmic-debug" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-business" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-common" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-mservice" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-plugin" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-report" />
<option value="$PROJECT_DIR$/shkd-shkdcx/shkd-shkdcx-shkdcx/shkd-shkdcx-shkdcx-webapi" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
</project>

35
.idea/jarRepositories.xml Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://maven.aliyun.com/repository/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenLocal" />
<option name="name" value="MavenLocal" />
<option name="url" value="file:/$MAVEN_REPOSITORY$/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven2" />
<option name="name" value="maven2" />
<option name="url" value="https://maven.aliyun.com/repository/gradle-plugin" />
</remote-repository>
</component>
</project>

View File

@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="cosmic-lib">
<CLASSES>
<root url="file://$PROJECT_DIR$/../../comic/cxkg/cosmic" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/../../comic/cxkg/cosmic" recursive="true" />
</library>
</component>

10
.idea/misc.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

170
build.gradle Normal file
View File

@ -0,0 +1,170 @@
/**
* This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
* If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
* Website: https://developer.kingdee.com/developer?productLineId=29
* Author: liebin.zheng
* Generate Date: 2024-05-06 10:17:02
*/
plugins {
id 'java'
id 'java-library'
//https://docs.gradle.org/current/userguide/idea_plugin.html
id 'idea'
//https://docs.gradle.org/current/userguide/eclipse_plugin.html
id 'eclipse'
//id "org.sonarqube" version "3.5.0.2730"
}
apply from: 'config.gradle'
def bos = ext.path.bos
def trd = ext.path.trd
def cus = ext.path.cus
def biz = ext.path.biz
def outputdir = ext.path.outputdir
//
allprojects {
apply plugin: 'java'
apply plugin: 'maven-publish'
apply plugin: 'java-library'
apply plugin: 'eclipse'
apply plugin: 'idea'
repositories{
mavenLocal()
maven{ url'https://maven.aliyun.com/repository/public/'}
maven{ url'https://maven.aliyun.com/repository/gradle-plugin'}
mavenCentral()
//maven { url 'https://repo.gradle.org/gradle/libs-releases' }
//gradlePluginPortal()
}
group = System.getProperty('groupId')
version = System.getProperty('version')
def jdk_version = System.getProperty('jdk.version')
sourceCompatibility = jdk_version
targetCompatibility = jdk_version
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
dependencies {
implementation fileTree(dir: bos, include: '*.jar')
//testImplementation "org.gradle:gradle-tooling-api:7.3-20210825160000+0000"
//testImplementation gradleTestKit()
implementation 'cn.hutool:hutool-all:5.8.20'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
}
test {
useJUnitPlatform()
}
java {
withSourcesJar()
//withJavadocJar()
}
Date now = new Date()
String date = now.format('yyyy-MM-dd HH:mm:ss')
String buildNum = now.format('yyyyMMddHHmmssSSS')
String gitCommitShortHash = ''
String gitBranch = ''
try{
gitCommitShortHash = 'git log -1 --pretty=%H'.execute([], project.rootDir).text.trim()
gitBranch = 'git branch --show-current'.execute([], project.rootDir).text.trim()
} catch(Exception e){
println "warning: the commandline tools of git was not installed!"
}
jar {
manifest {
attributes 'Group-Name': project.group
attributes 'Project-Name': project.name
attributes 'Bundle-Version': project.version
attributes 'Build-Num': buildNum
attributes 'Build-Date': date
attributes 'Build-Jdk': System.getProperty('java.version')
attributes 'Built-By': 'Kingdee Cosmic Developer Tools'
attributes 'Build-Tool': 'Gradle ' + project.gradle.gradleVersion
attributes 'Git-Commit-Hash': gitCommitShortHash
attributes 'Git-Branch': gitBranch
attributes 'Cloud-Name': ''
attributes 'App-Name': ''
attributes 'Jar-Id': ''
attributes 'Build-Image': ''
}
}
}
//
subprojects {
dependencies {
implementation fileTree(dir: biz, include: '*.jar')
implementation fileTree(dir: cus, include: '*.jar')
implementation fileTree(dir: trd, include: '*.jar', exclude: 'log4j-api-*.jar')
}
//task sourcesJar(type: Jar, dependsOn: build) {
// classifier = 'sources'
// from sourceSets.main.allSource
//}
task copytolib(type: Copy, dependsOn: build){
group 'build'
description 'copy to lib(cicd专用-旧的gradle任务)'
from 'build/libs'
into outputdir
exclude '*sources.jar','*javadoc.jar','*cosmic-debug*.jar'
processResources{
from('src/main/java'){
include '**/*.properties'
}
}
}
task copyJarToDir(type: Copy){
group 'build'
description 'copy Jar To Dir(cicd专用-旧的gradle任务)'
from 'build/libs'
into cus
exclude '**/*.class'
}
task buildJar(type: Copy, dependsOn: build){
group 'build'
description '构建本工程jar包并拷贝到outputdir目录'
from 'build/libs'
into outputdir
exclude '*sources.jar','*javadoc.jar','*cosmic-debug*.jar'
processResources{
from('src/main/java'){
include '**/*.properties'
}
}
}
task deployJar(type: Copy, dependsOn: buildJar){
group 'build'
description '将outputdir目录下的jar包拷贝到cus目录'
from outputdir
into cus
exclude '*sources.jar','*javadoc.jar','*cosmic-debug*.jar'
}
test.ignoreFailures true
}

44
config.gradle Normal file
View File

@ -0,0 +1,44 @@
/**
* This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
* If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
* Website: https://developer.kingdee.com/developer?productLineId=29
* Author: liebin.zheng
* Generate Date: 2024-05-06 10:17:02
*/
def cosmic_libs_path = System.getProperty('cosmic_libs_path')
def cosmic_home = null
if(cosmic_libs_path == null){
println "NO 'cosmic_libs_path' property was setted in gradle.properties. "
println "Try to find the 'cosmic_home' property in gradle.properties."
cosmic_home = System.getProperty('cosmic_home')
}
if(cosmic_home == null){
println "NO 'cosmic_home' property was setted in gradle.properties. "
println "Try to find the 'COSMIC_HOME' property in System environment."
cosmic_home = System.getenv('COSMIC_HOME')
}
if(cosmic_home != null){
cosmic_libs_path = "${cosmic_home}/mservice-cosmic/lib"
}
if(cosmic_libs_path == null){
throw new RuntimeException("Neither 'COSMIC_LIBS_PATH' was setted in System environment, nor 'cosmic_libs_path' property was setted in gradle.properties.")
}
println "The 'cosmic_libs_path' is: '${cosmic_libs_path}'."
ext {
path = [
trd : "${cosmic_libs_path}/trd",
bos : "${cosmic_libs_path}/bos",
biz : "${cosmic_libs_path}/biz",
cus : "${cosmic_libs_path}/cus",
outputdir : "${cosmic_libs_path}/outputdir"
]
}

4
cosmic.properties Normal file
View File

@ -0,0 +1,4 @@
#\u8BE5\u8D44\u6E90\u5730\u5740\u63D0\u4F9B\u4E86\u82CD\u7A79\u73AF\u5883\u6240\u9700\u7684\u5F00\u53D1\u8D44\u6E90\u5305\uFF0C\u7528\u4E8E\u4E0B\u8F7D\u6216\u66F4\u65B0\u82CD\u7A79\u5F00\u53D1\u8D44\u6E90\u5305\u5230\u82CD\u7A79\u8D44\u6E90\u76EE\u5F55\u4E2D\u3002\u8BE5\u5730\u5740\u4E00\u822C\u7531\u82CD\u7A79MC\u670D\u52A1\u6216\u82CD\u7A79\u5F00\u53D1\u8005\u5DE5\u5177\u5BF9\u5916\u5F00\u653E\uFF0C\u5177\u4F53\u8D44\u6E90\u5305\u4E3A\uFF1Acosmic.zip\u3001webapp.zip\uFF0C\u5171\u7EA62G\u3002\u5730\u5740\u683C\u5F0F\u4E3A\uFF1Ahttp://\u82CD\u7A79MC\u670D\u52A1IP:\u7AEF\u53E3/appstore/dev_env\u6216http://\u82CD\u7A79\u5F00\u53D1\u8005\u5DE5\u5177\u670D\u52A1IP:268/studio/environment/download/{\u73AF\u5883\u5E8F\u53F7}\u3002
#Mon May 06 10:17:01 CST 2024
COSMIC_HOME=D\:/comic/cxkg
MCServerURL=http\://10.157.226.17\:8090/appstore/dev_env/

BIN
docs/images/code1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
docs/images/code2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/images/idea-gradle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
docs/images/kddt-qrcode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

13
gradle.properties Normal file
View File

@ -0,0 +1,13 @@
systemProp.groupId=shkd.cosmic
systemProp.artifactId=shkd-cosmic-root-project
systemProp.version=1.0.0
systemProp.jdk.version=1.8
systemProp.developer_flag=shkd
systemProp.cosmic_home=D:/comic/cxkg
org.gradle.jvmargs=-Xmx1536m
#systemProp.cosmic_libs_path=D:/comic/cxkg/mservice-cosmic/lib
#systemProp.cosmic_static_path=D:/comic/cxkg/static-file-service
#systemProp.res_url=http://10.157.226.17:8090/appstore/dev_env/
#systemProp.zk_url=127.0.0.1:2181
#systemProp.mc_url=http://127.0.0.1:8090/
#systemProp.project_dir=D:/erp_en/CXKG

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-7.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

240
gradlew vendored Normal file
View File

@ -0,0 +1,240 @@
#!/bin/sh
#
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##############################################################################
#
# Gradle start up script for POSIX generated by Gradle.
#
# Important for running:
#
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
# noncompliant, but you have some other compliant shell such as ksh or
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh Gradle
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
# (2) This script targets any POSIX shell, so it avoids extensions provided
# by Bash, Ksh, etc; in particular arrays are avoided.
#
# The "traditional" practice of packing multiple parameters into a
# space-separated string is a well documented source of bugs and security
# problems, so this is (mostly) avoided, by progressively accumulating
# options in "$@", and eventually passing that to Java.
#
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
#
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
app_path=$0
# Need this for daisy-chained symlinks.
while
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
[ -h "$app_path" ]
do
ls=$( ls -ld "$app_path" )
link=${ls#*' -> '}
case $link in #(
/*) app_path=$link ;; #(
*) app_path=$APP_HOME$link ;;
esac
done
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
APP_NAME="Gradle"
APP_BASE_NAME=${0##*/}
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
warn () {
echo "$*"
} >&2
die () {
echo
echo "$*"
echo
exit 1
} >&2
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
nonstop=false
case "$( uname )" in #(
CYGWIN* ) cygwin=true ;; #(
Darwin* ) darwin=true ;; #(
MSYS* | MINGW* ) msys=true ;; #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD=$JAVA_HOME/jre/sh/java
else
JAVACMD=$JAVA_HOME/bin/java
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
# Increase the maximum file descriptors if we can.
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
fi
# Collect all arguments for the java command, stacking in reverse order:
# * args from the command line
# * the main class name
# * -classpath
# * -D...appname settings
# * --module-path (only if needed)
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for arg do
if
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
fi
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# possibly modified.
#
# NB: a `for` loop captures its iteration list before it begins, so
# changing the positional parameters here affects neither the number of
# iterations, nor the values presented in `arg`.
shift # remove old arg
set -- "$@" "$arg" # push replacement arg
done
fi
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
# double quotes to make sure that they get re-expanded; and
# * put everything else in single quotes, so that it's not re-expanded.
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Stop when "xargs" is not available.
if ! command -v xargs >/dev/null 2>&1
then
die "xargs is not available"
fi
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
#
# In Bash we could simply go:
#
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
# set -- "${ARGS[@]}" "$@"
#
# but POSIX shell has neither arrays nor command substitution, so instead we
# post-process each arg (as a line of input to sed) to backslash-escape any
# character that might be a shell metacharacter, then use eval to reverse
# that process (while maintaining the separation between arguments), and wrap
# the whole thing up as a single "set" statement.
#
# This will of course break if any of these variables contains a newline or
# an unmatched quote.
#
eval "set -- $(
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
xargs -n1 |
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
tr '\n' ' '
)" '"$@"'
exec "$JAVACMD" "$@"

91
gradlew.bat vendored Normal file
View File

@ -0,0 +1,91 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto execute
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

553
hs_err_pid28788.log Normal file
View File

@ -0,0 +1,553 @@
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
# Possible reasons:
# The system is out of physical RAM or swap space
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
# placed in the first 32GB address space. The Java Heap base address is the
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (allocation.cpp:272), pid=28788, tid=0x0000000000002558
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
--------------- T H R E A D ---------------
Current thread (0x0000000029601000): JavaThread "mmc-phm-regist-service-worker/traceId:8e5c08b420fe32c6/time:1714978249652" [_thread_in_vm, id=9560, stack(0x0000000044620000,0x0000000044720000)]
Stack: [0x0000000044620000,0x0000000044720000]
[error occurred during error reporting (printing stack bounds), id 0xc0000005]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 1274 java.lang.ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class; (0 bytes) @ 0x00000000030b515f [0x00000000030b50c0+0x9f]
J 7561 C2 java.lang.ClassLoader.defineClass(Ljava/lang/String;[BIILjava/security/ProtectionDomain;)Ljava/lang/Class; (43 bytes) @ 0x00000000040c6008 [0x00000000040c5a80+0x588]
J 4568 C2 java.net.URLClassLoader$1.run()Ljava/lang/Class; (63 bytes) @ 0x0000000003848c3c [0x00000000038478c0+0x137c]
J 8141 C2 java.net.URLClassLoader$1.run()Ljava/lang/Object; (5 bytes) @ 0x00000000042e8594 [0x00000000042e8560+0x34]
v ~StubRoutines::call_stub
J 223 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0000000002cc2526 [0x0000000002cc24c0+0x66]
J 3103 C2 java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; (7 bytes) @ 0x0000000003174510 [0x0000000003173ac0+0xa50]
v ~StubRoutines::call_stub
j kd.bos.orm.dataentity.DataManagerImplement.executeReader(Ljava/lang/Iterable;Lkd/bos/dataentity/metadata/database/DbMetadataTable;Ljava/util/List;Lkd/bos/orm/datamanager/ReadWhere;Ljava/util/List;)Lkd/bos/orm/datamanager/QuickDataSet;+120
j kd.bos.orm.dataentity.DataManagerImplement.select(Ljava/lang/Iterable;Lkd/bos/dataentity/metadata/database/DbMetadataTable;Lkd/bos/orm/datamanager/ReadWhere;)Lkd/bos/orm/datamanager/QuickDataSet;+608
j kd.bos.orm.dataentity.DataManagerImplement.readToDataSet(Lkd/bos/dataentity/metadata/database/DbMetadataDatabase;Lkd/bos/dataentity/metadata/database/DbMetadataTable;Lkd/bos/orm/datamanager/ReadWhere;)Lkd/bos/orm/datamanager/QuickDataSet;+120
j kd.bos.orm.dataentity.DataManagerImplement.read(Lkd/bos/orm/datamanager/ReadWhere;)[Ljava/lang/Object;+31
j kd.bos.orm.dataentity.DataManagerImplement.read([Ljava/lang/Object;)[Ljava/lang/Object;+74
j kd.bos.data.BusinessDataReader.readObject([Ljava/lang/Object;Lkd/bos/dataentity/metadata/IDataEntityType;II)[Ljava/lang/Object;+36
j kd.bos.data.BusinessDataReader.read(Lkd/bos/dataentity/metadata/IDataEntityType;[Ljava/lang/Object;ZII)[Ljava/lang/Object;+5
j kd.bos.data.BusinessDataReader.load([Ljava/lang/Object;Lkd/bos/dataentity/metadata/dynamicobject/DynamicObjectType;Ljava/lang/Boolean;II)[Lkd/bos/dataentity/entity/DynamicObject;+99
j kd.bos.data.BusinessDataReader.load([Ljava/lang/Object;Lkd/bos/dataentity/metadata/dynamicobject/DynamicObjectType;Ljava/lang/Boolean;)[Lkd/bos/dataentity/entity/DynamicObject;+5
j kd.bos.servicehelper.BusinessDataServiceHelper.load(Ljava/lang/String;Ljava/lang/String;[Lkd/bos/orm/query/QFilter;Ljava/lang/String;I)[Lkd/bos/dataentity/entity/DynamicObject;+302
j kd.bos.servicehelper.BusinessDataServiceHelper.load(Ljava/lang/String;Ljava/lang/String;[Lkd/bos/orm/query/QFilter;)[Lkd/bos/dataentity/entity/DynamicObject;+5
j kd.mmc.phm.mservice.framework.service.PHMNodeAppServiceStarter.clearUnRelatedLogs()V+8
j kd.mmc.phm.mservice.framework.service.PHMNodeAppServiceStarter.cycleDataCenter(Lkd/mmc/phm/mservice/framework/service/PHMNodeAppServiceStarter$IDBWorker;)V+167
j kd.mmc.phm.mservice.framework.service.PHMNodeAppServiceStarter.access$200(Lkd/mmc/phm/mservice/framework/service/PHMNodeAppServiceStarter;Lkd/mmc/phm/mservice/framework/service/PHMNodeAppServiceStarter$IDBWorker;)V+2
j kd.mmc.phm.mservice.framework.service.PHMNodeAppServiceStarter$1.run()V+130
j kd.bos.threads.impl.RequestContextRunnable.run()V+181
j kd.bos.thread.ThreadLifeCycleManager$RunnableWrap.run()V+7
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000002fba5800 JavaThread "QueueFake-Counsume-2" daemon [_thread_blocked, id=29800, stack(0x0000000044720000,0x0000000044820000)]
0x000000002fba1000 JavaThread "pool-38-thread-1" [_thread_blocked, id=808, stack(0x0000000043280000,0x0000000043380000)]
0x000000002fba2800 JavaThread "BroadcastSender/traceId:b178764fd641be90/time:1714978272460" daemon [_thread_blocked, id=25776, stack(0x0000000042d80000,0x0000000042e80000)]
0x000000002fba7000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_de_1939730990884718592_default_datacenter_de connection adder" daemon [_thread_blocked, id=29928, stack(0x000000004ad30000,0x000000004ae30000)]
0x000000002fba6800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_hr_1939730990884718592_default_datacenter_hr connection adder" daemon [_thread_blocked, id=24944, stack(0x000000004ac30000,0x000000004ad30000)]
0x0000000026558000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_scm_1939730990884718592_default_datacenter_scm connection adder" daemon [_thread_blocked, id=3744, stack(0x000000004ab30000,0x000000004ac30000)]
0x00000000295c7800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_de_1939730990884718592_default_datacenter_de housekeeper" daemon [_thread_blocked, id=29752, stack(0x000000004aa30000,0x000000004ab30000)]
0x0000000029609800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_hr_1939730990884718592_default_datacenter_hr housekeeper" daemon [_thread_blocked, id=31680, stack(0x000000004a2d0000,0x000000004a3d0000)]
0x0000000029606800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_fi_1939730990884718592_default_datacenter_fi connection adder" daemon [_thread_blocked, id=24928, stack(0x000000004a800000,0x000000004a900000)]
0x000000002d619000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_scm_1939730990884718592_default_datacenter_scm housekeeper" daemon [_thread_blocked, id=30132, stack(0x000000004a700000,0x000000004a800000)]
0x000000002d61b000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_drp_1939730990884718592_default_datacenter_drp connection adder" daemon [_thread_blocked, id=30004, stack(0x000000004a600000,0x000000004a700000)]
0x000000002d619800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_fi_1939730990884718592_default_datacenter_fi housekeeper" daemon [_thread_blocked, id=2624, stack(0x000000004a1d0000,0x000000004a2d0000)]
0x000000002d618000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_drp_1939730990884718592_default_datacenter_drp housekeeper" daemon [_thread_blocked, id=10384, stack(0x000000004a0d0000,0x000000004a1d0000)]
0x000000002d617000 JavaThread "pool-create-datasource-thread-1" daemon [_thread_blocked, id=28624, stack(0x0000000045420000,0x0000000045520000)]
0x000000002d61a800 JavaThread "PKTempTableClearService-worker-Thread-2/traceId:7e2fe066bd769228/time:1714978270956" daemon [_thread_blocked, id=19532, stack(0x0000000043180000,0x0000000043280000)]
0x000000002d616800 JavaThread "PKTempTableClearService-worker-Thread-1/traceId:d0d3e2c3f7076164/time:1714978270906" daemon [_thread_blocked, id=15728, stack(0x0000000043080000,0x0000000043180000)]
0x000000002d611000 JavaThread "ISC_TASK_WORKER-1" [_thread_blocked, id=30436, stack(0x0000000033290000,0x0000000033390000)]
0x000000002d612800 JavaThread "ISC_DAEMON_TASK-2" [_thread_blocked, id=28884, stack(0x0000000048240000,0x0000000048340000)]
0x000000002d60d000 JavaThread "ISC_DAEMON_TASK-1" [_thread_blocked, id=7668, stack(0x00000000485d0000,0x00000000486d0000)]
0x000000002c80f800 JavaThread "Curator-PathChildrenCache-18" daemon [_thread_blocked, id=29916, stack(0x00000000484d0000,0x00000000485d0000)]
0x000000002eaed800 JavaThread "BOSSchedule-RetryService/traceId:7ff4ad651aceb509/time:1714978257839" daemon [_thread_blocked, id=27720, stack(0x00000000483d0000,0x00000000484d0000)]
0x000000002960a800 JavaThread "BOSSchedule-Dispatch-Pool-1/traceId:94813405209c7774/time:1714978257839" daemon [_thread_blocked, id=24548, stack(0x0000000047d30000,0x0000000047e30000)]
0x0000000026559800 JavaThread "Schedule-MasterServerStatusFilter-Thread" daemon [_thread_blocked, id=28500, stack(0x0000000044420000,0x0000000044520000)]
0x00000000295c9800 JavaThread "BOSSchedule-ScheduleMonitor/traceId:a5e97f3865a45a6b/time:1714978257168" daemon [_thread_blocked, id=548, stack(0x0000000047720000,0x0000000047820000)]
0x00000000295ca000 JavaThread "Curator-PathChildrenCache-17" daemon [_thread_blocked, id=26216, stack(0x0000000047620000,0x0000000047720000)]
0x00000000295c8800 JavaThread "Curator-PathChildrenCache-16" daemon [_thread_blocked, id=23248, stack(0x0000000046f20000,0x0000000047020000)]
0x00000000295c4000 JavaThread "schedule Executor Resource Manager doClearUp Timer" daemon [_thread_blocked, id=27688, stack(0x0000000046220000,0x0000000046320000)]
0x00000000295c5800 JavaThread "Curator-PathChildrenCache-15" daemon [_thread_blocked, id=25780, stack(0x0000000045520000,0x0000000045620000)]
0x00000000295c6000 JavaThread "ISC_TASK_SCHEDULE-1/traceId:f1166b8ca582e94b/time:1714978256818" [_thread_blocked, id=16252, stack(0x0000000045320000,0x0000000045420000)]
0x00000000295bc000 JavaThread "RedisIndicatorScheduled-%d" daemon [_thread_blocked, id=31344, stack(0x0000000044d20000,0x0000000044e20000)]
0x00000000295c7000 JavaThread "KD_ExecutorServiceDaemo/traceId:1d53e26db3b9a868/time:1714978256190" daemon [_thread_blocked, id=26904, stack(0x0000000045820000,0x0000000045920000)]
0x00000000295cb000 JavaThread "BOSSchedule-ServiceDaemo/traceId:3b88ce6be2983d01/time:1714978256126" daemon [_thread_blocked, id=15448, stack(0x0000000047a30000,0x0000000047b30000)]
0x00000000295bd800 JavaThread "Curator-LeaderSelector-0//time:1714978256193" daemon [_thread_blocked, id=24016, stack(0x0000000047930000,0x0000000047a30000)]
0x00000000295c4800 JavaThread "BOSSchedule-TraceLogHandler-1/traceId:28245fd296acc929/time:1714978254845" daemon [_thread_blocked, id=22872, stack(0x0000000047120000,0x0000000047220000)]
0x00000000295bc800 JavaThread "BOSSchedule-ObservableDataFilter-TaskTrace-Thread/traceId:92628b504fa65177/time:1714978254844" daemon [_thread_blocked, id=31364, stack(0x0000000047020000,0x0000000047120000)]
0x00000000295be800 JavaThread "BOSSchedule-ObservableDataFilter-Thread/traceId:ab52e8e1a2c02479/time:1714978254756" daemon [_thread_blocked, id=24332, stack(0x00000000007d0000,0x00000000008d0000)]
0x00000000295c3000 JavaThread "Timer-2" [_thread_blocked, id=27736, stack(0x0000000042e80000,0x0000000042f80000)]
0x00000000295c0000 JavaThread "PKTempTableClearService/traceId:ef79c8d9bd4ffc03/time:1714978270645" daemon [_thread_blocked, id=29212, stack(0x0000000045f20000,0x0000000046020000)]
0x00000000295bf000 JavaThread "PKTempTableDropRetryService/traceId:4d754e54459455fc/time:1714978270707" daemon [_thread_blocked, id=30548, stack(0x0000000045e20000,0x0000000045f20000)]
0x00000000295c1800 JavaThread "PKTempTableAsyncDropService/traceId:472a9fcea2b25749/time:1714978271357" daemon [_thread_blocked, id=24264, stack(0x0000000045d20000,0x0000000045e20000)]
0x0000000029607000 JavaThread "RedisCompeteElector-kd.bos.db.pktemptable.service.PKTempTableClearService" [_thread_blocked, id=19664, stack(0x0000000045c20000,0x0000000045d20000)]
0x00000000295fe000 JavaThread "PKTempTableUseTimeoutCheckService/traceId:ea4023e07d206676/time:1714978250693" daemon [_thread_blocked, id=13744, stack(0x0000000045b20000,0x0000000045c20000)]
0x000000002655a800 JavaThread "PKTempTableProducerServiceThread-2/traceId:8debd1c448a74abc/time:1714978271700" daemon [_thread_blocked, id=13676, stack(0x0000000045a20000,0x0000000045b20000)]
0x0000000026559000 JavaThread "PKTempTableProducerServiceThread-1/traceId:10bba0bf30f13492/time:1714978271746" daemon [_thread_blocked, id=14856, stack(0x0000000045920000,0x0000000045a20000)]
0x000000002654f800 JavaThread "SessionIdRecyleManager" [_thread_blocked, id=24292, stack(0x0000000045220000,0x0000000045320000)]
0x0000000026556800 JavaThread "RedisCompeteElector-SessionManagerService_elector" [_thread_blocked, id=10680, stack(0x0000000045120000,0x0000000045220000)]
0x0000000026554000 JavaThread "ExtClassLoaderMonitor" daemon [_thread_blocked, id=31644, stack(0x0000000045020000,0x0000000045120000)]
0x0000000026555800 JavaThread "pool-30-thread-1" [_thread_blocked, id=15248, stack(0x0000000044f20000,0x0000000045020000)]
0x0000000026555000 JavaThread "RedisCompeteElector-RedisBackendCheckServiceredis:10.157.226.17:6379" [_thread_blocked, id=26308, stack(0x0000000042c80000,0x0000000042d80000)]
0x000000002654c800 JavaThread "DtsUpgradeService/traceId:965bf217926b422f/time:1714978250121" [_thread_blocked, id=31140, stack(0x0000000044e20000,0x0000000044f20000)]
0x0000000026551000 JavaThread "RedisCompeteElector-dts" [_thread_blocked, id=23096, stack(0x0000000044b20000,0x0000000044c20000)]
0x0000000026553800 JavaThread "pool-29-thread-1" [_thread_blocked, id=29084, stack(0x0000000044c20000,0x0000000044d20000)]
0x0000000026552800 JavaThread "DTSMonitor-CheckAndModifyTask-" daemon [_thread_blocked, id=30016, stack(0x0000000044a20000,0x0000000044b20000)]
0x0000000026550000 JavaThread "pool-28-thread-3" [_thread_blocked, id=29120, stack(0x0000000044920000,0x0000000044a20000)]
0x0000000026552000 JavaThread "pool-28-thread-2" [_thread_blocked, id=30032, stack(0x0000000044820000,0x0000000044920000)]
0x000000002654d000 JavaThread "pool-28-thread-1" [_thread_blocked, id=19680, stack(0x0000000044520000,0x0000000044620000)]
0x000000002960b000 JavaThread "mqchannelmonitor-clean" daemon [_thread_blocked, id=22740, stack(0x0000000040b70000,0x0000000040c70000)]
=>0x0000000029601000 JavaThread "mmc-phm-regist-service-worker/traceId:8e5c08b420fe32c6/time:1714978249652" [_thread_in_vm, id=9560, stack(0x0000000044620000,0x0000000044720000)]
0x00000000295fe800 JavaThread "AppStarter-kd.ebg.aqap.mservice.boot.appstarter.EBGAppStarter/traceId:f414ddce0c955c37/time:1714978249634" [_thread_in_vm, id=24912, stack(0x0000000042f80000,0x0000000043080000)]
0x0000000029600000 JavaThread "DLockCleanThread" daemon [_thread_blocked, id=18036, stack(0x000000003f880000,0x000000003f980000)]
0x00000000295ff800 JavaThread "RedisCompeteElector-DLock.clean_elector" [_thread_blocked, id=31720, stack(0x000000003f780000,0x000000003f880000)]
0x00000000295fd000 JavaThread "full gc callback" [_thread_blocked, id=30064, stack(0x000000003f680000,0x000000003f780000)]
0x0000000029603800 JavaThread "nodehealth-report" daemon [_thread_blocked, id=31136, stack(0x000000003f580000,0x000000003f680000)]
0x0000000029602800 JavaThread "HealthStatus-Daemon" daemon [_thread_blocked, id=12940, stack(0x000000003f480000,0x000000003f580000)]
0x0000000029604000 JavaThread "QueueMetaManager Scheduled" daemon [_thread_blocked, id=29296, stack(0x000000003e340000,0x000000003e440000)]
0x0000000029602000 JavaThread "RedisCompeteElector-SequentialQueueElect_hbpm" [_thread_blocked, id=7348, stack(0x000000003e240000,0x000000003e340000)]
0x00000000295fc800 JavaThread "RedisCompeteElector-SequentialQueueElect_hbjm" [_thread_blocked, id=25016, stack(0x000000003e140000,0x000000003e240000)]
0x000000002c80e000 JavaThread "RedisCompeteElector-SequentialQueueElect_haos" [_thread_blocked, id=10160, stack(0x000000003e040000,0x000000003e140000)]
0x000000002f081800 JavaThread "RedisCompeteElector-SequentialQueueElect_hrcs" [_thread_blocked, id=29912, stack(0x000000003df40000,0x000000003e040000)]
0x000000002c612000 JavaThread "QueueFake-Counsume-1" [_thread_blocked, id=28032, stack(0x000000003ca50000,0x000000003cb50000)]
0x000000002aa35800 JavaThread "QingProfiler-thread-1" [_thread_blocked, id=13864, stack(0x000000003c550000,0x000000003c650000)]
0x000000002aa34800 JavaThread "Curator-TreeCache-0" daemon [_thread_blocked, id=28956, stack(0x000000003c450000,0x000000003c550000)]
0x000000002aa33000 JavaThread "Curator-PathChildrenCache-14" daemon [_thread_blocked, id=22552, stack(0x000000003c2a0000,0x000000003c3a0000)]
0x000000002aa33800 JavaThread "Curator-Framework-0" daemon [_thread_blocked, id=29964, stack(0x000000003c1a0000,0x000000003c2a0000)]
0x000000002aa32000 JavaThread "main-EventThread" daemon [_thread_blocked, id=25104, stack(0x000000003c0a0000,0x000000003c1a0000)]
0x000000002aa29800 JavaThread "main-SendThread(10.157.226.17:2181)" daemon [_thread_in_native, id=27820, stack(0x000000003b0a0000,0x000000003b1a0000)]
0x000000002aa2c800 JavaThread "Curator-ConnectionStateManager-0" daemon [_thread_blocked, id=29744, stack(0x000000003a6a0000,0x000000003a7a0000)]
0x000000002aa2a800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=27716, stack(0x000000003bfa0000,0x000000003c0a0000)]
0x000000002aa31800 JavaThread "RMI RenewClean-[2.0.0.1:56380]" daemon [_thread_blocked, id=30732, stack(0x000000003bea0000,0x000000003bfa0000)]
0x000000002aa30800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=29788, stack(0x000000003bda0000,0x000000003bea0000)]
0x000000002aa28800 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=31408, stack(0x000000003bca0000,0x000000003bda0000)]
0x000000002aa30000 JavaThread "GC Daemon" daemon [_thread_blocked, id=29828, stack(0x000000003bba0000,0x000000003bca0000)]
0x000000002aa28000 JavaThread "RMI Reaper" [_thread_blocked, id=28144, stack(0x000000003baa0000,0x000000003bba0000)]
0x000000002aa2f000 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=7724, stack(0x000000003b9a0000,0x000000003baa0000)]
0x000000002aa27000 JavaThread "RMI TCP Accept-9536" daemon [_thread_in_native, id=7972, stack(0x000000003b8a0000,0x000000003b9a0000)]
0x000000002aa2e000 JavaThread "Timer-1" [_thread_blocked, id=29112, stack(0x000000003b1a0000,0x000000003b2a0000)]
0x000000002aa2d800 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_meta_1939730990884718592_default_datacenter_meta housekeeper" daemon [_thread_blocked, id=24908, stack(0x000000003ada0000,0x000000003aea0000)]
0x000000002aa2b000 JavaThread "aurogp_jdbc_ksql_org_postgresql_driver_dbtype_postgresql_jdbc_postgresql___10_157_226_19_5432_default_datacenter_sys_1939730990884718592_default_datacenter_sys housekeeper" daemon [_thread_blocked, id=31292, stack(0x000000003aca0000,0x000000003ada0000)]
0x000000002c80e800 JavaThread "PostgreSQL-JDBC-SharedTimer-6" daemon [_thread_blocked, id=31696, stack(0x000000003aba0000,0x000000003aca0000)]
0x000000002f081000 JavaThread "Thread-34/traceId:963698669f04123c/time:1714978236394" daemon [_thread_blocked, id=29160, stack(0x000000003a8a0000,0x000000003a9a0000)]
0x000000002f080000 JavaThread "pool-create-datasource-thread-0" [_thread_blocked, id=28692, stack(0x000000003a7a0000,0x000000003a8a0000)]
0x000000002f07f800 JavaThread "Curator-PathChildrenCache-13" daemon [_thread_blocked, id=30476, stack(0x000000003a5a0000,0x000000003a6a0000)]
0x000000002f083000 JavaThread "dubbo-remoting-server-heartbeat-thread-1" daemon [_thread_blocked, id=27460, stack(0x000000003a4a0000,0x000000003a5a0000)]
0x000000002f082800 JavaThread "NettyServerBoss-1-1" daemon [_thread_in_native, id=23272, stack(0x0000000033190000,0x0000000033290000)]
0x000000002f07e800 JavaThread "Curator-PathChildrenCache-12" daemon [_thread_blocked, id=28736, stack(0x0000000039ba0000,0x0000000039ca0000)]
0x000000002f07c000 JavaThread "RedisCompeteElector-DubboHealthManager" [_thread_blocked, id=27780, stack(0x0000000039aa0000,0x0000000039ba0000)]
0x000000002f07d800 JavaThread "DubboRegisterMonitor" [_thread_blocked, id=31516, stack(0x00000000399a0000,0x0000000039aa0000)]
0x000000002f07d000 JavaThread "Curator-Framework-0" daemon [_thread_blocked, id=31412, stack(0x00000000398a0000,0x00000000399a0000)]
0x000000002c126000 JavaThread "main-EventThread" daemon [_thread_blocked, id=16276, stack(0x00000000397a0000,0x00000000398a0000)]
0x000000002c123000 JavaThread "main-SendThread(10.157.226.17:2181)" daemon [_thread_in_native, id=30388, stack(0x00000000396a0000,0x00000000397a0000)]
0x000000002c124000 JavaThread "Curator-ConnectionStateManager-0" daemon [_thread_blocked, id=26124, stack(0x00000000395a0000,0x00000000396a0000)]
0x000000002c121800 JavaThread "MonitorRegistryServcie-2" [_thread_blocked, id=27244, stack(0x00000000394a0000,0x00000000395a0000)]
0x000000002c125800 JavaThread "MonitorRegistryServcie-1" [_thread_blocked, id=31456, stack(0x00000000393a0000,0x00000000394a0000)]
0x000000002c124800 JavaThread "Thread-27" [_thread_in_native, id=27444, stack(0x00000000392a0000,0x00000000393a0000)]
0x000000002c120800 JavaThread "ESStats-collector" daemon [_thread_blocked, id=28440, stack(0x00000000391a0000,0x00000000392a0000)]
0x000000002c122800 JavaThread "JVMsnapshot-collector" daemon [_thread_blocked, id=22976, stack(0x00000000390a0000,0x00000000391a0000)]
0x000000002c119000 JavaThread "server-timer" daemon [_thread_blocked, id=28628, stack(0x0000000038fa0000,0x00000000390a0000)]
0x000000002c120000 JavaThread "HistoricalDataClearService" [_thread_blocked, id=30644, stack(0x0000000038ca0000,0x0000000038da0000)]
0x000000002c11f000 JavaThread "elasticsearch[scheduler][T#1]" daemon [_thread_blocked, id=28316, stack(0x0000000038ba0000,0x0000000038ca0000)]
0x000000002c117800 JavaThread "I/O dispatcher 4" [_thread_in_native, id=25148, stack(0x0000000038aa0000,0x0000000038ba0000)]
0x000000002c11e800 JavaThread "I/O dispatcher 3" [_thread_in_native, id=14972, stack(0x00000000389a0000,0x0000000038aa0000)]
0x000000002c11d800 JavaThread "pool-10-thread-1" [_thread_in_native, id=26716, stack(0x00000000388a0000,0x00000000389a0000)]
0x000000002c118000 JavaThread "Curator-PathChildrenCache-11" daemon [_thread_blocked, id=19192, stack(0x00000000387a0000,0x00000000388a0000)]
0x000000002c11d000 JavaThread "ClusterAppidsService-1" [_thread_blocked, id=16552, stack(0x00000000386a0000,0x00000000387a0000)]
0x000000002c11c000 JavaThread "Curator-PathChildrenCache-10" daemon [_thread_blocked, id=29868, stack(0x0000000038470000,0x0000000038570000)]
0x000000002c11a800 JavaThread "Session-HouseKeeper-6313b441-1" [_thread_blocked, id=1512, stack(0x00000000385a0000,0x00000000386a0000)]
0x000000002c11b000 JavaThread "http-request-pool-87" [_thread_blocked, id=14460, stack(0x0000000038170000,0x0000000038270000)]
0x000000002c119800 JavaThread "http-request-pool-86" [_thread_blocked, id=31728, stack(0x0000000038070000,0x0000000038170000)]
0x000000002c815800 JavaThread "http-request-pool-85" [_thread_blocked, id=2632, stack(0x0000000037f70000,0x0000000038070000)]
0x000000002c815000 JavaThread "http-request-pool-84-acceptor-0@18711946-ServerConnector@5c080ef3{HTTP/1.1, (http/1.1)}{0.0.0.0:8881}" [_thread_in_native, id=15476, stack(0x0000000037e70000,0x0000000037f70000)]
0x000000002c813800 JavaThread "http-request-pool-83" [_thread_in_native, id=28196, stack(0x0000000037d70000,0x0000000037e70000)]
0x000000002c819800 JavaThread "http-request-pool-82" [_thread_in_native, id=26072, stack(0x0000000037c70000,0x0000000037d70000)]
0x000000002c81a800 JavaThread "http-request-pool-81" [_thread_in_native, id=14224, stack(0x0000000037b70000,0x0000000037c70000)]
0x000000002c819000 JavaThread "http-request-pool-80" [_thread_in_native, id=14748, stack(0x0000000037970000,0x0000000037a70000)]
0x000000002c81b000 JavaThread "RedisCompeteElector-OnlineSessionCollectElect" [_thread_blocked, id=14664, stack(0x0000000037a70000,0x0000000037b70000)]
0x000000002c61a000 JavaThread "Curator-PathChildrenCache-9" daemon [_thread_blocked, id=24052, stack(0x0000000037670000,0x0000000037770000)]
0x000000002c617800 JavaThread "Armor-metrics-record-task-thread-1" daemon [_thread_blocked, id=9924, stack(0x0000000037570000,0x0000000037670000)]
0x000000002c617000 JavaThread "Curator-PathChildrenCache-8" daemon [_thread_blocked, id=29240, stack(0x0000000037470000,0x0000000037570000)]
0x000000002c619800 JavaThread "elasticsearch[scheduler][T#1]" daemon [_thread_blocked, id=14912, stack(0x0000000034090000,0x0000000034190000)]
0x000000002c616000 JavaThread "Thread-13" daemon [_thread_blocked, id=30608, stack(0x0000000035990000,0x0000000035a90000)]
0x000000002c618800 JavaThread "ID-ClockCheck-Worker-12" daemon [_thread_blocked, id=26800, stack(0x0000000033c90000,0x0000000033d90000)]
0x000000002c614800 JavaThread "ID-ClockCheck-Worker-11" daemon [_thread_blocked, id=31640, stack(0x0000000033090000,0x0000000033190000)]
0x000000002c61b000 JavaThread "I/O dispatcher 2" [_thread_in_native, id=24412, stack(0x0000000035890000,0x0000000035990000)]
0x000000002c60e800 JavaThread "I/O dispatcher 1" [_thread_in_native, id=25608, stack(0x0000000033f90000,0x0000000034090000)]
0x000000002c615800 JavaThread "pool-6-thread-1" [_thread_in_native, id=27416, stack(0x0000000033e90000,0x0000000033f90000)]
0x000000002c60d800 JavaThread "jedisFakeEhcacheTimerExpier" [_thread_blocked, id=31652, stack(0x0000000035590000,0x0000000035690000)]
0x000000002c60c800 JavaThread "Timer-0" daemon [_thread_blocked, id=27624, stack(0x0000000033d90000,0x0000000033e90000)]
0x000000002c614000 JavaThread "PostgreSQL-JDBC-Cleaner" daemon [_thread_blocked, id=27376, stack(0x0000000035490000,0x0000000035590000)]
0x000000002c610000 JavaThread "Curator-PathChildrenCache-7" daemon [_thread_blocked, id=25736, stack(0x0000000035190000,0x0000000035290000)]
0x000000002c60c000 JavaThread "kafka-producer-network-thread | producer-1" daemon [_thread_in_native, id=25412, stack(0x0000000035090000,0x0000000035190000)]
0x000000002c610800 JavaThread "Curator-SafeNotifyService-0" daemon [_thread_blocked, id=31208, stack(0x0000000034d90000,0x0000000034e90000)]
0x000000002c60f000 JavaThread "DbConfigHandler-update-thread-1" [_thread_blocked, id=25616, stack(0x0000000034c90000,0x0000000034d90000)]
0x000000002c613000 JavaThread "Curator-PathChildrenCache-6" daemon [_thread_blocked, id=24704, stack(0x0000000034590000,0x0000000034690000)]
0x000000002c611800 JavaThread "Curator-PathChildrenCache-5" daemon [_thread_blocked, id=24468, stack(0x0000000034490000,0x0000000034590000)]
0x000000002c814000 JavaThread "Curator-PathChildrenCache-4" daemon [_thread_blocked, id=29648, stack(0x0000000034390000,0x0000000034490000)]
0x000000002c818000 JavaThread "APIDataReporter-poll-1" daemon [_thread_blocked, id=26820, stack(0x0000000033b90000,0x0000000033c90000)]
0x000000002c817000 JavaThread "APIDataReporter-poll-0" daemon [_thread_blocked, id=15500, stack(0x0000000033a90000,0x0000000033b90000)]
0x000000002c816800 JavaThread "TopologyReporter-pull-1" daemon [_thread_blocked, id=10720, stack(0x0000000033890000,0x0000000033990000)]
0x000000002c80d000 JavaThread "TopologyReporter-pull-0" daemon [_thread_blocked, id=29580, stack(0x0000000033790000,0x0000000033890000)]
0x000000002c80c000 JavaThread "SwordReport-poll-2" daemon [_thread_blocked, id=30756, stack(0x0000000033690000,0x0000000033790000)]
0x000000002c812800 JavaThread "SwordReport-poll-1" daemon [_thread_blocked, id=28412, stack(0x0000000033590000,0x0000000033690000)]
0x000000002c810000 JavaThread "SwordReport-poll-0" daemon [_thread_blocked, id=15356, stack(0x0000000033490000,0x0000000033590000)]
0x000000002c811800 JavaThread "Cache-Timeout-Daemon_redis:10.157.226.17:6379" [_thread_blocked, id=25156, stack(0x0000000032d90000,0x0000000032e90000)]
0x000000002c811000 JavaThread "pool-5-thread-2" [_thread_blocked, id=28936, stack(0x0000000032c90000,0x0000000032d90000)]
0x000000002eaeb800 JavaThread "pool-5-thread-1" [_thread_blocked, id=31384, stack(0x0000000032b90000,0x0000000032c90000)]
0x000000002eaef000 JavaThread "log-kafka-pull" daemon [_thread_blocked, id=10004, stack(0x0000000032890000,0x0000000032990000)]
0x000000002eaee000 JavaThread "metrics-measurement-reporter-2-thread-1" daemon [_thread_blocked, id=28576, stack(0x0000000032390000,0x0000000032490000)]
0x000000002eae8800 JavaThread "metrics-elasticsearch-report-1-thread-1" daemon [_thread_blocked, id=10880, stack(0x0000000032290000,0x0000000032390000)]
0x000000002eaeb000 JavaThread "metrics-report" daemon [_thread_blocked, id=11700, stack(0x0000000032190000,0x0000000032290000)]
0x000000002eae9800 JavaThread "Curator-PathChildrenCache-3" daemon [_thread_blocked, id=30540, stack(0x000000002d310000,0x000000002d410000)]
0x000000002eae8000 JavaThread "Curator-PathChildrenCache-2" daemon [_thread_blocked, id=25684, stack(0x000000002d210000,0x000000002d310000)]
0x000000002eaec800 JavaThread "Curator-PathChildrenCache-1" daemon [_thread_blocked, id=24044, stack(0x000000002d110000,0x000000002d210000)]
0x00000000308f5000 JavaThread "Curator-PathChildrenCache-0" daemon [_thread_blocked, id=27264, stack(0x000000002ce10000,0x000000002cf10000)]
0x000000002bf98000 JavaThread "Curator-Framework-0" daemon [_thread_blocked, id=27600, stack(0x0000000031c20000,0x0000000031d20000)]
0x000000002a33e000 JavaThread "main-EventThread" daemon [_thread_blocked, id=30356, stack(0x000000002f5b0000,0x000000002f6b0000)]
0x00000000305a5000 JavaThread "main-SendThread(10.157.226.17:2181)" daemon [_thread_in_native, id=28876, stack(0x000000002f4b0000,0x000000002f5b0000)]
0x000000002b396800 JavaThread "Curator-ConnectionStateManager-0" daemon [_thread_blocked, id=28240, stack(0x000000002caf0000,0x000000002cbf0000)]
0x0000000029e45000 JavaThread "TheadEndClear-Daemon" daemon [_thread_blocked, id=26160, stack(0x0000000031e90000,0x0000000031f90000)]
0x00000000305e3000 JavaThread "LogAyncAppender-2" daemon [_thread_blocked, id=30800, stack(0x0000000031d90000,0x0000000031e90000)]
0x0000000030c15000 JavaThread "LogAyncAppender-1" daemon [_thread_blocked, id=26172, stack(0x000000002f930000,0x000000002fa30000)]
0x000000002f12c000 JavaThread "LogAyncAppender-0" daemon [_thread_blocked, id=1628, stack(0x000000002f830000,0x000000002f930000)]
0x000000001e365800 JavaThread "Service Thread" daemon [_thread_blocked, id=13220, stack(0x000000001f110000,0x000000001f210000)]
0x000000001e2e7000 JavaThread "C1 CompilerThread3" daemon [_thread_in_vm, id=22896, stack(0x000000001f010000,0x000000001f110000)]
0x000000001e2e6000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=27044, stack(0x000000001ef10000,0x000000001f010000)]
0x000000001e2d4000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=31228, stack(0x000000001ee10000,0x000000001ef10000)]
0x000000001e2de000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=10992, stack(0x000000001ed10000,0x000000001ee10000)]
0x000000001e2cb000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=30448, stack(0x000000001ec10000,0x000000001ed10000)]
0x000000001e2bc000 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=31472, stack(0x000000001eb10000,0x000000001ec10000)]
0x000000001e2aa000 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=19548, stack(0x000000001ea10000,0x000000001eb10000)]
0x000000001e24c000 JavaThread "Attach Listener" daemon [_thread_blocked, id=9664, stack(0x000000001e910000,0x000000001ea10000)]
0x000000001e24a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=30200, stack(0x000000001e810000,0x000000001e910000)]
0x0000000002b0a000 JavaThread "Finalizer" daemon [_thread_blocked, id=31068, stack(0x000000001e710000,0x000000001e810000)]
0x000000001e230800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8684, stack(0x000000001e610000,0x000000001e710000)]
0x0000000002a13800 JavaThread "main" [_thread_blocked, id=2500, stack(0x00000000024e0000,0x00000000025e0000)]
Other Threads:
0x000000001c448000 VMThread [stack: 0x000000001e110000,0x000000001e210000] [id=25260]
0x000000001e32a800 WatcherThread [stack: 0x000000001f210000,0x000000001f310000] [id=29772]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000000002a11760] CompiledIC_lock - owner thread: 0x000000001e2e7000
OutOfMemory and StackOverflow Exception counts:
OutOfMemoryError java_heap_errors=1
heap address: 0x00000006c3400000, size: 4044 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000
Heap:
PSYoungGen total 1324032K, used 560734K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 43% used [0x000000076bc00000,0x000000078df97ba8,0x00000007ba200000)
from space 39936K, 0% used [0x00000007ba200000,0x00000007ba200000,0x00000007bc900000)
to space 52736K, 0% used [0x00000007bcc80000,0x00000007bcc80000,0x00000007c0000000)
ParOldGen total 444416K, used 84387K [0x00000006c3400000, 0x00000006de600000, 0x000000076bc00000)
object space 444416K, 18% used [0x00000006c3400000,0x00000006c8668f00,0x00000006de600000)
Metaspace used 165759K, capacity 169427K, committed 170072K, reserved 1198080K
class space used 21211K, capacity 22070K, committed 22144K, reserved 1048576K
Card table byte_map: [0x0000000011ed0000,0x00000000126c0000] byte_map_base: 0x000000000e8b6000
Marking Bits: (ParMarkBitMap*) 0x0000000076e1a830
Begin Bits: [0x0000000013410000, 0x0000000017340000)
End Bits: [0x0000000017340000, 0x000000001b270000)
Polling page: 0x0000000000ce0000
CodeCache: size=245760Kb used=30171Kb max_used=30215Kb free=215589Kb
bounds [0x0000000002b10000, 0x00000000048c0000, 0x0000000011b10000]
total_blobs=9149 nmethods=8279 adapters=789
compilation: disabled (not enough contiguous free space left)
Compilation events (10 events):
Event: 77.894 Thread 0x000000001e2e7000 nmethod 9930 0x00000000048a71d0 code [0x00000000048a7320, 0x00000000048a7430]
Event: 77.894 Thread 0x000000001e2e7000 9940 3 org.antlr.v4.runtime.ParserRuleContext::copyFrom (99 bytes)
Event: 77.896 Thread 0x000000001e2e7000 nmethod 9940 0x00000000048a7490 code [0x00000000048a76e0, 0x00000000048a8748]
Event: 77.896 Thread 0x000000001e2e7000 9943 3 kd.bos.orm.impl.ORMConfiguration::isEntryEntityType (32 bytes)
Event: 77.897 Thread 0x000000001e2e7000 nmethod 9943 0x00000000048a8e10 code [0x00000000048a8fa0, 0x00000000048a9458]
Event: 77.897 Thread 0x000000001e2e7000 9944 ! 3 kd.bos.orm.query.EntityItemLazyLoader::load (354 bytes)
Event: 77.902 Thread 0x000000001e2e7000 nmethod 9944 0x00000000048a9590 code [0x00000000048a99e0, 0x00000000048ac3f8]
Event: 77.902 Thread 0x000000001e2e7000 9948 3 com.alibaba.druid.sql.parser.Lexer::nextToken (1524 bytes)
Event: 77.937 Thread 0x000000001e2d4000 nmethod 9919 0x00000000048b13d0 code [0x00000000048b15a0, 0x00000000048b2458]
Event: 77.937 Thread 0x000000001e2d4000 9924 4 com.alibaba.fastjson.parser.JSONLexerBase::scanSymbol (1135 bytes)
GC Heap History (10 events):
Event: 69.682 GC heap before
{Heap before GC invocations=34 (full 4):
PSYoungGen total 1342976K, used 1342783K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1314816K, 100% used [0x000000076bc00000,0x00000007bc000000,0x00000007bc000000)
from space 28160K, 99% used [0x00000007bc000000,0x00000007bdb4ff78,0x00000007bdb80000)
to space 35840K, 0% used [0x00000007bdd00000,0x00000007bdd00000,0x00000007c0000000)
ParOldGen total 346112K, used 50796K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c659b290,0x00000006d8600000)
Metaspace used 148814K, capacity 152061K, committed 153048K, reserved 1183744K
class space used 18840K, capacity 19593K, committed 19712K, reserved 1048576K
Event: 69.708 GC heap after
Heap after GC invocations=34 (full 4):
PSYoungGen total 1336320K, used 30569K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1300480K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007bb200000)
from space 35840K, 85% used [0x00000007bdd00000,0x00000007bfada560,0x00000007c0000000)
to space 39936K, 0% used [0x00000007bb200000,0x00000007bb200000,0x00000007bd900000)
ParOldGen total 346112K, used 50804K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c659d290,0x00000006d8600000)
Metaspace used 148814K, capacity 152061K, committed 153048K, reserved 1183744K
class space used 18840K, capacity 19593K, committed 19712K, reserved 1048576K
}
Event: 71.598 GC heap before
{Heap before GC invocations=35 (full 4):
PSYoungGen total 1336320K, used 1331049K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1300480K, 100% used [0x000000076bc00000,0x00000007bb200000,0x00000007bb200000)
from space 35840K, 85% used [0x00000007bdd00000,0x00000007bfada560,0x00000007c0000000)
to space 39936K, 0% used [0x00000007bb200000,0x00000007bb200000,0x00000007bd900000)
ParOldGen total 346112K, used 50804K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c659d290,0x00000006d8600000)
Metaspace used 154162K, capacity 157435K, committed 158424K, reserved 1187840K
class space used 19697K, capacity 20464K, committed 20480K, reserved 1048576K
Event: 71.624 GC heap after
Heap after GC invocations=35 (full 4):
PSYoungGen total 1334784K, used 33966K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1300480K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007bb200000)
from space 34304K, 99% used [0x00000007bb200000,0x00000007bd32bbb8,0x00000007bd380000)
to space 44032K, 0% used [0x00000007bd500000,0x00000007bd500000,0x00000007c0000000)
ParOldGen total 346112K, used 50812K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c659f290,0x00000006d8600000)
Metaspace used 154162K, capacity 157435K, committed 158424K, reserved 1187840K
class space used 19697K, capacity 20464K, committed 20480K, reserved 1048576K
}
Event: 73.442 GC heap before
{Heap before GC invocations=36 (full 4):
PSYoungGen total 1334784K, used 1334446K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1300480K, 100% used [0x000000076bc00000,0x00000007bb200000,0x00000007bb200000)
from space 34304K, 99% used [0x00000007bb200000,0x00000007bd32bbb8,0x00000007bd380000)
to space 44032K, 0% used [0x00000007bd500000,0x00000007bd500000,0x00000007c0000000)
ParOldGen total 346112K, used 50812K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c659f290,0x00000006d8600000)
Metaspace used 158294K, capacity 161635K, committed 162776K, reserved 1191936K
class space used 20396K, capacity 21178K, committed 21248K, reserved 1048576K
Event: 73.479 GC heap after
Heap after GC invocations=36 (full 4):
PSYoungGen total 1328128K, used 36213K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007ba200000)
from space 44032K, 82% used [0x00000007bd500000,0x00000007bf85d740,0x00000007c0000000)
to space 48128K, 0% used [0x00000007ba200000,0x00000007ba200000,0x00000007bd100000)
ParOldGen total 346112K, used 50820K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c65a1290,0x00000006d8600000)
Metaspace used 158294K, capacity 161635K, committed 162776K, reserved 1191936K
class space used 20396K, capacity 21178K, committed 21248K, reserved 1048576K
}
Event: 75.388 GC heap before
{Heap before GC invocations=37 (full 4):
PSYoungGen total 1328128K, used 1042037K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 78% used [0x000000076bc00000,0x00000007a9240060,0x00000007ba200000)
from space 44032K, 82% used [0x00000007bd500000,0x00000007bf85d740,0x00000007c0000000)
to space 48128K, 0% used [0x00000007ba200000,0x00000007ba200000,0x00000007bd100000)
ParOldGen total 346112K, used 50820K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c65a1290,0x00000006d8600000)
Metaspace used 159866K, capacity 163255K, committed 163928K, reserved 1191936K
class space used 20589K, capacity 21368K, committed 21376K, reserved 1048576K
Event: 75.424 GC heap after
Heap after GC invocations=37 (full 4):
PSYoungGen total 1324032K, used 39896K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007ba200000)
from space 39936K, 99% used [0x00000007ba200000,0x00000007bc8f6040,0x00000007bc900000)
to space 52736K, 0% used [0x00000007bcc80000,0x00000007bcc80000,0x00000007c0000000)
ParOldGen total 346112K, used 50828K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c65a3290,0x00000006d8600000)
Metaspace used 159866K, capacity 163255K, committed 163928K, reserved 1191936K
class space used 20589K, capacity 21368K, committed 21376K, reserved 1048576K
}
Event: 75.424 GC heap before
{Heap before GC invocations=38 (full 5):
PSYoungGen total 1324032K, used 39896K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007ba200000)
from space 39936K, 99% used [0x00000007ba200000,0x00000007bc8f6040,0x00000007bc900000)
to space 52736K, 0% used [0x00000007bcc80000,0x00000007bcc80000,0x00000007c0000000)
ParOldGen total 346112K, used 50828K [0x00000006c3400000, 0x00000006d8600000, 0x000000076bc00000)
object space 346112K, 14% used [0x00000006c3400000,0x00000006c65a3290,0x00000006d8600000)
Metaspace used 159866K, capacity 163255K, committed 163928K, reserved 1191936K
class space used 20589K, capacity 21368K, committed 21376K, reserved 1048576K
Event: 75.808 GC heap after
Heap after GC invocations=38 (full 5):
PSYoungGen total 1324032K, used 0K [0x000000076bc00000, 0x00000007c0000000, 0x00000007c0000000)
eden space 1284096K, 0% used [0x000000076bc00000,0x000000076bc00000,0x00000007ba200000)
from space 39936K, 0% used [0x00000007ba200000,0x00000007ba200000,0x00000007bc900000)
to space 52736K, 0% used [0x00000007bcc80000,0x00000007bcc80000,0x00000007c0000000)
ParOldGen total 444416K, used 84387K [0x00000006c3400000, 0x00000006de600000, 0x000000076bc00000)
object space 444416K, 18% used [0x00000006c3400000,0x00000006c8668f00,0x00000006de600000)
Metaspace used 159849K, capacity 163225K, committed 163928K, reserved 1191936K
class space used 20586K, capacity 21363K, committed 21376K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 76.800 Thread 0x0000000029608000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000047c0a6c method=kd.bos.dataentity.serialization.DcJsonSerializerReaderImplement.doSimplePropertyAction(Ljava/lang/Object;Ljava/lang/String;Lkd/bos/dataentity/metadata/ISimpleProperty;Lj
Event: 76.800 Thread 0x0000000029608000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000047c0a6c method=kd.bos.dataentity.serialization.DcJsonSerializerReaderImplement.doSimplePropertyAction(Ljava/lang/Object;Ljava/lang/String;Lkd/bos/dataentity/metadata/ISimpleProperty;Lj
Event: 76.800 Thread 0x0000000029608000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000047c0a6c method=kd.bos.dataentity.serialization.DcJsonSerializerReaderImplement.doSimplePropertyAction(Ljava/lang/Object;Ljava/lang/String;Lkd/bos/dataentity/metadata/ISimpleProperty;Lj
Event: 76.802 Thread 0x0000000029608000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000400b36c method=com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Single.serializerFor(Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/JsonSerializer; @ 5
Event: 77.083 Thread 0x0000000029601000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004813880 method=org.antlr.v4.runtime.atn.SingletonPredictionContext.equals(Ljava/lang/Object;)Z @ 8
Event: 77.094 Thread 0x0000000029609000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004813880 method=org.antlr.v4.runtime.atn.SingletonPredictionContext.equals(Ljava/lang/Object;)Z @ 8
Event: 77.094 Thread 0x0000000026557800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004813880 method=org.antlr.v4.runtime.atn.SingletonPredictionContext.equals(Ljava/lang/Object;)Z @ 8
Event: 77.094 Thread 0x0000000029609000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004813880 method=org.antlr.v4.runtime.atn.SingletonPredictionContext.equals(Ljava/lang/Object;)Z @ 8
Event: 77.094 Thread 0x0000000029601000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000004813880 method=org.antlr.v4.runtime.atn.SingletonPredictionContext.equals(Ljava/lang/Object;)Z @ 8
Event: 77.955 Thread 0x000000002fba2800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003e0d36c method=com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap$Single.serializerFor(Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/JsonSerializer; @ 5
Classes redefined (0 events):
No events
Internal exceptions (10 events):
Event: 78.026 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d453bd0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.026 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d453fc8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.039 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d6a18b8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.039 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d6a1cb0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.040 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d81e7a8) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.040 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d81eba0) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.040 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d820420) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.040 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d820818) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.041 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d83c970) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Event: 78.041 Thread 0x00000000295fe800 Exception <a 'java/security/PrivilegedActionException'> (0x000000078d83cd68) thrown at [C:\wsjdk\Corretto8Src\installers\windows\zip\corretto-build\buildRoot\src\hotspot\src\share\vm\prims\jvm.cpp, line 1522]
Events (10 events):
Event: 78.040 Thread 0x00000000295fe800 DEOPT PACKING pc=0x0000000002ebe1f0 sp=0x000000004307d0f0
Event: 78.040 Thread 0x00000000295fe800 DEOPT UNPACKING pc=0x0000000002b575d0 sp=0x000000004307ce18 mode 1
Event: 78.041 Thread 0x00000000295fe800 DEOPT PACKING pc=0x0000000003991634 sp=0x000000004307c430
Event: 78.041 loading class kd/bos/orm/dataentity/QuickRowSetCallBack
Event: 78.041 loading class kd/bos/orm/dataentity/QuickRowSetCallBack done
Event: 78.041 Thread 0x00000000295fe800 DEOPT UNPACKING pc=0x0000000002b575d0 sp=0x000000004307c168 mode 1
Event: 78.041 Thread 0x00000000295fe800 DEOPT PACKING pc=0x0000000004693ba8 sp=0x000000004307c510
Event: 78.041 Thread 0x00000000295fe800 DEOPT UNPACKING pc=0x0000000002b575d0 sp=0x000000004307c1e0 mode 1
Event: 78.042 Thread 0x00000000295fe800 DEOPT PACKING pc=0x0000000002ebe1f0 sp=0x000000004307d0f0
Event: 78.042 Thread 0x00000000295fe800 DEOPT UNPACKING pc=0x0000000002b575d0 sp=0x000000004307ce18 mode 1
Dynamic libraries:
0x00007ff6bb8f0000 - 0x00007ff6bb925000 C:\Users\28160\.jdks\corretto-1.8.0_275\bin\java.exe
0x00007ffc8e030000 - 0x00007ffc8e228000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffc8c7d0000 - 0x00007ffc8c88d000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffc8bb60000 - 0x00007ffc8be56000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffc8cf40000 - 0x00007ffc8cff0000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffc8c0c0000 - 0x00007ffc8c15e000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffc8cd60000 - 0x00007ffc8ce00000 C:\WINDOWS\System32\sechost.dll
0x00007ffc8dd10000 - 0x00007ffc8de33000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffc8b6e0000 - 0x00007ffc8b707000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffc8d0f0000 - 0x00007ffc8d28f000 C:\WINDOWS\System32\USER32.dll
0x00007ffc8ba10000 - 0x00007ffc8ba32000 C:\WINDOWS\System32\win32u.dll
0x00007ffc8cff0000 - 0x00007ffc8d01b000 C:\WINDOWS\System32\GDI32.dll
0x00007ffc8ba40000 - 0x00007ffc8bb57000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffc8b810000 - 0x00007ffc8b8ad000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffc8b710000 - 0x00007ffc8b810000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffc792f0000 - 0x00007ffc7958a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.3636_none_60b6a03d71f818d5\COMCTL32.dll
0x00007ffc8d0b0000 - 0x00007ffc8d0e2000 C:\WINDOWS\System32\IMM32.DLL
0x0000000077680000 - 0x0000000077752000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\msvcr100.dll
0x00000000765e0000 - 0x0000000076e9c000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\server\jvm.dll
0x00007ffc8dd00000 - 0x00007ffc8dd08000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffc724a0000 - 0x00007ffc724a9000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffc84cf0000 - 0x00007ffc84cfa000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffc8dc90000 - 0x00007ffc8dcfb000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffc79740000 - 0x00007ffc79767000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffc867c0000 - 0x00007ffc867cf000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\verify.dll
0x00007ffc5aef0000 - 0x00007ffc5af19000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\java.dll
0x00007ffc74180000 - 0x00007ffc741b5000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\jdwp.dll
0x00007ffc7d650000 - 0x00007ffc7d658000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\npt.dll
0x00007ffc72ae0000 - 0x00007ffc72af6000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\zip.dll
0x00007ffc8d290000 - 0x00007ffc8d9fb000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffc89750000 - 0x00007ffc89eee000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffc8c340000 - 0x00007ffc8c693000 C:\WINDOWS\System32\combase.dll
0x00007ffc8b110000 - 0x00007ffc8b13e000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffc8ce70000 - 0x00007ffc8cf3d000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffc8c160000 - 0x00007ffc8c20d000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffc8dc30000 - 0x00007ffc8dc85000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffc8b610000 - 0x00007ffc8b633000 C:\WINDOWS\SYSTEM32\profapi.dll
0x00007ffc7cfd0000 - 0x00007ffc7cfd9000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\dt_socket.dll
0x00007ffc8ae70000 - 0x00007ffc8aeda000 C:\WINDOWS\system32\mswsock.dll
0x00007ffc70b70000 - 0x00007ffc70b8b000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\net.dll
0x00007ffc8ab00000 - 0x00007ffc8ab3b000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffc8c7c0000 - 0x00007ffc8c7c8000 C:\WINDOWS\System32\NSI.dll
0x00007ffc82df0000 - 0x00007ffc82e07000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc82fe0000 - 0x00007ffc82ffd000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffc8ab50000 - 0x00007ffc8ac1b000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffc65c70000 - 0x00007ffc65ca3000 C:\Program Files (x86)\Sangfor\SSL\ClientComponent\46_SangforNspX64.dll
0x00007ffc8da00000 - 0x00007ffc8db2b000 C:\WINDOWS\System32\ole32.dll
0x00007ffc840e0000 - 0x00007ffc840ea000 C:\Windows\System32\rasadhlp.dll
0x00007ffc7df40000 - 0x00007ffc7dfc0000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffc8b070000 - 0x00007ffc8b088000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffc8a720000 - 0x00007ffc8a754000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffc8b5d0000 - 0x00007ffc8b5fe000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffc8bf10000 - 0x00007ffc8bf92000 C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ffc8b060000 - 0x00007ffc8b06c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffc6ad10000 - 0x00007ffc6ad22000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\nio.dll
0x00007ffc59ae0000 - 0x00007ffc59b04000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\sunec.dll
0x00007ffc7cf70000 - 0x00007ffc7cf7c000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\sunmscapi.dll
0x00007ffc8b8b0000 - 0x00007ffc8ba0e000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffc8b180000 - 0x00007ffc8b1a8000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffc8b140000 - 0x00007ffc8b17b000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffc63630000 - 0x00007ffc63647000 C:\WINDOWS\system32\napinsp.dll
0x00007ffc63610000 - 0x00007ffc6362b000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffc86100000 - 0x00007ffc86115000 C:\WINDOWS\system32\wshbth.dll
0x00007ffc865d0000 - 0x00007ffc865ed000 C:\WINDOWS\system32\NLAapi.dll
0x00007ffc635f0000 - 0x00007ffc63602000 C:\WINDOWS\System32\winrnr.dll
0x00007ffc7ae60000 - 0x00007ffc7ae6d000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\management.dll
0x00007ffc70b20000 - 0x00007ffc70b69000 C:\WINDOWS\SYSTEM32\pdh.dll
0x00007ffc7ae30000 - 0x00007ffc7ae3f000 C:\WINDOWS\System32\perfproc.dll
0x00007ffc510a0000 - 0x00007ffc510af000 C:\WINDOWS\System32\perfos.dll
0x00007ffc596b0000 - 0x00007ffc596d3000 C:\Users\28160\.jdks\corretto-1.8.0_275\jre\bin\instrument.dll
VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,server=n,suspend=y,address=127.0.0.1:56172 -Dfile.encoding=GBK -Duser.country=CN -Duser.language=zh -Duser.variant
java_command: shkd.cosmic.debug.DebugApplication
java_class_path (initial): C:\Users\28160\.gradle\.tmp\gradle-javaexec-classpath1691205606270448800.jar
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=D:\jdk\jdk1.8.0_171
CLASSPATH=.;D:\jdk\jdk1.8.0_171\lib;D:\jdk\jdk1.8.0_171\lib\tools.jar
PATH=D:\jdk\jdk1.8.0_171\bin;C:\Program Files (x86)\Common Files\NetSarang;C:\Program Files\MySQL\MySQL Server 5.7\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;D:\java\apache-maven-3.6.3\bin;D:\nvm;C:\Program Files\nodejs;C:\Program Files\nodejs\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\sqlServer2012\sqlServer1\110\DTS\Binn\;D:\sqlServer2012\sqlServer2\110\Tools\Binn\;D:\sqlServer2012\sqlServer1\110\Tools\Binn\;D:\sqlServer2012\sqlServer2\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;D:\sqlServer2012\sqlServer2\110\DTS\Binn\;D:\开发工具\微信web开发者工具\dll;D:\vpn\G;t\cmd;D:\vpn\Git\cmd;D:\SVN\bin;C:\Program Files\python;C:\Program Files\python\Scripts;D:\vpn\baota\BtSoft\panel\script;C:\Users\28160\AppData\Local\Microsoft\WindowsApps;D:\IntelliJ IDEA Community Edition 2020.2.2\bin;;D:\nvm;C:\Program Files\nodejs;C:\Users\28160\AppData\Roaming\npm;C:\Users\28160\AppData\Local\Pandoc\;D:\开发工具\vscode\Microsoft VS Code\bin
USERNAME=28160
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 126 Stepping 5, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.3636)
CPU:total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 126 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx
Memory: 4k page, physical 16562360k(334888k free), swap 35762356k(1144k free)
vm_info: OpenJDK 64-Bit Server VM (25.275-b01) for windows-amd64 JRE (1.8.0_275-b01), built on Nov 5 2020 05:17:06 by "Administrator" with MS VC++ 10.0 (VS2010)
time: Mon May 06 14:51:12 2024
timezone: 中国标准时间
elapsed time: 78.190165 seconds (0d 0h 1m 18s)