Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[compile error]building 1.0.4-rc on win7 #175

Closed
tangyong opened this issue Feb 12, 2015 · 7 comments
Closed

[compile error]building 1.0.4-rc on win7 #175

tangyong opened this issue Feb 12, 2015 · 7 comments

Comments

@tangyong
Copy link

I met a fatal error while building 1.0.4-rc on win7 as following:

F:\pinpoint\pinpoint-1.0.4-rc>set JAVA_6_HOME=D:\Java\jdk1.6.0_43

F:\pinpoint\pinpoint-1.0.4-rc>set JAVA_7_HOME=D:\Java\jdk1.7.0_75

F:\pinpoint\pinpoint-1.0.4-rc> mvn install -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] pinpoint
[INFO] pinpoint-thrift
[INFO] pinpoint-commons
[INFO] pinpoint-bootstrap-core
[INFO] pinpoint-bootstrap
[INFO] pinpoint-rpc
[INFO] pinpoint-profiler
[INFO] pinpoint-profiler-optional
[INFO] pinpoint-agent-distribution
[INFO] pinpoint-collector
[INFO] pinpoint-web
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pinpoint 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pom ---
[INFO] Installing F:\pinpoint\pinpoint-1.0.4-rc\pom.xml to E:\mavenrepo\com\navercorp\pinpoint\pom\1.0.4-SNAPSHOT\pom-1.0.4-SNAPSHOT.po
m
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pinpoint-thrift 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-thrift ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ pinpoint-thrift ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 61 source files to F:\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] pinpoint .......................................... SUCCESS [ 0.286 s]
[INFO] pinpoint-thrift ................................... FAILURE [ 0.855 s]
[INFO] pinpoint-commons .................................. SKIPPED
[INFO] pinpoint-bootstrap-core ........................... SKIPPED
[INFO] pinpoint-bootstrap ................................ SKIPPED
[INFO] pinpoint-rpc ...................................... SKIPPED
[INFO] pinpoint-profiler ................................. SKIPPED
[INFO] pinpoint-profiler-optional ........................ SKIPPED
[INFO] pinpoint-agent-distribution ....................... SKIPPED
[INFO] pinpoint-collector ................................ SKIPPED
[INFO] pinpoint-web ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.410 s
[INFO] Finished at: 2015-02-12T14:58:09+08:00
[INFO] Final Memory: 10M/150M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project pinpoint-thrift: Compilation failure
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :pinpoint-thrift

@tangyong
Copy link
Author

Note: However, the issue does not happen while building master.

@tangyong
Copy link
Author

BTW: my maven version is as following:

F:\pinpoint\pinpoint-1.0.4-rc>mvn -version
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00)
Maven home: E:\common_platform\tools\apache-maven-3.2.1\bin..
Java version: 1.7.0_75, vendor: Oracle Corporation
Java home: D:\Java\jdk1.7.0_75\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

@lioolli
Copy link
Contributor

lioolli commented Feb 12, 2015

Please re-run Maven using the -X switch to enable full debug logging.
maven debug log may help us to resolve this issue.

@tangyong
Copy link
Author

