eclipse 创建的maven项目,引入jar包之后出现红色叹号,一直找不到原因,连main方法都无法运行,提示找不到类:

错误: 找不到或无法加载主类 soapsampler.SoapSamplerGui

百思不得其解,使用maven -X clean package  打了 个空包,啥类都没有打进去,比较无语

D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler>mvn -X clean package
Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
Maven home: D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_162\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\conf\
settings.xml
[DEBUG] Reading user settings from C:\Users\debing.xiao\.m2\settings.xml
[DEBUG] Reading global toolchains from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\con
f\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\debing.xiao\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\debing.xiao\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\debing.xiao\.m2
\repository
[INFO] Scanning for projects...
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central
(https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] Tasks: [clean, package]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] -------------------------< cn.x1:soapsampler >--------------------------
[INFO] Building soapsampler 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
napshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
napshots (https://repository.apache.org/snapshots).
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-reso
urces, process-resources, compile, process-classes, generate-test-sources, process-test-sources, gen
erate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-pack
age, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy
]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/pub
lic, default, releases)]
[DEBUG] Repositories (plugins) : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/pub
lic, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaul
tDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resour
ces)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths
>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</sup
portMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile
)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</co
mpilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCo
mpilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations
"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiT
hreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIn
crementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-te
stResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths
>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</sup
portMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-tes
tCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</co
mpilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCo
mpilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/te
st-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiT
hreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<testPath default-value="${project.testClasspathElements}"/>
<testRelease>${maven.compiler.testRelease}</testRelease>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIn
crementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTe
stOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader> <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFil
e>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (h
ttps://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snap
shot (http://repository.ow2.org/nexus/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
napshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype
-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets
(http://maven.geotoolkit.org/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.s
napshots (https://repository.apache.org/snapshots/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-ne
xus-releases (https://maven.java.net/content/repositories/releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-ne
xus-snapshots (https://maven.java.net/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata
(https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-
3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearc
h (http://www.mvnsearch.org/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (
http://download.oracle.com/maven).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (htt
p://files.couchbase.com/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracot
ta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracot
ta-releases (http://www.terracotta.org/download/reflector/releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-re
leases (http://repository.jboss.org/nexus/content/groups/public-jboss).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net
Maven 2 (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype
-nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-r
epository.dev.java.net (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (ht
tps://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-s
napshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-i
ncubator (http://people.apache.org/repo/m2-incubating-repository/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus
-snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.
snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3327520, ConflictMarker.markTime=10
70400, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1540384, ConflictIdSorter.topsortTim
e=879670, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictRes
olver.totalTime=29250617, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collect
Time=2920881910, DefaultDependencyCollector.transformTime=39009519}
[DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
[DEBUG] org.apache.jmeter:jorphan:jar:4.0:compile
[DEBUG] org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
[DEBUG] org.ow2.asm:asm:jar:6.0:compile
[DEBUG] net.minidev:accessors-smart:jar:1.2:compile
[DEBUG] bsf:bsf:jar:2.4.0:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile
[DEBUG] org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
[DEBUG] org.brotli:dec:jar:0.1.2:compile
[DEBUG] com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.11:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.2:compile
[DEBUG] org.apache.commons:commons-dbcp2:jar:2.2.0:compile
[DEBUG] commons-io:commons-io:jar:2.6:compile
[DEBUG] org.apache.commons:commons-jexl:jar:2.1.1:compile
[DEBUG] org.apache.commons:commons-jexl3:jar:3.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.7:compile
[DEBUG] org.apache.commons:commons-math3:jar:3.6.1:compile
[DEBUG] commons-net:commons-net:jar:3.6:compile
[DEBUG] org.apache.commons:commons-pool2:jar:2.5.0:compile
[DEBUG] dnsjava:dnsjava:jar:2.1.8:compile
[DEBUG] org.codehaus.groovy:groovy-all:jar:2.4.13:compile
[DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.9:compile
[DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] jcharts:jcharts:jar:0.7.5:compile
[DEBUG] org.mozilla:rhino:jar:1.7.7.2:compile
[DEBUG] junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] net.sf.jtidy:jtidy:jar:r938:compile
[DEBUG] org.apache.tika:tika-core:jar:1.17:compile
[DEBUG] org.apache.tika:tika-parsers:jar:1.17:compile
[DEBUG] org.gagravarr:vorbis-java-tika:jar:0.8:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
[DEBUG] org.tallison:jmatio:jar:1.2:compile
[DEBUG] org.apache.james:apache-mime4j-core:jar:0.8.1:compile
[DEBUG] org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.14:compile
[DEBUG] org.tukaani:xz:jar:1.6:compile
[DEBUG] org.apache.pdfbox:pdfbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:fontbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:jempbox:jar:1.8.13:compile
[DEBUG] org.apache.poi:poi:jar:3.17:compile
[DEBUG] org.apache.commons:commons-collections4:jar:4.1:compile
[DEBUG] org.apache.poi:poi-scratchpad:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[DEBUG] com.github.virtuald:curvesapi:jar:1.04:compile
[DEBUG] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[DEBUG] com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
[DEBUG] com.drewnoakes:metadata-extractor:jar:2.10.1:compile
[DEBUG] com.adobe.xmp:xmpcore:jar:5.1.3:compile
[DEBUG] de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
[DEBUG] com.rometools:rome:jar:1.5.1:compile
[DEBUG] com.rometools:rome-utils:jar:1.5.1:compile
[DEBUG] org.gagravarr:vorbis-java-core:jar:0.8:compile
[DEBUG] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
[DEBUG] org.codelibs:jhighlight:jar:1.0.2:compile
[DEBUG] com.pff:java-libpst:jar:0.8.1:compile
[DEBUG] com.github.junrar:junrar:jar:0.7:compile
[DEBUG] org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-core:jar:3.0.16:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[DEBUG] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
[DEBUG] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
[DEBUG] javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG] javax.annotation:javax.annotation-api:jar:1.2:compile
[DEBUG] org.apache.commons:commons-exec:jar:1.3:compile
[DEBUG] org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
[DEBUG] com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[DEBUG] com.tdunning:json:jar:1.8:compile
[DEBUG] com.google.code.gson:gson:jar:2.8.1:compile
[DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.24:compile
[DEBUG] edu.ucar:netcdf4:jar:4.5.5:compile
[DEBUG] net.jcip:jcip-annotations:jar:1.0:compile
[DEBUG] net.java.dev.jna:jna:jar:4.1.0:compile
[DEBUG] edu.ucar:grib:jar:4.5.5:compile
[DEBUG] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[DEBUG] org.jdom:jdom2:jar:2.0.4:compile
[DEBUG] org.itadaki:bzip2:jar:0.9.1:compile
[DEBUG] edu.ucar:cdm:jar:4.5.5:compile
[DEBUG] edu.ucar:udunits:jar:4.5.5:compile
[DEBUG] joda-time:joda-time:jar:2.2:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.2.0:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[DEBUG] com.google.guava:guava:jar:17.0:compile
[DEBUG] com.beust:jcommander:jar:1.35:compile
[DEBUG] edu.ucar:httpservices:jar:4.5.5:compile
[DEBUG] org.apache.commons:commons-csv:jar:1.0:compile
[DEBUG] org.apache.sis.core:sis-utility:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-netcdf:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-storage:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-referencing:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-metadata:jar:0.6:compile
[DEBUG] org.opengis:geoapi:jar:3.0.0:compile
[DEBUG] javax.measure:jsr-275:jar:0.9.3:compile
[DEBUG] edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.10:compile
[DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] xalan:xalan:jar:2.7.2:compile
[DEBUG] xalan:serializer:jar:2.7.2:compile
[DEBUG] xerces:xercesImpl:jar:2.11.0:compile
[DEBUG] xml-apis:xml-apis:jar:1.4.01:compile
[DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
[DEBUG] javax.mail:mail:jar:1.5.0-b01:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[DEBUG] com.jayway.jsonpath:json-path:jar:2.4.0:compile
[DEBUG] net.minidev:json-smart:jar:2.3:compile
[DEBUG] org.jsoup:jsoup:jar:1.11.2:compile
[DEBUG] org.jodd:jodd-core:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-lagarto:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-log:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-props:jar:4.1.4:compile
[DEBUG] org.mongodb:mongo-java-driver:jar:2.11.3:compile
[DEBUG] com.helger:ph-css:jar:6.0.0:compile
[DEBUG] com.helger:ph-commons:jar:9.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG] com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG] org.slf4j:slf4j-ext:jar:1.7.25:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[DEBUG] org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
[DEBUG] org.freemarker:freemarker:jar:2.3.23:compile
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=96648, ConflictMarker.markTime=6500
2, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=68851, ConflictIdSorter.topsortTime=11974,
ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.total
Time=133853, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=57922201,
DefaultDependencyCollector.transformTime=446891}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plug
in:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm Cla
ssRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLo
ader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configur
ator -->
[DEBUG] (f) directory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\classes
[DEBUG] (f) reportDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soa
psampler\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\test-classes
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\soapsampler-0.0.1-SNAPSHOT.jar
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\maven-status\maven-compiler-plugin\testCompile\default-testCompile\inputFiles.lst
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status\maven-compiler-plugin\testCompile\default-testCompile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status\maven-compiler-plugin\testCompile
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status\maven-compiler-plugin\compile\default-compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status\maven-compiler-plugin\compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status\maven-compiler-plugin
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-status
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\maven-archiver\pom.properties
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\maven-archiver
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\generated-sources\annotations
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\generated-sources
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\classes\org.codehaus.plexus.compiler.javac.JavacCompiler3652478033394110705arguments
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\classes\META-INF\maven\cn.x1\soapsampler\pom.xml
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\classes\META-INF\maven\cn.x1\soapsampler\pom.properties
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\classes\META-INF\maven\cn.x1\soapsampler
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\classes\META-INF\maven\cn.x1
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\classes\META-INF\maven
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\classes\META-INF\MANIFEST.MF
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\classes\META-INF
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\classes\javac.bat
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\classes
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace
\soapsampler\target\classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace
\soapsampler\target\test-classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace
\soapsampler\target\site
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus
.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshot
s (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central
(http://repo1.maven.org/maven2).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=197145, ConflictMarker.markTime=122
735, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=131287, ConflictIdSorter.topsortTime=59
016, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.
totalTime=791147, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=3559
13373, DefaultDependencyCollector.transformTime=1337251}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-
plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin r
ealm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launche
r$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic
configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:\tool
s\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resources, PatternSet [in
cludes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\windows, env.USERDOMAIN_R
OAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered
Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class
.path=C:\Program Files\Java\jdk1.8.0_162\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_162\jr
e\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.
0_162\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jce.jar;C:\Program Files\Java\jdk1
.8.0_162\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jfr.jar;C:\Program Files\Ja
va\jdk1.8.0_162\jre\classes, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:\ProgramData, s
un.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-
b12, env.HOMEPATH=\Users\debing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3
(3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3,
env.PATH=C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\
bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1
.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program
Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bi
n;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\to
ols;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\
;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\L
ocal\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Ap
plication Data\npm, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\windows, sun.boo
t.library.path=C:\Program Files\Java\jdk1.8.0_162\jre\bin, classworlds.conf=D:\tools\apache-maven-3.
5.3-bin\apache-maven-3.5.3\bin\..\bin\m2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Inte
l64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:\Users\DEBIN
G~1.XIA\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=D:\tools\eclipse-jee-oxygen-2-win32
-x86_64\eclipse\workspace\soapsampler, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\cs
ilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\endorsed, sun.cpu.isalis
t=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.
separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:\tools\apache-mav
en-3.5.3-bin\apache-maven-3.5.3\bin\../conf, env.JAVACMD=C:\Program Files\Java\jdk1.8.0_162\bin\java
.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:\tools\gradle-4.7-bin\gradle-4.7,
java.home=C:\Program Files\Java\jdk1.8.0_162\jre, env.ANDROID_HOME=D:\tools\android-sdk_r24.4.1-wind
ows\android-sdk-windows, env.APPDATA=d:\debing.xiao\Application Data, env.PUBLIC=C:\Users\Public, ja
va.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.ver
sion=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\debing.xiao,
env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, e
nv.TMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.e
ncoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, sun.stdout.encoding=ms936, user.script=
, user.home=C:\Users\debing.xiao, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCOD
E=00000000, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.pat
h=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\lib\jansi-native, java.library.path=C:\P
rogram Files\Java\jdk1.8.0_162\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program
Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\syst
em32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program File
s\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\b
in;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4
.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\androi
d-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xi
ao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Pytho
n\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm;
., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=
C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:\windows\syste
m32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launch
er.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home
=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., java.runtime.name=Java(TM) SE Runtime En
vironment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java
.class.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.
jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:\Program Files
(x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\SH-DC08R2-01
, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Pro
gram Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:
\Users\DEBING~1.XIA\AppData\Local\Temp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bug
report.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:\tools\eclipse-jee-oxygen-2-win32-x86
_64\eclipse\workspace\soapsampler, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\windows\system32\c
md.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Progr
am Files\Java\jdk1.8.0_162\jre\lib\ext;C:\windows\Sun\Java\lib\ext, env.=D:=D:\tools\eclipse-jee-oxy
gen-2-win32-x86_64\eclipse\workspace\soapsampler, user.dir=D:\tools\eclipse-jee-oxygen-2-win32-x86_6
4\eclipse\workspace\soapsampler, env.MAVEN_HOME=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\b
in\.., env.LOCALAPPDATA=C:\Users\debing.xiao\AppData\Local, line.separator=
, env.CLASSWORLDS_JAR="D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classwo
rlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VB
S;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms93
6, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:\Windows\Syst
em32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\ecl
ipse\workspace\soapsampler}
[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform
dependent!
[DEBUG] resource with targetPath null
directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resource
s
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.s
napshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=347249, ConflictMarker.markTime=182
605, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=187309, ConflictIdSorter.topsortTime=7
8259, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver
.totalTime=966054, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=791
354520, DefaultDependencyCollector.transformTime=1876514}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-p
lugin:3.7.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin re
alm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launche
r$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic c
onfigurator -->
[DEBUG] (f) basedir = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler
[DEBUG] (f) buildDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\target
[DEBUG] (f) compilePath = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsample
r\target\classes, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\
ApacheJMeter_components-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\j
orphan-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJM
eter_core-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar, C:\Users\deb
ing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar, C:\Users\debing.xia
o\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\commons-logging\co
mmons-logging\1.0.4\commons-logging-1.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache-extras
\beanshell\bsh\2.0b6\bsh-2.0b6.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk1
5on\1.49\bcmail-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15o
n\1.49\bcprov-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\
1.49\bcpkix-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar
, C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.ja
r, C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar, C:\U
sers\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.
2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.
2.0.jar, C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar, C:\Users\
debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar, C:\Users\de
bing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar, C:\Users\debing
.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar, C:\Users\debing.xia
o\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar, C:\Users\debing.xia
o\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar, C:\Users\debing.xiao\.m2\repositor
y\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar, C:\Users\debing.xiao\.m2\repositor
y\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\g
roovy-all\2.4.13\groovy-all-2.4.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponent
s\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\ht
tpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\h
ttpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\http
components\httpcore\4.4.9\httpcore-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcom
ponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8
\oro-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar, C:\User
s\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar, C:\Users\debing.xiao\.m2\r
epository\junit\junit\4.12\junit-4.12.jar, C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest
-core\1.3\hamcrest-core-1.3.jar, C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r
938.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar, C:\U
sers\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar, C:\Users\de
bing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar, C:\Users\debin
g.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar, C:\Users\d
ebing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\debing.xiao\.
m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar, C:
\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar, C:\Users\debing.xiao\.m2\r
epository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar, C:\Users\deb
ing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar, C:\Users
\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar, C:\Users\debing.xiao\.m2\repository\org\a
pache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fo
ntbox\2.0.8\fontbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.
0.8\pdfbox-tools-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jem
pbox-1.8.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar, C:\Users\
debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar, C:\
Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar, C:\Users\debing.x
iao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar, C:\Users\debing
.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar, C:\Users\debing.xiao\.m2
\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar, C:\Users\debing.xiao\.m2\reposito
ry\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar, C:\Users\debing.xiao\.m2\repository\com\g
ooglecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar, C:\Users\debing.xiao\.m2\repository\com\d
rewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar, C:\Users\debing.xiao\.m2\reposito
ry\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar, C:\Users\debing.xiao\.m2\repository\de\l3s\boilerp
ipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.
5.1\rome-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.
5.1.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8
.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\j
universalchardet-1.0.3.jar, C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighl
ight-1.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar,
C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar, C:\Users\debin
g.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar
, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar, C:\Users\d
ebing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar,
C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar, C:\U
sers\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.ja
r, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-j
axrs-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-a
pi-2.0.1.jar, C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.an
notation-api-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\common
s-exec-1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-t
ools-1.8.3.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\jso
n-simple-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar, C:\Users
\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar, C:\Users\debing.xiao\.m2
\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar, C:\Users\debing.xiao\.m2\reposito
ry\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annot
ations\1.0\jcip-annotations-1.0.jar, C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\
jna-4.1.0.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar, C:\Users\debi
ng.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar, C:\Users\deb
ing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar, C:\Users\debing.xiao\.m2\repository\or
g\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.
5.5.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar, C:\Users\debi
ng.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar, C:\Users\debing.xiao\.m2\repositor
y\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\
0.9.1.1\c3p0-0.9.1.1.jar, C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehca
che-core-2.6.2.jar, C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar,
C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar, C:\Users\debing.x
iao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar, C:\Users\debing.xiao\.m2\repo
sitory\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar, C:\Users\debing.xiao\.m2\repository\o
rg\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apac
he\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis
\storage\sis-storage\0.6\sis-storage-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\cor
e\sis-referencing\0.6\sis-referencing-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\co
re\sis-metadata\0.6\sis-metadata-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0
.0\geoapi-3.0.0.jar, C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.j
ar, C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-
parser-0.1.jar, C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\ja
ckson-core-2.9.2.jar, C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xs
tream-1.4.10.jar, C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar, C
:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar, C:\Users\debing.xiao\.m
2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xalan\serializer
\2.7.2\serializer-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl
-2.11.0.jar, C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar, C:\Us
ers\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.
2.jar, C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar, C:\Users\de
bing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar, C:\Users\debing.xiao\.m
2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar,
C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar, C:\User
s\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar, C:\Users\debing.xiao\.m2
\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jo
dd-core\4.1.4\jodd-core-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\j
odd-lagarto-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.ja
r, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar, C:\Users\debi
ng.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar, C:\Users\d
ebing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar, C:\Users\debing.xiao\.m2\reposit
ory\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\google
\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsynt
axtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\
1.7.25\slf4j-api-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ex
t-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7
.25.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.1
0.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2
.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4
j-slf4j-impl-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\
2.10.0\log4j-1.2-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.2
3\freemarker-2.3.23.jar]
[DEBUG] (f) compileSourceRoots = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soa
psampler\src\main\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) compilerVersion = 1.8
[DEBUG] (f) debug = true
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspa
ce\soapsampler\target\generated-sources\annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {executio
n: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.8
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\gener
ated-sources\annotations to compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] New compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\
annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\src\main\java\soapsampler\T.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\src\main\java\soapsampler\SoapSamplerGui.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\src\main\java\soapsampler\SoapSampler.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\src\main\java\soapsampler\SoapUtils.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMe
ter_components-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_co
re-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1
.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.4
9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.4
9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.4
9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2
.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-c
ollections-3.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.
2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.
1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.
jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.
jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.
6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.
5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasy
ncclient-4.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4
.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-n
io-4.4.9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackces
s-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2
\jackcess-encrypt-2.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j
-core-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-
dom-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compre
ss-1.14.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-col
lections4-4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.
jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas
-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1
.18.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extra
ctor-2.10.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.
3\juniversalchardet-1.0.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client
-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-tra
nsports-http-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-
core-asl-4.4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.j
ar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-
core-2.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-fron
tend-jaxrs-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1
.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotat
ion-api-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.ja
r
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.
8.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simpl
e-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2
.5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.ja
r
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.ja
r
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.
jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing
-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.j
ar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-anal
ysis-parser-0.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-c
ore-2.9.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.
jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraph
ics-commons-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\g
eronimo-jms_1.1_spec-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar [DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-
2.11.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.
1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.j
ar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.1
0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2
.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-
slf4j-impl-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2
-api-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar
[DEBUG] Source roots:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-s
ources\annotations
[DEBUG] Command line options:
[DEBUG] -d D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes -
classpath D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes;C:
\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_compone
nts-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar;C:\Use
rs\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar;C:\U
sers\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar;C:\Users\debing.xiao\.m2\repository\
net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar;C:\Users\debing.xiao\.m2\repository\bsf\bsf\
2.4.0\bsf-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\common
s-logging-1.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.
0b6.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49
.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.ja
r;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar;C
:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar;C:\Users\debing.xiao\.m2\repos
itory\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar;C:\Users\debing.xiao\.m2\repos
itory\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;C:\Users\debing.xiao\.m2\repository\co
mmons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;C:\Users\debing.xiao\.m2\r
epository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar;C:\Users\debing.xiao\.m2\re
pository\commons-io\commons-io\2.6\commons-io-2.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache
\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\co
mmons\commons-jexl3\3.1\commons-jexl3-3.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons
\commons-lang3\3.7\commons-lang3-3.7.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\comm
ons-math3\3.6.1\commons-math3-3.6.1.jar;C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\
3.6\commons-net-3.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\c
ommons-pool2-2.5.0.jar;C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar;C
:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar;C:\Us
ers\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3
.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5
.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar
;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar;C:\
Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar
;C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar;C:\Users\debing.xiao\.m2\repository
\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar;C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7
.2\rhino-1.7.7.2.jar;C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\de
bing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\debing.xiao\.
m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar;C:\Users\debing.xiao\.m2\repository\org\apache\
tika\tika-core\1.17\tika-core-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-pars
ers\1.17\tika-parsers-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.
8\vorbis-java-tika-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jack
cess\2.1.8\jackcess-2.1.8.jar;C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\comm
ons-lang-2.6.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encry
pt\2.1.2\jackcess-encrypt-2.1.2.jar;C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmat
io-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime
4j-core-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apach
e-mime4j-dom-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\
commons-compress-1.14.jar;C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar;C:\Users
\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar;C:\Users\debing.xiao\.m2
\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\or
g\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\ap
ache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi
\3.17\poi-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\c
ommons-collections4-4.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\p
oi-scratchpad-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3
.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-
3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;C
:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar;C:\Users\de
bing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar;C:\Users\debing.xiao
\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar;C:\Users\debing.xiao\
.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar;C:\Users\debin
g.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar;C:\Users\debing.xiao\.m2\reposit
ory\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar;C:\Users\debing.xiao\.m2\repository\com\
rometools\rome\1.5.1\rome-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5
.1\rome-utils-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbi
s-java-core-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalc
hardet\1.0.3\juniversalchardet-1.0.3.jar;C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight
\1.0.2\jhighlight-1.0.2.jar;C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libps
t-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar;C:\Users
\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar;C:\Us
ers\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3
.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar;C:\
Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4
.1.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar
;C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2
.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-fronte
nd-jaxrs-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.r
s-api-2.0.1.jar;C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.
annotation-api-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commo
ns-exec-1.3.jar;C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-t
ools-1.8.3.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json
-simple-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar;C:\Users\de
bing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar;C:\Users\debing.xiao\.m2\rep
ository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar;C:\Users\debing.xiao\.m2\repository\ed
u\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations
\1.0\jcip-annotations-1.0.jar;C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1
.0.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar;C:\Users\debing.xiao\.
m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar;C:\Users\debing.xiao\.
m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\itadaki\b
zip2\0.9.1\bzip2-0.9.1.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar;C:\U
sers\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar;C:\Users\debing.xiao\.m2\re
pository\joda-time\joda-time\2.2\joda-time-2.2.jar;C:\Users\debing.xiao\.m2\repository\org\quartz-sc
heduler\quartz\2.2.0\quartz-2.2.0.jar;C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9
.1.1.jar;C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.ja
r;C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\debing.xia
o\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar;C:\Users\debing.xiao\.m2\repository\e
du\ucar\httpservices\4.5.5\httpservices-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\com
mons\commons-csv\1.0\commons-csv-1.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis
-utility\0.6\sis-utility-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netc
df\0.6\sis-netcdf-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6
\sis-storage-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis
-referencing-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-me
tadata-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar;C:\User
s\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar;C:\Users\debing.xiao\.m2\
repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar;C:\Users\debin
g.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar;C:\Users\
debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar;C:\Users\debin
g.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar;C:\Users\debing.xiao\.m2\repositor
y\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar;C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xal
an-2.7.2.jar;C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar;C:\User
s\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar;C:\Users\debing.xiao\.m2
\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;C:\Users\debing.xiao\.m2\repository\org\apa
che\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar;C:\Users\debing.xiao\.m2\reposit
ory\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar;C:\Users\debing.xiao\.m2\repository\javax\activatio
n\activation\1.1\activation-1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\ge
ronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\ja
yway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\net\minidev\js
on-smart\2.3\json-smart-2.3.jar;C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.1
1.2.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar;C:\Users\de
bing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar;C:\Users\debing.xiao\.m2
\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\
jodd-props\4.1.4\jodd-props-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-dri
ver\2.11.3\mongo-java-driver-2.11.3.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\
ph-css-6.0.0.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.ja
r;C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\User
s\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar;C:\Users\d
ebing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\debing.xiao\.m2\r
epository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\sl
f4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\apache\l
ogging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\lo
gging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\l
ogging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar;C:\Users\debing.xiao\.m2\repository
\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar;C:\Users\debing.xiao\.m2\rep
ository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar; -sourcepath D:\tools\eclipse-jee-oxy
gen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java;D:\tools\eclipse-jee-oxygen-2-win32-x
86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations; D:\tools\eclipse-jee-oxyge
n-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java D:\tool
s\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamp
ler.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soap
sampler\T.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\jav
a\soapsampler\SoapUtils.java -s D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\generated-sources\annotations -g -verbose -nowarn -target 1.8 -source 1.8
[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform depend
ent!
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 4 source files to D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soap
sampler\target\classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ soapsampler ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plug
in realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Lau
ncher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with ba
sic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:\tool
s\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\test\resources, PatternSet [in
cludes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\windows, env.USERDOMAIN_R
OAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered
Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class
.path=C:\Program Files\Java\jdk1.8.0_162\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_162\jr
e\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.
0_162\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jce.jar;C:\Program Files\Java\jdk1
.8.0_162\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jfr.jar;C:\Program Files\Ja
va\jdk1.8.0_162\jre\classes, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:\ProgramData, s
un.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-
b12, env.HOMEPATH=\Users\debing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3
(3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3,
env.PATH=C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\
bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1
.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program
Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bi
n;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\to
ols;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\
;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\L
ocal\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Ap
plication Data\npm, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\windows, sun.boo
t.library.path=C:\Program Files\Java\jdk1.8.0_162\jre\bin, classworlds.conf=D:\tools\apache-maven-3.
5.3-bin\apache-maven-3.5.3\bin\..\bin\m2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Inte
l64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:\Users\DEBIN
G~1.XIA\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=D:\tools\eclipse-jee-oxygen-2-win32
-x86_64\eclipse\workspace\soapsampler, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\cs
ilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\endorsed, sun.cpu.isalis
t=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.
separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:\tools\apache-mav
en-3.5.3-bin\apache-maven-3.5.3\bin\../conf, env.JAVACMD=C:\Program Files\Java\jdk1.8.0_162\bin\java
.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:\tools\gradle-4.7-bin\gradle-4.7,
java.home=C:\Program Files\Java\jdk1.8.0_162\jre, env.ANDROID_HOME=D:\tools\android-sdk_r24.4.1-wind
ows\android-sdk-windows, env.APPDATA=d:\debing.xiao\Application Data, env.PUBLIC=C:\Users\Public, ja
va.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.ver
sion=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\debing.xiao,
env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, e
nv.TMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.e
ncoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, sun.stdout.encoding=ms936, user.script=
, user.home=C:\Users\debing.xiao, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCOD
E=00000000, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.pat
h=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\lib\jansi-native, java.library.path=C:\P
rogram Files\Java\jdk1.8.0_162\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program
Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\syst
em32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program File
s\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\b
in;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4
.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\androi
d-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xi
ao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Pytho
n\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm;
., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=
C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:\windows\syste
m32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launch
er.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home
=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., java.runtime.name=Java(TM) SE Runtime En
vironment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java
.class.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.
jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:\Program Files
(x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\SH-DC08R2-01
, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Pro
gram Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:
\Users\DEBING~1.XIA\AppData\Local\Temp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bug
report.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:\tools\eclipse-jee-oxygen-2-win32-x86
_64\eclipse\workspace\soapsampler, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\windows\system32\c
md.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Progr
am Files\Java\jdk1.8.0_162\jre\lib\ext;C:\windows\Sun\Java\lib\ext, env.=D:=D:\tools\eclipse-jee-oxy
gen-2-win32-x86_64\eclipse\workspace\soapsampler, user.dir=D:\tools\eclipse-jee-oxygen-2-win32-x86_6
4\eclipse\workspace\soapsampler, env.MAVEN_HOME=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\b
in\.., env.LOCALAPPDATA=C:\Users\debing.xiao\AppData\Local, line.separator=
, env.CLASSWORLDS_JAR="D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classwo
rlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VB
S;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms93
6, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:\Windows\Syst
em32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\ecl
ipse\workspace\soapsampler}
[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform
dependent!
[DEBUG] resource with targetPath null
directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\test\resource
s
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ soapsampler ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile from plugi
n realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Lau
ncher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile' with bas
ic configurator -->
[DEBUG] (f) basedir = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler
[DEBUG] (f) buildDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsamp
ler\target
[DEBUG] (f) compilePath = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsample
r\target\classes, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\
ApacheJMeter_components-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\j
orphan-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJM
eter_core-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar, C:\Users\deb
ing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar, C:\Users\debing.xia
o\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\commons-logging\co
mmons-logging\1.0.4\commons-logging-1.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache-extras
\beanshell\bsh\2.0b6\bsh-2.0b6.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk1
5on\1.49\bcmail-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15o
n\1.49\bcprov-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\
1.49\bcpkix-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar
, C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.ja
r, C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar, C:\U
sers\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.
2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.
2.0.jar, C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar, C:\Users\
debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar, C:\Users\de
bing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar, C:\Users\debing
.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar, C:\Users\debing.xia
o\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar, C:\Users\debing.xia
o\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar, C:\Users\debing.xiao\.m2\repositor
y\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar, C:\Users\debing.xiao\.m2\repositor
y\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\g
roovy-all\2.4.13\groovy-all-2.4.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponent
s\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\ht
tpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\h
ttpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\http
components\httpcore\4.4.9\httpcore-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcom
ponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8
\oro-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar, C:\User
s\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar, C:\Users\debing.xiao\.m2\r
epository\junit\junit\4.12\junit-4.12.jar, C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest
-core\1.3\hamcrest-core-1.3.jar, C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r
938.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar, C:\U
sers\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar, C:\Users\de
bing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar, C:\Users\debin
g.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar, C:\Users\d
ebing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\debing.xiao\.
m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar, C:
\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar, C:\Users\debing.xiao\.m2\r
epository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar, C:\Users\deb
ing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar, C:\Users
\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar, C:\Users\debing.xiao\.m2\repository\org\a
pache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fo
ntbox\2.0.8\fontbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.
0.8\pdfbox-tools-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jem
pbox-1.8.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar, C:\Users\
debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar, C:\
Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar, C:\Users\debing.x
iao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar, C:\Users\debing
.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar, C:\Users\debing.xiao\.m2
\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar, C:\Users\debing.xiao\.m2\reposito
ry\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar, C:\Users\debing.xiao\.m2\repository\com\g
ooglecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar, C:\Users\debing.xiao\.m2\repository\com\d
rewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar, C:\Users\debing.xiao\.m2\reposito
ry\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar, C:\Users\debing.xiao\.m2\repository\de\l3s\boilerp
ipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.
5.1\rome-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.
5.1.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8
.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\j
universalchardet-1.0.3.jar, C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighl
ight-1.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar,
C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar, C:\Users\debin
g.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar
, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar, C:\Users\d
ebing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar,
C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar, C:\U
sers\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.ja
r, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-j
axrs-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-a
pi-2.0.1.jar, C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.an
notation-api-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\common
s-exec-1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-t
ools-1.8.3.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\jso
n-simple-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar, C:\Users
\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar, C:\Users\debing.xiao\.m2
\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar, C:\Users\debing.xiao\.m2\reposito
ry\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annot
ations\1.0\jcip-annotations-1.0.jar, C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\
jna-4.1.0.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar, C:\Users\debi
ng.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar, C:\Users\deb
ing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar, C:\Users\debing.xiao\.m2\repository\or
g\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.
5.5.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar, C:\Users\debi
ng.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar, C:\Users\debing.xiao\.m2\repositor
y\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\
0.9.1.1\c3p0-0.9.1.1.jar, C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehca
che-core-2.6.2.jar, C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar,
C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar, C:\Users\debing.x
iao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar, C:\Users\debing.xiao\.m2\repo
sitory\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar, C:\Users\debing.xiao\.m2\repository\o
rg\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apac
he\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis
\storage\sis-storage\0.6\sis-storage-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\cor
e\sis-referencing\0.6\sis-referencing-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\co
re\sis-metadata\0.6\sis-metadata-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0
.0\geoapi-3.0.0.jar, C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.j
ar, C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-
parser-0.1.jar, C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\ja
ckson-core-2.9.2.jar, C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xs
tream-1.4.10.jar, C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar, C
:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar, C:\Users\debing.xiao\.m
2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xalan\serializer
\2.7.2\serializer-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl
-2.11.0.jar, C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar, C:\Us
ers\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.
2.jar, C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar, C:\Users\de
bing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar, C:\Users\debing.xiao\.m
2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar,
C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar, C:\User
s\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar, C:\Users\debing.xiao\.m2
\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jo
dd-core\4.1.4\jodd-core-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\j
odd-lagarto-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.ja
r, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar, C:\Users\debi
ng.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar, C:\Users\d
ebing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar, C:\Users\debing.xiao\.m2\reposit
ory\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\google
\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsynt
axtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\
1.7.25\slf4j-api-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ex
t-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7
.25.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.1
0.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2
.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4
j-slf4j-impl-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\
2.10.0\log4j-1.2-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.2
3\freemarker-2.3.23.jar]
[DEBUG] (f) compileSourceRoots = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soa
psampler\src\test\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) compilerVersion = 1.8
[DEBUG] (f) debug = true
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedTestSourcesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\wor
kspace\soapsampler\target\generated-test-sources\test-annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile {exec
ution: default-testCompile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target\test-classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.8
[DEBUG] (f) testPath = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\t
arget\test-classes, D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\
classes, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMe
ter_components-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.
0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core
-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar, C:\Users\debing.xiao\
.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar, C:\Users\debing.xiao\.m2\rep
ository\bsf\bsf\2.4.0\bsf-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\commons-logging\commons-log
ging\1.0.4\commons-logging-1.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshel
l\bsh\2.0b6\bsh-2.0b6.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\
bcmail-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bc
prov-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpk
ix-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar, C:\User
s\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar, C:\Use
rs\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar, C:\Users\debi
ng.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar,
C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar, C:\Users\debing.xiao
\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar, C:\Users\debing.xiao\.m2
\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar, C:\Users\debing.xiao\.m2\rep
ository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar, C:\Users\debing.xiao\.m2\rep
ository\commons-net\commons-net\3.6\commons-net-3.6.jar, C:\Users\debing.xiao\.m2\repository\org\apa
che\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar, C:\Users\debing.xiao\.m2\repository\dnsjava
\dnsjava\2.1.8\dnsjava-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all
\2.4.13\groovy-all-2.4.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasy
ncclient\4.1.3\httpasyncclient-4.1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcompone
nts\httpclient\4.5.5\httpclient-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcompon
ents\httpmime\4.5.5\httpmime-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponent
s\httpcore\4.4.9\httpcore-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\h
ttpcore-nio\4.4.9\httpcore-nio-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.
8.jar, C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar, C:\Users\debing.
xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar, C:\Users\debing.xiao\.m2\repository
\junit\junit\4.12\junit-4.12.jar, C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3
\hamcrest-core-1.3.jar, C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar, C:\Users\debi
ng.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar, C:\Users\debing.xiao
\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar, C:\Users\debing.xiao\.m
2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar, C:\Users\debing.xia
o\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\debing.xiao\.m2\reposi
tory\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar, C:\Users\de
bing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar, C:\Users\debing.xiao\.m2\repository
\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar, C:\Users\debing.xiao\.m2\re
pository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar, C:\Users\debing.xiao\
.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar, C:\Users\debing.x
iao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdf
box\pdfbox\2.0.8\pdfbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0
.8\fontbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbo
x-tools-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.
13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar, C:\Users\debing.xi
ao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar, C:\Users
\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar, C:\Users\deb
ing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar, C:\Users\debing.xiao\.m2\r
epository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar, C:\Users\debing.xiao\.m2
\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar, C:\Users\debing.xiao\.m2\reposito
ry\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar, C:\Users\debing.xiao\.m2\repository\org\cc
il\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode
\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar, C:\Users\debing.xiao\.m2\repository\com\drewnoakes
\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar, C:\Users\debing.xiao\.m2\repository\com\ad
obe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar, C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boile
rpipe\1.1.0\boilerpipe-1.1.0.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-
1.5.1.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar,
C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar, C:\
Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversal
chardet-1.0.3.jar, C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.
2.jar, C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar, C:\Users
\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar, C:\Users\debing.xiao\.m2\re
pository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar, C:\Users\debing.xiao\.m
2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar, C:\User
s\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar, C:\Users\debing.xia
o\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar, C:\Users
\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar, C:\Users\debi
ng.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar, C:\Use
rs\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.
16.jar, C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.
jar, C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-
api-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.
3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.
3.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-
1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar, C:\Users\debing.x
iao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar, C:\Users\debing.xiao\.m2\reposito
ry\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar, C:\Users\debing.xiao\.m2\repository\edu\uc
ar\netcdf4\4.5.5\netcdf4-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.
0\jcip-annotations-1.0.jar, C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0
.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar, C:\Users\debing.xiao\.
m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar, C:\Users\debing.xiao\
.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\itadaki
\bzip2\0.9.1\bzip2-0.9.1.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar,
C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar, C:\Users\debing.xiao\.
m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar, C:\Users\debing.xiao\.m2\repository\org\qua
rtz-scheduler\quartz\2.2.0\quartz-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c
3p0-0.9.1.1.jar, C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-
2.6.2.jar, C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar, C:\Users\
debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar, C:\Users\debing.xiao\.m2\r
epository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\or
g\apache\commons\commons-csv\1.0\commons-csv-1.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache
\sis\core\sis-utility\0.6\sis-utility-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\st
orage\sis-netcdf\0.6\sis-netcdf-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\
sis-storage\0.6\sis-storage-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-ref
erencing\0.6\sis-referencing-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-me
tadata\0.6\sis-metadata-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi
-3.0.0.jar, C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar, C:\Us
ers\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.
1.jar, C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-cor
e-2.9.2.jar, C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4
.10.jar, C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar, C:\Users\d
ebing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar, C:\Users\debing.xiao\.m2\reposit
ory\xalan\xalan\2.7.2\xalan-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\se
rializer-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.j
ar, C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar, C:\Users\debin
g.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar, C:
\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar, C:\Users\debing.xiao
\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar, C:\Users\debing.xiao\.m2\reposit
ory\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar, C:\Users\
debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar, C:\Users\debing.
xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar, C:\Users\debing.xiao\.m2\reposito
ry\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4
.1.4\jodd-core-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagar
to-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar, C:\Use
rs\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar, C:\Users\debing.xiao\.
m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar, C:\Users\debing.xia
o\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\h
elger\ph-commons\9.0.0\ph-commons-9.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\google\code\fin
dbugs\jsr305\3.0.2\jsr305-3.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextare
a\2.6.1\rsyntaxtextarea-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\sl
f4j-api-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.
jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar,
C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar
, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-i
mpl-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\lo
g4j-1.2-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemar
ker-2.3.23.jar]
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\gener
ated-test-sources\test-annotations to test-compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\test\java
[DEBUG] New test-compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\test\java
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-test-sou
rces\test-annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ soapsampler ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=254878, ConflictMarker.markTime=167
637, ConflictMarker.nodeCount=132, ConflictIdSorter.graphTime=148821, ConflictIdSorter.topsortTime=4
8752, ConflictIdSorter.conflictIdCount=27, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver
.totalTime=1744371, ConflictResolver.conflictItemCount=77, DefaultDependencyCollector.collectTime=27
7094208, DefaultDependencyCollector.transformTime=2399954}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.12.4:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.12.4:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.1:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:test
[DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:2.0.9:compile
[DEBUG] org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-p
lugin:2.12.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.12.4
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.12.4
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.1
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[DEBUG] Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test from plugin real
m ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.12.4, parent: sun.misc.Launcher
$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test' with basic con
figurator -->
[DEBUG] (s) basedir = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsa
mpler\target\classes
[DEBUG] (s) disableXmlReport = false
[DEBUG] (s) enableAssertions = true
[DEBUG] (s) forkMode = once
[DEBUG] (s) junitArtifactName = junit:junit
[DEBUG] (s) localRepository = id: local
url: file:///C:/Users/debing.xiao/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always] [DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.p
lugins:maven-surefire-plugin:maven-plugin:2.12.4:, org.apache.maven:maven-plugin-api=org.apache.mave
n:maven-plugin-api:jar:2.0.9:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.sur
efire:surefire-booter:jar:2.12.4:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.su
refire:surefire-api:jar:2.12.4:compile, org.apache.maven.surefire:maven-surefire-common=org.apache.m
aven.surefire:maven-surefire-common:jar:2.12.4:compile, org.apache.commons:commons-lang3=org.apache.
commons:commons-lang3:jar:3.1:compile, org.apache.maven.shared:maven-common-artifact-filters=org.apa
che.maven.shared:maven-common-artifact-filters:jar:1.3:compile, org.codehaus.plexus:plexus-utils=org
.codehaus.plexus:plexus-utils:jar:3.0.8:compile, org.apache.maven:maven-artifact=org.apache.maven:ma
ven-artifact:jar:2.0.9:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.
0.9:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.0.9:compile, org.
apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.0.9:compile, org.apache.maven:maven-
model=org.apache.maven:maven-model:jar:2.0.9:compile, org.apache.maven:maven-artifact-manager=org.ap
ache.maven:maven-artifact-manager:jar:2.0.9:compile, org.apache.maven:maven-plugin-registry=org.apac
he.maven:maven-plugin-registry:jar:2.0.9:compile, org.codehaus.plexus:plexus-container-default=org.c
odehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, org.apache.maven:maven-cor
e=org.apache.maven:maven-core:jar:2.0.9:compile, org.apache.maven:maven-plugin-parameter-documenter=
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile, org.apache.maven.reporting:mav
en-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile, org.apache.maven:
maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.0.9:compile, org.apache.m
aven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile, org.apache.
maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile, org.apache
.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.0.9:compile, classworlds:classworlds=class
worlds:classworlds:jar:1.1:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchai
n:jar:2.0.9:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-
tools:maven-plugin-annotations:jar:3.1:compile}
[DEBUG] (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', impleme
ntation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-sur
efire-plugin:2.12.4:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlug
in', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test'
---
[DEBUG] (s) printSummary = true
[DEBUG] (s) projectArtifactMap = {org.apache.jmeter:ApacheJMeter_components=org.apache.jmeter:Apac
heJMeter_components:jar:4.0:compile, org.apache.jmeter:jorphan=org.apache.jmeter:jorphan:jar:4.0:com
pile, org.apache.jmeter:ApacheJMeter_core=org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile, org.o
w2.asm:asm=org.ow2.asm:asm:jar:6.0:compile, net.minidev:accessors-smart=net.minidev:accessors-smart:
jar:1.2:compile, bsf:bsf=bsf:bsf:jar:2.4.0:compile, commons-logging:commons-logging=commons-logging:
commons-logging:jar:1.0.4:compile, org.apache-extras.beanshell:bsh=org.apache-extras.beanshell:bsh:j
ar:2.0b6:compile, org.bouncycastle:bcmail-jdk15on=org.bouncycastle:bcmail-jdk15on:jar:1.49:compile,
org.bouncycastle:bcprov-jdk15on=org.bouncycastle:bcprov-jdk15on:jar:1.49:compile, org.bouncycastle:b
cpkix-jdk15on=org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile, org.brotli:dec=org.brotli:dec:jar:0.
1.2:compile, com.github.ben-manes.caffeine:caffeine=com.github.ben-manes.caffeine:caffeine:jar:2.6.1
:compile, commons-codec:commons-codec=commons-codec:commons-codec:jar:1.11:compile, commons-collecti
ons:commons-collections=commons-collections:commons-collections:jar:3.2.2:compile, org.apache.common
s:commons-dbcp2=org.apache.commons:commons-dbcp2:jar:2.2.0:compile, commons-io:commons-io=commons-io
:commons-io:jar:2.6:compile, org.apache.commons:commons-jexl=org.apache.commons:commons-jexl:jar:2.1
.1:compile, org.apache.commons:commons-jexl3=org.apache.commons:commons-jexl3:jar:3.1:compile, org.a
pache.commons:commons-lang3=org.apache.commons:commons-lang3:jar:3.7:compile, org.apache.commons:com
mons-math3=org.apache.commons:commons-math3:jar:3.6.1:compile, commons-net:commons-net=commons-net:c
ommons-net:jar:3.6:compile, org.apache.commons:commons-pool2=org.apache.commons:commons-pool2:jar:2.
5.0:compile, dnsjava:dnsjava=dnsjava:dnsjava:jar:2.1.8:compile, org.codehaus.groovy:groovy-all=org.c
odehaus.groovy:groovy-all:jar:2.4.13:compile, org.apache.httpcomponents:httpasyncclient=org.apache.h
ttpcomponents:httpasyncclient:jar:4.1.3:compile, org.apache.httpcomponents:httpclient=org.apache.htt
pcomponents:httpclient:jar:4.5.5:compile, org.apache.httpcomponents:httpmime=org.apache.httpcomponen
ts:httpmime:jar:4.5.5:compile, org.apache.httpcomponents:httpcore=org.apache.httpcomponents:httpcore
:jar:4.4.9:compile, org.apache.httpcomponents:httpcore-nio=org.apache.httpcomponents:httpcore-nio:ja
r:4.4.9:compile, oro:oro=oro:oro:jar:2.0.8:compile, jcharts:jcharts=jcharts:jcharts:jar:0.7.5:compil
e, org.mozilla:rhino=org.mozilla:rhino:jar:1.7.7.2:compile, junit:junit=junit:junit:jar:4.12:compile
, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, net.sf.jtidy:jtidy=net.sf.j
tidy:jtidy:jar:r938:compile, org.apache.tika:tika-core=org.apache.tika:tika-core:jar:1.17:compile, o
rg.apache.tika:tika-parsers=org.apache.tika:tika-parsers:jar:1.17:compile, org.gagravarr:vorbis-java
-tika=org.gagravarr:vorbis-java-tika:jar:0.8:compile, com.healthmarketscience.jackcess:jackcess=com.
healthmarketscience.jackcess:jackcess:jar:2.1.8:compile, commons-lang:commons-lang=commons-lang:comm
ons-lang:jar:2.6:compile, com.healthmarketscience.jackcess:jackcess-encrypt=com.healthmarketscience.
jackcess:jackcess-encrypt:jar:2.1.2:compile, org.tallison:jmatio=org.tallison:jmatio:jar:1.2:compile
, org.apache.james:apache-mime4j-core=org.apache.james:apache-mime4j-core:jar:0.8.1:compile, org.apa
che.james:apache-mime4j-dom=org.apache.james:apache-mime4j-dom:jar:0.8.1:compile, org.apache.commons
:commons-compress=org.apache.commons:commons-compress:jar:1.14:compile, org.tukaani:xz=org.tukaani:x
z:jar:1.6:compile, org.apache.pdfbox:pdfbox=org.apache.pdfbox:pdfbox:jar:2.0.8:compile, org.apache.p
dfbox:fontbox=org.apache.pdfbox:fontbox:jar:2.0.8:compile, org.apache.pdfbox:pdfbox-tools=org.apache
.pdfbox:pdfbox-tools:jar:2.0.8:compile, org.apache.pdfbox:jempbox=org.apache.pdfbox:jempbox:jar:1.8.
13:compile, org.apache.poi:poi=org.apache.poi:poi:jar:3.17:compile, org.apache.commons:commons-colle
ctions4=org.apache.commons:commons-collections4:jar:4.1:compile, org.apache.poi:poi-scratchpad=org.a
pache.poi:poi-scratchpad:jar:3.17:compile, org.apache.poi:poi-ooxml=org.apache.poi:poi-ooxml:jar:3.1
7:compile, org.apache.poi:poi-ooxml-schemas=org.apache.poi:poi-ooxml-schemas:jar:3.17:compile, org.a
pache.xmlbeans:xmlbeans=org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile, com.github.virtuald:curvesap
i=com.github.virtuald:curvesapi:jar:1.04:compile, org.ccil.cowan.tagsoup:tagsoup=org.ccil.cowan.tags
oup:tagsoup:jar:1.2.1:compile, com.googlecode.mp4parser:isoparser=com.googlecode.mp4parser:isoparser
:jar:1.1.18:compile, com.drewnoakes:metadata-extractor=com.drewnoakes:metadata-extractor:jar:2.10.1:
compile, com.adobe.xmp:xmpcore=com.adobe.xmp:xmpcore:jar:5.1.3:compile, de.l3s.boilerpipe:boilerpipe
=de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile, com.rometools:rome=com.rometools:rome:jar:1.5.1:com
pile, com.rometools:rome-utils=com.rometools:rome-utils:jar:1.5.1:compile, org.gagravarr:vorbis-java
-core=org.gagravarr:vorbis-java-core:jar:0.8:compile, com.googlecode.juniversalchardet:juniversalcha
rdet=com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile, org.codelibs:jhighlight=o
rg.codelibs:jhighlight:jar:1.0.2:compile, com.pff:java-libpst=com.pff:java-libpst:jar:0.8.1:compile,
com.github.junrar:junrar=com.github.junrar:junrar:jar:0.7:compile, org.apache.cxf:cxf-rt-rs-client=
org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile, org.apache.cxf:cxf-rt-transports-http=org.apache
.cxf:cxf-rt-transports-http:jar:3.0.16:compile, org.apache.cxf:cxf-core=org.apache.cxf:cxf-core:jar:
3.0.16:compile, org.codehaus.woodstox:woodstox-core-asl=org.codehaus.woodstox:woodstox-core-asl:jar:
4.4.1:compile, org.codehaus.woodstox:stax2-api=org.codehaus.woodstox:stax2-api:jar:3.1.4:compile, or
g.apache.ws.xmlschema:xmlschema-core=org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile, org.a
pache.cxf:cxf-rt-frontend-jaxrs=org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile, javax.ws.rs
:javax.ws.rs-api=javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile, javax.annotation:javax.annotation-ap
i=javax.annotation:javax.annotation-api:jar:1.2:compile, org.apache.commons:commons-exec=org.apache.
commons:commons-exec:jar:1.3:compile, org.apache.opennlp:opennlp-tools=org.apache.opennlp:opennlp-to
ols:jar:1.8.3:compile, com.googlecode.json-simple:json-simple=com.googlecode.json-simple:json-simple
:jar:1.1.1:compile, com.tdunning:json=com.tdunning:json:jar:1.8:compile, com.google.code.gson:gson=c
om.google.code.gson:gson:jar:2.8.1:compile, org.slf4j:jul-to-slf4j=org.slf4j:jul-to-slf4j:jar:1.7.24
:compile, edu.ucar:netcdf4=edu.ucar:netcdf4:jar:4.5.5:compile, net.jcip:jcip-annotations=net.jcip:jc
ip-annotations:jar:1.0:compile, net.java.dev.jna:jna=net.java.dev.jna:jna:jar:4.1.0:compile, edu.uca
r:grib=edu.ucar:grib:jar:4.5.5:compile, com.google.protobuf:protobuf-java=com.google.protobuf:protob
uf-java:jar:2.5.0:compile, org.jdom:jdom2=org.jdom:jdom2:jar:2.0.4:compile, org.itadaki:bzip2=org.it
adaki:bzip2:jar:0.9.1:compile, edu.ucar:cdm=edu.ucar:cdm:jar:4.5.5:compile, edu.ucar:udunits=edu.uca
r:udunits:jar:4.5.5:compile, joda-time:joda-time=joda-time:joda-time:jar:2.2:compile, org.quartz-sch
eduler:quartz=org.quartz-scheduler:quartz:jar:2.2.0:compile, c3p0:c3p0=c3p0:c3p0:jar:0.9.1.1:compile
, net.sf.ehcache:ehcache-core=net.sf.ehcache:ehcache-core:jar:2.6.2:compile, com.google.guava:guava=
com.google.guava:guava:jar:17.0:compile, com.beust:jcommander=com.beust:jcommander:jar:1.35:compile,
edu.ucar:httpservices=edu.ucar:httpservices:jar:4.5.5:compile, org.apache.commons:commons-csv=org.a
pache.commons:commons-csv:jar:1.0:compile, org.apache.sis.core:sis-utility=org.apache.sis.core:sis-u
tility:jar:0.6:compile, org.apache.sis.storage:sis-netcdf=org.apache.sis.storage:sis-netcdf:jar:0.6:
compile, org.apache.sis.storage:sis-storage=org.apache.sis.storage:sis-storage:jar:0.6:compile, org.
apache.sis.core:sis-referencing=org.apache.sis.core:sis-referencing:jar:0.6:compile, org.apache.sis.
core:sis-metadata=org.apache.sis.core:sis-metadata:jar:0.6:compile, org.opengis:geoapi=org.opengis:g
eoapi:jar:3.0.0:compile, javax.measure:jsr-275=javax.measure:jsr-275:jar:0.9.3:compile, edu.usc.ir:s
entiment-analysis-parser=edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile, com.fasterxml.jackson
.core:jackson-core=com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile, com.thoughtworks.xstre
am:xstream=com.thoughtworks.xstream:xstream:jar:1.4.10:compile, xmlpull:xmlpull=xmlpull:xmlpull:jar:
1.1.3.1:compile, xpp3:xpp3_min=xpp3:xpp3_min:jar:1.1.4c:compile, xalan:xalan=xalan:xalan:jar:2.7.2:c
ompile, xalan:serializer=xalan:serializer:jar:2.7.2:compile, xerces:xercesImpl=xerces:xercesImpl:jar
:2.11.0:compile, xml-apis:xml-apis=xml-apis:xml-apis:jar:1.4.01:compile, org.apache.xmlgraphics:xmlg
raphics-commons=org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile, javax.mail:mail=javax.ma
il:mail:jar:1.5.0-b01:compile, javax.activation:activation=javax.activation:activation:jar:1.1:compi
le, org.apache.geronimo.specs:geronimo-jms_1.1_spec=org.apache.geronimo.specs:geronimo-jms_1.1_spec:
jar:1.1.1:compile, com.jayway.jsonpath:json-path=com.jayway.jsonpath:json-path:jar:2.4.0:compile, ne
t.minidev:json-smart=net.minidev:json-smart:jar:2.3:compile, org.jsoup:jsoup=org.jsoup:jsoup:jar:1.1
1.2:compile, org.jodd:jodd-core=org.jodd:jodd-core:jar:4.1.4:compile, org.jodd:jodd-lagarto=org.jodd
:jodd-lagarto:jar:4.1.4:compile, org.jodd:jodd-log=org.jodd:jodd-log:jar:4.1.4:compile, org.jodd:jod
d-props=org.jodd:jodd-props:jar:4.1.4:compile, org.mongodb:mongo-java-driver=org.mongodb:mongo-java-
driver:jar:2.11.3:compile, com.helger:ph-css=com.helger:ph-css:jar:6.0.0:compile, com.helger:ph-comm
ons=com.helger:ph-commons:jar:9.0.0:compile, com.google.code.findbugs:jsr305=com.google.code.findbug
s:jsr305:jar:3.0.2:compile, com.fifesoft:rsyntaxtextarea=com.fifesoft:rsyntaxtextarea:jar:2.6.1:comp
ile, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.7.25:compile, org.slf4j:slf4j-ext=org.slf4j:slf4j
-ext:jar:1.7.25:compile, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.7.25:compile, org.a
pache.logging.log4j:log4j-api=org.apache.logging.log4j:log4j-api:jar:2.10.0:compile, org.apache.logg
ing.log4j:log4j-core=org.apache.logging.log4j:log4j-core:jar:2.10.0:compile, org.apache.logging.log4
j:log4j-slf4j-impl=org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile, org.apache.logging.
log4j:log4j-1.2-api=org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile, org.freemarker:freema
rker=org.freemarker:freemarker:jar:2.3.23:compile}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id: nexus-aliyun
url: http://maven.aliyun.com/nexus/content/groups/public
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsa
mpler\target\surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\so
apsampler\target\test-classes
[DEBUG] (s) testFailureIgnore = false
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soa
psampler\src\test\java
[DEBUG] (s) trimStackTrace = true
[DEBUG] (s) useFile = true
[DEBUG] (s) useManifestOnlyJar = true
[DEBUG] (s) useSystemClassLoader = true
[DEBUG] (s) useUnlimitedThreads = false
[DEBUG] (s) workingDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsa
mpler
[DEBUG] (s) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (s) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] -- end configuration --
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ soapsampler ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=101780, ConflictMarker.markTime=628
64, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=74411, ConflictIdSorter.topsortTime=6286
4, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.to
talTime=908321, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=598431
90, DefaultDependencyCollector.transformTime=1250867}
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG] commons-lang:commons-lang:jar:2.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin
:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG] Included: commons-lang:commons-lang:jar:2.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRe
alm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@3
3909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator
-->
[DEBUG] (f) classesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsa
mpler\target\classes
[DEBUG] (f) defaultManifestFile = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soa
psampler\target\classes\META-INF\MANIFEST.MF
[DEBUG] (f) finalName = soapsampler-0.0.1-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsam
pler\target
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen
-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@5a4ed68f
[DEBUG] (f) skipIfEmpty = false
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\s
oapsampler\target\soapsampler-0.0.1-SNAPSHOT.jar not found.)
[INFO] Building jar: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
\soapsampler-0.0.1-SNAPSHOT.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding entry javac.bat
[DEBUG] adding entry org.codehaus.plexus.compiler.javac.JavacCompiler2826412957348572010arguments
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/cn.x1/
[DEBUG] adding directory META-INF/maven/cn.x1/soapsampler/
[DEBUG] adding entry META-INF/maven/cn.x1/soapsampler/pom.xml
[DEBUG] adding entry META-INF/maven/cn.x1/soapsampler/pom.properties
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.187 s
[INFO] Finished at: 2018-07-12T17:10:11+08:00
[INFO] ------------------------------------------------------------------------ D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler>

打开window-show view - problems发现有个包有问题:

Archive for required library: 'C:/Users/debing.xiao/.m2/repository/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar' in project 'soapsampler' cannot be read or is not a valid ZIP file

比较了一下这个jar包和jmeter lib目录下的jar包大小不一样,于是用jmeter lib中的包替换了这个,然后重新运行maven -X clean package ,还是报错:

Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
Maven home: D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_162\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\debing.xiao\.m2\settings.xml
[DEBUG] Reading global toolchains from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\debing.xiao\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\debing.xiao\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\debing.xiao\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] Tasks: [clean, package]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] -------------------------< cn.x1:soapsampler >--------------------------
[INFO] Building soapsampler 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots).
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
[DEBUG] Repositories (plugins) : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<testPath default-value="${project.testClasspathElements}"/>
<testRelease>${maven.compiler.testRelease}</testRelease>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets (http://maven.geotoolkit.org/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata (https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearch (http://www.mvnsearch.org/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (http://download.oracle.com/maven).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (http://files.couchbase.com/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-releases (http://www.terracotta.org/download/reflector/releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-releases (http://repository.jboss.org/nexus/content/groups/public-jboss).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net Maven 2 (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-repository.dev.java.net (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-incubator (http://people.apache.org/repo/m2-incubating-repository/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2464101, ConflictMarker.markTime=940823, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1329554, ConflictIdSorter.topsortTime=658576, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=19630274, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collectTime=2834458330, DefaultDependencyCollector.transformTime=28261470}
[DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
[DEBUG] org.apache.jmeter:jorphan:jar:4.0:compile
[DEBUG] org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
[DEBUG] org.ow2.asm:asm:jar:6.0:compile
[DEBUG] net.minidev:accessors-smart:jar:1.2:compile
[DEBUG] bsf:bsf:jar:2.4.0:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile
[DEBUG] org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
[DEBUG] org.brotli:dec:jar:0.1.2:compile
[DEBUG] com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.11:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.2:compile
[DEBUG] org.apache.commons:commons-dbcp2:jar:2.2.0:compile
[DEBUG] commons-io:commons-io:jar:2.6:compile
[DEBUG] org.apache.commons:commons-jexl:jar:2.1.1:compile
[DEBUG] org.apache.commons:commons-jexl3:jar:3.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.7:compile
[DEBUG] org.apache.commons:commons-math3:jar:3.6.1:compile
[DEBUG] commons-net:commons-net:jar:3.6:compile
[DEBUG] org.apache.commons:commons-pool2:jar:2.5.0:compile
[DEBUG] dnsjava:dnsjava:jar:2.1.8:compile
[DEBUG] org.codehaus.groovy:groovy-all:jar:2.4.13:compile
[DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.9:compile
[DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] jcharts:jcharts:jar:0.7.5:compile
[DEBUG] org.mozilla:rhino:jar:1.7.7.2:compile
[DEBUG] junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] net.sf.jtidy:jtidy:jar:r938:compile
[DEBUG] org.apache.tika:tika-core:jar:1.17:compile
[DEBUG] org.apache.tika:tika-parsers:jar:1.17:compile
[DEBUG] org.gagravarr:vorbis-java-tika:jar:0.8:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
[DEBUG] org.tallison:jmatio:jar:1.2:compile
[DEBUG] org.apache.james:apache-mime4j-core:jar:0.8.1:compile
[DEBUG] org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.14:compile
[DEBUG] org.tukaani:xz:jar:1.6:compile
[DEBUG] org.apache.pdfbox:pdfbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:fontbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:jempbox:jar:1.8.13:compile
[DEBUG] org.apache.poi:poi:jar:3.17:compile
[DEBUG] org.apache.commons:commons-collections4:jar:4.1:compile
[DEBUG] org.apache.poi:poi-scratchpad:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[DEBUG] com.github.virtuald:curvesapi:jar:1.04:compile
[DEBUG] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[DEBUG] com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
[DEBUG] com.drewnoakes:metadata-extractor:jar:2.10.1:compile
[DEBUG] com.adobe.xmp:xmpcore:jar:5.1.3:compile
[DEBUG] de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
[DEBUG] com.rometools:rome:jar:1.5.1:compile
[DEBUG] com.rometools:rome-utils:jar:1.5.1:compile
[DEBUG] org.gagravarr:vorbis-java-core:jar:0.8:compile
[DEBUG] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
[DEBUG] org.codelibs:jhighlight:jar:1.0.2:compile
[DEBUG] com.pff:java-libpst:jar:0.8.1:compile
[DEBUG] com.github.junrar:junrar:jar:0.7:compile
[DEBUG] org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-core:jar:3.0.16:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[DEBUG] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
[DEBUG] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
[DEBUG] javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG] javax.annotation:javax.annotation-api:jar:1.2:compile
[DEBUG] org.apache.commons:commons-exec:jar:1.3:compile
[DEBUG] org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
[DEBUG] com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[DEBUG] com.tdunning:json:jar:1.8:compile
[DEBUG] com.google.code.gson:gson:jar:2.8.1:compile
[DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.24:compile
[DEBUG] edu.ucar:netcdf4:jar:4.5.5:compile
[DEBUG] net.jcip:jcip-annotations:jar:1.0:compile
[DEBUG] net.java.dev.jna:jna:jar:4.1.0:compile
[DEBUG] edu.ucar:grib:jar:4.5.5:compile
[DEBUG] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[DEBUG] org.jdom:jdom2:jar:2.0.4:compile
[DEBUG] org.itadaki:bzip2:jar:0.9.1:compile
[DEBUG] edu.ucar:cdm:jar:4.5.5:compile
[DEBUG] edu.ucar:udunits:jar:4.5.5:compile
[DEBUG] joda-time:joda-time:jar:2.2:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.2.0:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[DEBUG] com.google.guava:guava:jar:17.0:compile
[DEBUG] com.beust:jcommander:jar:1.35:compile
[DEBUG] edu.ucar:httpservices:jar:4.5.5:compile
[DEBUG] org.apache.commons:commons-csv:jar:1.0:compile
[DEBUG] org.apache.sis.core:sis-utility:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-netcdf:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-storage:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-referencing:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-metadata:jar:0.6:compile
[DEBUG] org.opengis:geoapi:jar:3.0.0:compile
[DEBUG] javax.measure:jsr-275:jar:0.9.3:compile
[DEBUG] edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.10:compile
[DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] xalan:xalan:jar:2.7.2:compile
[DEBUG] xalan:serializer:jar:2.7.2:compile
[DEBUG] xerces:xercesImpl:jar:2.11.0:compile
[DEBUG] xml-apis:xml-apis:jar:1.4.01:compile
[DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
[DEBUG] javax.mail:mail:jar:1.5.0-b01:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[DEBUG] com.jayway.jsonpath:json-path:jar:2.4.0:compile
[DEBUG] net.minidev:json-smart:jar:2.3:compile
[DEBUG] org.jsoup:jsoup:jar:1.11.2:compile
[DEBUG] org.jodd:jodd-core:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-lagarto:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-log:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-props:jar:4.1.4:compile
[DEBUG] org.mongodb:mongo-java-driver:jar:2.11.3:compile
[DEBUG] com.helger:ph-css:jar:6.0.0:compile
[DEBUG] com.helger:ph-commons:jar:9.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG] com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG] org.slf4j:slf4j-ext:jar:1.7.25:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[DEBUG] org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
[DEBUG] org.freemarker:freemarker:jar:2.3.23:compile
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=292083, ConflictMarker.markTime=53884, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=154381, ConflictIdSorter.topsortTime=14967, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=258726, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=62475785, DefaultDependencyCollector.transformTime=876676}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (f) reportDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes\org.codehaus.plexus.compiler.javac.JavacCompiler6976498994404318533arguments
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes\javac.bat
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\test-classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\site
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (http://repo1.maven.org/maven2).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=186454, ConflictMarker.markTime=94510, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=134709, ConflictIdSorter.topsortTime=50462, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=783449, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=361140927, DefaultDependencyCollector.transformTime=1286790}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\windows, env.USERDOMAIN_ROAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_162\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_162\jre\classes, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-b12, env.HOMEPATH=\Users\debing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\windows, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_162\jre\bin, classworlds.conf=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\bin\m2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\../conf, env.JAVACMD=C:\Program Files\Java\jdk1.8.0_162\bin\java.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:\tools\gradle-4.7-bin\gradle-4.7, java.home=C:\Program Files\Java\jdk1.8.0_162\jre, env.ANDROID_HOME=D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows, env.APPDATA=d:\debing.xiao\Application Data, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\debing.xiao, env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\debing.xiao, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCODE=00000001, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\lib\jansi-native, java.library.path=C:\Program Files\Java\jdk1.8.0_162\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm;., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:\windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java.class.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\SH-DC08R2-01, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\Users\DEBING~1.XIA\AppData\Local\Temp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\ext;C:\windows\Sun\Java\lib\ext, env.=D:=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, user.dir=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.MAVEN_HOME=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., env.LOCALAPPDATA=C:\Users\debing.xiao\AppData\Local, line.separator=
, env.CLASSWORLDS_JAR="D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms936, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:\Windows\System32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler}
[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath null
directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=230929, ConflictMarker.markTime=132998, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=75266, ConflictIdSorter.topsortTime=76549, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1117014, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=888857575, DefaultDependencyCollector.transformTime=1661408}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
[DEBUG] (f) basedir = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler
[DEBUG] (f) buildDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] (f) compilePath = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar, C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar, C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar, C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar, C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar, C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar, C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar, C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar, C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar, C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar, C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar, C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar, C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar, C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar, C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar, C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar, C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar, C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar, C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar, C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar, C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar, C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar, C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar, C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar, C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar, C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar, C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar, C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar, C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar, C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar, C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar, C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar, C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar, C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar, C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar, C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar, C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar, C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar, C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar, C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar, C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar]
[DEBUG] (f) compileSourceRoots = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) compilerVersion = 1.8
[DEBUG] (f) debug = true
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.8
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations to compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] New compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar
[DEBUG] Source roots:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] Command line options:
[DEBUG] -d D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes -classpath D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar;C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar;C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar;C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar;C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar;C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar;C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar;C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar;C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar;C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar;C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar;C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar;C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar;C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar;C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar;C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar;C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar;C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar;C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar;C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar;C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar;C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar;C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar;C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar;C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar;C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar;C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar;C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar;C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar;C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar;C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar;C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar;C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar;C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar;C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar;C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar;C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar;C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar;C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar;C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar;C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar;C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar;C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar;C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar; -sourcepath D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java;D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations; D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java -s D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations -g -verbose -nowarn -target 1.8 -source 1.8
[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 4 source files to D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java]]
[INFO] [解析已完成, 用时 46 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java]]
[INFO] [解析已完成, 用时 4 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java]]
[INFO] [解析已完成, 用时 1 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java]]
[INFO] [解析已完成, 用时 4 毫秒]
[INFO] [共 1818 毫秒]
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
[INFO] 31 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.823 s
[INFO] Finished at: 2018-07-12T17:19:19+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure: Compilation failure:
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161)
at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

在pom 配置中添加编码

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<verbose>true</verbose>
<fork>true</fork>
<compilerVersion>1.8</compilerVersion>
<source>1.8</source>
<target>1.8</target>
<!--添加这个 --><encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>

<encoding>UTF-8</encoding>

再次执行maven -X clean package,又报错了

Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00)
Maven home: D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..
Java version: 1.8.0_162, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_162\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\debing.xiao\.m2\settings.xml
[DEBUG] Reading global toolchains from D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\debing.xiao\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\debing.xiao\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\debing.xiao\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Extension realms for project cn.x1:soapsampler:jar:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] Tasks: [clean, package]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] -------------------------< cn.x1:soapsampler >--------------------------
[INFO] Building soapsampler 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots).
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: cn.x1:soapsampler:0.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
[DEBUG] Repositories (plugins) : [nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<directory default-value="${project.build.directory}"/>
<excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
<failOnError default-value="true">${maven.clean.failOnError}</failOnError>
<followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<reportDirectory default-value="${project.reporting.outputDirectory}"/>
<retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
<skip default-value="false">${clean.skip}</skip>
<testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
<verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.resources}"/>
<session default-value="${session}"/>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.compileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<projectArtifact default-value="${project.artifact}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skipMain>${maven.main.skip}</skipMain>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildFilters default-value="${project.build.filters}"/>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<escapeString>${maven.resources.escapeString}</escapeString>
<escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
<includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<overwrite default-value="false">${maven.resources.overwrite}</overwrite>
<project default-value="${project}"/>
<resources default-value="${project.testResources}"/>
<session default-value="${session}"/>
<skip>${maven.test.skip}</skip>
<supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
<useBuildFilters default-value="true"/>
<useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<basedir default-value="${basedir}"/>
<buildDirectory default-value="${project.build.directory}"/>
<compilePath default-value="${project.compileClasspathElements}"/>
<compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
<compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
<compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
<compilerVersion>1.8</compilerVersion>
<debug default-value="true">${maven.compiler.debug}</debug>
<debuglevel>${maven.compiler.debuglevel}</debuglevel>
<encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
<executable>${maven.compiler.executable}</executable>
<failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
<failOnWarning default-value="false">${maven.compiler.failOnWarning}</failOnWarning>
<forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
<fork default-value="false">true</fork>
<generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
<maxmem>${maven.compiler.maxmem}</maxmem>
<meminitial>${maven.compiler.meminitial}</meminitial>
<mojoExecution default-value="${mojoExecution}"/>
<optimize default-value="false">${maven.compiler.optimize}</optimize>
<outputDirectory default-value="${project.build.testOutputDirectory}"/>
<parameters default-value="false">${maven.compiler.parameters}</parameters>
<project default-value="${project}"/>
<release>${maven.compiler.release}</release>
<session default-value="${session}"/>
<showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
<showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
<skip>${maven.test.skip}</skip>
<skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
<source default-value="1.5">1.8</source>
<staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
<target default-value="1.5">1.8</target>
<testPath default-value="${project.testClasspathElements}"/>
<testRelease>${maven.compiler.testRelease}</testRelease>
<testSource>${maven.compiler.testSource}</testSource>
<testTarget>${maven.compiler.testTarget}</testTarget>
<useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
<verbose default-value="false">true</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>${argLine}</argLine>
<basedir default-value="${basedir}"/>
<childDelegation default-value="false">${childDelegation}</childDelegation>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
<disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
<enableAssertions default-value="true">${enableAssertions}</enableAssertions>
<excludedGroups>${excludedGroups}</excludedGroups>
<failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
<failIfNoTests>${failIfNoTests}</failIfNoTests>
<forkMode default-value="once">${forkMode}</forkMode>
<forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
<groups>${groups}</groups>
<junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
<jvm>${jvm}</jvm>
<localRepository default-value="${localRepository}"/>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<pluginDescriptor default-value="${plugin}"/>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
<reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
<reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
<reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
<runOrder default-value="filesystem"/>
<skip default-value="false">${maven.test.skip}</skip>
<skipExec>${maven.test.skip.exec}</skipExec>
<skipTests default-value="false">${skipTests}</skipTests>
<test>${test}</test>
<testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
<testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
<testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
<testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
<threadCount>${threadCount}</threadCount>
<trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
<useFile default-value="true">${surefire.useFile}</useFile>
<useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
<useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
<useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
<workingDirectory>${basedir}</workingDirectory>
<project default-value="${project}"/>
<session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<classesDirectory default-value="${project.build.outputDirectory}"/>
<defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
<finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
<forceCreation default-value="false">${jar.forceCreation}</forceCreation>
<outputDirectory default-value="${project.build.directory}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
<useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for JBoss (https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for ow2-snapshot (http://repository.ow2.org/nexus/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for taglets (http://maven.geotoolkit.org/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache.snapshots (https://repository.apache.org/snapshots/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-releases (https://maven.java.net/content/repositories/releases/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata (https://artifacts.unidata.ucar.edu/content/repositories/unidata/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for unidata-3rdparty (https://artifacts.unidata.ucar.edu/content/repositories/unidata-3rdparty/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for mvmsearch (http://www.mvnsearch.org/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Oracle (http://download.oracle.com/maven).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for spy (http://files.couchbase.com/maven2/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-snapshots (http://www.terracotta.org/download/reflector/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for terracotta-releases (http://www.terracotta.org/download/reflector/releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for jboss-releases (http://repository.jboss.org/nexus/content/groups/public-jboss).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for Java.net Maven 2 (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for sonatype-nexus-snapshots (http://oss.sonatype.org/content/repositories/snapshots).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for maven2-repository.dev.java.net (http://download.java.net/maven/2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for UCAR (https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for apache-incubator (http://people.apache.org/repo/m2-incubating-repository/).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus-snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central.snapshots (https://oss.sonatype.org/content/repositories/snapshots/).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=2179716, ConflictMarker.markTime=1079381, ConflictMarker.nodeCount=448, ConflictIdSorter.graphTime=1290211, ConflictIdSorter.topsortTime=785587, ConflictIdSorter.conflictIdCount=142, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=36897798, ConflictResolver.conflictItemCount=360, DefaultDependencyCollector.collectTime=3303019871, DefaultDependencyCollector.transformTime=44303787}
[DEBUG] cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] org.apache.jmeter:ApacheJMeter_components:jar:4.0:compile
[DEBUG] org.apache.jmeter:jorphan:jar:4.0:compile
[DEBUG] org.apache.jmeter:ApacheJMeter_core:jar:4.0:compile
[DEBUG] org.ow2.asm:asm:jar:6.0:compile
[DEBUG] net.minidev:accessors-smart:jar:1.2:compile
[DEBUG] bsf:bsf:jar:2.4.0:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] org.apache-extras.beanshell:bsh:jar:2.0b6:compile
[DEBUG] org.bouncycastle:bcmail-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.49:compile
[DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.49:compile
[DEBUG] org.brotli:dec:jar:0.1.2:compile
[DEBUG] com.github.ben-manes.caffeine:caffeine:jar:2.6.1:compile
[DEBUG] commons-codec:commons-codec:jar:1.11:compile
[DEBUG] commons-collections:commons-collections:jar:3.2.2:compile
[DEBUG] org.apache.commons:commons-dbcp2:jar:2.2.0:compile
[DEBUG] commons-io:commons-io:jar:2.6:compile
[DEBUG] org.apache.commons:commons-jexl:jar:2.1.1:compile
[DEBUG] org.apache.commons:commons-jexl3:jar:3.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.7:compile
[DEBUG] org.apache.commons:commons-math3:jar:3.6.1:compile
[DEBUG] commons-net:commons-net:jar:3.6:compile
[DEBUG] org.apache.commons:commons-pool2:jar:2.5.0:compile
[DEBUG] dnsjava:dnsjava:jar:2.1.8:compile
[DEBUG] org.codehaus.groovy:groovy-all:jar:2.4.13:compile
[DEBUG] org.apache.httpcomponents:httpasyncclient:jar:4.1.3:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.5:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.9:compile
[DEBUG] org.apache.httpcomponents:httpcore-nio:jar:4.4.9:compile
[DEBUG] oro:oro:jar:2.0.8:compile
[DEBUG] jcharts:jcharts:jar:0.7.5:compile
[DEBUG] org.mozilla:rhino:jar:1.7.7.2:compile
[DEBUG] junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] net.sf.jtidy:jtidy:jar:r938:compile
[DEBUG] org.apache.tika:tika-core:jar:1.17:compile
[DEBUG] org.apache.tika:tika-parsers:jar:1.17:compile
[DEBUG] org.gagravarr:vorbis-java-tika:jar:0.8:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess:jar:2.1.8:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.2:compile
[DEBUG] org.tallison:jmatio:jar:1.2:compile
[DEBUG] org.apache.james:apache-mime4j-core:jar:0.8.1:compile
[DEBUG] org.apache.james:apache-mime4j-dom:jar:0.8.1:compile
[DEBUG] org.apache.commons:commons-compress:jar:1.14:compile
[DEBUG] org.tukaani:xz:jar:1.6:compile
[DEBUG] org.apache.pdfbox:pdfbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:fontbox:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:pdfbox-tools:jar:2.0.8:compile
[DEBUG] org.apache.pdfbox:jempbox:jar:1.8.13:compile
[DEBUG] org.apache.poi:poi:jar:3.17:compile
[DEBUG] org.apache.commons:commons-collections4:jar:4.1:compile
[DEBUG] org.apache.poi:poi-scratchpad:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml:jar:3.17:compile
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[DEBUG] com.github.virtuald:curvesapi:jar:1.04:compile
[DEBUG] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[DEBUG] com.googlecode.mp4parser:isoparser:jar:1.1.18:compile
[DEBUG] com.drewnoakes:metadata-extractor:jar:2.10.1:compile
[DEBUG] com.adobe.xmp:xmpcore:jar:5.1.3:compile
[DEBUG] de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile
[DEBUG] com.rometools:rome:jar:1.5.1:compile
[DEBUG] com.rometools:rome-utils:jar:1.5.1:compile
[DEBUG] org.gagravarr:vorbis-java-core:jar:0.8:compile
[DEBUG] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile
[DEBUG] org.codelibs:jhighlight:jar:1.0.2:compile
[DEBUG] com.pff:java-libpst:jar:0.8.1:compile
[DEBUG] com.github.junrar:junrar:jar:0.7:compile
[DEBUG] org.apache.cxf:cxf-rt-rs-client:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-rt-transports-http:jar:3.0.16:compile
[DEBUG] org.apache.cxf:cxf-core:jar:3.0.16:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[DEBUG] org.apache.ws.xmlschema:xmlschema-core:jar:2.2.2:compile
[DEBUG] org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.0.16:compile
[DEBUG] javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile
[DEBUG] javax.annotation:javax.annotation-api:jar:1.2:compile
[DEBUG] org.apache.commons:commons-exec:jar:1.3:compile
[DEBUG] org.apache.opennlp:opennlp-tools:jar:1.8.3:compile
[DEBUG] com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[DEBUG] com.tdunning:json:jar:1.8:compile
[DEBUG] com.google.code.gson:gson:jar:2.8.1:compile
[DEBUG] org.slf4j:jul-to-slf4j:jar:1.7.24:compile
[DEBUG] edu.ucar:netcdf4:jar:4.5.5:compile
[DEBUG] net.jcip:jcip-annotations:jar:1.0:compile
[DEBUG] net.java.dev.jna:jna:jar:4.1.0:compile
[DEBUG] edu.ucar:grib:jar:4.5.5:compile
[DEBUG] com.google.protobuf:protobuf-java:jar:2.5.0:compile
[DEBUG] org.jdom:jdom2:jar:2.0.4:compile
[DEBUG] org.itadaki:bzip2:jar:0.9.1:compile
[DEBUG] edu.ucar:cdm:jar:4.5.5:compile
[DEBUG] edu.ucar:udunits:jar:4.5.5:compile
[DEBUG] joda-time:joda-time:jar:2.2:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.2.0:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.6.2:compile
[DEBUG] com.google.guava:guava:jar:17.0:compile
[DEBUG] com.beust:jcommander:jar:1.35:compile
[DEBUG] edu.ucar:httpservices:jar:4.5.5:compile
[DEBUG] org.apache.commons:commons-csv:jar:1.0:compile
[DEBUG] org.apache.sis.core:sis-utility:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-netcdf:jar:0.6:compile
[DEBUG] org.apache.sis.storage:sis-storage:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-referencing:jar:0.6:compile
[DEBUG] org.apache.sis.core:sis-metadata:jar:0.6:compile
[DEBUG] org.opengis:geoapi:jar:3.0.0:compile
[DEBUG] javax.measure:jsr-275:jar:0.9.3:compile
[DEBUG] edu.usc.ir:sentiment-analysis-parser:jar:0.1:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.2:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.10:compile
[DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG] xalan:xalan:jar:2.7.2:compile
[DEBUG] xalan:serializer:jar:2.7.2:compile
[DEBUG] xerces:xercesImpl:jar:2.11.0:compile
[DEBUG] xml-apis:xml-apis:jar:1.4.01:compile
[DEBUG] org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2:compile
[DEBUG] javax.mail:mail:jar:1.5.0-b01:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[DEBUG] com.jayway.jsonpath:json-path:jar:2.4.0:compile
[DEBUG] net.minidev:json-smart:jar:2.3:compile
[DEBUG] org.jsoup:jsoup:jar:1.11.2:compile
[DEBUG] org.jodd:jodd-core:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-lagarto:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-log:jar:4.1.4:compile
[DEBUG] org.jodd:jodd-props:jar:4.1.4:compile
[DEBUG] org.mongodb:mongo-java-driver:jar:2.11.3:compile
[DEBUG] com.helger:ph-css:jar:6.0.0:compile
[DEBUG] com.helger:ph-commons:jar:9.0.0:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG] com.fifesoft:rsyntaxtextarea:jar:2.6.1:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG] org.slf4j:slf4j-ext:jar:1.7.25:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[DEBUG] org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-core:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-slf4j-impl:jar:2.10.0:compile
[DEBUG] org.apache.logging.log4j:log4j-1.2-api:jar:2.10.0:compile
[DEBUG] org.freemarker:freemarker:jar:2.3.23:compile
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ soapsampler ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=60298, ConflictMarker.markTime=100070, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=8981, ConflictIdSorter.topsortTime=11118, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=148821, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=56193225, DefaultDependencyCollector.transformTime=402416}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG] (f) directory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (f) reportDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\site
[DEBUG] (f) retryOnError = true
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\test-classes
[DEBUG] -- end configuration --
[INFO] Deleting D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\test-classes
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile\inputFiles.lst
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile\createdFiles.lst
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile\default-compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin\compile
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status\maven-compiler-plugin
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\maven-status
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes\org.codehaus.plexus.compiler.javac.JavacCompiler5873083136273162769arguments
[INFO] Deleting file D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes\javac.bat
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[INFO] Deleting directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\test-classes
[DEBUG] Skipping non-existing directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\site
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for snapshots (http://snapshots.maven.codehaus.org/maven2).
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for central (http://repo1.maven.org/maven2).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=231357, ConflictMarker.markTime=104346, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=169775, ConflictIdSorter.topsortTime=45331, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=824931, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=355811165, DefaultDependencyCollector.transformTime=1412945}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG] commons-cli:commons-cli:jar:1.0:compile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG] classworlds:classworlds:jar:1.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:3.8.1:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG] Included: commons-cli:commons-cli:jar:1.0
[DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG] Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG] Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {java.vendor=Oracle Corporation, env.SYSTEMROOT=C:\windows, env.USERDOMAIN_ROAMINGPROFILE=99BILL, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, env.WDIR=D:\, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_162\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_162\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_162\jre\classes, env.COMPUTERNAME=SH4010301061179, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_162-b12, env.HOMEPATH=\Users\debing.xiao, user.name=debing.xiao, maven.build.version=Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-25T03:49:05+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm, user.language=zh, env.JVMCONFIG=\.mvn\jvm.config, env.WINDIR=C:\windows, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_162\jre\bin, classworlds.conf=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\bin\m2.conf, java.version=1.8.0_162, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel, user.timezone=, env.=A:=A:\, env.TEMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, sun.arch.data.model=64, env.EXEC_DIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\endorsed, sun.cpu.isalist=amd64, env.HOMEDRIVE=C:, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, env.SYSTEMDRIVE=C:, file.separator=\, java.specification.name=Java Platform API Specification, maven.conf=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\../conf, env.JAVACMD=C:\Program Files\Java\jdk1.8.0_162\bin\java.exe, java.class.version=52.0, user.country=CN, env.GRADLE_HOME=D:\tools\gradle-4.7-bin\gradle-4.7, java.home=C:\Program Files\Java\jdk1.8.0_162\jre, env.ANDROID_HOME=D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows, env.APPDATA=d:\debing.xiao\Application Data, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, os.version=6.1, env.=::=::\, path.separator=;, java.vm.version=25.162-b12, env.ASL.LOG=Destination=file, user.variant=, env.USERPROFILE=C:\Users\debing.xiao, env.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_162, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\DEBING~1.XIA\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, user.home=C:\Users\debing.xiao, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCODE=00000001, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, library.jansi.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\lib\jansi-native, java.library.path=C:\Program Files\Java\jdk1.8.0_162\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Java\jdk1.8.0_162\bin;C:\ProgramData\Oracle\Java\javapath;d:\Oracle\ora90\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Git\cmd;D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin;D:\tools\gradle-4.7-bin\gradle-4.7\bin;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\tools;D:\tools\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools;C:\Program Files\nodejs\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\Scripts\;C:\Users\debing.xiao\AppData\Local\Programs\Python\Python36\;C:\Users\debing.xiao\AppData\Local\Programs\Fiddler;D:\debing.xiao\Application Data\npm;., env.NUMBER_OF_PROCESSORS=4, java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=99BILL.COM, env.PSMODULEPATH=C:\windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=-X clean package, java.vm.vendor=Oracle Corporation, maven.home=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., java.runtime.name=Java(TM) SE Runtime Environment, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X clean package, java.class.path=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.jar, env.PROGRAMW6432=C:\Program Files, maven.version=3.5.3, env.PROGRAMFILES(X86)=C:\Program Files (x86), java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\\SH-DC08R2-01, java.vm.specification.version=1.8, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, java.io.tmpdir=C:\Users\DEBING~1.XIA\AppData\Local\Temp\, env.PROCESSOR_REVISION=4501, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, maven.multiModuleProjectDirectory=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_162\jre\lib\ext;C:\windows\Sun\Java\lib\ext, env.=D:=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, user.dir=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler, env.MAVEN_HOME=D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\.., env.LOCALAPPDATA=C:\Users\debing.xiao\AppData\Local, line.separator=
, env.CLASSWORLDS_JAR="D:\tools\apache-maven-3.5.3-bin\apache-maven-3.5.3\bin\..\boot\plexus-classworlds-2.5.2.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, env.ERROR_CODE=0, env.USERNAME=debing.xiao, sun.stderr.encoding=ms936, file.encoding=GBK, env.USERDOMAIN=99BILL, java.specification.version=1.8, env.=C:=C:\Windows\System32, env.PROCESSOR_LEVEL=6, env.MAVEN_PROJECTBASEDIR=D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler}
[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath null
directory D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource
[DEBUG] no use filter components
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ soapsampler ---
[DEBUG] Using mirror nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public) for plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=429358, ConflictMarker.markTime=198428, ConflictMarker.nodeCount=118, ConflictIdSorter.graphTime=256161, ConflictIdSorter.topsortTime=75265, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=981022, ConflictResolver.conflictItemCount=72, DefaultDependencyCollector.collectTime=837768316, DefaultDependencyCollector.transformTime=1966748}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] org.apache.maven:maven-core:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG] org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG] org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.6:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG] org.codehaus.plexus:plexus-java:jar:0.9.2:compile
[DEBUG] org.ow2.asm:asm:jar:6.0_BETA:compile
[DEBUG] com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2:compile
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0
[DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.7.0
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG] Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.6
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG] Included: org.codehaus.plexus:plexus-java:jar:0.9.2
[DEBUG] Included: org.ow2.asm:asm:jar:6.0_BETA
[DEBUG] Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2
[DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.7.0, parent: sun.misc.Launcher$AppClassLoader@33909752]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile' with basic configurator -->
[DEBUG] (f) basedir = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler
[DEBUG] (f) buildDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target
[DEBUG] (f) compilePath = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar, C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar, C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar, C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar, C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar, C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar, C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar, C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar, C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar, C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar, C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar, C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar, C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar, C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar, C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar, C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar, C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar, C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar, C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar, C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar, C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar, C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar, C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar, C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar, C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar, C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar, C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar, C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar, C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar, C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar, C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar, C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar, C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar, C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar, C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar, C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar, C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar, C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar, C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar, C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar, C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar, C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar, C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar, C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar, C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar, C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar, C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar, C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar, C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar, C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar, C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar, C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar, C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar, C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar, C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar, C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar, C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar, C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar, C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar, C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar, C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar, C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar, C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar, C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar, C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar, C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar, C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar]
[DEBUG] (f) compileSourceRoots = [D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) compilerVersion = 1.8
[DEBUG] (f) debug = true
[DEBUG] (f) failOnError = true
[DEBUG] (f) failOnWarning = false
[DEBUG] (f) forceJavacCompilerUse = false
[DEBUG] (f) fork = true
[DEBUG] (f) generatedSourcesDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile {execution: default-compile}
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] (f) parameters = false
[DEBUG] (f) project = MavenProject: cn.x1:soapsampler:0.0.1-SNAPSHOT @ D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\pom.xml
[DEBUG] (f) projectArtifact = cn.x1:soapsampler:jar:0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@13e9f2e2
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) skipMultiThreadWarning = false
[DEBUG] (f) source = 1.8
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.8
[DEBUG] (f) useIncrementalCompilation = true
[DEBUG] (f) verbose = true
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Adding D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations to compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] New compile source roots:
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java
[DEBUG] Stale source detected: D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar
[DEBUG] C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar
[DEBUG] Source roots:
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java
[DEBUG] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations
[DEBUG] Command line options:
[DEBUG] -d D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes -classpath D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_components\4.0\ApacheJMeter_components-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\jorphan\4.0\jorphan-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\jmeter\ApacheJMeter_core\4.0\ApacheJMeter_core-4.0.jar;C:\Users\debing.xiao\.m2\repository\org\ow2\asm\asm\6.0\asm-6.0.jar;C:\Users\debing.xiao\.m2\repository\net\minidev\accessors-smart\1.2\accessors-smart-1.2.jar;C:\Users\debing.xiao\.m2\repository\bsf\bsf\2.4.0\bsf-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\apache-extras\beanshell\bsh\2.0b6\bsh-2.0b6.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcmail-jdk15on\1.49\bcmail-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcprov-jdk15on\1.49\bcprov-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\bouncycastle\bcpkix-jdk15on\1.49\bcpkix-jdk15on-1.49.jar;C:\Users\debing.xiao\.m2\repository\org\brotli\dec\0.1.2\dec-0.1.2.jar;C:\Users\debing.xiao\.m2\repository\com\github\ben-manes\caffeine\caffeine\2.6.1\caffeine-2.6.1.jar;C:\Users\debing.xiao\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;C:\Users\debing.xiao\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-dbcp2\2.2.0\commons-dbcp2-2.2.0.jar;C:\Users\debing.xiao\.m2\repository\commons-io\commons-io\2.6\commons-io-2.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl\2.1.1\commons-jexl-2.1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-jexl3\3.1\commons-jexl3-3.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;C:\Users\debing.xiao\.m2\repository\commons-net\commons-net\3.6\commons-net-3.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-pool2\2.5.0\commons-pool2-2.5.0.jar;C:\Users\debing.xiao\.m2\repository\dnsjava\dnsjava\2.1.8\dnsjava-2.1.8.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\groovy\groovy-all\2.4.13\groovy-all-2.4.13.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpclient\4.5.5\httpclient-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpmime\4.5.5\httpmime-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore\4.4.9\httpcore-4.4.9.jar;C:\Users\debing.xiao\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.9\httpcore-nio-4.4.9.jar;C:\Users\debing.xiao\.m2\repository\oro\oro\2.0.8\oro-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\jcharts\jcharts\0.7.5\jcharts-0.7.5.jar;C:\Users\debing.xiao\.m2\repository\org\mozilla\rhino\1.7.7.2\rhino-1.7.7.2.jar;C:\Users\debing.xiao\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\debing.xiao\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\debing.xiao\.m2\repository\net\sf\jtidy\jtidy\r938\jtidy-r938.jar;C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-core\1.17\tika-core-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\tika\tika-parsers\1.17\tika-parsers-1.17.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-tika\0.8\vorbis-java-tika-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess\2.1.8\jackcess-2.1.8.jar;C:\Users\debing.xiao\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\debing.xiao\.m2\repository\com\healthmarketscience\jackcess\jackcess-encrypt\2.1.2\jackcess-encrypt-2.1.2.jar;C:\Users\debing.xiao\.m2\repository\org\tallison\jmatio\1.2\jmatio-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-core\0.8.1\apache-mime4j-core-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\james\apache-mime4j-dom\0.8.1\apache-mime4j-dom-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-compress\1.14\commons-compress-1.14.jar;C:\Users\debing.xiao\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox\2.0.8\pdfbox-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\fontbox\2.0.8\fontbox-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\pdfbox-tools\2.0.8\pdfbox-tools-2.0.8.jar;C:\Users\debing.xiao\.m2\repository\org\apache\pdfbox\jempbox\1.8.13\jempbox-1.8.13.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi\3.17\poi-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-collections4\4.1\commons-collections4-4.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-scratchpad\3.17\poi-scratchpad-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml\3.17\poi-ooxml-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.17\poi-ooxml-schemas-3.17.jar;C:\Users\debing.xiao\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;C:\Users\debing.xiao\.m2\repository\com\github\virtuald\curvesapi\1.04\curvesapi-1.04.jar;C:\Users\debing.xiao\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\mp4parser\isoparser\1.1.18\isoparser-1.1.18.jar;C:\Users\debing.xiao\.m2\repository\com\drewnoakes\metadata-extractor\2.10.1\metadata-extractor-2.10.1.jar;C:\Users\debing.xiao\.m2\repository\com\adobe\xmp\xmpcore\5.1.3\xmpcore-5.1.3.jar;C:\Users\debing.xiao\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar;C:\Users\debing.xiao\.m2\repository\com\rometools\rome\1.5.1\rome-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\com\rometools\rome-utils\1.5.1\rome-utils-1.5.1.jar;C:\Users\debing.xiao\.m2\repository\org\gagravarr\vorbis-java-core\0.8\vorbis-java-core-0.8.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar;C:\Users\debing.xiao\.m2\repository\org\codelibs\jhighlight\1.0.2\jhighlight-1.0.2.jar;C:\Users\debing.xiao\.m2\repository\com\pff\java-libpst\0.8.1\java-libpst-0.8.1.jar;C:\Users\debing.xiao\.m2\repository\com\github\junrar\junrar\0.7\junrar-0.7.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-rs-client\3.0.16\cxf-rt-rs-client-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-transports-http\3.0.16\cxf-rt-transports-http-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-core\3.0.16\cxf-core-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar;C:\Users\debing.xiao\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\apache\ws\xmlschema\xmlschema-core\2.2.2\xmlschema-core-2.2.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\cxf\cxf-rt-frontend-jaxrs\3.0.16\cxf-rt-frontend-jaxrs-3.0.16.jar;C:\Users\debing.xiao\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.0.1\javax.ws.rs-api-2.0.1.jar;C:\Users\debing.xiao\.m2\repository\javax\annotation\javax.annotation-api\1.2\javax.annotation-api-1.2.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar;C:\Users\debing.xiao\.m2\repository\org\apache\opennlp\opennlp-tools\1.8.3\opennlp-tools-1.8.3.jar;C:\Users\debing.xiao\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\tdunning\json\1.8\json-1.8.jar;C:\Users\debing.xiao\.m2\repository\com\google\code\gson\gson\2.8.1\gson-2.8.1.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\jul-to-slf4j\1.7.24\jul-to-slf4j-1.7.24.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\netcdf4\4.5.5\netcdf4-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar;C:\Users\debing.xiao\.m2\repository\net\java\dev\jna\jna\4.1.0\jna-4.1.0.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\grib\4.5.5\grib-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\com\google\protobuf\protobuf-java\2.5.0\protobuf-java-2.5.0.jar;C:\Users\debing.xiao\.m2\repository\org\jdom\jdom2\2.0.4\jdom2-2.0.4.jar;C:\Users\debing.xiao\.m2\repository\org\itadaki\bzip2\0.9.1\bzip2-0.9.1.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\cdm\4.5.5\cdm-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\udunits\4.5.5\udunits-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\joda-time\joda-time\2.2\joda-time-2.2.jar;C:\Users\debing.xiao\.m2\repository\org\quartz-scheduler\quartz\2.2.0\quartz-2.2.0.jar;C:\Users\debing.xiao\.m2\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar;C:\Users\debing.xiao\.m2\repository\net\sf\ehcache\ehcache-core\2.6.2\ehcache-core-2.6.2.jar;C:\Users\debing.xiao\.m2\repository\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\debing.xiao\.m2\repository\com\beust\jcommander\1.35\jcommander-1.35.jar;C:\Users\debing.xiao\.m2\repository\edu\ucar\httpservices\4.5.5\httpservices-4.5.5.jar;C:\Users\debing.xiao\.m2\repository\org\apache\commons\commons-csv\1.0\commons-csv-1.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-utility\0.6\sis-utility-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-netcdf\0.6\sis-netcdf-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\storage\sis-storage\0.6\sis-storage-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-referencing\0.6\sis-referencing-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\apache\sis\core\sis-metadata\0.6\sis-metadata-0.6.jar;C:\Users\debing.xiao\.m2\repository\org\opengis\geoapi\3.0.0\geoapi-3.0.0.jar;C:\Users\debing.xiao\.m2\repository\javax\measure\jsr-275\0.9.3\jsr-275-0.9.3.jar;C:\Users\debing.xiao\.m2\repository\edu\usc\ir\sentiment-analysis-parser\0.1\sentiment-analysis-parser-0.1.jar;C:\Users\debing.xiao\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.9.2\jackson-core-2.9.2.jar;C:\Users\debing.xiao\.m2\repository\com\thoughtworks\xstream\xstream\1.4.10\xstream-1.4.10.jar;C:\Users\debing.xiao\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar;C:\Users\debing.xiao\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar;C:\Users\debing.xiao\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar;C:\Users\debing.xiao\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar;C:\Users\debing.xiao\.m2\repository\xerces\xercesImpl\2.11.0\xercesImpl-2.11.0.jar;C:\Users\debing.xiao\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;C:\Users\debing.xiao\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.2\xmlgraphics-commons-2.2.jar;C:\Users\debing.xiao\.m2\repository\javax\mail\mail\1.5.0-b01\mail-1.5.0-b01.jar;C:\Users\debing.xiao\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\debing.xiao\.m2\repository\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1.1\geronimo-jms_1.1_spec-1.1.1.jar;C:\Users\debing.xiao\.m2\repository\com\jayway\jsonpath\json-path\2.4.0\json-path-2.4.0.jar;C:\Users\debing.xiao\.m2\repository\net\minidev\json-smart\2.3\json-smart-2.3.jar;C:\Users\debing.xiao\.m2\repository\org\jsoup\jsoup\1.11.2\jsoup-1.11.2.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-core\4.1.4\jodd-core-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-lagarto\4.1.4\jodd-lagarto-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-log\4.1.4\jodd-log-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\jodd\jodd-props\4.1.4\jodd-props-4.1.4.jar;C:\Users\debing.xiao\.m2\repository\org\mongodb\mongo-java-driver\2.11.3\mongo-java-driver-2.11.3.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-css\6.0.0\ph-css-6.0.0.jar;C:\Users\debing.xiao\.m2\repository\com\helger\ph-commons\9.0.0\ph-commons-9.0.0.jar;C:\Users\debing.xiao\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\debing.xiao\.m2\repository\com\fifesoft\rsyntaxtextarea\2.6.1\rsyntaxtextarea-2.6.1.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\slf4j-ext\1.7.25\slf4j-ext-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-api\2.10.0\log4j-api-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-core\2.10.0\log4j-core-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-slf4j-impl\2.10.0\log4j-slf4j-impl-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\apache\logging\log4j\log4j-1.2-api\2.10.0\log4j-1.2-api-2.10.0.jar;C:\Users\debing.xiao\.m2\repository\org\freemarker\freemarker\2.3.23\freemarker-2.3.23.jar; -sourcepath D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java;D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations; D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java -s D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\generated-sources\annotations -g -verbose -nowarn -target 1.8 -source 1.8
[WARNING] File encoding has not been set, using platform encoding GBK, i.e. build is platform dependent!
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 4 source files to D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\target\classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java]]
[INFO] [解析已完成, 用时 52 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSampler.java]]
[INFO] [解析已完成, 用时 6 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\T.java]]
[INFO] [解析已完成, 用时 0 毫秒]
[INFO] [解析开始时间 RegularFileObject[D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java]]
[INFO] [解析已完成, 用时 7 毫秒]
[INFO] [共 1818 毫秒]
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
[INFO] 31 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.339 s
[INFO] Finished at: 2018-07-12T17:25:40+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure: Compilation failure:
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[46,43] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,63] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[47,76] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[48,69] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[50,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,74] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[53,85] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[55,81] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,35] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[56,90] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[57,94] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,49] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[58,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[59,91] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[60,99] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[83,68] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[99,48] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[125,73] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,84] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[130,92] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[131,55] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[138,47] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,24] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,31] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapSamplerGui.java:[168,42] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[24,52] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[25,32] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[46,62] 错误: 编码GBK的不可映射字符
[ERROR] D:\tools\eclipse-jee-oxygen-2-win32-x86_64\eclipse\workspace\soapsampler\src\main\java\soapsampler\SoapUtils.java:[72,28] 错误: 编码GBK的不可映射字符
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project soapsampler: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161)
at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:168)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