@minwoo-jung

Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00)
Maven home: E:\common_platform\tools\apache-maven-3.2.1\bin..
Java version: 1.7.0_75, vendor: Oracle Corporation
Java home: D:\Java\jdk1.7.0_75\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from E:\common_platform\tools\apache-maven-3.2.1\bin..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\14090991.m2\settings.xml
[DEBUG] Using local repository at E:\mavenrepo
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for E:\mavenrepo
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.navercorp.pinpoint:pom:pom:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-agent:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-bootstrap-core:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-bootstrap:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-collector:war:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-commons:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-profiler:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-profiler-optional:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-rpc:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-thrift:jar:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Extension realms for project com.navercorp.pinpoint:pinpoint-web:war:1.0.4-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] pinpoint
[INFO] pinpoint-thrift
[INFO] pinpoint-commons
[INFO] pinpoint-bootstrap-core
[INFO] pinpoint-bootstrap
[INFO] pinpoint-rpc
[INFO] pinpoint-profiler
[INFO] pinpoint-profiler-optional
[INFO] pinpoint-agent-distribution
[INFO] pinpoint-collector
[INFO] pinpoint-web
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.navercorp.pinpoint:pom:pom:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-thrift:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-commons:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-bootstrap-core:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-bootstrap:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-rpc:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-profiler:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-profiler-optional:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-agent:jar:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-collector:war:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Project: com.navercorp.pinpoint:pinpoint-web:war:1.0.4-SNAPSHOT
[DEBUG] Tasks: [install]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pinpoint 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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: com.navercorp.pinpoint:pom:1.0.4-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [suning_maven_repo (http://maven.cnsuning.com/content/groups/public, releases+snapshots), public.jboss.org (http://repository.jboss.org/nexus/content/groups/public, releases), jboss-fs-public-repository-group (https://repo.fusesource.com/nexus/content/groups/fs-public, releases), jboss.ea (https://repo.fusesource.com/nexus/content/groups/ea, releases), cubrid.release.repository (http://maven.cubrid.org, releases+snapshots), cloudera (https://repository.cloudera.com/artifactory/cloudera-repos/, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [codehaus repository (http://repository.codehaus.org, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install)
[DEBUG] Style: Regular
[DEBUG] Configuration:



${createChecksum}
${localRepository}


${maven.install.skip}
${updateReleaseInfo}

[DEBUG] =======================================================================
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ pom ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=96, DefaultDependencyCollector.transformTime=11}
[DEBUG] org.apache.maven.plugins:maven-install-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-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: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-artifact:jar:2.0.6:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.5:compile
[DEBUG] org.codehaus.plexus:plexus-digest:jar:1.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4
[DEBUG] Included: junit:junit:jar:3.8.1
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.5
[DEBUG] Included: org.codehaus.plexus:plexus-digest:jar:1.0
[DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: classworlds:classworlds:jar:1.1-alpha-2
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@6150818a]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
DEBUG artifact = com.navercorp.pinpoint:pom:pom:1.0.4-SNAPSHOT
DEBUG attachedArtifacts = []
DEBUG createChecksum = false
DEBUG localRepository = id: local
url: file:///E:/mavenrepo/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]

DEBUG packaging = pom
DEBUG pomFile = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\pom.xml
DEBUG skip = false
DEBUG updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\pom.xml to E:\mavenrepo\com\navercorp\pinpoint\pom\1.0.4-SNAPSHOT\pom-1.0.4-SNAPSHOT.pom
[DEBUG] Writing tracking file E:\mavenrepo\com\navercorp\pinpoint\pom\1.0.4-SNAPSHOT_remote.repositories
[DEBUG] Installing com.navercorp.pinpoint:pom:1.0.4-SNAPSHOT/maven-metadata.xml to E:\mavenrepo\com\navercorp\pinpoint\pom\1.0.4-SNAPSHOT\maven-metadata-local.xml
[DEBUG] Installing com.navercorp.pinpoint:pom/maven-metadata.xml to E:\mavenrepo\com\navercorp\pinpoint\pom\maven-metadata-local.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building pinpoint-thrift 1.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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] 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: com.navercorp.pinpoint:pinpoint-thrift:1.0.4-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [suning_maven_repo (http://maven.cnsuning.com/content/groups/public, releases+snapshots), public.jboss.org (http://repository.jboss.org/nexus/content/groups/public, releases), jboss-fs-public-repository-group (https://repo.fusesource.com/nexus/content/groups/fs-public, releases), jboss.ea (https://repo.fusesource.com/nexus/content/groups/ea, releases), cubrid.release.repository (http://maven.cubrid.org, releases+snapshots), cloudera (https://repository.cloudera.com/artifactory/cloudera-repos/, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) : [codehaus repository (http://repository.codehaus.org, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style: Regular
[DEBUG] Configuration:


UTF-8
${maven.resources.escapeString}
${maven.resources.escapeWindowsPaths}
${maven.resources.includeEmptyDirs}

${maven.resources.overwrite}



${maven.resources.supportMultiLineFiltering}



[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile)
[DEBUG] Style: Regular
[DEBUG] Configuration:





${maven.compiler.compilerId}
${maven.compiler.compilerReuseStrategy}
1.6
true
${maven.compiler.debuglevel}
UTF-8
D:\Java\jdk1.6.0_43 /bin/javac
${maven.compiler.failOnError}
${maven.compiler.forceJavacCompilerUse}
true

${maven.compiler.maxmem}
${maven.compiler.meminitial}
${mojoExecution}
true


true
${maven.compiler.showWarnings}
${maven.compiler.skipMultiThreadWarning}

1.6 ${lastModGranularityMs} 1.6 ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) [DEBUG] Style: Regular [DEBUG] Configuration: UTF-8 ${maven.resources.escapeString} ${maven.resources.escapeWindowsPaths} ${maven.resources.includeEmptyDirs} ${maven.resources.overwrite} ${maven.test.skip} ${maven.resources.supportMultiLineFiltering} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.compiler.compilerId} ${maven.compiler.compilerReuseStrategy} 1.6 true ${maven.compiler.debuglevel} UTF-8 D:\Java\jdk1.6.0_43 /bin/javac ${maven.compiler.failOnError} ${maven.compiler.forceJavacCompilerUse} true ${maven.compiler.maxmem} ${maven.compiler.meminitial} ${mojoExecution} true true ${maven.compiler.showWarnings} ${maven.test.skip} ${maven.compiler.skipMultiThreadWarning} 1.6 ${lastModGranularityMs} 1.6 ${maven.compiler.testSource} ${maven.compiler.testTarget} ${maven.compiler.verbose} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) [DEBUG] Style: Regular [DEBUG] Configuration: ${maven.test.additionalClasspath} -Dfile.encoding=UTF-8 ${childDelegation} ${maven.test.dependency.excludes} ${maven.surefire.debug} ${dependenciesToScan} ${disableXmlReport} ${enableAssertions} ${excludedGroups} **/Mock* **/Abstract_ __/_Helper **/_$_ ${surefire.failIfNoSpecifiedTests} ${failIfNoTests} ${forkCount} once ${surefire.timeout} ${groups} ${junitArtifactName} D:\Java\jdk1.6.0_43 /bin/java ${objectFactory} ${parallel} ${parallelOptimized} ${surefire.parallel.forcedTimeout} ${surefire.parallel.timeout} ${perCoreThreadCount} ${plugin.artifactMap} ${surefire.printSummary} ${project.artifactMap} ${maven.test.redirectTestOutputToFile} ${surefire.reportFormat} ${surefire.reportNameSuffix} ${reuseForks} ${maven.test.skip} ${maven.test.skip.exec} ${skipTests} ${test} ${maven.test.failure.ignore} ${testNGArtifactName} ${threadCount} ${threadCountClasses} ${threadCountMethods} ${threadCountSuites} ${trimStackTrace} ${surefire.useFile} ${surefire.useManifestOnlyJar} ${surefire.useSystemClassLoader} ${useUnlimitedThreads} ${basedir} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) [DEBUG] Style: Regular [DEBUG] Configuration: ${jar.finalName} ${jar.forceCreation} ${jar.skipIfEmpty} ${jar.useDefaultManifestFile} [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) [DEBUG] Style: Regular [DEBUG] Configuration: ${createChecksum} ${localRepository} ${maven.install.skip} ${updateReleaseInfo} [DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=0, ConflictMarker.markTime=0, ConflictMarker.nodeCount=14, ConflictIdSorter.graphTime=1, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=10, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=0, ConflictResolver.conflictItemCount=13, DefaultDependencyCollector.collectTime=64, DefaultDependencyCollector.transformTime=1} [DEBUG] com.navercorp.pinpoint:pinpoint-thrift:jar:1.0.4-SNAPSHOT [DEBUG] org.apache.thrift:libthrift:jar:0.9.1:compile [DEBUG] org.apache.commons:commons-lang3:jar:3.3.2:compile (version managed from 3.1 by com.navercorp.pinpoint:pom:1.0.4-SNAPSHOT) [DEBUG] org.slf4j:slf4j-api:jar:1.7.5:compile [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.5:test [DEBUG] org.slf4j:slf4j-log4j12:jar:1.7.5:test [DEBUG] log4j:log4j:jar:1.2.16:test [DEBUG] junit:junit:jar:4.8.2:test [DEBUG] org.hamcrest:hamcrest-library:jar:1.3:test [DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test [DEBUG] org.mockito:mockito-all:jar:1.8.4:test [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pinpoint-thrift --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=102, DefaultDependencyCollector.transformTime=5} [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] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6 [DEBUG] Excluded: classworlds:classworlds:jar:1.1 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.6 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.6 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 [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@6150818a] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator --> [DEBUG](f) buildFilters = [] [DEBUG](f) encoding = UTF-8 [DEBUG](f) escapeWindowsPaths = true [DEBUG](s) includeEmptyDirs = false [DEBUG](s) outputDirectory = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes [DEBUG](s) overwrite = false [DEBUG](f) project = MavenProject: com.navercorp.pinpoint:pinpoint-thrift:1.0.4-SNAPSHOT @ F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\pom.xml [DEBUG](s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java, PatternSet [includes: {}, excludes: {**/_.java}]}}, Resource {targetPath: null, filtering: true, FileSet {directory: F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\resources, PatternSet [includes: {}, excludes: {}]}}] [DEBUG](f) session = org.apache.maven.execution.MavenSession@a413dbb [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, sun.java.launcher=SUN_STANDARD, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, env.PROMPT=$P$G, os.name=Windows 7, env.FP_NO_HOST_CHECK=NO, sun.boot.class.path=D:\Java\jdk1.7.0_75\jre\lib\resources.jar;D:\Java\jdk1.7.0_75\jre\lib\rt.jar;D:\Java\jdk1.7.0_75\jre\lib\sunrsasign.jar;D:\Java\jdk1.7.0_75\jre\lib\jsse.jar;D:\Java\jdk1.7.0_75\jre\lib\jce.jar;D:\Java\jdk1.7.0_75\jre\lib\charsets.jar;D:\Java\jdk1.7.0_75\jre\lib\jfr.jar;D:\Java\jdk1.7.0_75\jre\classes, env.COMPUTERNAME=CNHQ-14090991N, env.ALLUSERSPROFILE=C:\ProgramData, sun.desktop=windows, java.vm.specification.vendor=Oracle Corporation, httpcomponents.version=4.3, java.runtime.version=1.7.0_75-b13, env.HOMEPATH=\Users\14090991, user.name=14090991, maven.build.version=Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00), env.WINDOWS_TRACING_FLAGS=3, env.PATH=C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Program Files\TortoiseSVN\bin;D:\MySQL\MySQL Utilities 1.4.3\;D:\MySQL\MySQL Utilities 1.4.3\Doctrine extensions for PHP\;d:\Bazaar;D:\nodejs\;d:\Deployd\bin;d:\Ruby21-x64\bin;D:\Java\jdk1.7.0_75\bin;E:\common_platform\tools\apache-maven-3.2.1\bin;E:\opensource\tools\apache-ant-1.9.4\bin;C:\Users\14090991\AppData\Roaming\npm;E:\opensource\self-learning\gradle-2.1\bin;D:\Git\bin, user.language=zh, env.WINDIR=C:\Windows, sun.boot.library.path=D:\Java\jdk1.7.0_75\jre\bin, env.JAVA_6_HOME=D:\Java\jdk1.6.0_43 , classworlds.conf=E:\common_platform\tools\apache-maven-3.2.1\bin..\bin\m2.conf, java.version=1.7.0_75, env.PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel, user.timezone=Asia/Shanghai, env.TEMP=C:\Users\14090991\AppData\Local\Temp, sun.arch.data.model=64, env.WINDOWS_TRACING_LOGFILE=C:\BVTBin\Tests\installpackage\csilogfile.log, java.endorsed.dirs=D:\Java\jdk1.7.0_75\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, java.class.version=51.0, org.slf4j.simpleLogger.defaultLogLevel=debug, user.country=CN, env.GRADLE_HOME=E:\opensource\self-learning\gradle-2.1, java.home=D:\Java\jdk1.7.0_75\jre, env.APPDATA=C:\Users\14090991\AppData\Roaming, env.PUBLIC=C:\Users\Public, java.vm.info=mixed mode, env.OS=Windows_NT, cloverLicenseLocation=F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift/clover.license, os.version=6.1, env.JAVA_7_HOME=D:\Java\jdk1.7.0_75, env.=::=::\, path.separator=;, java.vm.version=24.75-b04, user.variant=, env.USERPROFILE=C:\Users\14090991, env.=F:=F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc, env.JAVA_HOME=D:\Java\jdk1.7.0_75, java.awt.printerjob=sun.awt.windows.WPrinterJob, env.TMP=C:\Users\14090991\AppData\Local\Temp, env.PROGRAMFILES=C:\Program Files, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, user.script=, metrics.version=3.0.1, user.home=C:\Users\14090991, env.COMMONPROGRAMFILES=C:\Program Files\Common Files, env.=EXITCODE=00000000, env.SESSIONNAME=Console, java.specification.vendor=Oracle Corporation, env.M2_HOME=E:\common_platform\tools\apache-maven-3.2.1\bin.., env.NUMBER_OF_PROCESSORS=4, java.library.path=D:\Java\jdk1.7.0_75\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\NetSarang;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Program Files\TortoiseSVN\bin;D:\MySQL\MySQL Utilities 1.4.3\;D:\MySQL\MySQL Utilities 1.4.3\Doctrine extensions for PHP\;d:\Bazaar;D:\nodejs\;d:\Deployd\bin;d:\Ruby21-x64\bin;D:\Java\jdk1.7.0_75\bin;E:\common_platform\tools\apache-maven-3.2.1\bin;E:\opensource\tools\apache-ant-1.9.4\bin;C:\Users\14090991\AppData\Roaming\npm;E:\opensource\self-learning\gradle-2.1\bin;D:\Git\bin;., java.vendor.url=http://java.oracle.com/, env.COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files, env.USERDNSDOMAIN=SN.SUNING.AD, env.PSMODULEPATH=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\, env.CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher, env.MAVEN_CMD_LINE_ARGS=install -Dmaven.test.skip=true -X, java.vm.vendor=Oracle Corporation, maven.home=E:\common_platform\tools\apache-maven-3.2.1\bin.., java.runtime.name=Java(TM) SE Runtime Environment, jedis.version=2.4.2, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher install -Dmaven.test.skip=true -X, java.class.path=E:\common_platform\tools\apache-maven-3.2.1\bin..\boot\plexus-classworlds-2.5.1.jar, env.PROGRAMW6432=C:\Program Files, jetty.version=8.1.12.v20130726, codehaus.jackson.version=1.9.13, maven.test.skip=true, maven.version=3.2.1, jdk.version=1.6, env.PROGRAMFILES(X86)=C:\Program Files (x86), env.MAVEN_JAVA_EXE="D:\Java\jdk1.7.0_75\bin\java.exe", jdk.home=D:\Java\jdk1.6.0_43 , slf4j.version=1.7.5, java.vm.specification.name=Java Virtual Machine Specification, env.LOGONSERVER=\SN-HQDC08, java.vm.specification.version=1.7, env.PROCESSOR_ARCHITECTURE=AMD64, env.COMMONPROGRAMW6432=C:\Program Files\Common Files, sun.cpu.endian=little, sun.os.patch.level=Service Pack 1, env.HOME=C:\Users\14090991, env.ANT_HOME=E:\opensource\tools\apache-ant-1.9.4, java.io.tmpdir=C:\Users\14090991\AppData\Local\Temp\, env.UATDATA=C:\Windows\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77, env.PROCESSOR_REVISION=3c03, fastxml.jackson.version=2.3.1, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.PROGRAMDATA=C:\ProgramData, env.COMSPEC=C:\Windows\system32\cmd.exe, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=D:\Java\jdk1.7.0_75\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, env.MAVEN_HOME=E:\common_platform\tools\apache-maven-3.2.1, env.LOCALAPPDATA=C:\Users\14090991\AppData\Local, user.dir=F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc, line.separator= , env.CLASSWORLDS_JAR="E:\common_platform\tools\apache-maven-3.2.1\bin..\boot\plexus-classworlds-2.5.1.jar", java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW, env.ERROR_CODE=0, env.USERNAME=14090991, spring.version=3.2.3.RELEASE, file.encoding=GBK, env.USERDOMAIN=SN, java.specification.version=1.7, env.=C:=C:\Users\14090991, encoding=UTF-8, env.PROCESSOR_LEVEL=6} [INFO] Using 'UTF-8' encoding to copy filtered resources. [DEBUG] resource with targetPath null directory F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java excludes [__/_.java] includes [] [DEBUG] ignoreDelta true [INFO] Copying 0 resource [DEBUG] resource with targetPath null directory F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\resources excludes [] includes [] [INFO] skip non existing resourceDirectory F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\resources [DEBUG] no use filter components [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ pinpoint-thrift --- [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=306, DefaultDependencyCollector.transformTime=5} [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.0: [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter: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-repository-metadata:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-toolchain:jar:1.0:compile [DEBUG] org.apache.maven.shared:maven-shared-utils:jar:0.1:compile [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] org.apache.maven.shared:maven-shared-incremental:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:2.0:compile [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:2.0:compile [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:2.0:runtime [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile [DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile [DEBUG] log4j:log4j:jar:1.2.12:compile [DEBUG] commons-logging:commons-logging-api:jar:1.1:compile [DEBUG] com.google.collections:google-collections:jar:1.0:compile [DEBUG] junit:junit:jar:3.8.2:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0 [DEBUG] Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.5.1 [DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:0.1 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: org.apache.maven.shared:maven-shared-incremental:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-api:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.0 [DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4 [DEBUG] Included: log4j:log4j:jar:1.2.12 [DEBUG] Included: commons-logging:commons-logging-api:jar:1.1 [DEBUG] Included: com.google.collections:google-collections:jar:1.0 [DEBUG] Included: junit:junit:jar:3.8.2 [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:1.0 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5 [DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.2 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.0:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.0, parent: sun.misc.Launcher$AppClassLoader@6150818a] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.0:compile' with basic configurator --> [DEBUG](f) basedir = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift [DEBUG](f) buildDirectory = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target [DEBUG](f) classpathElements = [F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes, E:\mavenrepo\org\apache\thrift\libthrift\0.9.1\libthrift-0.9.1.jar, E:\mavenrepo\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar, E:\mavenrepo\org\slf4j\slf4j-api\1.7.5\slf4j-api-1.7.5.jar] [DEBUG](f) compileSourceRoots = [F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java] [DEBUG](f) compilerId = javac [DEBUG](f) compilerVersion = 1.6 [DEBUG](f) debug = true [DEBUG](f) encoding = UTF-8 [DEBUG](f) executable = D:\Java\jdk1.6.0_43 /bin/javac [DEBUG](f) failOnError = true [DEBUG](f) forceJavacCompilerUse = false [DEBUG](f) fork = true [DEBUG](f) generatedSourcesDirectory = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\generated-sources\annotations [DEBUG](f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.0:compile {execution: default-compile} [DEBUG](f) optimize = true [DEBUG](f) outputDirectory = F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes [DEBUG](f) projectArtifact = com.navercorp.pinpoint:pinpoint-thrift:jar:1.0.4-SNAPSHOT [DEBUG](f) showDeprecation = true [DEBUG](f) showWarnings = false [DEBUG](f) skipMultiThreadWarning = false [DEBUG](f) source = 1.6 [DEBUG](f) staleMillis = 0 [DEBUG](f) target = 1.6 [DEBUG](f) verbose = false [DEBUG](f) mavenSession = org.apache.maven.execution.MavenSession@a413dbb [DEBUG](f) session = org.apache.maven.execution.MavenSession@a413dbb [DEBUG] -- end configuration -- [DEBUG] Using compiler 'javac'. [DEBUG] Source directories: [F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java] [DEBUG] Classpath: [F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes E:\mavenrepo\org\apache\thrift\libthrift\0.9.1\libthrift-0.9.1.jar E:\mavenrepo\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar E:\mavenrepo\org\slf4j\slf4j-api\1.7.5\slf4j-api-1.7.5.jar] [DEBUG] Output directory: F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes [DEBUG] CompilerReuseStrategy: reuseCreated [INFO] Changes detected - recompiling the module! [DEBUG] Classpath: [DEBUG] F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes [DEBUG] E:\mavenrepo\org\apache\thrift\libthrift\0.9.1\libthrift-0.9.1.jar [DEBUG] E:\mavenrepo\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar [DEBUG] E:\mavenrepo\org\slf4j\slf4j-api\1.7.5\slf4j-api-1.7.5.jar [DEBUG] Source roots: [DEBUG] F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java [DEBUG] Excutable: [DEBUG] D:\Java\jdk1.6.0_43 /bin/javac [DEBUG] Command line options: [DEBUG] -d F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes -classpath F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes;E:\mavenrepo\org\apache\thrift\libthrift\0.9.1\libthrift-0.9.1.jar;E:\mavenrepo\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;E:\mavenrepo\org\slf4j\slf4j-api\1.7.5\slf4j-api-1.7.5.jar; -sourcepath F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java; F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\HeaderTBaseDeserializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\HeaderTBaseSerializer.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\PacketUtils.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TBaseStream.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\HeaderTBaseDeserializer.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ThreadLocalHeaderTBaseSerializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TServerMetaData.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TAnnotation.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TSqlMetaData.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TReplaceListProtocol.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ChunkHeaderTBaseDeserializer.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TJvmGcType.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TCommandRegistry.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TThreadDump.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ChunkHeaderBufferedTBaseSerializer.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ThreadLocalHeaderTBaseDeserializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TMonitorInfo.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TCpuLoad.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TServiceInfo.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\UnsafeByteArrayOutputStream.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\SerializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TAgentStatBatch.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ByteArrayOutputStreamTransport.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TThreadState.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TStringMetaData.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\HeaderUtils.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\NetworkAvailabilityCheckPacket.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TJvmGc.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TBaseLocator.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TCommandTypeVersion.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\CommandHeaderTBaseDeserializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TSpanEvent.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TSpanChunk.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\BytesUtils.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TCommandType.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TCommandEcho.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ChunkHeaderBufferedTBaseSerializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\DefaultTBaseLocator.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ChunkHeaderBufferedTBaseSerializerFlushHandler.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\L4Packet.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TCommandThreadDump.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TIntStringValue.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\util\SerializationUtils.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TCommandTransfer.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ByteArrayOutput.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TAgentStat.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TAgentInfo.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TResult.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TExceptionValue.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TSpan.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\CommandHeaderTBaseSerializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\HeaderTBaseSerializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\TBaseStreamNode.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\ChunkHeaderTBaseDeserializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TAnnotationValue.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TIntStringStringValue.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TThreadDumpType.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\Header.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\TApiMetaData.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\io\DeserializerFactory.java F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\src\main\java\com\navercorp\pinpoint\thrift\dto\command\TCommandThreadDumpResponse.java -s F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\generated-sources\annotations -O -g -deprecation -target 1.6 -source 1.6 -encoding UTF-8 [INFO] Compiling 61 source files to F:\next-suning-monitor\pinpoint\pinpoint-1.0.4-rc\thrift\target\classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] pinpoint .......................................... SUCCESS [ 0.277 s] [INFO] pinpoint-thrift ................................... FAILURE [ 1.078 s] [INFO] pinpoint-commons .................................. SKIPPED [INFO] pinpoint-bootstrap-core ........................... SKIPPED [INFO] pinpoint-bootstrap ................................ SKIPPED [INFO] pinpoint-rpc ...................................... SKIPPED [INFO] pinpoint-profiler ................................. SKIPPED [INFO] pinpoint-profiler-optional ........................ SKIPPED [INFO] pinpoint-agent-distribution ....................... SKIPPED [INFO] pinpoint-collector ................................ SKIPPED [INFO] pinpoint-web ...................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.646 s [INFO] Finished at: 2015-02-12T15:57:07+08:00 [INFO] Final Memory: 11M/213M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project pinpoint-thrift: Compilation failure -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project pinpoint-thrift: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213) at org.apache.maven.cli.MavenCli.main(MavenCli.java:157) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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:749) at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:118) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 19 more [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :pinpoint-thrift

@lioolli
Copy link
Contributor

lioolli commented Feb 12, 2015

DEBUG executable = D:\Java\jdk1.6.0_43 /bin/javac

There is a space between "D:\Java\jdk1.6.0_43" and "/bin/javac"
It seems like you've set JAVA_6_HOME with a trailing space.

@tangyong
Copy link
Author

@lioolli very correct! thanks! I will close the issue.

@ghost
Copy link

ghost commented May 28, 2015

@lioolli I have the same message error when i install it, but not same solution.

Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T14:37:52-03:00)
Maven home: /usr/share/maven3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: /usr/lib/jvm/jdk1.7.0_79/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-37-generic", arch: "i386", family: "unix"

And the error

mvn install -Dmaven.test.skip=true -X | grep ERROR
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project pinpoint-thrift: Compilation failure -> [Help 1]
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :pinpoint-thrift

Please help.
Thanks a lot,
Diego

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

No branches or pull requests

3 participants