貌似还是编码问题哈,继续搞。。。

在pom中加下面的配置

<properties>
<!-- 文件拷贝时的编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>

再次执行maven -X clean package

我嚓,竟然好了,class被打到jar包里面去了

jmeter sampler maven项目排错记的更多相关文章

  1. 自动配置pom文件,构建maven项目jar包依赖关系,找到jar包运用到jmeter

    首先说下pom文件特别方便的优点: 什么是pom文件? POM(Project Object Model) 是Maven的基础. 它是一个XML文件,包含了Maven用来build项目所需要的项目配置 ...

  2. maven项目中利用jmeter-maven-plugin插件直接执行jmeter jmx脚本

    jmeter脚本需要执行脚本,先得下载jmeter并解压jmeter.如想在maven项目中通过mvn install 直接执行jmx文件,这样就能在测试服务器上通过一个命令就能执行下性能测试了,给自 ...

  3. maven项目新检出后不编译爬坑记 及 mvn clean package报错 WagonTransporterFactory: java.util.NoSuchElementException 异常【我】

    从SVN新检出一个maven项目,配置好后,发现项目无法编译(只有一个test包中的代码显示编译报错,其他所有包中的代码都不编译,也不报错), 先注释掉报错的test包中的所有内容, 用Eclipse ...

  4. 从零一起学Spring Boot之LayIM项目长成记(一) 初见 Spring Boot

    项目背景 之前写过LayIM的.NET版后端实现,后来又写过一版Java的.当时用的是servlet,websocket和jdbc.虽然时间过去很久了,但是仍有些同学在关注.偶然间我听说了Spring ...

  5. idea 如何新建一个Maven项目并且写第一个servlet

    使用idea已经有段时间了,但是一直没有自己亲自新建一个项目,从头开始写一个Servlet,今天就来学习一下,并且记一个笔记. 一. 1.首先,打开idea new-->Project 2.选择 ...

  6. IDEA搭建多模块maven项目

    目录 新建maven项目作为多模块的parent项目 新建模块 在parent项目中配置 pom api 模块搭建restful风格api Mybatis Generator的使用(mybatis 逆 ...

  7. MAVEN学习-第一个Maven项目的构建

    MAVEN安装成功之后就可以进行项目的构建和管理了: 为什么要用maven进行项目的构建和管理? 对于初学者来说一个最直接的也是最容易里的优点在于JAR包的管理,相对于以前开发一个项目的时候我们需要用 ...

  8. 创建maven项目(cmd 命令)

    2016五月 22 原 创建maven项目(cmd 命令) 分类:maven (994) (0) 1.普通方式创建 1)进入cmd窗口执行 mvn archetype:generate 2) 光标停止 ...

  9. springmvc+spring+mybatis+maven项目集成shiro进行用户权限控制【转】

    项目结构:   1.maven项目的pom中引入shiro所需的jar包依赖关系 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ...

随机推荐

  1. 51nod2383

    2383 高维部分和 1 秒 131,072 KB 80 分 5 级题   输入一个长度为n的数组a[i],下标从0开始(0到n-1)保证n是2的整数次幂,对于每个i (0 <= i < ...

  2. @ControllerAdvice+@ExceptionHandler处理架构异常捕获

    1.注解引入 1) @ControllerAdvice - 控制器增强 @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) ...

  3. puppet一个完整的实例

    一个具体实例来简单说明puppet的具体结构 创建第一个配置 puppet的组成清单这主要包含这几个部分 资源,文件,模板,节点,类,定义 puppet中有个模块的定义,这个比较重要,基本是puppe ...

  4. Java大数练习

    大数阶乘 题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=28 import java.io.*; import java.util.*; ...

  5. Matplotlib学习---用matplotlib画面积图(area chart)

    这里利用Nathan Yau所著的<鲜活的数据:数据可视化指南>一书中的数据,学习画图. 数据地址:http://book.flowingdata.com/ch05/data/us-pop ...

  6. appium 原理解析(转载雷子老师博客)

    appium 原理解析 原博客地址:https://www.cnblogs.com/leiziv5/p/6427609.html Appium是 c/s模式的appium是基于 webdriver 协 ...

  7. HDOJ5540 Secrete Master Plan

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5540 题目大意:给一个两个2*2的矩阵,第二个矩阵能不能通过旋转得到第一个矩阵 题目思路:模拟 #in ...

  8. eclipse 保存html 提示 save could not be completed

    重启ecplise 即可

  9. MT【299】对数型数列不等式

    已知数列$\{\dfrac{1}{n}\}$的前$n$项和为$S_n$,则下面选项正确的是(      )A.$S_{2018}-1>\ln 2018$B.$S_{2018}-1<\ln ...

  10. 【BZOJ2823】[AHOI2012]信号塔(最小圆覆盖)

    [BZOJ2823][AHOI2012]信号塔(最小圆覆盖) 题面 BZOJ 洛谷 相同的题: BZOJ1 BZOJ2 洛谷 题解 模板题... #include<iostream> #i ...