laredotornado2
2012-09-17 21:54:12 UTC
Hi,
I'm using Sonar 3.2, Maven 3.0.4 on CentOS
$ uname -a
Linux mydomain.com 3.2.20-1.29.6.amzn1.x86_64 #1 SMP Tue Jun 12 01:19:28
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
with Java 1.6.0_31
$ java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)
When I run Sonar, using the plugin for Jenkins (and even on a command line),
Sonar ultimately dies with a JVM exit -- "A fatal error has been detected by
the Java Runtime Environment". I have no idea how to troubleshoot this
further. I spawn the Surefire plugin with these args: "-Xms512m -Xmx1024m
-XX:MaxPermSize=512m".
Any ideas where it's falling apart? The complete trace (debugging and all)
is below ...
======================================= Begin debugging
=======================================
$ sudo /usr/local/apache-maven/apache-maven-3.0.4/bin/mvn -f
"/var/lib/jenkins/jobs/My Client/workspace/pom.xml" -e -B sonar:sonar
-Dsonar.jdbc.driver=com.mysql.jdbc.Driver
-Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar
-Dsonar.host.url=http://localhost:9000
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: /usr/local/apache-maven/apache-maven-3.0.4
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: /usr/java/jdk1.6.0_31/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.20-1.29.6.amzn1.x86_64", arch: "amd64",
family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from
/usr/local/apache-maven/apache-maven-3.0.4/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Using local repository at /root/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for
/root/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.parentco.subco:myclient:war:1.0:
(none)
[DEBUG] Looking up lifecyle mappings for packaging war from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.parentco.subco:myclient:war:1.0
[WARNING] 'dependencies.dependency.systemPath' for quickbase:quickbase:jar
should not point at files within the project directory,
${project.basedir}/src/main/webapp/WEB-INF/lib/quickbase.jar will be
unresolvable by dependent projects @ line 75, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml
in local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Failure to find org.apache.maven.plugins/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in
local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin
from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-releases has elapsed
or updates are forced
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to
2.0 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] === REACTOR BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:war:1.0
[DEBUG] Tasks: [sonar:sonar]
[DEBUG] Style: Aggregating
[DEBUG]
=======================================================================
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building myclient 1.0
[INFO]
------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml
in local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Failure to find org.apache.maven.plugins/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in
local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin
from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-releases has elapsed
or updates are forced
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to
2.0 from repository central (http://repo.maven.apache.org/maven2, releases)
[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: org.parentco.subco:myclient:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies):
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) :
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:sonar-maven-plugin:2.0:sonar
(default-cli)
[DEBUG] Style: Aggregating
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<localRepository>${localRepository}</localRepository>
<project default-value="${project}"/>
<session default-value="${session}"/>
<sonarHostURL
default-value="http://localhost:9000">${sonar.host.url}</sonarHostURL>
</configuration>
[DEBUG]
=======================================================================
[DEBUG] org.parentco.subco:myclient:war:1.0
[DEBUG] quickbase:quickbase:jar:1.0:system
[DEBUG] log4j:log4j:jar:1.2.15:compile
[DEBUG] javax.mail:mail:jar:1.4:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG]
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG]
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG]
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG]
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] junit:junit:jar:4.8.1:test
[DEBUG] org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] org.mockito:mockito-all:jar:1.9.0:test
[INFO]
[INFO] --- sonar-maven-plugin:2.0:sonar (default-cli) @ myclient ---
[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.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < 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.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < 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.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < 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.sonatype.aether.installation < 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.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < 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.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.codehaus.mojo:sonar-maven-plugin:jar:2.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0: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-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4: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.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] Created new class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Importing foreign packages into class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Included: org.codehaus.mojo:sonar-maven-plugin:jar:2.0
[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.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[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] Excluded: org.apache.maven:maven-plugin-api:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.mojo:sonar-maven-plugin:2.0:sonar from
plugin realm ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0,
parent: sun.misc.Launcher$***@35a16869]
[DEBUG] Configuring mojo 'org.codehaus.mojo:sonar-maven-plugin:2.0:sonar'
with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///root/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (f) session = ***@6bf51e5c
[DEBUG] (f) sonarHostURL = http://localhost:9000
[DEBUG] -- end configuration --
[INFO] Sonar version: 3.2
[DEBUG] org.codehaus.sonar:sonar-maven3-plugin:jar:3.2:
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.7:compile (version
managed from 2.0.8)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7:compile
[DEBUG]
org.apache.maven:maven-repository-metadata:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.10:compile (version managed from
3.8.1)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.1:compile
[DEBUG] org.codehaus.sonar:sonar-batch:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-core:jar:3.2:compile
[DEBUG] org.mybatis:mybatis:jar:3.1.1:compile
[DEBUG]
org.codehaus.sonar:sonar-update-center-common:jar:1.3:compile
[DEBUG] org.hibernate:hibernate-core:jar:3.3.2.GA:compile
[DEBUG] antlr:antlr:jar:2.7.6:compile
[DEBUG]
commons-collections:commons-collections:jar:3.2.1:compile (version managed
from 3.1)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG] org.hibernate:hibernate-annotations:jar:3.4.0.GA:compile
[DEBUG] org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile
[DEBUG]
org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.4.0.GA:compile
[DEBUG] javassist:javassist:jar:3.4.GA:compile
[DEBUG] geronimo-spec:geronimo-spec-jta:jar:1.0-M1:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:3.3.2.GA:compile
[DEBUG] net.sf.ehcache:ehcache:jar:1.2.3:compile
[DEBUG] commons-dbcp:commons-dbcp:jar:1.3:compile
[DEBUG] commons-pool:commons-pool:jar:1.5.4:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.2:compile
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.6.2:compile
[DEBUG] org.codehaus.sonar:sonar-deprecated:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-java-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-plugin-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-check-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-colorizer:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-channel:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-duplications:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-graph:jar:3.2:compile
[DEBUG] com.google.guava:guava:jar:10.0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG] commons-digester:commons-digester:jar:1.8:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
(version managed from 1.7.0)
[DEBUG] commons-codec:commons-codec:jar:1.4:compile
[DEBUG] jfree:jfreechart:jar:1.0.9:compile
[DEBUG] jfree:jcommon:jar:1.0.12:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[DEBUG] xpp3:xpp3:jar:1.1.3.3:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4:compile
[DEBUG] stax:stax-api:jar:1.0.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.0.1:compile
[DEBUG] org.codehaus.staxmate:staxmate:jar:2.0.0:compile
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile
[DEBUG] xalan:xalan:jar:2.7.1:compile
[DEBUG] xalan:serializer:jar:2.7.1:compile
[DEBUG] org.codehaus.sonar:sonar-squid:jar:3.2:compile
[DEBUG] commons-io:commons-io:jar:2.0.1:compile
[DEBUG] org.picocontainer:picocontainer:jar:2.14.1:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.2:compile
[DEBUG] ch.qos.logback:logback-classic:jar:0.9.30:compile
[DEBUG] ch.qos.logback:logback-core:jar:0.9.30:compile
[DEBUG] Created new class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Importing foreign packages into class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-maven3-plugin:jar:3.2
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] Included: junit:junit:jar:4.10
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.1
[DEBUG] Included: org.codehaus.sonar:sonar-batch:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-core:jar:3.2
[DEBUG] Included: org.mybatis:mybatis:jar:3.1.1
[DEBUG] Included: org.codehaus.sonar:sonar-update-center-common:jar:1.3
[DEBUG] Included: org.hibernate:hibernate-core:jar:3.3.2.GA
[DEBUG] Included: antlr:antlr:jar:2.7.6
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: dom4j:dom4j:jar:1.6.1
[DEBUG] Included: org.hibernate:hibernate-annotations:jar:3.4.0.GA
[DEBUG] Included: org.hibernate:ejb3-persistence:jar:1.0.2.GA
[DEBUG] Included: org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA
[DEBUG] Included: org.hibernate:hibernate-entitymanager:jar:3.4.0.GA
[DEBUG] Included: javassist:javassist:jar:3.4.GA
[DEBUG] Included: geronimo-spec:geronimo-spec-jta:jar:1.0-M1
[DEBUG] Included: org.hibernate:hibernate-ehcache:jar:3.3.2.GA
[DEBUG] Included: net.sf.ehcache:ehcache:jar:1.2.3
[DEBUG] Included: commons-dbcp:commons-dbcp:jar:1.3
[DEBUG] Included: commons-pool:commons-pool:jar:1.5.4
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.2
[DEBUG] Included: org.slf4j:log4j-over-slf4j:jar:1.6.2
[DEBUG] Included: org.codehaus.sonar:sonar-deprecated:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-java-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-plugin-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-check-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-colorizer:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-channel:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-duplications:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-graph:jar:3.2
[DEBUG] Included: com.google.guava:guava:jar:10.0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:1.3.9
[DEBUG] Included: commons-configuration:commons-configuration:jar:1.6
[DEBUG] Included: commons-digester:commons-digester:jar:1.8
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-codec:commons-codec:jar:1.4
[DEBUG] Included: jfree:jfreechart:jar:1.0.9
[DEBUG] Included: jfree:jcommon:jar:1.0.12
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.3.1
[DEBUG] Included: xpp3:xpp3:jar:1.1.3.3
[DEBUG] Included: org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4
[DEBUG] Included: stax:stax-api:jar:1.0.1
[DEBUG] Included: org.codehaus.woodstox:stax2-api:jar:3.0.1
[DEBUG] Included: org.codehaus.staxmate:staxmate:jar:2.0.0
[DEBUG] Included: xerces:xercesImpl:jar:2.8.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.03
[DEBUG] Included: xalan:xalan:jar:2.7.1
[DEBUG] Included: xalan:serializer:jar:2.7.1
[DEBUG] Included: org.codehaus.sonar:sonar-squid:jar:3.2
[DEBUG] Included: commons-io:commons-io:jar:2.0.1
[DEBUG] Included: org.picocontainer:picocontainer:jar:2.14.1
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.2
[DEBUG] Included: ch.qos.logback:logback-classic:jar:0.9.30
[DEBUG] Included: ch.qos.logback:logback-core:jar:0.9.30
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.sonar:sonar-maven3-plugin:3.2:sonar
from plugin realm
ClassRealm[plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2, parent:
ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0, parent:
sun.misc.Launcher$***@35a16869]]
[DEBUG] Configuring mojo 'org.codehaus.sonar:sonar-maven3-plugin:3.2:sonar'
with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///root/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (f) session = ***@6bf51e5c
[DEBUG] -- end configuration --
[DEBUG] [16:04:16.969] Temporary directory:
/tmp/sonar-batch45417730118825607306800457821069483
[DEBUG] [16:04:16.973] Downloading JDBC driver to
/tmp/sonar-batch45417730118825607306800457821069483/jdbc-driver.jar
[DEBUG] [16:04:16.979] Download:
http://localhost:9000/deploy/jdbc-driver.jar (no proxy)
[DEBUG] [16:04:17.061] Downloading index of plugins
[DEBUG] [16:04:17.063] Download:
http://localhost:9000/deploy/plugins/index.txt (no proxy)
[DEBUG] [16:04:17.078] Downloading plugin findbugs into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/findbugs
[DEBUG] [16:04:17.078] Download:
http://localhost:9000/deploy/plugins/findbugs/sonar-findbugs-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.200] Excluded plugin: findbugs
[DEBUG] [16:04:17.200] Downloading plugin jacoco into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/jacoco
[DEBUG] [16:04:17.201] Download:
http://localhost:9000/deploy/plugins/jacoco/sonar-jacoco-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.213] Excluded plugin: jacoco
[DEBUG] [16:04:17.214] Downloading plugin l10nen into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/l10nen
[DEBUG] [16:04:17.214] Download:
http://localhost:9000/deploy/plugins/l10nen/sonar-l10n-en-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.222] Excluded plugin: l10nen
[DEBUG] [16:04:17.222] Downloading plugin surefire into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/surefire
[DEBUG] [16:04:17.222] Download:
http://localhost:9000/deploy/plugins/surefire/sonar-surefire-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.224] Excluded plugin: surefire
[DEBUG] [16:04:17.225] Downloading plugin cpd into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/cpd
[DEBUG] [16:04:17.225] Download:
http://localhost:9000/deploy/plugins/cpd/sonar-cpd-plugin-3.2.jar (no proxy)
[DEBUG] [16:04:17.227] Excluded plugin: cpd
[DEBUG] [16:04:17.227] Downloading plugin checkstyle into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/checkstyle
[DEBUG] [16:04:17.227] Download:
http://localhost:9000/deploy/plugins/checkstyle/sonar-checkstyle-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.242] Download:
http://localhost:9000/deploy/plugins/checkstyle/README.txt (no proxy)
[DEBUG] [16:04:17.258] Excluded plugin: checkstyle
[DEBUG] [16:04:17.258] Downloading plugin pmd into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/pmd
[DEBUG] [16:04:17.258] Download:
http://localhost:9000/deploy/plugins/pmd/sonar-pmd-plugin-3.2.jar (no proxy)
[DEBUG] [16:04:17.269] Download:
http://localhost:9000/deploy/plugins/pmd/README.txt (no proxy)
[DEBUG] [16:04:17.290] Excluded plugin: pmd
[DEBUG] [16:04:17.290] Downloading plugin core into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/core
[DEBUG] [16:04:17.290] Download:
http://localhost:9000/deploy/plugins/core/sonar-core-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.295] Excluded plugin: core
[DEBUG] [16:04:17.295] Downloading plugin java into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/java
[DEBUG] [16:04:17.295] Download:
http://localhost:9000/deploy/plugins/java/sonar-java-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.298] Excluded plugin: java
[DEBUG] [16:04:17.298] Downloading plugin dbcleaner into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/dbcleaner
[DEBUG] [16:04:17.298] Download:
http://localhost:9000/deploy/plugins/dbcleaner/sonar-dbcleaner-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.300] Excluded plugin: dbcleaner
[DEBUG] [16:04:17.300] Downloading plugin cobertura into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/cobertura
[DEBUG] [16:04:17.300] Download:
http://localhost:9000/deploy/plugins/cobertura/sonar-cobertura-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.302] Excluded plugin: cobertura
[DEBUG] [16:04:17.302] Downloading plugin squidjava into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/squidjava
[DEBUG] [16:04:17.302] Download:
http://localhost:9000/deploy/plugins/squidjava/sonar-squid-java-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.329] Excluded plugin: squidjava
[DEBUG] [16:04:17.330] Downloading plugin emailnotifications into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/emailnotifications
[DEBUG] [16:04:17.330] Download:
http://localhost:9000/deploy/plugins/emailnotifications/sonar-email-notifications-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.342] Excluded plugin: emailnotifications
[DEBUG] [16:04:17.342] Downloading plugin design into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/design
[DEBUG] [16:04:17.342] Download:
http://localhost:9000/deploy/plugins/design/sonar-design-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.350] Excluded plugin: design
[DEBUG] [16:04:17.613] Loaded 2277 properties from English bundles
[INFO] [16:04:17.623] Create JDBC datasource to url
jdbc:mysql://localhost:3306/sonar
[INFO] [16:04:19.605] Initializing Hibernate
[DEBUG] [16:04:19.608] hibernate.generate_statistics: false
[DEBUG] [16:04:19.608] hibernate.dialect:
org.sonar.core.persistence.dialect.MySql$MySqlWithDecimalDialect
[DEBUG] [16:04:19.614] hibernate.connection.provider_class:
org.sonar.jpa.session.CustomHibernateConnectionProvider
[DEBUG] [16:04:19.615] hibernate.hbm2ddl.auto: validate
[INFO] [16:04:23.534] ------------- Analyzing myclient
[INFO] [16:04:24.471] Selected quality profile : [name=Sonar
way,language=java]
[INFO] [16:04:24.733] Configure maven plugins...
[INFO] [16:04:24.913] Compare to previous analysis (2012-09-17)
[INFO] [16:04:25.002] Compare over 5 days (2012-09-12, analysis of
2012-09-14 11:35:22.0)
[INFO] [16:04:25.032] Compare over 30 days (2012-08-18, analysis of
2012-09-14 11:35:22.0)
[DEBUG] [16:04:25.163] Configure
***@5ce0f945...
[INFO] [16:04:25.170] Deleting /var/lib/jenkins/jobs/My
Client/workspace/target/jacoco.exec
[INFO] [16:04:25.347] JaCoCo agent (version 0.5.8.201207111220) extracted:
/tmp/jacocoagent432249159664775554.jar
[INFO] [16:04:25.348] JVM options:
-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*
[DEBUG] [16:04:25.395] Initializers : FindbugsMavenInitializer ->
JacocoMavenInitializer -> ProjectFileSystemLogger -> MavenInitializer
[INFO] [16:04:25.395] Initializer FindbugsMavenInitializer...
[INFO] [16:04:25.400] Initializer FindbugsMavenInitializer done: 5 ms
[INFO] [16:04:25.400] Execute maven plugin maven-surefire-plugin...
[INFO] [16:04:25.401] Execute
org.apache.maven.plugins:maven-surefire-plugin:2.10:test...
[DEBUG] === REACTOR BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:war:1.0
[DEBUG] Tasks: [org.apache.maven.plugins:maven-surefire-plugin:2.10:test]
[DEBUG] Style: Regular
[DEBUG]
=======================================================================
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building myclient 1.0
[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] === PROJECT BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies):
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) :
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*</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>
<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>${localRepository}</localRepository>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount
default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<project default-value="${project}"/>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile
default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories>${project.pluginArtifactRepositories}</remoteRepositories>
<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"/>
<session>${session}</session>
<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">true</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>
</configuration>
[DEBUG]
=======================================================================
[DEBUG] org.parentco.subco:myclient:war:1.0
[DEBUG] quickbase:quickbase:jar:1.0:system
[DEBUG] log4j:log4j:jar:1.2.15:compile
[DEBUG] javax.mail:mail:jar:1.4:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG]
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG]
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG]
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG]
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] junit:junit:jar:4.8.1:test
[DEBUG] org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] org.mockito:mockito-all:jar:1.9.0:test
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-cli) @ myclient ---
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.10:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.10:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.10:compile
[DEBUG]
org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.1: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 (scope managed from compile)
[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] Created new class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.10
[DEBUG] Included:
org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.1
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[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-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings: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-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded:
org.apache.maven:maven-plugin-parameter-documenter: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-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.0.9
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-surefire-plugin:2.10:test from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10,
parent: sun.misc.Launcher$***@35a16869]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-surefire-plugin:2.10:test' with basic
configurator -->
[DEBUG] (s) argLine =
-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*
[DEBUG] (s) basedir = /var/lib/jenkins/jobs/My Client/workspace
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /var/lib/jenkins/jobs/My
Client/workspace/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:///root/.m2/repository/
layout: none
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap =
{org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.10:,
org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.10:compile,
org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.10:compile,
org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.10:compile,
org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile,
org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:2.1:compile,
org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile}
[DEBUG] (s) printSummary = true
[DEBUG] (s) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (s) projectArtifactMap =
{quickbase:quickbase=quickbase:quickbase:jar:1.0:system,
log4j:log4j=log4j:log4j:jar:1.2.15:compile,
javax.mail:mail=javax.mail:mail:jar:1.4:compile,
javax.activation:activation=javax.activation:activation:jar:1.1:compile,
org.hibernate:hibernate-validator=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile,
org.jboss.logging:jboss-logging=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile,
org.hibernate:hibernate-entitymanager=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile,
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile,
org.hibernate:hibernate-core=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile,
antlr:antlr=antlr:antlr:jar:2.7.7:compile,
dom4j:dom4j=dom4j:dom4j:jar:1.6.1:compile,
org.hibernate.javax.persistence:hibernate-jpa-2.0-api=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile,
org.javassist:javassist=org.javassist:javassist:jar:3.15.0-GA:compile,
org.hibernate.common:hibernate-commons-annotations=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile,
org.hibernate:hibernate-ehcache=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile,
net.sf.ehcache:ehcache-core=net.sf.ehcache:ehcache-core:jar:2.4.3:compile,
javax.validation:validation-api=javax.validation:validation-api:jar:1.0.0.GA:compile,
org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.6.4:compile,
mysql:mysql-connector-java=mysql:mysql-connector-java:jar:5.1.15:compile,
net.sf.opencsv:opencsv=net.sf.opencsv:opencsv:jar:2.3:compile,
commons-lang:commons-lang=commons-lang:commons-lang:jar:2.3:compile,
org.quartz-scheduler:quartz=org.quartz-scheduler:quartz:jar:2.1.5:compile,
c3p0:c3p0=c3p0:c3p0:jar:0.9.1.1:compile,
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided,
org.apache.geronimo.specs:geronimo-ejb_3.0_spec=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile,
junit:junit=junit:junit:jar:4.8.1:test,
org.hsqldb:hsqldb=org.hsqldb:hsqldb:jar:2.0.0:test,
org.mockito:mockito-all=org.mockito:mockito-all:jar:1.9.0:test}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id:
repository.jboss.org_thirdparty-releases
url:
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
, id: repository.jboss.org_thirdparty-uploads
url:
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) session = ***@6d97950e
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /var/lib/jenkins/jobs/My
Client/workspace/target/test-classes
[DEBUG] (s) testFailureIgnore = true
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /var/lib/jenkins/jobs/My
Client/workspace/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 = /var/lib/jenkins/jobs/My Client/workspace
[DEBUG] -- end configuration --
[INFO] Surefire report directory: /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.10:compile
(selected for compile)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:compile
(selected for compile)
[DEBUG] Adding to surefire booter test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-booter/2.10/surefire-booter-2.10.jar
Scope: compile
[DEBUG] Adding to surefire booter test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
Scope: compile
[DEBUG] Setting system property
[sonar.jdbc.url]=[jdbc:mysql://localhost:3306/sonar]
[DEBUG] Setting system property [sonar.jdbc.driver]=[com.mysql.jdbc.Driver]
[DEBUG] Setting system property [user.dir]=[/var/lib/jenkins/jobs/My
Client/workspace]
[DEBUG] Setting system property [localRepository]=[/root/.m2/repository]
[DEBUG] Setting system property [sonar.host.url]=[http://localhost:9000]
[DEBUG] Setting system property [basedir]=[/var/lib/jenkins/jobs/My
Client/workspace]
[DEBUG] Using JVM: /usr/java/jdk1.6.0_31/jre/bin/java
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-junit4:jar:2.10:test (selected
for test)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:test (selected
for test)
[DEBUG] Adding to surefire test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar
Scope: test
[DEBUG] Adding to surefire test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
Scope: test
[DEBUG] test classpath classpath:
[DEBUG] /var/lib/jenkins/jobs/My Client/workspace/target/test-classes
[DEBUG] /var/lib/jenkins/jobs/My Client/workspace/target/classes
[DEBUG] /var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar
[DEBUG] /root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
[DEBUG] /root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar
[DEBUG]
/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[DEBUG]
/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar
[DEBUG]
/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar
[DEBUG] /root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[DEBUG] /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG]
/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
[DEBUG]
/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar
[DEBUG]
/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar
[DEBUG]
/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar
[DEBUG]
/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[DEBUG]
/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar
[DEBUG] /root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
[DEBUG]
/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[DEBUG]
/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar
[DEBUG] /root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar
[DEBUG]
/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar
[DEBUG]
/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar
[DEBUG] /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
[DEBUG] /root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar
[DEBUG]
/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar
[DEBUG] provider classpath classpath:
[DEBUG]
/root/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar
[DEBUG]
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Forking command line: /bin/sh -c cd "/var/lib/jenkins/jobs/My
Client/workspace" && /usr/java/jdk1.6.0_31/jre/bin/java
'-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*'
-jar '/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp'
Running org.parentco.subco.dido.ProcessOrdersWorkerTest
0 [main] DEBUG org.jboss.logging - Logging Provider:
org.jboss.logging.Log4jLoggerProvider
171 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration boolean -> ***@789934d4
172 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration boolean -> ***@789934d4
172 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Boolean -> ***@789934d4
179 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration numeric_boolean ->
***@48082d37
190 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration true_false -> ***@426295eb
197 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration yes_no -> ***@5ff3ce5c
213 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte -> ***@250d593e
214 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte -> ***@250d593e
215 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Byte -> ***@250d593e
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration character -> ***@6a340101
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration char -> ***@6a340101
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Character ->
***@6a340101
249 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration short -> ***@48e61a35
255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration short -> ***@48e61a35
255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Short -> ***@48e61a35
264 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration integer -> ***@37a001ff
265 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration int -> ***@37a001ff
268 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Integer -> ***@37a001ff
283 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration long -> ***@69267649
283 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration long -> ***@69267649
285 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Long -> ***@69267649
299 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration float -> ***@24148662
302 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration float -> ***@24148662
302 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Float -> ***@24148662
313 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration double -> ***@2980f96c
318 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration double -> ***@2980f96c
321 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Double -> ***@2980f96c
338 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration big_decimal -> ***@786c730
338 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.math.BigDecimal ->
***@786c730
348 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration big_integer -> ***@5812f9ee
351 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.math.BigInteger ->
***@5812f9ee
361 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration string -> ***@13b06041
362 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.String -> ***@13b06041
371 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration url -> ***@6e84cc09
372 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.net.URL -> ***@6e84cc09
388 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration date -> ***@49e808ca
394 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Date -> ***@49e808ca
409 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration time -> ***@6426d607
412 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Time -> ***@6426d607
426 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration timestamp -> ***@276a38b5
431 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Timestamp -> ***@276a38b5
431 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Date -> ***@276a38b5
433 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration dbtimestamp -> ***@2eb1074a
444 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration calendar -> ***@761eec35
449 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Calendar -> ***@761eec35
452 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.GregorianCalendar ->
***@761eec35
459 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration calendar_date -> ***@877ef83
467 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration locale -> ***@1fa12495
470 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Locale -> ***@1fa12495
479 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration currency -> ***@6c01bde4
480 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Currency -> ***@6c01bde4
489 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration timezone -> ***@68ed662d
495 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.TimeZone -> ***@68ed662d
498 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration class -> ***@371bed71
502 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Class -> ***@371bed71
515 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration uuid-binary -> ***@2a8ceeea
517 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.UUID -> ***@2a8ceeea
521 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration uuid-char -> ***@5a02c35e
526 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration pg-uuid -> ***@3c50507
541 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration binary -> ***@3cc262
544 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte[] -> ***@3cc262
544 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [B -> ***@3cc262
555 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration wrapper-binary -> ***@3a56860b
560 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration Byte[] -> ***@3a56860b
560 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [Ljava.lang.Byte; ->
***@3a56860b
563 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration image -> ***@33589e56
578 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration characters -> ***@26c623af
579 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration char[] -> ***@26c623af
579 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [C -> ***@26c623af
595 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration wrapper-characters ->
***@3d5311bd
596 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [Ljava.lang.Character; ->
***@3d5311bd
596 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration Character[] -> ***@3d5311bd
608 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration text -> ***@7c65216
675 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration blob -> ***@208a0544
678 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Blob -> ***@208a0544
681 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration materialized_blob ->
***@12401369
719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration clob -> ***@1629ce8c
722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Clob -> ***@1629ce8c
723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration materialized_clob ->
***@42197bb7
736 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration serializable -> ***@687bc899
772 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration object -> ***@579d75ee
778 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Object -> ***@579d75ee
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_date -> ***@286e4365
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_time -> ***@5f0ab09f
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_timestamp ->
***@36d1c778
781 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_dbtimestamp ->
***@67eb366
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_calendar ->
***@6833f0de
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_calendar_date ->
***@2a0ab444
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_binary -> ***@24c0f1ec
786 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_serializable ->
***@774acfcd
1023 [main] INFO org.hibernate.annotations.common.Version - HCANN000001:
Hibernate Commons Annotations {4.0.1.Final}
1075 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core
{4.1.5.SP1}
1090 [main] INFO org.hibernate.cfg.Environment - HHH000206:
hibernate.properties not found
1103 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode
provider name : javassist
1293 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid2] ->
[org.hibernate.id.UUIDGenerator]
1295 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [guid] ->
[org.hibernate.id.GUIDGenerator]
1299 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid] ->
[org.hibernate.id.UUIDHexGenerator]
1304 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid.hex] ->
[org.hibernate.id.UUIDHexGenerator]
1315 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [hilo] ->
[org.hibernate.id.TableHiLoGenerator]
1316 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [assigned] ->
[org.hibernate.id.Assigned]
1325 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [identity] ->
[org.hibernate.id.IdentityGenerator]
1329 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [select] ->
[org.hibernate.id.SelectGenerator]
1339 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [sequence] ->
[org.hibernate.id.SequenceGenerator]
1343 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [seqhilo] ->
[org.hibernate.id.SequenceHiLoGenerator]
1348 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [increment] ->
[org.hibernate.id.IncrementGenerator]
1352 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [foreign] ->
[org.hibernate.id.ForeignGenerator]
1354 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [sequence-identity] ->
[org.hibernate.id.SequenceIdentityGenerator]
1363 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [enhanced-sequence] ->
[org.hibernate.id.enhanced.SequenceStyleGenerator]
1377 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [enhanced-table] ->
[org.hibernate.id.enhanced.TableGenerator]
1496 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl -
Adding Integrator
[org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
1692 [main] DEBUG org.hibernate.cfg.Configuration - Preparing to build
session factory with filters : {}
2133 [main] DEBUG org.hibernate.cfg.Configuration - Processing hbm.xml
files
2138 [main] DEBUG org.hibernate.cfg.Configuration - Process annotated
classes
2167 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Organization
2371 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
2419 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Organization
2441 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Organization on table ic_organization
2701 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=ORGANIZATION_ID, insertable=true, updatable=true,
unique=false}
2741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property organizationId with lazy=false
2766 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for organizationId
2777 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property organizationId
2824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=DESCRIPTION, insertable=true, updatable=true, unique=false}
2827 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property description with lazy=false
2830 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for description
2830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property description
2831 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
2832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
2832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
2832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
2833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=ORGANIZATION_TYPE, insertable=true, updatable=true,
unique=false}
2837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property organizationType with lazy=false
2838 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for organizationType
2838 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property organizationType
2839 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=PARENT_ORGANIZATION_ID, insertable=true, updatable=true,
unique=false}
2842 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property parentOrganizationId with lazy=false
2842 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for parentOrganizationId
2843 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property parentOrganizationId
2848 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='STATE_ID', referencedColumn='',
mappedBy=''}
2851 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=state, insertable=true, updatable=true, unique=false}
2866 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Adding
secondary table to entity com.parentco.fdr.myproject.model.Organization ->
cb_organization
2892 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property state
2898 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=URL, insertable=true, updatable=true, unique=false}
2899 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property url with lazy=false
2903 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for url
2903 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property url
2912 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.State
2918 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
2919 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2938 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name State
2941 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.State on table cb_state
2995 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3002 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3004 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3004 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3007 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state),
mappingColumn=ABBREV, insertable=true, updatable=true, unique=false}
3010 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property abbrev with lazy=false
3011 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for abbrev
3013 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property abbrev
3014 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='COUNTRY_ID', referencedColumn='',
mappedBy=''}
3014 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state),
mappingColumn=country, insertable=true, updatable=true, unique=false}
3017 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property country
3018 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state), mappingColumn=NAME,
insertable=true, updatable=true, unique=false}
3022 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3022 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3023 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3024 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Country
3025 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3026 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Country
3030 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Country on table cb_country
3049 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3056 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3057 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3057 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3058 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country),
mappingColumn=ABBREV, insertable=true, updatable=true, unique=false}
3058 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property abbrev with lazy=false
3059 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for abbrev
3061 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property abbrev
3061 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
3062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3065 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3065 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3068 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Product
3069 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3069 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3069 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Product
3070 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Product on table ic_product
3079 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=PRODUCT_ID, insertable=true, updatable=true, unique=false}
3080 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property productId with lazy=false
3080 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for productId
3080 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property productId
3081 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=COMMUNITY_ID, insertable=true, updatable=true, unique=false}
3084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property communityId with lazy=false
3084 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for communityId
3084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property communityId
3085 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
3091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3091 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3092 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3092 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Contract
3094 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3100 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3100 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Contract
3101 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Contract on table cb_contract
3112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3118 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3119 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3120 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3121 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3122 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3128 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3128 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3129 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3129 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=OPPORTUNITY_ID, insertable=true, updatable=true, unique=false}
3130 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property opportunityId with lazy=false
3130 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for opportunityId
3131 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property opportunityId
3131 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3134 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3134 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3137 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='PRODUCT_ID', referencedColumn='',
mappedBy=''}
3138 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=product, insertable=true, updatable=true, unique=false}
3138 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property product
3141 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.UserRole
3142 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3143 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3144 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name UserRole
3144 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.UserRole on table lyc_user_role
3146 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(lyc_user_role),
mappingColumn=USER_ROLE_ID, insertable=true, updatable=true, unique=false}
3151 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property roleId with lazy=false
3152 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for roleId
3152 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property roleId
3158 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(lyc_user_role),
mappingColumn=ROLE_NAME, insertable=true, updatable=true, unique=false}
3159 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3159 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3160 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3160 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.AccessCode
3160 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3161 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3161 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name AccessCode
3162 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.AccessCode on table cb_access_codes
3174 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ID, insertable=true, updatable=true, unique=false}
3180 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3181 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3181 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3182 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ACCESS_CODE, insertable=true, updatable=true, unique=false}
3184 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property accessCode with lazy=false
3184 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for accessCode
3184 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property accessCode
3185 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3191 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3191 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3192 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3192 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3193 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3193 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3194 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3194 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=MAX_USES, insertable=true, updatable=true, unique=false}
3197 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property maxUses with lazy=false
3200 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for maxUses
3200 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property maxUses
3201 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3201 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3202 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3203 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='USER_ROLE_ID', referencedColumn='',
mappedBy=''}
3204 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=userRole, insertable=true, updatable=true, unique=false}
3207 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property userRole
3210 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.TrainingLink
3211 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3211 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3211 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name TrainingLink
3226 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.TrainingLink on table cb_training_link
3231 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ID, insertable=true, updatable=true, unique=false}
3233 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3234 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3234 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3235 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3238 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3241 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3241 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3242 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3242 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3243 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3243 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3246 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=LINK, insertable=true, updatable=true, unique=false}
3247 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property link with lazy=false
3250 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for link
3250 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property link
3251 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ORDER_ID, insertable=true, updatable=true, unique=false}
3252 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property orderId with lazy=false
3253 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for orderId
3254 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property orderId
3254 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3255 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3255 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3262 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for organizationId
3263 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for description
3263 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3264 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for organizationType
3266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for parentOrganizationId
3266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for url
3267 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for abbrev
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for abbrev
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for productId
3273 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for communityId
3273 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3274 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3275 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3275 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for opportunityId
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for roleId
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3277 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3283 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for accessCode
3283 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3284 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3284 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for maxUses
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3286 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for link
3286 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for orderId
3288 [main] DEBUG org.hibernate.cfg.Configuration - Processing fk mappings
(*ToOne and JoinedSubclass)
3334 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='null',
mappedBy='null'}
3335 [main] DEBUG org.hibernate.cfg.Configuration - Processing extends
queue
3338 [main] DEBUG org.hibernate.cfg.Configuration - Processing extends
queue
3340 [main] DEBUG org.hibernate.cfg.Configuration - Processing collection
mappings
3340 [main] DEBUG org.hibernate.cfg.Configuration - Processing native query
and ResultSetMapping mappings
3341 [main] DEBUG org.hibernate.cfg.Configuration - Processing association
property references
3341 [main] DEBUG org.hibernate.cfg.Configuration - Processing foreign key
constraints
3341 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.UserRole
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Product
3343 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3344 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.State
3344 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Country
3345 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3447 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000402: Using Hibernate built-in connection pool (not for production
use!)
3499 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000115: Hibernate connection pool size: 1
3502 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000006: Autocommit mode: true
3503 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000401: using driver [org.hsqldb.jdbcDriver] at URL
[jdbc:hsqldb:mem:myprojectTestDb]
3505 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000046: Connection properties: {user=sa, password=, autocommit=true}
3705 [main] DEBUG
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- Opening new JDBC connection
6260 [main] DEBUG
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- Created connection to: jdbc:hsqldb:mem:myprojectTestDb, Isolation Level: 2
6309 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
Database ->
name : HSQL Database Engine
version : 2.0.0
major : 2
minor : 0
6309 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
Driver ->
name : HSQL Database Engine Driver
version : 2.0.0
major : 2
minor : 0
6310 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
JDBC version : 4.0
6414 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect:
org.hibernate.dialect.HSQLDialect
6527 [main] DEBUG org.hibernate.cfg.SettingsFactory - Automatic flush
during beforeCompletion(): disabled
6531 [main] DEBUG org.hibernate.cfg.SettingsFactory - Automatic session
close at end of transaction: disabled
6531 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch updates
for versioned data: disabled
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - Scrollable result
sets: enabled
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets:
disabled
6533 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC3
getGeneratedKeys(): enabled
6533 [main] DEBUG org.hibernate.cfg.SettingsFactory - Connection release
mode: auto
6534 [main] INFO
org.hibernate.engine.transaction.internal.TransactionFactoryInitiator -
HHH000399: Using default transaction strategy (direct JDBC transactions)
6544 [main] DEBUG org.hibernate.cfg.SettingsFactory - Default batch fetch
size: 1
6545 [main] DEBUG org.hibernate.cfg.SettingsFactory - Generate SQL with
comments: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL updates by
primary key: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL inserts for
batching: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query translator:
org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
6553 [main] INFO org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
- HHH000397: Using ASTQueryTranslatorFactory
6554 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query language
substitutions: {}
6558 [main] DEBUG org.hibernate.cfg.SettingsFactory - JPA-QL strict
compliance: disabled
6558 [main] DEBUG org.hibernate.cfg.SettingsFactory - Second-level cache:
enabled
6559 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query cache: disabled
6559 [main] DEBUG org.hibernate.cfg.SettingsFactory - Cache region factory
: org.hibernate.cache.ehcache.EhCacheRegionFactory
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Optimize cache for
minimal puts: enabled
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Structured
second-level cache entries: disabled
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Statistics: disabled
6610 [main] DEBUG org.hibernate.cfg.SettingsFactory - Deleted entity
synthetic identifier rollback: disabled
6610 [main] DEBUG org.hibernate.cfg.SettingsFactory - Default entity-mode:
pojo
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - Named query checking
: enabled
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - Check Nullability in
Core (should be disabled when Bean Validation is on): enabled
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - multi-tenancy
strategy : NONE
6633 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building
session factory
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
7026 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session
factory constructed with filter configurations : {}
7032 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating
session factory with properties: {java.runtime.name=Java(TM) SE Runtime
Environment, hibernate.connection.password=,
sun.boot.library.path=/usr/java/jdk1.6.0_31/jre/lib/amd64,
java.vm.version=20.6-b01, hibernate.connection.username=sa,
java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/,
path.separator=:, java.vm.name=Java HotSpot(TM) 64-Bit Server VM,
file.encoding.pkg=sun.io, user.country=US, sun.java.launcher=SUN_STANDARD,
sun.os.patch.level=unknown, java.vm.specification.name=Java Virtual Machine
Specification, user.dir=/var/lib/jenkins/jobs/My Client/workspace,
java.runtime.version=1.6.0_31-b04,
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment,
basedir=/var/lib/jenkins/jobs/My Client/workspace,
hibernate.current_session_context_class=thread,
java.endorsed.dirs=/usr/java/jdk1.6.0_31/jre/lib/endorsed, os.arch=amd64,
surefire.real.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar:/tmp/jacocoagent432249159664775554.jar,
hibernate.connection.autocommit=true, java.io.tmpdir=/tmp, line.separator=
, java.vm.specification.vendor=Sun Microsystems Inc., os.name=Linux,
hibernate.cache.use_second_level_cache=true, sun.jnu.encoding=UTF-8,
sonar.jdbc.driver=com.mysql.jdbc.Driver,
java.library.path=/usr/java/jdk1.6.0_31/jre/lib/amd64/server:/usr/java/jdk1.6.0_31/jre/lib/amd64:/usr/java/jdk1.6.0_31/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib,
surefire.test.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/test-classes:/var/lib/jenkins/jobs/My
Client/workspace/target/classes:/var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar:/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar:/root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar:/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar:/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar:/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar:/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar:/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar:/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar:/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar:/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar:/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar:/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar:/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar:/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar:/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar:/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar:/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar:/root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar:/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar:,
java.specification.name=Java Platform API Specification,
java.class.version=50.0, hibernate.connection.pool_size=1,
sun.management.compiler=HotSpot 64-Bit Tiered Compilers,
os.version=3.2.20-1.29.6.amzn1.x86_64, user.home=/root, user.timezone=,
java.awt.printerjob=sun.print.PSPrinterJob,
sonar.host.url=http://localhost:9000, java.specification.version=1.6,
file.encoding=UTF-8, sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar,
hibernate.connection.driver_class=org.hsqldb.jdbcDriver, user.name=root,
java.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/test-classes:/var/lib/jenkins/jobs/My
Client/workspace/target/classes:/var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar:/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar:/root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar:/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar:/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar:/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar:/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar:/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar:/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar:/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar:/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar:/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar:/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar:/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar:/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar:/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar:/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar:/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar:/root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar:/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar:,
hibernate.bytecode.use_reflection_optimizer=false, hibernate.show_sql=true,
java.vm.specification.version=1.0, sun.arch.data.model=64,
java.home=/usr/java/jdk1.6.0_31/jre,
sun.java.command=/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar
/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp
/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp,
hibernate.dialect=org.hibernate.dialect.HSQLDialect,
hibernate.connection.url=jdbc:hsqldb:mem:myprojectTestDb,
java.specification.vendor=Sun Microsystems Inc., user.language=en,
java.vm.info=mixed mode, java.version=1.6.0_31,
java.ext.dirs=/usr/java/jdk1.6.0_31/jre/lib/ext:/usr/java/packages/lib/ext,
sun.boot.class.path=/usr/java/jdk1.6.0_31/jre/lib/resources.jar:/usr/java/jdk1.6.0_31/jre/lib/rt.jar:/usr/java/jdk1.6.0_31/jre/lib/sunrsasign.jar:/usr/java/jdk1.6.0_31/jre/lib/jsse.jar:/usr/java/jdk1.6.0_31/jre/lib/jce.jar:/usr/java/jdk1.6.0_31/jre/lib/charsets.jar:/usr/java/jdk1.6.0_31/jre/lib/modules/jdk.boot.jar:/usr/java/jdk1.6.0_31/jre/classes,
java.vendor=Sun Microsystems Inc., localRepository=/root/.m2/repository,
file.separator=/,
hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory,
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi,
hibernate.hbm2ddl.auto=create-drop, sun.cpu.endian=little,
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=}
7111 [main] INFO org.hibernate.validator.internal.util.Version - HV000001:
Hibernate Validator 4.3.0.Final
7128 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Found javax.persistence.Persistence on classpath containing
'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA
aware TraversableResolver
7130 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Instantiated JPA aware TraversableResolver of type
org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
7134 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- Trying to load META-INF/validation.xml for XML based Validator
configuration.
7141 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- No META-INF/validation.xml found. Using annotation based configuration
only.
7318 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@41e3a0ec, groups=[Ljava.lang.Class;@475a07bf}}.
7319 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@48f3d27, max=2147483647,
groups=[Ljava.lang.Class;@57f7cdc7}}.
7321 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@74d402dd, groups=[Ljava.lang.Class;@b083717}}.
7321 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@3de4905a, max=2147483647,
groups=[Ljava.lang.Class;@68c12474}}.
7328 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@438d460, groups=[Ljava.lang.Class;@2efeecca}}.
7329 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@16ad339b, max=2147483647,
groups=[Ljava.lang.Class;@451710be}}.
7338 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@59566a6c, groups=[Ljava.lang.Class;@38650646}}.
7339 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@2075c78d, max=2147483647,
groups=[Ljava.lang.Class;@14800aa1}}.
7394 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@115af049, groups=[Ljava.lang.Class;@69555185}}.
7395 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@d2d58b, max=2147483647,
groups=[Ljava.lang.Class;@11c19919}}.
7399 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@212cb585, groups=[Ljava.lang.Class;@7e413fc6}}.
7401 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@63ff5c98, max=2147483647,
groups=[Ljava.lang.Class;@12183272}}.
7497 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Found javax.persistence.Persistence on classpath containing
'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA
aware TraversableResolver
7497 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Instantiated JPA aware TraversableResolver of type
org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
7497 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- Trying to load META-INF/validation.xml for XML based Validator
configuration.
7498 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- No META-INF/validation.xml found. Using annotation based configuration
only.
7508 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7512 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7513 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7513 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7515 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7756 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Static SQL for entity: com.parentco.fdr.myproject.model.AccessCode
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Version select: select ID from cb_access_codes where ID =?
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Snapshot select: select accesscode_.ID, accesscode_.ACCESS_CODE as
ACCESS2_7_, accesscode_.ACTIVATION_DATE as ACTIVATION3_7_,
accesscode_.EXPIRATION_DATE as EXPIRATION4_7_, accesscode_.MAX_USES as
MAX5_7_, accesscode_.ORGANIZATION_ID as ORGANIZA6_7_,
accesscode_.USER_ROLE_ID as USER7_7_ from cb_access_codes accesscode_ where
accesscode_.ID=?
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Insert 0: insert into cb_access_codes (ACCESS_CODE, ACTIVATION_DATE,
EXPIRATION_DATE, MAX_USES, ORGANIZATION_ID, USER_ROLE_ID, ID) values (?, ?,
?, ?, ?, ?, ?)
7758 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Update 0: update cb_access_codes set ACCESS_CODE=?, ACTIVATION_DATE=?,
EXPIRATION_DATE=?, MAX_USES=?, ORGANIZATION_ID=?, USER_ROLE_ID=? where ID=?
7758 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Delete 0: delete from cb_access_codes where ID=?
7759 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Identity insert: insert into cb_access_codes (ID, ACCESS_CODE,
ACTIVATION_DATE, EXPIRATION_DATE, MAX_USES, ORGANIZATION_ID, USER_ROLE_ID)
values (default, ?, ?, ?, ?, ?, ?)
7763 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Static SQL for entity: com.parentco.fdr.myproject.model.UserRole
7763 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Version select: select USER_ROLE_ID from lyc_user_role where USER_ROLE_ID =?
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Snapshot select: select userrole_.USER_ROLE_ID, userrole_.ROLE_NAME as
ROLE2_6_ from lyc_user_role userrole_ where userrole_.USER_ROLE_ID=?
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Insert 0: insert into lyc_user_role (ROLE_NAME, USER_ROLE_ID) values (?, ?)
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Update 0: update lyc_user_role set ROLE_NAME=? where USER_ROLE_ID=?
7765 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Delete 0: delete from lyc_user_role where USER_ROLE_ID=?
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3512e7b7e7, pid=21064, tid=139865898960640
#
# JRE version: 6.0_31-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x7a27e7]
ContiguousSpace::prepare_for_compaction(CompactPoint*)+0x227
#
# An error report file with more information is saved as:
# /var/lib/jenkins/jobs/My Client/workspace/hs_err_pid21064.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/bin/sh: line 1: 21064 Aborted
/usr/java/jdk1.6.0_31/jre/bin/java
'-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*'
-jar '/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp'
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 29.355s
[INFO] Finished at: Mon Sep 17 16:04:37 EDT 2012
[INFO] Final Memory: 15M/56M
[INFO]
------------------------------------------------------------------------
[INFO] [16:04:37.691] Execute
org.apache.maven.plugins:maven-surefire-plugin:2.10:test done: 12290 ms
[INFO] [16:04:37.692] Execute maven plugin maven-surefire-plugin done: 12291
ms
[INFO] [16:04:37.692] Initializer JacocoMavenInitializer...
[INFO] [16:04:37.692] Initializer JacocoMavenInitializer done: 0 ms
[INFO] [16:04:37.692] Initializer ProjectFileSystemLogger...
[INFO] [16:04:37.692] Source directories:
[INFO] [16:04:37.692] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java
[INFO] [16:04:37.692] Test directories:
[INFO] [16:04:37.692] /var/lib/jenkins/jobs/My
Client/workspace/src/test/java
[INFO] [16:04:37.692] Initializer ProjectFileSystemLogger done: 0 ms
[INFO] [16:04:37.692] Initializer MavenInitializer...
[INFO] [16:04:37.694] Java source version: 1.5
[INFO] [16:04:37.694] Java target version: 1.5
[INFO] [16:04:37.695] Source encoding: UTF-8
[INFO] [16:04:37.695] Initializer MavenInitializer done: 3 ms
[DEBUG] [16:04:37.742] Sensors : JavaSourceImporter -> SquidSensor ->
JaCoCoSensor -> SurefireSensor -> CpdSensor -> CheckstyleSensor -> PmdSensor
-> ProfileSensor -> ProfileEventsSensor -> ProjectLinksSensor ->
VersionEventsSensor -> Maven dependencies
[INFO] [16:04:37.742] Sensor JavaSourceImporter...
[INFO] [16:04:39.037] Sensor JavaSourceImporter done: 1295 ms
[INFO] [16:04:39.038] Sensor SquidSensor...
[INFO] [16:04:39.105] Java AST scan...
[DEBUG] [16:04:39.133] ----- Java sources analyzed by Squid:
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:39.134] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:39.136] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:39.146] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:39.146] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/App.java
[DEBUG] [16:04:39.152] -----
[DEBUG] [16:04:39.308] TreeWalker uses iterative algorithm
[DEBUG] [16:04:39.468] Remove data measure from memory: comment_lines_data,
id=47163
[DEBUG] [16:04:39.474] Remove data measure from memory: ncloc_data, id=47164
[DEBUG] [16:04:39.529] Remove data measure from memory: comment_lines_data,
id=47165
[DEBUG] [16:04:39.537] Remove data measure from memory: ncloc_data, id=47166
[DEBUG] [16:04:39.586] Remove data measure from memory: comment_lines_data,
id=47167
[DEBUG] [16:04:39.592] Remove data measure from memory: ncloc_data, id=47168
[DEBUG] [16:04:39.664] Remove data measure from memory: comment_lines_data,
id=47169
[DEBUG] [16:04:39.673] Remove data measure from memory: ncloc_data, id=47170
[DEBUG] [16:04:39.757] Remove data measure from memory: comment_lines_data,
id=47171
[DEBUG] [16:04:39.762] Remove data measure from memory: ncloc_data, id=47172
[DEBUG] [16:04:39.806] Remove data measure from memory: comment_lines_data,
id=47173
[DEBUG] [16:04:39.815] Remove data measure from memory: ncloc_data, id=47174
[DEBUG] [16:04:39.863] Remove data measure from memory: comment_lines_data,
id=47175
[DEBUG] [16:04:39.874] Remove data measure from memory: ncloc_data, id=47176
[DEBUG] [16:04:39.930] Remove data measure from memory: comment_lines_data,
id=47177
[DEBUG] [16:04:39.957] Remove data measure from memory: ncloc_data, id=47178
[DEBUG] [16:04:40.037] Remove data measure from memory: comment_lines_data,
id=47179
[DEBUG] [16:04:40.044] Remove data measure from memory: ncloc_data, id=47180
[DEBUG] [16:04:40.090] Remove data measure from memory: comment_lines_data,
id=47181
[DEBUG] [16:04:40.095] Remove data measure from memory: ncloc_data, id=47182
[DEBUG] [16:04:40.135] Remove data measure from memory: comment_lines_data,
id=47183
[DEBUG] [16:04:40.140] Remove data measure from memory: ncloc_data, id=47184
[DEBUG] [16:04:40.175] Remove data measure from memory: comment_lines_data,
id=47185
[DEBUG] [16:04:40.185] Remove data measure from memory: ncloc_data, id=47186
[DEBUG] [16:04:40.233] Remove data measure from memory: comment_lines_data,
id=47187
[DEBUG] [16:04:40.239] Remove data measure from memory: ncloc_data, id=47188
[DEBUG] [16:04:40.285] Remove data measure from memory: comment_lines_data,
id=47191
[DEBUG] [16:04:40.291] Remove data measure from memory: ncloc_data, id=47192
[DEBUG] [16:04:40.332] Remove data measure from memory: comment_lines_data,
id=47195
[DEBUG] [16:04:40.342] Remove data measure from memory: ncloc_data, id=47196
[DEBUG] [16:04:40.363] Remove data measure from memory: comment_lines_data,
id=47197
[DEBUG] [16:04:40.372] Remove data measure from memory: ncloc_data, id=47198
[DEBUG] [16:04:40.433] Remove data measure from memory: comment_lines_data,
id=47203
[DEBUG] [16:04:40.443] Remove data measure from memory: ncloc_data, id=47204
[DEBUG] [16:04:40.474] Remove data measure from memory: comment_lines_data,
id=47205
[DEBUG] [16:04:40.483] Remove data measure from memory: ncloc_data, id=47206
[DEBUG] [16:04:40.510] Remove data measure from memory: comment_lines_data,
id=47207
[DEBUG] [16:04:40.515] Remove data measure from memory: ncloc_data, id=47208
[DEBUG] [16:04:40.551] Remove data measure from memory: comment_lines_data,
id=47209
[DEBUG] [16:04:40.556] Remove data measure from memory: ncloc_data, id=47210
[DEBUG] [16:04:40.580] Remove data measure from memory: comment_lines_data,
id=47211
[DEBUG] [16:04:40.585] Remove data measure from memory: ncloc_data, id=47212
[DEBUG] [16:04:40.608] Remove data measure from memory: comment_lines_data,
id=47213
[DEBUG] [16:04:40.617] Remove data measure from memory: ncloc_data, id=47214
[DEBUG] [16:04:40.645] Remove data measure from memory: comment_lines_data,
id=47215
[DEBUG] [16:04:40.654] Remove data measure from memory: ncloc_data, id=47216
[DEBUG] [16:04:40.766] Remove data measure from memory: comment_lines_data,
id=47219
[DEBUG] [16:04:40.776] Remove data measure from memory: ncloc_data, id=47220
[DEBUG] [16:04:40.830] Remove data measure from memory: comment_lines_data,
id=47221
[DEBUG] [16:04:40.839] Remove data measure from memory: ncloc_data, id=47222
[DEBUG] [16:04:40.864] Remove data measure from memory: comment_lines_data,
id=47223
[DEBUG] [16:04:40.869] Remove data measure from memory: ncloc_data, id=47224
[DEBUG] [16:04:40.904] Remove data measure from memory: comment_lines_data,
id=47227
[DEBUG] [16:04:40.909] Remove data measure from memory: ncloc_data, id=47228
[DEBUG] [16:04:40.937] Remove data measure from memory: comment_lines_data,
id=47229
[DEBUG] [16:04:40.954] Remove data measure from memory: ncloc_data, id=47230
[DEBUG] [16:04:40.986] Remove data measure from memory: comment_lines_data,
id=47233
[DEBUG] [16:04:40.995] Remove data measure from memory: ncloc_data, id=47234
[DEBUG] [16:04:41.019] Remove data measure from memory: comment_lines_data,
id=47235
[DEBUG] [16:04:41.024] Remove data measure from memory: ncloc_data, id=47236
[DEBUG] [16:04:41.071] Remove data measure from memory: comment_lines_data,
id=47237
[DEBUG] [16:04:41.079] Remove data measure from memory: ncloc_data, id=47238
[DEBUG] [16:04:41.115] Remove data measure from memory: comment_lines_data,
id=47239
[DEBUG] [16:04:41.121] Remove data measure from memory: ncloc_data, id=47240
[DEBUG] [16:04:41.179] Remove data measure from memory: comment_lines_data,
id=47241
[DEBUG] [16:04:41.185] Remove data measure from memory: ncloc_data, id=47242
[DEBUG] [16:04:41.214] Remove data measure from memory: comment_lines_data,
id=47243
[DEBUG] [16:04:41.220] Remove data measure from memory: ncloc_data, id=47244
[DEBUG] [16:04:41.236] Remove data measure from memory: comment_lines_data,
id=47245
[DEBUG] [16:04:41.241] Remove data measure from memory: ncloc_data, id=47246
[DEBUG] [16:04:41.261] Remove data measure from memory: comment_lines_data,
id=47247
[DEBUG] [16:04:41.266] Remove data measure from memory: ncloc_data, id=47248
[DEBUG] [16:04:41.278] Remove data measure from memory: comment_lines_data,
id=47249
[DEBUG] [16:04:41.284] Remove data measure from memory: ncloc_data, id=47250
[DEBUG] [16:04:41.298] Remove data measure from memory: comment_lines_data,
id=47251
[DEBUG] [16:04:41.303] Remove data measure from memory: ncloc_data, id=47252
[DEBUG] [16:04:41.313] Remove data measure from memory: comment_lines_data,
id=47253
[DEBUG] [16:04:41.319] Remove data measure from memory: ncloc_data, id=47254
[DEBUG] [16:04:41.329] Remove data measure from memory: comment_lines_data,
id=47255
[DEBUG] [16:04:41.334] Remove data measure from memory: ncloc_data, id=47256
[DEBUG] [16:04:41.342] Remove data measure from memory: comment_lines_data,
id=47257
[DEBUG] [16:04:41.347] Remove data measure from memory: ncloc_data, id=47258
[DEBUG] [16:04:41.360] Remove data measure from memory: comment_lines_data,
id=47259
[DEBUG] [16:04:41.366] Remove data measure from memory: ncloc_data, id=47260
[DEBUG] [16:04:41.376] Remove data measure from memory: comment_lines_data,
id=47261
[DEBUG] [16:04:41.381] Remove data measure from memory: ncloc_data, id=47262
[DEBUG] [16:04:41.389] Remove data measure from memory: comment_lines_data,
id=47263
[DEBUG] [16:04:41.394] Remove data measure from memory: ncloc_data, id=47264
[DEBUG] [16:04:41.403] Remove data measure from memory: comment_lines_data,
id=47265
[DEBUG] [16:04:41.408] Remove data measure from memory: ncloc_data, id=47266
[DEBUG] [16:04:41.436] Remove data measure from memory: comment_lines_data,
id=47271
[DEBUG] [16:04:41.442] Remove data measure from memory: ncloc_data, id=47272
[DEBUG] [16:04:41.459] Remove data measure from memory: comment_lines_data,
id=47273
[DEBUG] [16:04:41.464] Remove data measure from memory: ncloc_data, id=47274
[DEBUG] [16:04:41.474] Remove data measure from memory: comment_lines_data,
id=47275
[DEBUG] [16:04:41.481] Remove data measure from memory: ncloc_data, id=47276
[DEBUG] [16:04:41.488] Remove data measure from memory: comment_lines_data,
id=47277
[DEBUG] [16:04:41.493] Remove data measure from memory: ncloc_data, id=47278
[DEBUG] [16:04:41.511] Remove data measure from memory: comment_lines_data,
id=47281
[DEBUG] [16:04:41.517] Remove data measure from memory: ncloc_data, id=47282
[DEBUG] [16:04:41.576] Remove data measure from memory: comment_lines_data,
id=47285
[DEBUG] [16:04:41.582] Remove data measure from memory: ncloc_data, id=47286
[DEBUG] [16:04:41.596] Remove data measure from memory: comment_lines_data,
id=47287
[DEBUG] [16:04:41.601] Remove data measure from memory: ncloc_data, id=47288
[DEBUG] [16:04:41.621] Remove data measure from memory: comment_lines_data,
id=47289
[DEBUG] [16:04:41.626] Remove data measure from memory: ncloc_data, id=47290
[DEBUG] [16:04:41.643] Remove data measure from memory: comment_lines_data,
id=47291
[DEBUG] [16:04:41.648] Remove data measure from memory: ncloc_data, id=47292
[DEBUG] [16:04:41.671] Remove data measure from memory: comment_lines_data,
id=47293
[DEBUG] [16:04:41.677] Remove data measure from memory: ncloc_data, id=47294
[DEBUG] [16:04:41.696] Remove data measure from memory: comment_lines_data,
id=47295
[DEBUG] [16:04:41.701] Remove data measure from memory: ncloc_data, id=47296
[DEBUG] [16:04:41.728] Remove data measure from memory: comment_lines_data,
id=47297
[DEBUG] [16:04:41.737] Remove data measure from memory: ncloc_data, id=47298
[INFO] [16:04:41.759] Java AST scan done: 2654 ms
[INFO] [16:04:41.768] Java bytecode scan...
[DEBUG] [16:04:41.788] ----- Classpath analyzed by Squid:
[DEBUG] [16:04:41.788] /var/lib/jenkins/jobs/My
Client/workspace/target/classes
[DEBUG] [16:04:41.788] /var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar
[DEBUG] [16:04:41.788]
/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
[DEBUG] [16:04:41.788] /root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar
[DEBUG] [16:04:41.789] /var/lib/jenkins/jobs/My
Client/workspace/target/classes
[DEBUG] [16:04:41.789] -----
[INFO] [16:04:42.313] Java bytecode scan done: 545 ms
[INFO] [16:04:42.395] Java Squid scan...
[INFO] [16:04:42.410] Java Squid scan done: 15 ms
[INFO] [16:04:42.410] Squid extraction...
[INFO] [16:04:42.500] Package design analysis...
[DEBUG] [16:04:42.500] 14 packages to analyze
[DEBUG] [16:04:42.773] 0 cycles
[DEBUG] [16:04:42.773] 0 feedback edges
[DEBUG] [16:04:42.795] Remove data measure from memory: dsm, id=47301
[INFO] [16:04:42.795] Package design analysis done: 295 ms
[DEBUG] [16:04:42.947] Remove data measure from memory: lcom4_blocks,
id=47302
[DEBUG] [16:04:42.953] Remove data measure from memory: lcom4_blocks,
id=47303
[DEBUG] [16:04:42.969] Remove data measure from memory: lcom4_blocks,
id=47304
[DEBUG] [16:04:42.975] Remove data measure from memory: lcom4_blocks,
id=47305
[DEBUG] [16:04:42.985] Remove data measure from memory: lcom4_blocks,
id=47306
[DEBUG] [16:04:42.999] Remove data measure from memory: lcom4_blocks,
id=47307
[DEBUG] [16:04:43.009] Remove data measure from memory: lcom4_blocks,
id=47308
[DEBUG] [16:04:43.018] Remove data measure from memory: lcom4_blocks,
id=47309
[DEBUG] [16:04:43.024] Remove data measure from memory: lcom4_blocks,
id=47310
[DEBUG] [16:04:43.035] Remove data measure from memory: lcom4_blocks,
id=47311
[DEBUG] [16:04:43.050] Remove data measure from memory: lcom4_blocks,
id=47312
[DEBUG] [16:04:43.072] Remove data measure from memory: lcom4_blocks,
id=47314
[DEBUG] [16:04:43.082] Remove data measure from memory: lcom4_blocks,
id=47315
[DEBUG] [16:04:43.088] Remove data measure from memory: lcom4_blocks,
id=47316
[DEBUG] [16:04:43.098] Remove data measure from memory: lcom4_blocks,
id=47317
[DEBUG] [16:04:43.103] Remove data measure from memory: lcom4_blocks,
id=47318
[DEBUG] [16:04:43.117] Remove data measure from memory: lcom4_blocks,
id=47319
[DEBUG] [16:04:43.129] Remove data measure from memory: lcom4_blocks,
id=47320
[DEBUG] [16:04:43.141] Remove data measure from memory: lcom4_blocks,
id=47321
[DEBUG] [16:04:43.150] Remove data measure from memory: lcom4_blocks,
id=47322
[DEBUG] [16:04:43.160] Remove data measure from memory: lcom4_blocks,
id=47323
[DEBUG] [16:04:43.166] Remove data measure from memory: lcom4_blocks,
id=47324
[DEBUG] [16:04:43.182] Remove data measure from memory: lcom4_blocks,
id=47325
[DEBUG] [16:04:43.190] Remove data measure from memory: lcom4_blocks,
id=47326
[DEBUG] [16:04:43.198] Remove data measure from memory: lcom4_blocks,
id=47327
[DEBUG] [16:04:43.210] Remove data measure from memory: lcom4_blocks,
id=47328
[DEBUG] [16:04:43.216] Remove data measure from memory: lcom4_blocks,
id=47329
[DEBUG] [16:04:43.228] Remove data measure from memory: lcom4_blocks,
id=47330
[DEBUG] [16:04:43.238] Remove data measure from memory: lcom4_blocks,
id=47331
[DEBUG] [16:04:43.244] Remove data measure from memory: lcom4_blocks,
id=47332
[DEBUG] [16:04:43.256] Remove data measure from memory: lcom4_blocks,
id=47333
[DEBUG] [16:04:43.267] Remove data measure from memory: lcom4_blocks,
id=47334
[DEBUG] [16:04:43.273] Remove data measure from memory: lcom4_blocks,
id=47335
[INFO] [16:04:43.572] Squid extraction done: 1162 ms
[INFO] [16:04:43.590] Sensor SquidSensor done: 4552 ms
[INFO] [16:04:43.591] Sensor JaCoCoSensor...
[INFO] [16:04:43.613] Analysing /var/lib/jenkins/jobs/My
Client/workspace/target/jacoco.exec
[DEBUG] [16:04:44.415] Remove data measure from memory:
coverage_line_hits_data, id=47337
[DEBUG] [16:04:44.455] Remove data measure from memory:
coverage_line_hits_data, id=47345
[DEBUG] [16:04:44.499] Remove data measure from memory:
coverage_line_hits_data, id=47353
[DEBUG] [16:04:44.543] Remove data measure from memory:
coverage_line_hits_data, id=47362
[DEBUG] [16:04:44.598] Remove data measure from memory:
coverage_line_hits_data, id=47373
[DEBUG] [16:04:44.622] Remove data measure from memory:
coverage_line_hits_data, id=47377
[DEBUG] [16:04:44.642] Remove data measure from memory:
coverage_line_hits_data, id=47381
[DEBUG] [16:04:44.679] Remove data measure from memory:
coverage_line_hits_data, id=47388
[DEBUG] [16:04:44.710] Remove data measure from memory:
coverage_line_hits_data, id=47394
[DEBUG] [16:04:44.731] Remove data measure from memory:
coverage_line_hits_data, id=47397
[DEBUG] [16:04:44.756] Remove data measure from memory:
coverage_line_hits_data, id=47400
[DEBUG] [16:04:44.764] Remove data measure from memory: conditions_by_line,
id=47401
[DEBUG] [16:04:44.769] Remove data measure from memory:
covered_conditions_by_line, id=47402
[DEBUG] [16:04:44.831] Remove data measure from memory:
coverage_line_hits_data, id=47412
[DEBUG] [16:04:44.873] Remove data measure from memory:
coverage_line_hits_data, id=47418
[DEBUG] [16:04:44.890] Remove data measure from memory:
coverage_line_hits_data, id=47421
[DEBUG] [16:04:44.930] Remove data measure from memory:
coverage_line_hits_data, id=47428
[DEBUG] [16:04:44.964] Remove data measure from memory:
coverage_line_hits_data, id=47434
[DEBUG] [16:04:44.988] Remove data measure from memory:
coverage_line_hits_data, id=47438
[DEBUG] [16:04:45.011] Remove data measure from memory:
coverage_line_hits_data, id=47442
[DEBUG] [16:04:45.041] Remove data measure from memory:
coverage_line_hits_data, id=47448
[DEBUG] [16:04:45.072] Remove data measure from memory:
coverage_line_hits_data, id=47454
[INFO] [16:04:45.125] Sensor JaCoCoSensor done: 1534 ms
[INFO] [16:04:45.125] Sensor SurefireSensor...
[INFO] [16:04:45.127] parsing /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[INFO] [16:04:45.988] Sensor SurefireSensor done: 863 ms
[INFO] [16:04:45.989] Sensor CpdSensor...
[INFO] [16:04:45.993] SonarEngine is used
[INFO] [16:04:46.053] Cross-project analysis disabled
[DEBUG] [16:04:46.113] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:46.168] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:46.208] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:46.253] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:46.355] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:46.428] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:46.508] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:46.555] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:46.642] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:46.720] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:46.758] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:46.803] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:46.847] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:46.932] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:46.943] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:46.978] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:46.986] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:47.014] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:47.049] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:47.058] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:47.066] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:47.123] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:47.173] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:47.193] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:47.248] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:47.260] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:47.300] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:47.354] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:47.363] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:47.591] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:47.728] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:47.754] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:47.768] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:47.794] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:47.864] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:47.876] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:47.896] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:47.913] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:48.056] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:48.100] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:48.245] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:48.269] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:48.293] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:48.340] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:48.391] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:48.428] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:48.474] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:48.497] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:48.546] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:48.698] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:48.739] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:48.764] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:48.803] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:48.815] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:48.832] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:48.900] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:49.121] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:49.160] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:49.197] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:49.205] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:49.239] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:49.248] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:49.519] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:49.528] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:49.557] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:49.564] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:49.602] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:49.650] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:49.698] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/App.java
[DEBUG] [16:04:49.705] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:49.790] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:49.792] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:49.833] Remove data measure from memory: duplications_data,
id=47465
[DEBUG] [16:04:49.834] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:49.841] Remove data measure from memory: duplications_data,
id=47466
[DEBUG] [16:04:49.841] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:49.850] Remove data measure from memory: duplications_data,
id=47467
[DEBUG] [16:04:49.850] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:49.858] Remove data measure from memory: duplications_data,
id=47468
[DEBUG] [16:04:49.858] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:49.859] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:49.860] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:49.860] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:49.861] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:49.861] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:49.864] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:49.865] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:49.865] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:49.869] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:49.869] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:49.873] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:49.877] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:49.878] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:49.883] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:49.887] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:49.887] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:49.890] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:49.890] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:49.891] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:49.893] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:49.893] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:49.896] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:49.897] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:49.897] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:49.900] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:49.901] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:49.902] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:49.905] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:49.933] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:49.934] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:49.937] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:49.937] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:49.943] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:49.961] Remove data measure from memory: duplications_data,
id=47469
[DEBUG] [16:04:49.962] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:49.977] Remove data measure from memory: duplications_data,
id=47470
[DEBUG] [16:04:49.977] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/App.java
[INFO] [16:04:49.977] Sensor CpdSensor done: 3988 ms
[INFO] [16:04:49.977] Sensor CheckstyleSensor...
[INFO] [16:04:49.988] Execute Checkstyle 5.5...
[INFO] [16:04:50.035] Checkstyle configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/checkstyle.xml
[DEBUG] [16:04:50.269] TreeWalker uses iterative algorithm
[INFO] [16:04:54.451] Execute Checkstyle 5.5 done: 4463 ms
[INFO] [16:04:54.460] Sensor CheckstyleSensor done: 4483 ms
[INFO] [16:04:54.461] Sensor PmdSensor...
[INFO] [16:04:54.463] Execute PMD 4.3...
[INFO] [16:04:54.492] Java version: 1.5
[INFO] [16:04:54.630] PMD configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/pmd.xml
[INFO] [16:05:06.098] PMD configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/pmd-unit-tests.xml
[INFO] [16:05:06.105] Execute PMD 4.3 done: 11642 ms
[INFO] [16:05:06.267] Sensor PmdSensor done: 11806 ms
[INFO] [16:05:06.268] Sensor ProfileSensor...
[INFO] [16:05:06.565] Sensor ProfileSensor done: 297 ms
[INFO] [16:05:06.565] Sensor ProfileEventsSensor...
[INFO] [16:05:06.618] Sensor ProfileEventsSensor done: 53 ms
[INFO] [16:05:06.618] Sensor ProjectLinksSensor...
[INFO] [16:05:06.632] Sensor ProjectLinksSensor done: 14 ms
[INFO] [16:05:06.632] Sensor VersionEventsSensor...
[INFO] [16:05:06.671] Sensor VersionEventsSensor done: 39 ms
[INFO] [16:05:06.671] Sensor Maven dependencies...
[DEBUG] Dependency tree resolution listener events:
[DEBUG] testArtifact: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] includeArtifact: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] startProcessChildren: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] testArtifact: artifact=quickbase:quickbase:jar:1.0:system
[DEBUG] includeArtifact: artifact=quickbase:quickbase:jar:1.0:system
[DEBUG] testArtifact: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] includeArtifact: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] startProcessChildren: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] testArtifact: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] includeArtifact: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] startProcessChildren: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] testArtifact:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] includeArtifact:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] startProcessChildren:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] endProcessChildren:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] endProcessChildren: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] endProcessChildren: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] testArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] includeArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] startProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] endProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] includeArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] startProcessChildren:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] includeArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] startProcessChildren:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] endProcessChildren:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] includeArtifact: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] startProcessChildren: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] endProcessChildren: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] omitForNearer:
omitted=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
kept=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] testArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] includeArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] startProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] endProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] testArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] includeArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] startProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] endProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] testArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] omitForNearer: omitted=dom4j:dom4j:jar:1.6.1:compile
kept=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] includeArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] startProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] endProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] testArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] omitForNearer:
omitted=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
kept=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] omitForNearer:
omitted=org.javassist:javassist:jar:3.15.0-GA:compile
kept=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] includeArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] startProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] endProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] testArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] omitForNearer:
omitted=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
kept=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] omitForNearer:
omitted=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
kept=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] includeArtifact:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] startProcessChildren:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] includeArtifact:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] startProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] endProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] endProcessChildren:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] omitForNearer:
omitted=javax.validation:validation-api:jar:1.0.0.GA:compile
kept=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] includeArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] startProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] endProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] omitForNearer: omitted=org.slf4j:slf4j-api:jar:1.6.1:compile
kept=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] includeArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] startProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] endProcessChildren: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] testArtifact:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] includeArtifact:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] startProcessChildren:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] endProcessChildren:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] testArtifact: artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] includeArtifact: artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] startProcessChildren:
artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] endProcessChildren:
artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] testArtifact: artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] includeArtifact:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] startProcessChildren:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] endProcessChildren:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] testArtifact:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] includeArtifact:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] startProcessChildren:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] testArtifact: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] includeArtifact: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] startProcessChildren: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] endProcessChildren: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] omitForNearer: omitted=org.slf4j:slf4j-api:jar:1.6.1:compile
kept=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] endProcessChildren:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] includeArtifact:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] startProcessChildren:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] endProcessChildren:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] testArtifact:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] includeArtifact:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] startProcessChildren:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] endProcessChildren:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] testArtifact: artifact=junit:junit:jar:4.8.1:test
[DEBUG] includeArtifact: artifact=junit:junit:jar:4.8.1:test
[DEBUG] startProcessChildren: artifact=junit:junit:jar:4.8.1:test
[DEBUG] endProcessChildren: artifact=junit:junit:jar:4.8.1:test
[DEBUG] testArtifact: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] includeArtifact: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] startProcessChildren: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] endProcessChildren: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] testArtifact: artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] includeArtifact: artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] startProcessChildren:
artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] endProcessChildren:
artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] endProcessChildren: artifact=org.parentco.subco:myclient:war:1.0
[INFO] [16:05:07.462] Sensor Maven dependencies done: 791 ms
[INFO] [16:05:08.169] Execute decorators...
[DEBUG] [16:05:08.174] Decorators: ManualMeasureDecorator ->
SumDuplicationsDecorator -> UnitTestDecorator ->
***@1aa5d24b ->
***@70d88496 ->
***@16e8cdbb ->
ManualViolationInjector ->
***@4c4cd88f
-> ***@178c8195 ->
***@98f6947 ->
***@2648b938 ->
***@491dbb6b ->
***@3efb934d ->
***@7683c488 ->
FileTangleIndexDecorator ->
***@563c591c ->
f(lines) -> f(generated_lines) -> f(ncloc) -> f(generated_ncloc) ->
f(classes) -> f(packages) -> f(functions) -> f(accessors) -> f(paragraphs)
-> f(statements) -> f(public_api) -> f(comment_lines) ->
f(comment_blank_lines) -> f(public_undocumented_api) ->
f(commented_out_code_lines) -> f(complexity) ->
f(class_complexity_distribution) -> f(paragraph_complexity_distribution) ->
f(lines_to_cover) -> f(uncovered_lines) -> f(conditions_to_cover) ->
f(uncovered_conditions) -> f(it_lines_to_cover) -> f(it_uncovered_lines) ->
f(it_conditions_to_cover) -> f(it_uncovered_conditions) -> f(rfc) ->
f(lcom4) -> f(package_cycles) -> f(package_tangles) ->
f(package_feedback_edges) -> f(package_edges_weight) ->
f(new_lines_to_cover) -> f(new_uncovered_lines) ->
f(new_conditions_to_cover) -> f(new_uncovered_conditions) ->
f(new_it_lines_to_cover) -> f(new_it_uncovered_lines) ->
f(new_it_conditions_to_cover) -> f(new_it_uncovered_conditions) ->
***@76e8162b ->
CommentDensityDecorator -> ViolationTrackingDecorator ->
***@70781f2a
->
***@5e463815
->
***@540c1b0d
-> PackageTangleIndexDecorator -> f(class_complexity) ->
f(function_complexity) -> f(file_complexity) -> f(paragraph_complexity) ->
***@40e0096 ->
***@334879ee ->
***@5b3d128f ->
***@3a3d350f ->
***@86689a8 ->
***@3d778e7 ->
ViolationSeverityUpdater -> f(function_complexity_distribution) ->
f(file_complexity_distribution) -> f(rfc_distribution) ->
f(lcom4_distribution) -> ViolationsDecorator ->
***@7c914797 ->
***@26196173 ->
NewViolationsDecorator ->
***@14b9337f ->
***@e1abbbd ->
ViolationsDensityDecorator ->
***@2e37dbea ->
VariationDecorator
[DEBUG] [16:05:08.411] Reload the data measure: coverage_line_hits_data,
id=47373
[DEBUG] [16:05:08.416] Flush 1 data measures from memory:
[DEBUG] [16:05:08.568] Reload the data measure: coverage_line_hits_data,
id=47421
[DEBUG] [16:05:08.568] Flush 1 data measures from memory:
[DEBUG] [16:05:08.712] Reload the data measure: coverage_line_hits_data,
id=47394
[DEBUG] [16:05:08.712] Flush 1 data measures from memory:
[DEBUG] [16:05:08.801] Reload the data measure: coverage_line_hits_data,
id=47362
[DEBUG] [16:05:08.801] Flush 1 data measures from memory:
[DEBUG] [16:05:08.965] Reload the data measure: coverage_line_hits_data,
id=47381
[DEBUG] [16:05:08.965] Flush 1 data measures from memory:
[DEBUG] [16:05:09.214] Reload the data measure: coverage_line_hits_data,
id=47388
[DEBUG] [16:05:09.214] Flush 1 data measures from memory:
[DEBUG] [16:05:09.308] Reload the data measure: coverage_line_hits_data,
id=47337
[DEBUG] [16:05:09.308] Flush 1 data measures from memory:
[DEBUG] [16:05:09.367] Reload the data measure: coverage_line_hits_data,
id=47448
[DEBUG] [16:05:09.367] Flush 1 data measures from memory:
[DEBUG] [16:05:09.613] Reload the data measure: coverage_line_hits_data,
id=47345
[DEBUG] [16:05:09.613] Flush 1 data measures from memory:
[DEBUG] [16:05:09.910] Reload the data measure: coverage_line_hits_data,
id=47377
[DEBUG] [16:05:09.910] Flush 1 data measures from memory:
[DEBUG] [16:05:10.024] Reload the data measure: coverage_line_hits_data,
id=47442
[DEBUG] [16:05:10.025] Flush 1 data measures from memory:
[DEBUG] [16:05:10.137] Reload the data measure: coverage_line_hits_data,
id=47418
[DEBUG] [16:05:10.137] Flush 1 data measures from memory:
[DEBUG] [16:05:10.488] Reload the data measure: coverage_line_hits_data,
id=47454
[DEBUG] [16:05:10.488] Flush 1 data measures from memory:
[DEBUG] [16:05:10.749] Reload the data measure: coverage_line_hits_data,
id=47412
[DEBUG] [16:05:10.749] Flush 1 data measures from memory:
[DEBUG] [16:05:10.796] Reload the data measure: coverage_line_hits_data,
id=47353
[DEBUG] [16:05:10.796] Flush 1 data measures from memory:
[DEBUG] [16:05:10.932] Reload the data measure: coverage_line_hits_data,
id=47400
[DEBUG] [16:05:10.933] Flush 1 data measures from memory:
[DEBUG] [16:05:11.001] Reload the data measure: coverage_line_hits_data,
id=47397
[DEBUG] [16:05:11.001] Flush 1 data measures from memory:
[DEBUG] [16:05:11.125] Reload the data measure: coverage_line_hits_data,
id=47428
[DEBUG] [16:05:11.126] Flush 1 data measures from memory:
[DEBUG] [16:05:11.277] Reload the data measure: coverage_line_hits_data,
id=47434
[DEBUG] [16:05:11.277] Flush 1 data measures from memory:
[DEBUG] [16:05:11.356] Reload the data measure: coverage_line_hits_data,
id=47438
[DEBUG] [16:05:11.356] Flush 1 data measures from memory:
[DEBUG] [16:05:11.598] Reload the data measure: dsm, id=47301
[DEBUG] [16:05:11.598] Flush 1 data measures from memory:
[DEBUG] [16:05:11.648] Decorator time:
ManualMeasureDecorator: 227ms
SumDuplicationsDecorator: 47ms
UnitTestDecorator: 26ms
***@1aa5d24b: 4ms
***@70d88496: 3ms
***@16e8cdbb: 8ms
ManualViolationInjector: 284ms
***@4c4cd88f:
11ms
***@178c8195: 46ms
***@98f6947: 3ms
***@2648b938: 9ms
***@491dbb6b: 2ms
***@3efb934d: 15ms
***@7683c488: 4ms
FileTangleIndexDecorator: 8ms
***@563c591c: 2ms
f(lines): 4ms
f(generated_lines): 3ms
f(ncloc): 5ms
f(generated_ncloc): 2ms
f(classes): 15ms
f(packages): 5ms
f(functions): 3ms
f(accessors): 12ms
f(paragraphs): 1ms
f(statements): 0ms
f(public_api): 2ms
f(comment_lines): 2ms
f(comment_blank_lines): 4ms
f(public_undocumented_api): 1ms
f(commented_out_code_lines): 4ms
f(complexity): 10ms
f(class_complexity_distribution): 4ms
f(paragraph_complexity_distribution): 5ms
f(lines_to_cover): 3ms
f(uncovered_lines): 8ms
f(conditions_to_cover): 7ms
f(uncovered_conditions): 1ms
f(it_lines_to_cover): 3ms
f(it_uncovered_lines): 8ms
f(it_conditions_to_cover): 5ms
f(it_uncovered_conditions): 7ms
f(rfc): 3ms
f(lcom4): 6ms
f(package_cycles): 2ms
f(package_tangles): 7ms
f(package_feedback_edges): 5ms
f(package_edges_weight): 9ms
f(new_lines_to_cover): 4ms
f(new_uncovered_lines): 3ms
f(new_conditions_to_cover): 11ms
f(new_uncovered_conditions): 8ms
f(new_it_lines_to_cover): 9ms
f(new_it_uncovered_lines): 0ms
f(new_it_conditions_to_cover): 4ms
f(new_it_uncovered_conditions): 1ms
***@76e8162b: 42ms
CommentDensityDecorator: 41ms
ViolationTrackingDecorator: 545ms
***@70781f2a:
6ms
***@5e463815:
22ms
***@540c1b0d:
29ms
PackageTangleIndexDecorator: 4ms
f(class_complexity): 8ms
f(function_complexity): 14ms
f(file_complexity): 18ms
f(paragraph_complexity): 3ms
***@40e0096: 12ms
***@334879ee: 26ms
***@5b3d128f: 3ms
***@3a3d350f: 27ms
***@86689a8: 12ms
***@3d778e7: 18ms
ViolationSeverityUpdater: 6ms
f(function_complexity_distribution): 33ms
f(file_complexity_distribution): 18ms
f(rfc_distribution): 4ms
f(lcom4_distribution): 3ms
ViolationsDecorator: 166ms
***@7c914797: 8ms
***@26196173:
572ms
NewViolationsDecorator: 31ms
***@14b9337f: 49ms
***@e1abbbd: 36ms
ViolationsDensityDecorator: 22ms
***@2e37dbea: 217ms
VariationDecorator: 282ms
[DEBUG] [16:05:11.648] 5552 measures to dump
[INFO] [16:05:16.725] ANALYSIS SUCCESSFUL, you can browse
http://localhost:9000
[DEBUG] [16:05:16.726] Post-jobs :
***@76116623 ->
***@7048c063
[INFO] [16:05:16.726] Executing post-job class
org.sonar.plugins.core.batch.IndexProjectPostJob
[INFO] [16:05:16.755] Executing post-job class
org.sonar.plugins.dbcleaner.ProjectPurgePostJob
[INFO] [16:05:16.778] -> Keep one snapshot per day between 2012-08-20 and
2012-09-16
[INFO] [16:05:16.780] -> Keep one snapshot per week between 2011-09-19 and
2012-08-20
[INFO] [16:05:16.781] -> Keep one snapshot per month between 2007-09-24 and
2011-09-19
[INFO] [16:05:16.786] -> Delete data prior to: 2007-09-24
[INFO] [16:05:16.793] -> Clean myclient [id=1]
[INFO] [16:05:16.796] <- Clean snapshot 1181
[DEBUG] [16:05:17.419] To prevent a memory leak, the JDBC Driver
[com.mysql.jdbc.Driver] has been forcibly deregistered
[DEBUG] [16:05:17.431] Delete temporary directory:
/tmp/sonar-batch45417730118825607306800457821069483
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:09.300s
[INFO] Finished at: Mon Sep 17 16:05:17 EDT 2012
[INFO] Final Memory: 16M/56M
[INFO]
------------------------------------------------------------------------
--
View this message in context: http://sonar.15.n6.nabble.com/Getting-A-fatal-error-has-been-detected-by-the-Java-Runtime-Environment-for-Sonar-3-2-Maven-3-0-4-JaS-tp5003159.html
Sent from the Sonar user mailing list archive at Nabble.com.
I'm using Sonar 3.2, Maven 3.0.4 on CentOS
$ uname -a
Linux mydomain.com 3.2.20-1.29.6.amzn1.x86_64 #1 SMP Tue Jun 12 01:19:28
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
with Java 1.6.0_31
$ java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)
When I run Sonar, using the plugin for Jenkins (and even on a command line),
Sonar ultimately dies with a JVM exit -- "A fatal error has been detected by
the Java Runtime Environment". I have no idea how to troubleshoot this
further. I spawn the Surefire plugin with these args: "-Xms512m -Xmx1024m
-XX:MaxPermSize=512m".
Any ideas where it's falling apart? The complete trace (debugging and all)
is below ...
======================================= Begin debugging
=======================================
$ sudo /usr/local/apache-maven/apache-maven-3.0.4/bin/mvn -f
"/var/lib/jenkins/jobs/My Client/workspace/pom.xml" -e -B sonar:sonar
-Dsonar.jdbc.driver=com.mysql.jdbc.Driver
-Dsonar.jdbc.url=jdbc:mysql://localhost:3306/sonar
-Dsonar.host.url=http://localhost:9000
Apache Maven 3.0.4 (r1232337; 2012-01-17 03:44:56-0500)
Maven home: /usr/local/apache-maven/apache-maven-3.0.4
Java version: 1.6.0_31, vendor: Sun Microsystems Inc.
Java home: /usr/java/jdk1.6.0_31/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.20-1.29.6.amzn1.x86_64", arch: "amd64",
family: "unix"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from
/usr/local/apache-maven/apache-maven-3.0.4/conf/settings.xml
[DEBUG] Reading user settings from /root/.m2/settings.xml
[DEBUG] Using local repository at /root/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for
/root/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.parentco.subco:myclient:war:1.0:
(none)
[DEBUG] Looking up lifecyle mappings for packaging war from
ClassRealm[plexus.core, parent: null]
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.parentco.subco:myclient:war:1.0
[WARNING] 'dependencies.dependency.systemPath' for quickbase:quickbase:jar
should not point at files within the project directory,
${project.basedir}/src/main/webapp/WEB-INF/lib/quickbase.jar will be
unresolvable by dependent projects @ line 75, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml
in local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Failure to find org.apache.maven.plugins/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in
local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin
from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-releases has elapsed
or updates are forced
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to
2.0 from repository central (http://repo.maven.apache.org/maven2, releases)
[DEBUG] === REACTOR BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:war:1.0
[DEBUG] Tasks: [sonar:sonar]
[DEBUG] Style: Aggregating
[DEBUG]
=======================================================================
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building myclient 1.0
[INFO]
------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix sonar from [org.apache.maven.plugins,
org.codehaus.mojo]
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml
in local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Failure to find org.apache.maven.plugins/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.apache.maven.plugins/maven-metadata.xml, locally cached metadata
up-to-date.
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in
local (/root/.m2/repository)
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for
org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin prefix sonar to org.codehaus.mojo:sonar-maven-plugin
from repository central
[DEBUG] Resolving plugin version for org.codehaus.mojo:sonar-maven-plugin
[DEBUG] Could not find metadata
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in local
(/root/.m2/repository)
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-releases has elapsed
or updates are forced
[DEBUG] Failure to find
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml in
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
was cached in the local repository, resolution will not be reattempted until
the update interval of repository.jboss.org_thirdparty-uploads has elapsed
or updates are forced
[DEBUG] Skipped remote update check for
org.codehaus.mojo:sonar-maven-plugin/maven-metadata.xml, locally cached
metadata up-to-date.
[DEBUG] Resolved plugin version for org.codehaus.mojo:sonar-maven-plugin to
2.0 from repository central (http://repo.maven.apache.org/maven2, releases)
[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: org.parentco.subco:myclient:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies):
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) :
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal: org.codehaus.mojo:sonar-maven-plugin:2.0:sonar
(default-cli)
[DEBUG] Style: Aggregating
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<localRepository>${localRepository}</localRepository>
<project default-value="${project}"/>
<session default-value="${session}"/>
<sonarHostURL
default-value="http://localhost:9000">${sonar.host.url}</sonarHostURL>
</configuration>
[DEBUG]
=======================================================================
[DEBUG] org.parentco.subco:myclient:war:1.0
[DEBUG] quickbase:quickbase:jar:1.0:system
[DEBUG] log4j:log4j:jar:1.2.15:compile
[DEBUG] javax.mail:mail:jar:1.4:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG]
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG]
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG]
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG]
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] junit:junit:jar:4.8.1:test
[DEBUG] org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] org.mockito:mockito-all:jar:1.9.0:test
[INFO]
[INFO] --- sonar-maven-plugin:2.0:sonar (default-cli) @ myclient ---
[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.sonatype.aether.transfer < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.sonatype.aether.collection < plexus.core
[DEBUG] Imported: org.sonatype.aether.version < 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.sonatype.aether.repository < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG] Imported: org.sonatype.aether.spi < 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.codehaus.plexus.util.xml.pull.XmlSerializer <
plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.graph < plexus.core
[DEBUG] Imported: org.sonatype.aether.* < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.sonatype.aether.impl < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.sonatype.aether.deployment < 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.sonatype.aether.installation < 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.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < 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.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.codehaus.mojo:sonar-maven-plugin:jar:2.0:
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG] org.apache.maven:maven-model:jar:3.0:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.0: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-util:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]
org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4: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.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG] Created new class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Importing foreign packages into class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.codehaus.mojo:sonar-maven-plugin:2.0
[DEBUG] Included: org.codehaus.mojo:sonar-maven-plugin:jar:2.0
[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.5.5
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[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] Excluded: org.apache.maven:maven-plugin-api:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-core:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-settings-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-model-builder:jar:3.0
[DEBUG] Excluded: org.apache.maven:maven-aether-provider:jar:3.0
[DEBUG] Excluded: org.sonatype.aether:aether-impl:jar:1.7
[DEBUG] Excluded: org.sonatype.aether:aether-spi:jar:1.7
[DEBUG] Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2
[DEBUG] Excluded: org.sonatype.aether:aether-api:jar:1.7
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.mojo:sonar-maven-plugin:2.0:sonar from
plugin realm ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0,
parent: sun.misc.Launcher$***@35a16869]
[DEBUG] Configuring mojo 'org.codehaus.mojo:sonar-maven-plugin:2.0:sonar'
with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///root/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (f) session = ***@6bf51e5c
[DEBUG] (f) sonarHostURL = http://localhost:9000
[DEBUG] -- end configuration --
[INFO] Sonar version: 3.2
[DEBUG] org.codehaus.sonar:sonar-maven3-plugin:jar:3.2:
[DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile
[DEBUG] org.apache.maven:maven-project:jar:2.0.7:compile (version
managed from 2.0.8)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7:compile
[DEBUG]
org.apache.maven:maven-repository-metadata:jar:2.0.7:compile
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:compile
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:compile
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG] junit:junit:jar:4.10:compile (version managed from
3.8.1)
[DEBUG] org.hamcrest:hamcrest-core:jar:1.1:compile
[DEBUG] org.codehaus.sonar:sonar-batch:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-core:jar:3.2:compile
[DEBUG] org.mybatis:mybatis:jar:3.1.1:compile
[DEBUG]
org.codehaus.sonar:sonar-update-center-common:jar:1.3:compile
[DEBUG] org.hibernate:hibernate-core:jar:3.3.2.GA:compile
[DEBUG] antlr:antlr:jar:2.7.6:compile
[DEBUG]
commons-collections:commons-collections:jar:3.2.1:compile (version managed
from 3.1)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG] org.hibernate:hibernate-annotations:jar:3.4.0.GA:compile
[DEBUG] org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile
[DEBUG]
org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.4.0.GA:compile
[DEBUG] javassist:javassist:jar:3.4.GA:compile
[DEBUG] geronimo-spec:geronimo-spec-jta:jar:1.0-M1:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:3.3.2.GA:compile
[DEBUG] net.sf.ehcache:ehcache:jar:1.2.3:compile
[DEBUG] commons-dbcp:commons-dbcp:jar:1.3:compile
[DEBUG] commons-pool:commons-pool:jar:1.5.4:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.6.2:compile
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.6.2:compile
[DEBUG] org.codehaus.sonar:sonar-deprecated:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-java-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-plugin-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-check-api:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-colorizer:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-channel:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-duplications:jar:3.2:compile
[DEBUG] org.codehaus.sonar:sonar-graph:jar:3.2:compile
[DEBUG] com.google.guava:guava:jar:10.0.1:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG] commons-digester:commons-digester:jar:1.8:compile
[DEBUG] commons-beanutils:commons-beanutils:jar:1.8.3:compile
(version managed from 1.7.0)
[DEBUG] commons-codec:commons-codec:jar:1.4:compile
[DEBUG] jfree:jfreechart:jar:1.0.9:compile
[DEBUG] jfree:jcommon:jar:1.0.12:compile
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[DEBUG] xpp3:xpp3:jar:1.1.3.3:compile
[DEBUG] org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4:compile
[DEBUG] stax:stax-api:jar:1.0.1:compile
[DEBUG] org.codehaus.woodstox:stax2-api:jar:3.0.1:compile
[DEBUG] org.codehaus.staxmate:staxmate:jar:2.0.0:compile
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile
[DEBUG] xalan:xalan:jar:2.7.1:compile
[DEBUG] xalan:serializer:jar:2.7.1:compile
[DEBUG] org.codehaus.sonar:sonar-squid:jar:3.2:compile
[DEBUG] commons-io:commons-io:jar:2.0.1:compile
[DEBUG] org.picocontainer:picocontainer:jar:2.14.1:compile
[DEBUG] commons-lang:commons-lang:jar:2.6:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.2:compile
[DEBUG] ch.qos.logback:logback-classic:jar:0.9.30:compile
[DEBUG] ch.qos.logback:logback-core:jar:0.9.30:compile
[DEBUG] Created new class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Importing foreign packages into class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-maven3-plugin:jar:3.2
[DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] Included: junit:junit:jar:4.10
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.1
[DEBUG] Included: org.codehaus.sonar:sonar-batch:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-core:jar:3.2
[DEBUG] Included: org.mybatis:mybatis:jar:3.1.1
[DEBUG] Included: org.codehaus.sonar:sonar-update-center-common:jar:1.3
[DEBUG] Included: org.hibernate:hibernate-core:jar:3.3.2.GA
[DEBUG] Included: antlr:antlr:jar:2.7.6
[DEBUG] Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG] Included: dom4j:dom4j:jar:1.6.1
[DEBUG] Included: org.hibernate:hibernate-annotations:jar:3.4.0.GA
[DEBUG] Included: org.hibernate:ejb3-persistence:jar:1.0.2.GA
[DEBUG] Included: org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA
[DEBUG] Included: org.hibernate:hibernate-entitymanager:jar:3.4.0.GA
[DEBUG] Included: javassist:javassist:jar:3.4.GA
[DEBUG] Included: geronimo-spec:geronimo-spec-jta:jar:1.0-M1
[DEBUG] Included: org.hibernate:hibernate-ehcache:jar:3.3.2.GA
[DEBUG] Included: net.sf.ehcache:ehcache:jar:1.2.3
[DEBUG] Included: commons-dbcp:commons-dbcp:jar:1.3
[DEBUG] Included: commons-pool:commons-pool:jar:1.5.4
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.6.2
[DEBUG] Included: org.slf4j:log4j-over-slf4j:jar:1.6.2
[DEBUG] Included: org.codehaus.sonar:sonar-deprecated:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-java-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-plugin-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-check-api:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-colorizer:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-channel:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-duplications:jar:3.2
[DEBUG] Included: org.codehaus.sonar:sonar-graph:jar:3.2
[DEBUG] Included: com.google.guava:guava:jar:10.0.1
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:1.3.9
[DEBUG] Included: commons-configuration:commons-configuration:jar:1.6
[DEBUG] Included: commons-digester:commons-digester:jar:1.8
[DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.8.3
[DEBUG] Included: commons-codec:commons-codec:jar:1.4
[DEBUG] Included: jfree:jfreechart:jar:1.0.9
[DEBUG] Included: jfree:jcommon:jar:1.0.12
[DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.3.1
[DEBUG] Included: xpp3:xpp3:jar:1.1.3.3
[DEBUG] Included: org.codehaus.woodstox:woodstox-core-lgpl:jar:4.0.4
[DEBUG] Included: stax:stax-api:jar:1.0.1
[DEBUG] Included: org.codehaus.woodstox:stax2-api:jar:3.0.1
[DEBUG] Included: org.codehaus.staxmate:staxmate:jar:2.0.0
[DEBUG] Included: xerces:xercesImpl:jar:2.8.1
[DEBUG] Included: xml-apis:xml-apis:jar:1.3.03
[DEBUG] Included: xalan:xalan:jar:2.7.1
[DEBUG] Included: xalan:serializer:jar:2.7.1
[DEBUG] Included: org.codehaus.sonar:sonar-squid:jar:3.2
[DEBUG] Included: commons-io:commons-io:jar:2.0.1
[DEBUG] Included: org.picocontainer:picocontainer:jar:2.14.1
[DEBUG] Included: commons-lang:commons-lang:jar:2.6
[DEBUG] Included: org.slf4j:slf4j-api:jar:1.6.2
[DEBUG] Included: ch.qos.logback:logback-classic:jar:0.9.30
[DEBUG] Included: ch.qos.logback:logback-core:jar:0.9.30
[DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.2.3
[DEBUG] Configuring mojo org.codehaus.sonar:sonar-maven3-plugin:3.2:sonar
from plugin realm
ClassRealm[plugin>org.codehaus.sonar:sonar-maven3-plugin:3.2, parent:
ClassRealm[plugin>org.codehaus.mojo:sonar-maven-plugin:2.0, parent:
sun.misc.Launcher$***@35a16869]]
[DEBUG] Configuring mojo 'org.codehaus.sonar:sonar-maven3-plugin:3.2:sonar'
with basic configurator -->
[DEBUG] (f) localRepository = id: local
url: file:///root/.m2/repository/
layout: none
[DEBUG] (f) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (f) session = ***@6bf51e5c
[DEBUG] -- end configuration --
[DEBUG] [16:04:16.969] Temporary directory:
/tmp/sonar-batch45417730118825607306800457821069483
[DEBUG] [16:04:16.973] Downloading JDBC driver to
/tmp/sonar-batch45417730118825607306800457821069483/jdbc-driver.jar
[DEBUG] [16:04:16.979] Download:
http://localhost:9000/deploy/jdbc-driver.jar (no proxy)
[DEBUG] [16:04:17.061] Downloading index of plugins
[DEBUG] [16:04:17.063] Download:
http://localhost:9000/deploy/plugins/index.txt (no proxy)
[DEBUG] [16:04:17.078] Downloading plugin findbugs into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/findbugs
[DEBUG] [16:04:17.078] Download:
http://localhost:9000/deploy/plugins/findbugs/sonar-findbugs-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.200] Excluded plugin: findbugs
[DEBUG] [16:04:17.200] Downloading plugin jacoco into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/jacoco
[DEBUG] [16:04:17.201] Download:
http://localhost:9000/deploy/plugins/jacoco/sonar-jacoco-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.213] Excluded plugin: jacoco
[DEBUG] [16:04:17.214] Downloading plugin l10nen into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/l10nen
[DEBUG] [16:04:17.214] Download:
http://localhost:9000/deploy/plugins/l10nen/sonar-l10n-en-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.222] Excluded plugin: l10nen
[DEBUG] [16:04:17.222] Downloading plugin surefire into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/surefire
[DEBUG] [16:04:17.222] Download:
http://localhost:9000/deploy/plugins/surefire/sonar-surefire-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.224] Excluded plugin: surefire
[DEBUG] [16:04:17.225] Downloading plugin cpd into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/cpd
[DEBUG] [16:04:17.225] Download:
http://localhost:9000/deploy/plugins/cpd/sonar-cpd-plugin-3.2.jar (no proxy)
[DEBUG] [16:04:17.227] Excluded plugin: cpd
[DEBUG] [16:04:17.227] Downloading plugin checkstyle into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/checkstyle
[DEBUG] [16:04:17.227] Download:
http://localhost:9000/deploy/plugins/checkstyle/sonar-checkstyle-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.242] Download:
http://localhost:9000/deploy/plugins/checkstyle/README.txt (no proxy)
[DEBUG] [16:04:17.258] Excluded plugin: checkstyle
[DEBUG] [16:04:17.258] Downloading plugin pmd into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/pmd
[DEBUG] [16:04:17.258] Download:
http://localhost:9000/deploy/plugins/pmd/sonar-pmd-plugin-3.2.jar (no proxy)
[DEBUG] [16:04:17.269] Download:
http://localhost:9000/deploy/plugins/pmd/README.txt (no proxy)
[DEBUG] [16:04:17.290] Excluded plugin: pmd
[DEBUG] [16:04:17.290] Downloading plugin core into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/core
[DEBUG] [16:04:17.290] Download:
http://localhost:9000/deploy/plugins/core/sonar-core-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.295] Excluded plugin: core
[DEBUG] [16:04:17.295] Downloading plugin java into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/java
[DEBUG] [16:04:17.295] Download:
http://localhost:9000/deploy/plugins/java/sonar-java-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.298] Excluded plugin: java
[DEBUG] [16:04:17.298] Downloading plugin dbcleaner into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/dbcleaner
[DEBUG] [16:04:17.298] Download:
http://localhost:9000/deploy/plugins/dbcleaner/sonar-dbcleaner-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.300] Excluded plugin: dbcleaner
[DEBUG] [16:04:17.300] Downloading plugin cobertura into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/cobertura
[DEBUG] [16:04:17.300] Download:
http://localhost:9000/deploy/plugins/cobertura/sonar-cobertura-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.302] Excluded plugin: cobertura
[DEBUG] [16:04:17.302] Downloading plugin squidjava into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/squidjava
[DEBUG] [16:04:17.302] Download:
http://localhost:9000/deploy/plugins/squidjava/sonar-squid-java-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.329] Excluded plugin: squidjava
[DEBUG] [16:04:17.330] Downloading plugin emailnotifications into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/emailnotifications
[DEBUG] [16:04:17.330] Download:
http://localhost:9000/deploy/plugins/emailnotifications/sonar-email-notifications-plugin-3.2.jar
(no proxy)
[DEBUG] [16:04:17.342] Excluded plugin: emailnotifications
[DEBUG] [16:04:17.342] Downloading plugin design into
/tmp/sonar-batch45417730118825607306800457821069483/plugins/design
[DEBUG] [16:04:17.342] Download:
http://localhost:9000/deploy/plugins/design/sonar-design-plugin-3.2.jar (no
proxy)
[DEBUG] [16:04:17.350] Excluded plugin: design
[DEBUG] [16:04:17.613] Loaded 2277 properties from English bundles
[INFO] [16:04:17.623] Create JDBC datasource to url
jdbc:mysql://localhost:3306/sonar
[INFO] [16:04:19.605] Initializing Hibernate
[DEBUG] [16:04:19.608] hibernate.generate_statistics: false
[DEBUG] [16:04:19.608] hibernate.dialect:
org.sonar.core.persistence.dialect.MySql$MySqlWithDecimalDialect
[DEBUG] [16:04:19.614] hibernate.connection.provider_class:
org.sonar.jpa.session.CustomHibernateConnectionProvider
[DEBUG] [16:04:19.615] hibernate.hbm2ddl.auto: validate
[INFO] [16:04:23.534] ------------- Analyzing myclient
[INFO] [16:04:24.471] Selected quality profile : [name=Sonar
way,language=java]
[INFO] [16:04:24.733] Configure maven plugins...
[INFO] [16:04:24.913] Compare to previous analysis (2012-09-17)
[INFO] [16:04:25.002] Compare over 5 days (2012-09-12, analysis of
2012-09-14 11:35:22.0)
[INFO] [16:04:25.032] Compare over 30 days (2012-08-18, analysis of
2012-09-14 11:35:22.0)
[DEBUG] [16:04:25.163] Configure
***@5ce0f945...
[INFO] [16:04:25.170] Deleting /var/lib/jenkins/jobs/My
Client/workspace/target/jacoco.exec
[INFO] [16:04:25.347] JaCoCo agent (version 0.5.8.201207111220) extracted:
/tmp/jacocoagent432249159664775554.jar
[INFO] [16:04:25.348] JVM options:
-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*
[DEBUG] [16:04:25.395] Initializers : FindbugsMavenInitializer ->
JacocoMavenInitializer -> ProjectFileSystemLogger -> MavenInitializer
[INFO] [16:04:25.395] Initializer FindbugsMavenInitializer...
[INFO] [16:04:25.400] Initializer FindbugsMavenInitializer done: 5 ms
[INFO] [16:04:25.400] Execute maven plugin maven-surefire-plugin...
[INFO] [16:04:25.401] Execute
org.apache.maven.plugins:maven-surefire-plugin:2.10:test...
[DEBUG] === REACTOR BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:war:1.0
[DEBUG] Tasks: [org.apache.maven.plugins:maven-surefire-plugin:2.10:test]
[DEBUG] Style: Regular
[DEBUG]
=======================================================================
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building myclient 1.0
[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] === PROJECT BUILD PLAN
================================================
[DEBUG] Project: org.parentco.subco:myclient:1.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies):
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins) :
[repository.jboss.org_thirdparty-releases
(https://repository.jboss.org/nexus/content/repositories/thirdparty-releases,
releases), repository.jboss.org_thirdparty-uploads
(https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads,
releases), central (http://repo.maven.apache.org/maven2, releases)]
[DEBUG]
-----------------------------------------------------------------------
[DEBUG] Goal:
org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<argLine>-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*</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>
<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>${localRepository}</localRepository>
<objectFactory>${objectFactory}</objectFactory>
<parallel>${parallel}</parallel>
<parallelMavenExecution default-value="${session.parallel}"/>
<perCoreThreadCount
default-value="true">${perCoreThreadCount}</perCoreThreadCount>
<pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
<printSummary default-value="true">${surefire.printSummary}</printSummary>
<project default-value="${project}"/>
<projectArtifactMap>${project.artifactMap}</projectArtifactMap>
<redirectTestOutputToFile
default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
<remoteRepositories>${project.pluginArtifactRepositories}</remoteRepositories>
<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"/>
<session>${session}</session>
<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">true</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>
</configuration>
[DEBUG]
=======================================================================
[DEBUG] org.parentco.subco:myclient:war:1.0
[DEBUG] quickbase:quickbase:jar:1.0:system
[DEBUG] log4j:log4j:jar:1.2.15:compile
[DEBUG] javax.mail:mail:jar:1.4:compile
[DEBUG] javax.activation:activation:jar:1.1:compile
[DEBUG] org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG]
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] antlr:antlr:jar:2.7.7:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:compile
[DEBUG]
org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG]
org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] commons-lang:commons-lang:jar:2.3:compile
[DEBUG] org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG]
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] junit:junit:jar:4.8.1:test
[DEBUG] org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] org.mockito:mockito-all:jar:1.9.0:test
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-cli) @ myclient ---
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.10:
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.10:compile
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:compile
[DEBUG] org.apache.maven.surefire:maven-surefire-common:jar:2.10:compile
[DEBUG]
org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.1: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 (scope managed from compile)
[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] Created new class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Importing foreign packages into class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm
plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10
[DEBUG] Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:surefire-booter:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:surefire-api:jar:2.10
[DEBUG] Included: org.apache.maven.surefire:maven-surefire-common:jar:2.10
[DEBUG] Included:
org.apache.maven.shared:maven-common-artifact-filters:jar:1.3
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:2.1
[DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.9
[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-project:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-settings: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-artifact-manager:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9
[DEBUG] Excluded:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] Excluded: junit:junit:jar:3.8.1
[DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9
[DEBUG] Excluded:
org.apache.maven:maven-plugin-parameter-documenter: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-plugin-descriptor:jar:2.0.9
[DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9
[DEBUG] Excluded: classworlds:classworlds:jar:1.1
[DEBUG] Excluded: org.apache.maven:maven-toolchain:jar:2.0.9
[DEBUG] Configuring mojo
org.apache.maven.plugins:maven-surefire-plugin:2.10:test from plugin realm
ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.10,
parent: sun.misc.Launcher$***@35a16869]
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-surefire-plugin:2.10:test' with basic
configurator -->
[DEBUG] (s) argLine =
-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*
[DEBUG] (s) basedir = /var/lib/jenkins/jobs/My Client/workspace
[DEBUG] (s) childDelegation = false
[DEBUG] (s) classesDirectory = /var/lib/jenkins/jobs/My
Client/workspace/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:///root/.m2/repository/
layout: none
[DEBUG] (f) parallelMavenExecution = false
[DEBUG] (s) perCoreThreadCount = true
[DEBUG] (s) pluginArtifactMap =
{org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.10:,
org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.10:compile,
org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.10:compile,
org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.10:compile,
org.apache.maven.shared:maven-common-artifact-filters=org.apache.maven.shared:maven-common-artifact-filters:jar:1.3:compile,
org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:2.1:compile,
org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:2.0.9:compile}
[DEBUG] (s) printSummary = true
[DEBUG] (s) project = MavenProject: org.parentco.subco:myclient:1.0 @
/var/lib/jenkins/jobs/My Client/workspace/pom.xml
[DEBUG] (s) projectArtifactMap =
{quickbase:quickbase=quickbase:quickbase:jar:1.0:system,
log4j:log4j=log4j:log4j:jar:1.2.15:compile,
javax.mail:mail=javax.mail:mail:jar:1.4:compile,
javax.activation:activation=javax.activation:activation:jar:1.1:compile,
org.hibernate:hibernate-validator=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile,
org.jboss.logging:jboss-logging=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile,
org.hibernate:hibernate-entitymanager=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile,
org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile,
org.hibernate:hibernate-core=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile,
antlr:antlr=antlr:antlr:jar:2.7.7:compile,
dom4j:dom4j=dom4j:dom4j:jar:1.6.1:compile,
org.hibernate.javax.persistence:hibernate-jpa-2.0-api=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile,
org.javassist:javassist=org.javassist:javassist:jar:3.15.0-GA:compile,
org.hibernate.common:hibernate-commons-annotations=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile,
org.hibernate:hibernate-ehcache=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile,
net.sf.ehcache:ehcache-core=net.sf.ehcache:ehcache-core:jar:2.4.3:compile,
javax.validation:validation-api=javax.validation:validation-api:jar:1.0.0.GA:compile,
org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.6.4:compile,
mysql:mysql-connector-java=mysql:mysql-connector-java:jar:5.1.15:compile,
net.sf.opencsv:opencsv=net.sf.opencsv:opencsv:jar:2.3:compile,
commons-lang:commons-lang=commons-lang:commons-lang:jar:2.3:compile,
org.quartz-scheduler:quartz=org.quartz-scheduler:quartz:jar:2.1.5:compile,
c3p0:c3p0=c3p0:c3p0:jar:0.9.1.1:compile,
org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided,
org.apache.geronimo.specs:geronimo-ejb_3.0_spec=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile,
junit:junit=junit:junit:jar:4.8.1:test,
org.hsqldb:hsqldb=org.hsqldb:hsqldb:jar:2.0.0:test,
org.mockito:mockito-all=org.mockito:mockito-all:jar:1.9.0:test}
[DEBUG] (s) redirectTestOutputToFile = false
[DEBUG] (s) remoteRepositories = [ id:
repository.jboss.org_thirdparty-releases
url:
https://repository.jboss.org/nexus/content/repositories/thirdparty-releases
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
, id: repository.jboss.org_thirdparty-uploads
url:
https://repository.jboss.org/nexus/content/repositories/thirdparty-uploads
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => daily]
, id: central
url: http://repo.maven.apache.org/maven2
layout: default
snapshots: [enabled => false, update => daily]
releases: [enabled => true, update => never]
]
[DEBUG] (s) reportFormat = brief
[DEBUG] (s) reportsDirectory = /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[DEBUG] (s) runOrder = filesystem
[DEBUG] (s) session = ***@6d97950e
[DEBUG] (s) skip = false
[DEBUG] (s) skipTests = false
[DEBUG] (s) testClassesDirectory = /var/lib/jenkins/jobs/My
Client/workspace/target/test-classes
[DEBUG] (s) testFailureIgnore = true
[DEBUG] (s) testNGArtifactName = org.testng:testng
[DEBUG] (s) testSourceDirectory = /var/lib/jenkins/jobs/My
Client/workspace/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 = /var/lib/jenkins/jobs/My Client/workspace
[DEBUG] -- end configuration --
[INFO] Surefire report directory: /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.10:compile
(selected for compile)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:compile
(selected for compile)
[DEBUG] Adding to surefire booter test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-booter/2.10/surefire-booter-2.10.jar
Scope: compile
[DEBUG] Adding to surefire booter test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
Scope: compile
[DEBUG] Setting system property
[sonar.jdbc.url]=[jdbc:mysql://localhost:3306/sonar]
[DEBUG] Setting system property [sonar.jdbc.driver]=[com.mysql.jdbc.Driver]
[DEBUG] Setting system property [user.dir]=[/var/lib/jenkins/jobs/My
Client/workspace]
[DEBUG] Setting system property [localRepository]=[/root/.m2/repository]
[DEBUG] Setting system property [sonar.host.url]=[http://localhost:9000]
[DEBUG] Setting system property [basedir]=[/var/lib/jenkins/jobs/My
Client/workspace]
[DEBUG] Using JVM: /usr/java/jdk1.6.0_31/jre/bin/java
[DEBUG] dummy:dummy:jar:1.0 (selected for null)
[DEBUG] org.apache.maven.surefire:surefire-junit4:jar:2.10:test (selected
for test)
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.10:test (selected
for test)
[DEBUG] Adding to surefire test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar
Scope: test
[DEBUG] Adding to surefire test classpath:
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
Scope: test
[DEBUG] test classpath classpath:
[DEBUG] /var/lib/jenkins/jobs/My Client/workspace/target/test-classes
[DEBUG] /var/lib/jenkins/jobs/My Client/workspace/target/classes
[DEBUG] /var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar
[DEBUG] /root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
[DEBUG] /root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar
[DEBUG]
/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[DEBUG]
/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar
[DEBUG]
/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar
[DEBUG] /root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[DEBUG] /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG]
/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
[DEBUG]
/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar
[DEBUG]
/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar
[DEBUG]
/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar
[DEBUG]
/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar
[DEBUG]
/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[DEBUG]
/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar
[DEBUG] /root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
[DEBUG]
/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[DEBUG]
/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar
[DEBUG] /root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar
[DEBUG]
/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar
[DEBUG]
/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar
[DEBUG] /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
[DEBUG] /root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar
[DEBUG]
/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar
[DEBUG] provider classpath classpath:
[DEBUG]
/root/.m2/repository/org/apache/maven/surefire/surefire-junit4/2.10/surefire-junit4-2.10.jar
[DEBUG]
/root/.m2/repository/org/apache/maven/surefire/surefire-api/2.10/surefire-api-2.10.jar
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Forking command line: /bin/sh -c cd "/var/lib/jenkins/jobs/My
Client/workspace" && /usr/java/jdk1.6.0_31/jre/bin/java
'-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*'
-jar '/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp'
Running org.parentco.subco.dido.ProcessOrdersWorkerTest
0 [main] DEBUG org.jboss.logging - Logging Provider:
org.jboss.logging.Log4jLoggerProvider
171 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration boolean -> ***@789934d4
172 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration boolean -> ***@789934d4
172 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Boolean -> ***@789934d4
179 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration numeric_boolean ->
***@48082d37
190 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration true_false -> ***@426295eb
197 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration yes_no -> ***@5ff3ce5c
213 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte -> ***@250d593e
214 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte -> ***@250d593e
215 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Byte -> ***@250d593e
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration character -> ***@6a340101
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration char -> ***@6a340101
235 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Character ->
***@6a340101
249 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration short -> ***@48e61a35
255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration short -> ***@48e61a35
255 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Short -> ***@48e61a35
264 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration integer -> ***@37a001ff
265 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration int -> ***@37a001ff
268 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Integer -> ***@37a001ff
283 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration long -> ***@69267649
283 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration long -> ***@69267649
285 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Long -> ***@69267649
299 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration float -> ***@24148662
302 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration float -> ***@24148662
302 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Float -> ***@24148662
313 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration double -> ***@2980f96c
318 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration double -> ***@2980f96c
321 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Double -> ***@2980f96c
338 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration big_decimal -> ***@786c730
338 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.math.BigDecimal ->
***@786c730
348 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration big_integer -> ***@5812f9ee
351 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.math.BigInteger ->
***@5812f9ee
361 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration string -> ***@13b06041
362 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.String -> ***@13b06041
371 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration url -> ***@6e84cc09
372 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.net.URL -> ***@6e84cc09
388 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration date -> ***@49e808ca
394 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Date -> ***@49e808ca
409 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration time -> ***@6426d607
412 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Time -> ***@6426d607
426 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration timestamp -> ***@276a38b5
431 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Timestamp -> ***@276a38b5
431 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Date -> ***@276a38b5
433 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration dbtimestamp -> ***@2eb1074a
444 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration calendar -> ***@761eec35
449 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Calendar -> ***@761eec35
452 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.GregorianCalendar ->
***@761eec35
459 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration calendar_date -> ***@877ef83
467 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration locale -> ***@1fa12495
470 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Locale -> ***@1fa12495
479 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration currency -> ***@6c01bde4
480 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.Currency -> ***@6c01bde4
489 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration timezone -> ***@68ed662d
495 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.TimeZone -> ***@68ed662d
498 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration class -> ***@371bed71
502 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Class -> ***@371bed71
515 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration uuid-binary -> ***@2a8ceeea
517 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.util.UUID -> ***@2a8ceeea
521 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration uuid-char -> ***@5a02c35e
526 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration pg-uuid -> ***@3c50507
541 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration binary -> ***@3cc262
544 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration byte[] -> ***@3cc262
544 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [B -> ***@3cc262
555 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration wrapper-binary -> ***@3a56860b
560 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration Byte[] -> ***@3a56860b
560 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [Ljava.lang.Byte; ->
***@3a56860b
563 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration image -> ***@33589e56
578 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration characters -> ***@26c623af
579 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration char[] -> ***@26c623af
579 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [C -> ***@26c623af
595 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration wrapper-characters ->
***@3d5311bd
596 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration [Ljava.lang.Character; ->
***@3d5311bd
596 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration Character[] -> ***@3d5311bd
608 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration text -> ***@7c65216
675 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration blob -> ***@208a0544
678 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Blob -> ***@208a0544
681 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration materialized_blob ->
***@12401369
719 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration clob -> ***@1629ce8c
722 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.sql.Clob -> ***@1629ce8c
723 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration materialized_clob ->
***@42197bb7
736 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration serializable -> ***@687bc899
772 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration object -> ***@579d75ee
778 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration java.lang.Object -> ***@579d75ee
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_date -> ***@286e4365
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_time -> ***@5f0ab09f
780 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_timestamp ->
***@36d1c778
781 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_dbtimestamp ->
***@67eb366
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_calendar ->
***@6833f0de
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_calendar_date ->
***@2a0ab444
783 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_binary -> ***@24c0f1ec
786 [main] DEBUG org.hibernate.type.BasicTypeRegistry - Adding type
registration imm_serializable ->
***@774acfcd
1023 [main] INFO org.hibernate.annotations.common.Version - HCANN000001:
Hibernate Commons Annotations {4.0.1.Final}
1075 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core
{4.1.5.SP1}
1090 [main] INFO org.hibernate.cfg.Environment - HHH000206:
hibernate.properties not found
1103 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode
provider name : javassist
1293 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid2] ->
[org.hibernate.id.UUIDGenerator]
1295 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [guid] ->
[org.hibernate.id.GUIDGenerator]
1299 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid] ->
[org.hibernate.id.UUIDHexGenerator]
1304 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [uuid.hex] ->
[org.hibernate.id.UUIDHexGenerator]
1315 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [hilo] ->
[org.hibernate.id.TableHiLoGenerator]
1316 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [assigned] ->
[org.hibernate.id.Assigned]
1325 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [identity] ->
[org.hibernate.id.IdentityGenerator]
1329 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [select] ->
[org.hibernate.id.SelectGenerator]
1339 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [sequence] ->
[org.hibernate.id.SequenceGenerator]
1343 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [seqhilo] ->
[org.hibernate.id.SequenceHiLoGenerator]
1348 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [increment] ->
[org.hibernate.id.IncrementGenerator]
1352 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [foreign] ->
[org.hibernate.id.ForeignGenerator]
1354 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [sequence-identity] ->
[org.hibernate.id.SequenceIdentityGenerator]
1363 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [enhanced-sequence] ->
[org.hibernate.id.enhanced.SequenceStyleGenerator]
1377 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Registering IdentifierGenerator strategy [enhanced-table] ->
[org.hibernate.id.enhanced.TableGenerator]
1496 [main] DEBUG org.hibernate.integrator.internal.IntegratorServiceImpl -
Adding Integrator
[org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
1692 [main] DEBUG org.hibernate.cfg.Configuration - Preparing to build
session factory with filters : {}
2133 [main] DEBUG org.hibernate.cfg.Configuration - Processing hbm.xml
files
2138 [main] DEBUG org.hibernate.cfg.Configuration - Process annotated
classes
2167 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Organization
2371 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
2419 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Organization
2441 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Organization on table ic_organization
2701 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=ORGANIZATION_ID, insertable=true, updatable=true,
unique=false}
2741 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property organizationId with lazy=false
2766 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for organizationId
2777 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property organizationId
2824 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=DESCRIPTION, insertable=true, updatable=true, unique=false}
2827 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property description with lazy=false
2830 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for description
2830 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property description
2831 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
2832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
2832 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
2832 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
2833 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=ORGANIZATION_TYPE, insertable=true, updatable=true,
unique=false}
2837 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property organizationType with lazy=false
2838 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for organizationType
2838 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property organizationType
2839 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=PARENT_ORGANIZATION_ID, insertable=true, updatable=true,
unique=false}
2842 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property parentOrganizationId with lazy=false
2842 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for parentOrganizationId
2843 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property parentOrganizationId
2848 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='STATE_ID', referencedColumn='',
mappedBy=''}
2851 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=state, insertable=true, updatable=true, unique=false}
2866 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Adding
secondary table to entity com.parentco.fdr.myproject.model.Organization ->
cb_organization
2892 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property state
2898 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_organization),
mappingColumn=URL, insertable=true, updatable=true, unique=false}
2899 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property url with lazy=false
2903 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for url
2903 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property url
2912 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.State
2918 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
2919 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
2938 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name State
2941 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.State on table cb_state
2995 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3002 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3004 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3004 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3007 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state),
mappingColumn=ABBREV, insertable=true, updatable=true, unique=false}
3010 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property abbrev with lazy=false
3011 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for abbrev
3013 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property abbrev
3014 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='COUNTRY_ID', referencedColumn='',
mappedBy=''}
3014 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state),
mappingColumn=country, insertable=true, updatable=true, unique=false}
3017 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property country
3018 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_state), mappingColumn=NAME,
insertable=true, updatable=true, unique=false}
3022 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3022 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3023 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3024 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Country
3025 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3026 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Country
3030 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Country on table cb_country
3049 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3056 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3057 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3057 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3058 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country),
mappingColumn=ABBREV, insertable=true, updatable=true, unique=false}
3058 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property abbrev with lazy=false
3059 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for abbrev
3061 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property abbrev
3061 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_country),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
3062 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3065 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3065 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3068 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Product
3069 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3069 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3069 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Product
3070 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Product on table ic_product
3079 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=PRODUCT_ID, insertable=true, updatable=true, unique=false}
3080 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property productId with lazy=false
3080 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for productId
3080 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property productId
3081 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=COMMUNITY_ID, insertable=true, updatable=true, unique=false}
3084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property communityId with lazy=false
3084 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for communityId
3084 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property communityId
3085 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(ic_product),
mappingColumn=NAME, insertable=true, updatable=true, unique=false}
3091 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3091 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3092 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3092 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.Contract
3094 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3100 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3100 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name Contract
3101 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.Contract on table cb_contract
3112 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract), mappingColumn=ID,
insertable=true, updatable=true, unique=false}
3115 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3118 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3118 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3119 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3120 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3121 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3121 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3122 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3128 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3128 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3129 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3129 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=OPPORTUNITY_ID, insertable=true, updatable=true, unique=false}
3130 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property opportunityId with lazy=false
3130 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for opportunityId
3131 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property opportunityId
3131 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3134 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3134 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3137 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='PRODUCT_ID', referencedColumn='',
mappedBy=''}
3138 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_contract),
mappingColumn=product, insertable=true, updatable=true, unique=false}
3138 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property product
3141 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.UserRole
3142 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3143 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3144 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name UserRole
3144 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.UserRole on table lyc_user_role
3146 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(lyc_user_role),
mappingColumn=USER_ROLE_ID, insertable=true, updatable=true, unique=false}
3151 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property roleId with lazy=false
3152 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for roleId
3152 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property roleId
3158 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(lyc_user_role),
mappingColumn=ROLE_NAME, insertable=true, updatable=true, unique=false}
3159 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property name with lazy=false
3159 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for name
3160 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property name
3160 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.AccessCode
3160 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3161 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3161 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name AccessCode
3162 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.AccessCode on table cb_access_codes
3174 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ID, insertable=true, updatable=true, unique=false}
3180 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3181 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3181 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3182 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ACCESS_CODE, insertable=true, updatable=true, unique=false}
3184 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property accessCode with lazy=false
3184 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for accessCode
3184 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property accessCode
3185 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3191 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3191 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3192 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3192 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3193 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3193 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3194 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3194 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=MAX_USES, insertable=true, updatable=true, unique=false}
3197 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property maxUses with lazy=false
3200 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for maxUses
3200 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property maxUses
3201 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3201 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3202 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3203 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='USER_ROLE_ID', referencedColumn='',
mappedBy=''}
3204 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_access_codes),
mappingColumn=userRole, insertable=true, updatable=true, unique=false}
3207 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property userRole
3210 [main] DEBUG org.hibernate.cfg.AnnotationBinder - Binding entity from
annotated class: com.parentco.fdr.myproject.model.TrainingLink
3211 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3DiscriminatorColumn{logicalColumnName'DTYPE',
discriminatorTypeName='string'}
3211 [main] DEBUG org.hibernate.cfg.AnnotationBinder - No value specified
for 'javax.persistence.sharedCache.mode'; using UNSPECIFIED
3211 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Import with
entity name TrainingLink
3226 [main] DEBUG org.hibernate.cfg.annotations.EntityBinder - Bind entity
com.parentco.fdr.myproject.model.TrainingLink on table cb_training_link
3231 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ID, insertable=true, updatable=true, unique=false}
3233 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property id with lazy=false
3234 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for id
3234 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property id
3235 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ACTIVATION_DATE, insertable=true, updatable=true,
unique=false}
3238 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property activationDate with lazy=false
3241 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for activationDate
3241 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property activationDate
3242 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=EXPIRATION_DATE, insertable=true, updatable=true,
unique=false}
3242 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property expirationDate with lazy=false
3243 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for expirationDate
3243 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property expirationDate
3246 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=LINK, insertable=true, updatable=true, unique=false}
3247 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property link with lazy=false
3250 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for link
3250 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property link
3251 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=ORDER_ID, insertable=true, updatable=true, unique=false}
3252 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder -
MetadataSourceProcessor property orderId with lazy=false
3253 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder -
building SimpleValue for orderId
3254 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property orderId
3254 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='',
mappedBy=''}
3255 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3Column{table=org.hibernate.mapping.Table(cb_training_link),
mappingColumn=org, insertable=true, updatable=true, unique=false}
3255 [main] DEBUG org.hibernate.cfg.annotations.PropertyBinder - Building
property org
3262 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for organizationId
3263 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for description
3263 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3264 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for organizationType
3266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for parentOrganizationId
3266 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for url
3267 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for abbrev
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3269 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for abbrev
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3270 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for productId
3273 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for communityId
3273 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3274 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3275 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3275 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for opportunityId
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for roleId
3276 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for name
3277 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3283 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for accessCode
3283 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3284 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3284 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for maxUses
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for id
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for activationDate
3285 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for expirationDate
3286 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for link
3286 [main] DEBUG org.hibernate.cfg.annotations.SimpleValueBinder - Setting
SimpleValue typeName for orderId
3288 [main] DEBUG org.hibernate.cfg.Configuration - Processing fk mappings
(*ToOne and JoinedSubclass)
3334 [main] DEBUG org.hibernate.cfg.Ejb3Column - Binding column:
Ejb3JoinColumn{logicalColumnName='ORGANIZATION_ID', referencedColumn='null',
mappedBy='null'}
3335 [main] DEBUG org.hibernate.cfg.Configuration - Processing extends
queue
3338 [main] DEBUG org.hibernate.cfg.Configuration - Processing extends
queue
3340 [main] DEBUG org.hibernate.cfg.Configuration - Processing collection
mappings
3340 [main] DEBUG org.hibernate.cfg.Configuration - Processing native query
and ResultSetMapping mappings
3341 [main] DEBUG org.hibernate.cfg.Configuration - Processing association
property references
3341 [main] DEBUG org.hibernate.cfg.Configuration - Processing foreign key
constraints
3341 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.UserRole
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3342 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Product
3343 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3344 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.State
3344 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Country
3345 [main] DEBUG org.hibernate.cfg.Configuration - Resolving reference to
class: com.parentco.fdr.myproject.model.Organization
3447 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000402: Using Hibernate built-in connection pool (not for production
use!)
3499 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000115: Hibernate connection pool size: 1
3502 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000006: Autocommit mode: true
3503 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000401: using driver [org.hsqldb.jdbcDriver] at URL
[jdbc:hsqldb:mem:myprojectTestDb]
3505 [main] INFO
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- HHH000046: Connection properties: {user=sa, password=, autocommit=true}
3705 [main] DEBUG
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- Opening new JDBC connection
6260 [main] DEBUG
org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl
- Created connection to: jdbc:hsqldb:mem:myprojectTestDb, Isolation Level: 2
6309 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
Database ->
name : HSQL Database Engine
version : 2.0.0
major : 2
minor : 0
6309 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
Driver ->
name : HSQL Database Engine Driver
version : 2.0.0
major : 2
minor : 0
6310 [main] DEBUG org.hibernate.engine.jdbc.internal.JdbcServicesImpl -
JDBC version : 4.0
6414 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect:
org.hibernate.dialect.HSQLDialect
6527 [main] DEBUG org.hibernate.cfg.SettingsFactory - Automatic flush
during beforeCompletion(): disabled
6531 [main] DEBUG org.hibernate.cfg.SettingsFactory - Automatic session
close at end of transaction: disabled
6531 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC batch updates
for versioned data: disabled
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - Scrollable result
sets: enabled
6532 [main] DEBUG org.hibernate.cfg.SettingsFactory - Wrap result sets:
disabled
6533 [main] DEBUG org.hibernate.cfg.SettingsFactory - JDBC3
getGeneratedKeys(): enabled
6533 [main] DEBUG org.hibernate.cfg.SettingsFactory - Connection release
mode: auto
6534 [main] INFO
org.hibernate.engine.transaction.internal.TransactionFactoryInitiator -
HHH000399: Using default transaction strategy (direct JDBC transactions)
6544 [main] DEBUG org.hibernate.cfg.SettingsFactory - Default batch fetch
size: 1
6545 [main] DEBUG org.hibernate.cfg.SettingsFactory - Generate SQL with
comments: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL updates by
primary key: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Order SQL inserts for
batching: disabled
6546 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query translator:
org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
6553 [main] INFO org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory
- HHH000397: Using ASTQueryTranslatorFactory
6554 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query language
substitutions: {}
6558 [main] DEBUG org.hibernate.cfg.SettingsFactory - JPA-QL strict
compliance: disabled
6558 [main] DEBUG org.hibernate.cfg.SettingsFactory - Second-level cache:
enabled
6559 [main] DEBUG org.hibernate.cfg.SettingsFactory - Query cache: disabled
6559 [main] DEBUG org.hibernate.cfg.SettingsFactory - Cache region factory
: org.hibernate.cache.ehcache.EhCacheRegionFactory
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Optimize cache for
minimal puts: enabled
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Structured
second-level cache entries: disabled
6609 [main] DEBUG org.hibernate.cfg.SettingsFactory - Statistics: disabled
6610 [main] DEBUG org.hibernate.cfg.SettingsFactory - Deleted entity
synthetic identifier rollback: disabled
6610 [main] DEBUG org.hibernate.cfg.SettingsFactory - Default entity-mode:
pojo
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - Named query checking
: enabled
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - Check Nullability in
Core (should be disabled when Bean Validation is on): enabled
6611 [main] DEBUG org.hibernate.cfg.SettingsFactory - multi-tenancy
strategy : NONE
6633 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Building
session factory
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
7026 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Session
factory constructed with filter configurations : {}
7032 [main] DEBUG org.hibernate.internal.SessionFactoryImpl - Instantiating
session factory with properties: {java.runtime.name=Java(TM) SE Runtime
Environment, hibernate.connection.password=,
sun.boot.library.path=/usr/java/jdk1.6.0_31/jre/lib/amd64,
java.vm.version=20.6-b01, hibernate.connection.username=sa,
java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/,
path.separator=:, java.vm.name=Java HotSpot(TM) 64-Bit Server VM,
file.encoding.pkg=sun.io, user.country=US, sun.java.launcher=SUN_STANDARD,
sun.os.patch.level=unknown, java.vm.specification.name=Java Virtual Machine
Specification, user.dir=/var/lib/jenkins/jobs/My Client/workspace,
java.runtime.version=1.6.0_31-b04,
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment,
basedir=/var/lib/jenkins/jobs/My Client/workspace,
hibernate.current_session_context_class=thread,
java.endorsed.dirs=/usr/java/jdk1.6.0_31/jre/lib/endorsed, os.arch=amd64,
surefire.real.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar:/tmp/jacocoagent432249159664775554.jar,
hibernate.connection.autocommit=true, java.io.tmpdir=/tmp, line.separator=
, java.vm.specification.vendor=Sun Microsystems Inc., os.name=Linux,
hibernate.cache.use_second_level_cache=true, sun.jnu.encoding=UTF-8,
sonar.jdbc.driver=com.mysql.jdbc.Driver,
java.library.path=/usr/java/jdk1.6.0_31/jre/lib/amd64/server:/usr/java/jdk1.6.0_31/jre/lib/amd64:/usr/java/jdk1.6.0_31/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib,
surefire.test.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/test-classes:/var/lib/jenkins/jobs/My
Client/workspace/target/classes:/var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar:/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar:/root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar:/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar:/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar:/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar:/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar:/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar:/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar:/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar:/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar:/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar:/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar:/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar:/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar:/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar:/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar:/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar:/root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar:/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar:,
java.specification.name=Java Platform API Specification,
java.class.version=50.0, hibernate.connection.pool_size=1,
sun.management.compiler=HotSpot 64-Bit Tiered Compilers,
os.version=3.2.20-1.29.6.amzn1.x86_64, user.home=/root, user.timezone=,
java.awt.printerjob=sun.print.PSPrinterJob,
sonar.host.url=http://localhost:9000, java.specification.version=1.6,
file.encoding=UTF-8, sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar,
hibernate.connection.driver_class=org.hsqldb.jdbcDriver, user.name=root,
java.class.path=/var/lib/jenkins/jobs/My
Client/workspace/target/test-classes:/var/lib/jenkins/jobs/My
Client/workspace/target/classes:/var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar:/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar:/root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar:/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar:/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar:/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar:/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar:/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar:/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar:/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar:/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar:/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar:/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar:/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar:/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar:/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar:/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar:/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar:/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar:/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar:/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar:/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar:/root/.m2/repository/org/hsqldb/hsqldb/2.0.0/hsqldb-2.0.0.jar:/root/.m2/repository/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar:,
hibernate.bytecode.use_reflection_optimizer=false, hibernate.show_sql=true,
java.vm.specification.version=1.0, sun.arch.data.model=64,
java.home=/usr/java/jdk1.6.0_31/jre,
sun.java.command=/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar
/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp
/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp,
hibernate.dialect=org.hibernate.dialect.HSQLDialect,
hibernate.connection.url=jdbc:hsqldb:mem:myprojectTestDb,
java.specification.vendor=Sun Microsystems Inc., user.language=en,
java.vm.info=mixed mode, java.version=1.6.0_31,
java.ext.dirs=/usr/java/jdk1.6.0_31/jre/lib/ext:/usr/java/packages/lib/ext,
sun.boot.class.path=/usr/java/jdk1.6.0_31/jre/lib/resources.jar:/usr/java/jdk1.6.0_31/jre/lib/rt.jar:/usr/java/jdk1.6.0_31/jre/lib/sunrsasign.jar:/usr/java/jdk1.6.0_31/jre/lib/jsse.jar:/usr/java/jdk1.6.0_31/jre/lib/jce.jar:/usr/java/jdk1.6.0_31/jre/lib/charsets.jar:/usr/java/jdk1.6.0_31/jre/lib/modules/jdk.boot.jar:/usr/java/jdk1.6.0_31/jre/classes,
java.vendor=Sun Microsystems Inc., localRepository=/root/.m2/repository,
file.separator=/,
hibernate.cache.region.factory_class=org.hibernate.cache.ehcache.EhCacheRegionFactory,
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi,
hibernate.hbm2ddl.auto=create-drop, sun.cpu.endian=little,
sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=}
7111 [main] INFO org.hibernate.validator.internal.util.Version - HV000001:
Hibernate Validator 4.3.0.Final
7128 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Found javax.persistence.Persistence on classpath containing
'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA
aware TraversableResolver
7130 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Instantiated JPA aware TraversableResolver of type
org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
7134 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- Trying to load META-INF/validation.xml for XML based Validator
configuration.
7141 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- No META-INF/validation.xml found. Using annotation based configuration
only.
7318 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@41e3a0ec, groups=[Ljava.lang.Class;@475a07bf}}.
7319 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@48f3d27, max=2147483647,
groups=[Ljava.lang.Class;@57f7cdc7}}.
7321 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@74d402dd, groups=[Ljava.lang.Class;@b083717}}.
7321 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@3de4905a, max=2147483647,
groups=[Ljava.lang.Class;@68c12474}}.
7328 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@438d460, groups=[Ljava.lang.Class;@2efeecca}}.
7329 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@16ad339b, max=2147483647,
groups=[Ljava.lang.Class;@451710be}}.
7338 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@59566a6c, groups=[Ljava.lang.Class;@38650646}}.
7339 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@2075c78d, max=2147483647,
groups=[Ljava.lang.Class;@14800aa1}}.
7394 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@115af049, groups=[Ljava.lang.Class;@69555185}}.
7395 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@d2d58b, max=2147483647,
groups=[Ljava.lang.Class;@11c19919}}.
7399 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.NotNull,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.NotNull.message},
payload=[Ljava.lang.Class;@212cb585, groups=[Ljava.lang.Class;@7e413fc6}}.
7401 [main] DEBUG
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl
- Adding composing constraint:
ConstraintDescriptorImpl{annotation=javax.validation.constraints.Size,
payloads=[], hasComposingConstraints=true,
isReportAsSingleInvalidConstraint=false, elementType=FIELD,
definedOn=DEFINED_LOCALLY, groups=[interface
javax.validation.groups.Default],
attributes={message={javax.validation.constraints.Size.message}, min=1,
payload=[Ljava.lang.Class;@63ff5c98, max=2147483647,
groups=[Ljava.lang.Class;@12183272}}.
7497 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Found javax.persistence.Persistence on classpath containing
'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA
aware TraversableResolver
7497 [main] DEBUG
org.hibernate.validator.internal.engine.resolver.DefaultTraversableResolver
- Instantiated JPA aware TraversableResolver of type
org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
7497 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- Trying to load META-INF/validation.xml for XML based Validator
configuration.
7498 [main] DEBUG org.hibernate.validator.internal.xml.ValidationXmlParser
- No META-INF/validation.xml found. Using annotation based configuration
only.
7508 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7512 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7513 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7513 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7514 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7515 [main] DEBUG
org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory -
Setting dialect [org.hibernate.dialect.HSQLDialect]
7756 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Static SQL for entity: com.parentco.fdr.myproject.model.AccessCode
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Version select: select ID from cb_access_codes where ID =?
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Snapshot select: select accesscode_.ID, accesscode_.ACCESS_CODE as
ACCESS2_7_, accesscode_.ACTIVATION_DATE as ACTIVATION3_7_,
accesscode_.EXPIRATION_DATE as EXPIRATION4_7_, accesscode_.MAX_USES as
MAX5_7_, accesscode_.ORGANIZATION_ID as ORGANIZA6_7_,
accesscode_.USER_ROLE_ID as USER7_7_ from cb_access_codes accesscode_ where
accesscode_.ID=?
7757 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Insert 0: insert into cb_access_codes (ACCESS_CODE, ACTIVATION_DATE,
EXPIRATION_DATE, MAX_USES, ORGANIZATION_ID, USER_ROLE_ID, ID) values (?, ?,
?, ?, ?, ?, ?)
7758 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Update 0: update cb_access_codes set ACCESS_CODE=?, ACTIVATION_DATE=?,
EXPIRATION_DATE=?, MAX_USES=?, ORGANIZATION_ID=?, USER_ROLE_ID=? where ID=?
7758 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Delete 0: delete from cb_access_codes where ID=?
7759 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Identity insert: insert into cb_access_codes (ID, ACCESS_CODE,
ACTIVATION_DATE, EXPIRATION_DATE, MAX_USES, ORGANIZATION_ID, USER_ROLE_ID)
values (default, ?, ?, ?, ?, ?, ?)
7763 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Static SQL for entity: com.parentco.fdr.myproject.model.UserRole
7763 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Version select: select USER_ROLE_ID from lyc_user_role where USER_ROLE_ID =?
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Snapshot select: select userrole_.USER_ROLE_ID, userrole_.ROLE_NAME as
ROLE2_6_ from lyc_user_role userrole_ where userrole_.USER_ROLE_ID=?
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Insert 0: insert into lyc_user_role (ROLE_NAME, USER_ROLE_ID) values (?, ?)
7764 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Update 0: update lyc_user_role set ROLE_NAME=? where USER_ROLE_ID=?
7765 [main] DEBUG org.hibernate.persister.entity.AbstractEntityPersister -
Delete 0: delete from lyc_user_role where USER_ROLE_ID=?
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f3512e7b7e7, pid=21064, tid=139865898960640
#
# JRE version: 6.0_31-b04
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x7a27e7]
ContiguousSpace::prepare_for_compaction(CompactPoint*)+0x227
#
# An error report file with more information is saved as:
# /var/lib/jenkins/jobs/My Client/workspace/hs_err_pid21064.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/bin/sh: line 1: 21064 Aborted
/usr/java/jdk1.6.0_31/jre/bin/java
'-javaagent:/tmp/jacocoagent432249159664775554.jar=destfile=target/jacoco.exec,excludes=*_javassist_*'
-jar '/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefirebooter6574314004272734518.jar'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire6700934624685118467tmp'
'/var/lib/jenkins/jobs/My
Client/workspace/target/surefire/surefire7162334902939619596tmp'
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 29.355s
[INFO] Finished at: Mon Sep 17 16:04:37 EDT 2012
[INFO] Final Memory: 15M/56M
[INFO]
------------------------------------------------------------------------
[INFO] [16:04:37.691] Execute
org.apache.maven.plugins:maven-surefire-plugin:2.10:test done: 12290 ms
[INFO] [16:04:37.692] Execute maven plugin maven-surefire-plugin done: 12291
ms
[INFO] [16:04:37.692] Initializer JacocoMavenInitializer...
[INFO] [16:04:37.692] Initializer JacocoMavenInitializer done: 0 ms
[INFO] [16:04:37.692] Initializer ProjectFileSystemLogger...
[INFO] [16:04:37.692] Source directories:
[INFO] [16:04:37.692] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java
[INFO] [16:04:37.692] Test directories:
[INFO] [16:04:37.692] /var/lib/jenkins/jobs/My
Client/workspace/src/test/java
[INFO] [16:04:37.692] Initializer ProjectFileSystemLogger done: 0 ms
[INFO] [16:04:37.692] Initializer MavenInitializer...
[INFO] [16:04:37.694] Java source version: 1.5
[INFO] [16:04:37.694] Java target version: 1.5
[INFO] [16:04:37.695] Source encoding: UTF-8
[INFO] [16:04:37.695] Initializer MavenInitializer done: 3 ms
[DEBUG] [16:04:37.742] Sensors : JavaSourceImporter -> SquidSensor ->
JaCoCoSensor -> SurefireSensor -> CpdSensor -> CheckstyleSensor -> PmdSensor
-> ProfileSensor -> ProfileEventsSensor -> ProjectLinksSensor ->
VersionEventsSensor -> Maven dependencies
[INFO] [16:04:37.742] Sensor JavaSourceImporter...
[INFO] [16:04:39.037] Sensor JavaSourceImporter done: 1295 ms
[INFO] [16:04:39.038] Sensor SquidSensor...
[INFO] [16:04:39.105] Java AST scan...
[DEBUG] [16:04:39.133] ----- Java sources analyzed by Squid:
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:39.133] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:39.134] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:39.135] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:39.136] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:39.142] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:39.143] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:39.144] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:39.145] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:39.146] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:39.146] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:39.150] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:39.151] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java ->
org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:39.152] /var/lib/jenkins/jobs/My
Client/workspace/src/main/java -> org/parentco/subco/App.java
[DEBUG] [16:04:39.152] -----
[DEBUG] [16:04:39.308] TreeWalker uses iterative algorithm
[DEBUG] [16:04:39.468] Remove data measure from memory: comment_lines_data,
id=47163
[DEBUG] [16:04:39.474] Remove data measure from memory: ncloc_data, id=47164
[DEBUG] [16:04:39.529] Remove data measure from memory: comment_lines_data,
id=47165
[DEBUG] [16:04:39.537] Remove data measure from memory: ncloc_data, id=47166
[DEBUG] [16:04:39.586] Remove data measure from memory: comment_lines_data,
id=47167
[DEBUG] [16:04:39.592] Remove data measure from memory: ncloc_data, id=47168
[DEBUG] [16:04:39.664] Remove data measure from memory: comment_lines_data,
id=47169
[DEBUG] [16:04:39.673] Remove data measure from memory: ncloc_data, id=47170
[DEBUG] [16:04:39.757] Remove data measure from memory: comment_lines_data,
id=47171
[DEBUG] [16:04:39.762] Remove data measure from memory: ncloc_data, id=47172
[DEBUG] [16:04:39.806] Remove data measure from memory: comment_lines_data,
id=47173
[DEBUG] [16:04:39.815] Remove data measure from memory: ncloc_data, id=47174
[DEBUG] [16:04:39.863] Remove data measure from memory: comment_lines_data,
id=47175
[DEBUG] [16:04:39.874] Remove data measure from memory: ncloc_data, id=47176
[DEBUG] [16:04:39.930] Remove data measure from memory: comment_lines_data,
id=47177
[DEBUG] [16:04:39.957] Remove data measure from memory: ncloc_data, id=47178
[DEBUG] [16:04:40.037] Remove data measure from memory: comment_lines_data,
id=47179
[DEBUG] [16:04:40.044] Remove data measure from memory: ncloc_data, id=47180
[DEBUG] [16:04:40.090] Remove data measure from memory: comment_lines_data,
id=47181
[DEBUG] [16:04:40.095] Remove data measure from memory: ncloc_data, id=47182
[DEBUG] [16:04:40.135] Remove data measure from memory: comment_lines_data,
id=47183
[DEBUG] [16:04:40.140] Remove data measure from memory: ncloc_data, id=47184
[DEBUG] [16:04:40.175] Remove data measure from memory: comment_lines_data,
id=47185
[DEBUG] [16:04:40.185] Remove data measure from memory: ncloc_data, id=47186
[DEBUG] [16:04:40.233] Remove data measure from memory: comment_lines_data,
id=47187
[DEBUG] [16:04:40.239] Remove data measure from memory: ncloc_data, id=47188
[DEBUG] [16:04:40.285] Remove data measure from memory: comment_lines_data,
id=47191
[DEBUG] [16:04:40.291] Remove data measure from memory: ncloc_data, id=47192
[DEBUG] [16:04:40.332] Remove data measure from memory: comment_lines_data,
id=47195
[DEBUG] [16:04:40.342] Remove data measure from memory: ncloc_data, id=47196
[DEBUG] [16:04:40.363] Remove data measure from memory: comment_lines_data,
id=47197
[DEBUG] [16:04:40.372] Remove data measure from memory: ncloc_data, id=47198
[DEBUG] [16:04:40.433] Remove data measure from memory: comment_lines_data,
id=47203
[DEBUG] [16:04:40.443] Remove data measure from memory: ncloc_data, id=47204
[DEBUG] [16:04:40.474] Remove data measure from memory: comment_lines_data,
id=47205
[DEBUG] [16:04:40.483] Remove data measure from memory: ncloc_data, id=47206
[DEBUG] [16:04:40.510] Remove data measure from memory: comment_lines_data,
id=47207
[DEBUG] [16:04:40.515] Remove data measure from memory: ncloc_data, id=47208
[DEBUG] [16:04:40.551] Remove data measure from memory: comment_lines_data,
id=47209
[DEBUG] [16:04:40.556] Remove data measure from memory: ncloc_data, id=47210
[DEBUG] [16:04:40.580] Remove data measure from memory: comment_lines_data,
id=47211
[DEBUG] [16:04:40.585] Remove data measure from memory: ncloc_data, id=47212
[DEBUG] [16:04:40.608] Remove data measure from memory: comment_lines_data,
id=47213
[DEBUG] [16:04:40.617] Remove data measure from memory: ncloc_data, id=47214
[DEBUG] [16:04:40.645] Remove data measure from memory: comment_lines_data,
id=47215
[DEBUG] [16:04:40.654] Remove data measure from memory: ncloc_data, id=47216
[DEBUG] [16:04:40.766] Remove data measure from memory: comment_lines_data,
id=47219
[DEBUG] [16:04:40.776] Remove data measure from memory: ncloc_data, id=47220
[DEBUG] [16:04:40.830] Remove data measure from memory: comment_lines_data,
id=47221
[DEBUG] [16:04:40.839] Remove data measure from memory: ncloc_data, id=47222
[DEBUG] [16:04:40.864] Remove data measure from memory: comment_lines_data,
id=47223
[DEBUG] [16:04:40.869] Remove data measure from memory: ncloc_data, id=47224
[DEBUG] [16:04:40.904] Remove data measure from memory: comment_lines_data,
id=47227
[DEBUG] [16:04:40.909] Remove data measure from memory: ncloc_data, id=47228
[DEBUG] [16:04:40.937] Remove data measure from memory: comment_lines_data,
id=47229
[DEBUG] [16:04:40.954] Remove data measure from memory: ncloc_data, id=47230
[DEBUG] [16:04:40.986] Remove data measure from memory: comment_lines_data,
id=47233
[DEBUG] [16:04:40.995] Remove data measure from memory: ncloc_data, id=47234
[DEBUG] [16:04:41.019] Remove data measure from memory: comment_lines_data,
id=47235
[DEBUG] [16:04:41.024] Remove data measure from memory: ncloc_data, id=47236
[DEBUG] [16:04:41.071] Remove data measure from memory: comment_lines_data,
id=47237
[DEBUG] [16:04:41.079] Remove data measure from memory: ncloc_data, id=47238
[DEBUG] [16:04:41.115] Remove data measure from memory: comment_lines_data,
id=47239
[DEBUG] [16:04:41.121] Remove data measure from memory: ncloc_data, id=47240
[DEBUG] [16:04:41.179] Remove data measure from memory: comment_lines_data,
id=47241
[DEBUG] [16:04:41.185] Remove data measure from memory: ncloc_data, id=47242
[DEBUG] [16:04:41.214] Remove data measure from memory: comment_lines_data,
id=47243
[DEBUG] [16:04:41.220] Remove data measure from memory: ncloc_data, id=47244
[DEBUG] [16:04:41.236] Remove data measure from memory: comment_lines_data,
id=47245
[DEBUG] [16:04:41.241] Remove data measure from memory: ncloc_data, id=47246
[DEBUG] [16:04:41.261] Remove data measure from memory: comment_lines_data,
id=47247
[DEBUG] [16:04:41.266] Remove data measure from memory: ncloc_data, id=47248
[DEBUG] [16:04:41.278] Remove data measure from memory: comment_lines_data,
id=47249
[DEBUG] [16:04:41.284] Remove data measure from memory: ncloc_data, id=47250
[DEBUG] [16:04:41.298] Remove data measure from memory: comment_lines_data,
id=47251
[DEBUG] [16:04:41.303] Remove data measure from memory: ncloc_data, id=47252
[DEBUG] [16:04:41.313] Remove data measure from memory: comment_lines_data,
id=47253
[DEBUG] [16:04:41.319] Remove data measure from memory: ncloc_data, id=47254
[DEBUG] [16:04:41.329] Remove data measure from memory: comment_lines_data,
id=47255
[DEBUG] [16:04:41.334] Remove data measure from memory: ncloc_data, id=47256
[DEBUG] [16:04:41.342] Remove data measure from memory: comment_lines_data,
id=47257
[DEBUG] [16:04:41.347] Remove data measure from memory: ncloc_data, id=47258
[DEBUG] [16:04:41.360] Remove data measure from memory: comment_lines_data,
id=47259
[DEBUG] [16:04:41.366] Remove data measure from memory: ncloc_data, id=47260
[DEBUG] [16:04:41.376] Remove data measure from memory: comment_lines_data,
id=47261
[DEBUG] [16:04:41.381] Remove data measure from memory: ncloc_data, id=47262
[DEBUG] [16:04:41.389] Remove data measure from memory: comment_lines_data,
id=47263
[DEBUG] [16:04:41.394] Remove data measure from memory: ncloc_data, id=47264
[DEBUG] [16:04:41.403] Remove data measure from memory: comment_lines_data,
id=47265
[DEBUG] [16:04:41.408] Remove data measure from memory: ncloc_data, id=47266
[DEBUG] [16:04:41.436] Remove data measure from memory: comment_lines_data,
id=47271
[DEBUG] [16:04:41.442] Remove data measure from memory: ncloc_data, id=47272
[DEBUG] [16:04:41.459] Remove data measure from memory: comment_lines_data,
id=47273
[DEBUG] [16:04:41.464] Remove data measure from memory: ncloc_data, id=47274
[DEBUG] [16:04:41.474] Remove data measure from memory: comment_lines_data,
id=47275
[DEBUG] [16:04:41.481] Remove data measure from memory: ncloc_data, id=47276
[DEBUG] [16:04:41.488] Remove data measure from memory: comment_lines_data,
id=47277
[DEBUG] [16:04:41.493] Remove data measure from memory: ncloc_data, id=47278
[DEBUG] [16:04:41.511] Remove data measure from memory: comment_lines_data,
id=47281
[DEBUG] [16:04:41.517] Remove data measure from memory: ncloc_data, id=47282
[DEBUG] [16:04:41.576] Remove data measure from memory: comment_lines_data,
id=47285
[DEBUG] [16:04:41.582] Remove data measure from memory: ncloc_data, id=47286
[DEBUG] [16:04:41.596] Remove data measure from memory: comment_lines_data,
id=47287
[DEBUG] [16:04:41.601] Remove data measure from memory: ncloc_data, id=47288
[DEBUG] [16:04:41.621] Remove data measure from memory: comment_lines_data,
id=47289
[DEBUG] [16:04:41.626] Remove data measure from memory: ncloc_data, id=47290
[DEBUG] [16:04:41.643] Remove data measure from memory: comment_lines_data,
id=47291
[DEBUG] [16:04:41.648] Remove data measure from memory: ncloc_data, id=47292
[DEBUG] [16:04:41.671] Remove data measure from memory: comment_lines_data,
id=47293
[DEBUG] [16:04:41.677] Remove data measure from memory: ncloc_data, id=47294
[DEBUG] [16:04:41.696] Remove data measure from memory: comment_lines_data,
id=47295
[DEBUG] [16:04:41.701] Remove data measure from memory: ncloc_data, id=47296
[DEBUG] [16:04:41.728] Remove data measure from memory: comment_lines_data,
id=47297
[DEBUG] [16:04:41.737] Remove data measure from memory: ncloc_data, id=47298
[INFO] [16:04:41.759] Java AST scan done: 2654 ms
[INFO] [16:04:41.768] Java bytecode scan...
[DEBUG] [16:04:41.788] ----- Classpath analyzed by Squid:
[DEBUG] [16:04:41.788] /var/lib/jenkins/jobs/My
Client/workspace/target/classes
[DEBUG] [16:04:41.788] /var/lib/jenkins/jobs/My
Client/workspace/src/main/webapp/WEB-INF/lib/quickbase.jar
[DEBUG] [16:04:41.788]
/root/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar
[DEBUG] [16:04:41.788] /root/.m2/repository/javax/mail/mail/1.4/mail-1.4.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-validator/4.3.0.Final/hibernate-validator-4.3.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/logging/jboss-logging/3.1.0.CR2/jboss-logging-3.1.0.CR2.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-entitymanager/4.1.5.SP1/hibernate-entitymanager-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.0.Final/jboss-transaction-api_1.1_spec-1.0.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-core/4.1.5.SP1/hibernate-core-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/javassist/javassist/3.15.0-GA/javassist-3.15.0-GA.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.1.Final/hibernate-commons-annotations-4.0.1.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/hibernate/hibernate-ehcache/4.1.5.SP1/hibernate-ehcache-4.1.5.SP1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/mysql/mysql-connector-java/5.1.15/mysql-connector-java-5.1.15.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/quartz-scheduler/quartz/2.1.5/quartz-2.1.5.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/1.0.0.Final/jboss-servlet-api_3.0_spec-1.0.0.Final.jar
[DEBUG] [16:04:41.789]
/root/.m2/repository/org/apache/geronimo/specs/geronimo-ejb_3.0_spec/1.0/geronimo-ejb_3.0_spec-1.0.jar
[DEBUG] [16:04:41.789] /var/lib/jenkins/jobs/My
Client/workspace/target/classes
[DEBUG] [16:04:41.789] -----
[INFO] [16:04:42.313] Java bytecode scan done: 545 ms
[INFO] [16:04:42.395] Java Squid scan...
[INFO] [16:04:42.410] Java Squid scan done: 15 ms
[INFO] [16:04:42.410] Squid extraction...
[INFO] [16:04:42.500] Package design analysis...
[DEBUG] [16:04:42.500] 14 packages to analyze
[DEBUG] [16:04:42.773] 0 cycles
[DEBUG] [16:04:42.773] 0 feedback edges
[DEBUG] [16:04:42.795] Remove data measure from memory: dsm, id=47301
[INFO] [16:04:42.795] Package design analysis done: 295 ms
[DEBUG] [16:04:42.947] Remove data measure from memory: lcom4_blocks,
id=47302
[DEBUG] [16:04:42.953] Remove data measure from memory: lcom4_blocks,
id=47303
[DEBUG] [16:04:42.969] Remove data measure from memory: lcom4_blocks,
id=47304
[DEBUG] [16:04:42.975] Remove data measure from memory: lcom4_blocks,
id=47305
[DEBUG] [16:04:42.985] Remove data measure from memory: lcom4_blocks,
id=47306
[DEBUG] [16:04:42.999] Remove data measure from memory: lcom4_blocks,
id=47307
[DEBUG] [16:04:43.009] Remove data measure from memory: lcom4_blocks,
id=47308
[DEBUG] [16:04:43.018] Remove data measure from memory: lcom4_blocks,
id=47309
[DEBUG] [16:04:43.024] Remove data measure from memory: lcom4_blocks,
id=47310
[DEBUG] [16:04:43.035] Remove data measure from memory: lcom4_blocks,
id=47311
[DEBUG] [16:04:43.050] Remove data measure from memory: lcom4_blocks,
id=47312
[DEBUG] [16:04:43.072] Remove data measure from memory: lcom4_blocks,
id=47314
[DEBUG] [16:04:43.082] Remove data measure from memory: lcom4_blocks,
id=47315
[DEBUG] [16:04:43.088] Remove data measure from memory: lcom4_blocks,
id=47316
[DEBUG] [16:04:43.098] Remove data measure from memory: lcom4_blocks,
id=47317
[DEBUG] [16:04:43.103] Remove data measure from memory: lcom4_blocks,
id=47318
[DEBUG] [16:04:43.117] Remove data measure from memory: lcom4_blocks,
id=47319
[DEBUG] [16:04:43.129] Remove data measure from memory: lcom4_blocks,
id=47320
[DEBUG] [16:04:43.141] Remove data measure from memory: lcom4_blocks,
id=47321
[DEBUG] [16:04:43.150] Remove data measure from memory: lcom4_blocks,
id=47322
[DEBUG] [16:04:43.160] Remove data measure from memory: lcom4_blocks,
id=47323
[DEBUG] [16:04:43.166] Remove data measure from memory: lcom4_blocks,
id=47324
[DEBUG] [16:04:43.182] Remove data measure from memory: lcom4_blocks,
id=47325
[DEBUG] [16:04:43.190] Remove data measure from memory: lcom4_blocks,
id=47326
[DEBUG] [16:04:43.198] Remove data measure from memory: lcom4_blocks,
id=47327
[DEBUG] [16:04:43.210] Remove data measure from memory: lcom4_blocks,
id=47328
[DEBUG] [16:04:43.216] Remove data measure from memory: lcom4_blocks,
id=47329
[DEBUG] [16:04:43.228] Remove data measure from memory: lcom4_blocks,
id=47330
[DEBUG] [16:04:43.238] Remove data measure from memory: lcom4_blocks,
id=47331
[DEBUG] [16:04:43.244] Remove data measure from memory: lcom4_blocks,
id=47332
[DEBUG] [16:04:43.256] Remove data measure from memory: lcom4_blocks,
id=47333
[DEBUG] [16:04:43.267] Remove data measure from memory: lcom4_blocks,
id=47334
[DEBUG] [16:04:43.273] Remove data measure from memory: lcom4_blocks,
id=47335
[INFO] [16:04:43.572] Squid extraction done: 1162 ms
[INFO] [16:04:43.590] Sensor SquidSensor done: 4552 ms
[INFO] [16:04:43.591] Sensor JaCoCoSensor...
[INFO] [16:04:43.613] Analysing /var/lib/jenkins/jobs/My
Client/workspace/target/jacoco.exec
[DEBUG] [16:04:44.415] Remove data measure from memory:
coverage_line_hits_data, id=47337
[DEBUG] [16:04:44.455] Remove data measure from memory:
coverage_line_hits_data, id=47345
[DEBUG] [16:04:44.499] Remove data measure from memory:
coverage_line_hits_data, id=47353
[DEBUG] [16:04:44.543] Remove data measure from memory:
coverage_line_hits_data, id=47362
[DEBUG] [16:04:44.598] Remove data measure from memory:
coverage_line_hits_data, id=47373
[DEBUG] [16:04:44.622] Remove data measure from memory:
coverage_line_hits_data, id=47377
[DEBUG] [16:04:44.642] Remove data measure from memory:
coverage_line_hits_data, id=47381
[DEBUG] [16:04:44.679] Remove data measure from memory:
coverage_line_hits_data, id=47388
[DEBUG] [16:04:44.710] Remove data measure from memory:
coverage_line_hits_data, id=47394
[DEBUG] [16:04:44.731] Remove data measure from memory:
coverage_line_hits_data, id=47397
[DEBUG] [16:04:44.756] Remove data measure from memory:
coverage_line_hits_data, id=47400
[DEBUG] [16:04:44.764] Remove data measure from memory: conditions_by_line,
id=47401
[DEBUG] [16:04:44.769] Remove data measure from memory:
covered_conditions_by_line, id=47402
[DEBUG] [16:04:44.831] Remove data measure from memory:
coverage_line_hits_data, id=47412
[DEBUG] [16:04:44.873] Remove data measure from memory:
coverage_line_hits_data, id=47418
[DEBUG] [16:04:44.890] Remove data measure from memory:
coverage_line_hits_data, id=47421
[DEBUG] [16:04:44.930] Remove data measure from memory:
coverage_line_hits_data, id=47428
[DEBUG] [16:04:44.964] Remove data measure from memory:
coverage_line_hits_data, id=47434
[DEBUG] [16:04:44.988] Remove data measure from memory:
coverage_line_hits_data, id=47438
[DEBUG] [16:04:45.011] Remove data measure from memory:
coverage_line_hits_data, id=47442
[DEBUG] [16:04:45.041] Remove data measure from memory:
coverage_line_hits_data, id=47448
[DEBUG] [16:04:45.072] Remove data measure from memory:
coverage_line_hits_data, id=47454
[INFO] [16:04:45.125] Sensor JaCoCoSensor done: 1534 ms
[INFO] [16:04:45.125] Sensor SurefireSensor...
[INFO] [16:04:45.127] parsing /var/lib/jenkins/jobs/My
Client/workspace/target/surefire-reports
[INFO] [16:04:45.988] Sensor SurefireSensor done: 863 ms
[INFO] [16:04:45.989] Sensor CpdSensor...
[INFO] [16:04:45.993] SonarEngine is used
[INFO] [16:04:46.053] Cross-project analysis disabled
[DEBUG] [16:04:46.113] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:46.168] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:46.208] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:46.253] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:46.355] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:46.428] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:46.508] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:46.555] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:46.642] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:46.720] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:46.758] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:46.803] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:46.847] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:46.932] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:46.943] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:46.978] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:46.986] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:47.014] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:47.049] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:47.058] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:47.066] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:47.123] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:47.173] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:47.193] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:47.248] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:47.260] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:47.300] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:47.354] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:47.363] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:47.591] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:47.728] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:47.754] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:47.768] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:47.794] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:47.864] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:47.876] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:47.896] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:47.913] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:48.056] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:48.100] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:48.245] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:48.269] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:48.293] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:48.340] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:48.391] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:48.428] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:48.474] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:48.497] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:48.546] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:48.698] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:48.739] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:48.764] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:48.803] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:48.815] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:48.832] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:48.900] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:49.121] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:49.160] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:49.197] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:49.205] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:49.239] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:49.248] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:49.519] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:49.528] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:49.557] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:49.564] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:49.602] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:49.650] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:49.698] Populating index from /var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/App.java
[DEBUG] [16:04:49.705] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Product.java
[DEBUG] [16:04:49.790] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Contract.java
[DEBUG] [16:04:49.792] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Country.java
[DEBUG] [16:04:49.833] Remove data measure from memory: duplications_data,
id=47465
[DEBUG] [16:04:49.834] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/AccessCode.java
[DEBUG] [16:04:49.841] Remove data measure from memory: duplications_data,
id=47466
[DEBUG] [16:04:49.841] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/TrainingLink.java
[DEBUG] [16:04:49.850] Remove data measure from memory: duplications_data,
id=47467
[DEBUG] [16:04:49.850] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/State.java
[DEBUG] [16:04:49.858] Remove data measure from memory: duplications_data,
id=47468
[DEBUG] [16:04:49.858] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/UserRole.java
[DEBUG] [16:04:49.859] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/com/parentco/fdr/myproject/model/Organization.java
[DEBUG] [16:04:49.860] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/util/ProtectedConfigFile.java
[DEBUG] [16:04:49.860] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/util/Util.java
[DEBUG] [16:04:49.861] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderLineItemDAO.java
[DEBUG] [16:04:49.861] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/POForOpportunityDAO.java
[DEBUG] [16:04:49.864] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrderDAO.java
[DEBUG] [16:04:49.865] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAO.java
[DEBUG] [16:04:49.865] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAOImpl.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAO.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAOImpl.java
[DEBUG] [16:04:49.866] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ProductDAOImpl.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/TrainingLinkDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/UserRoleDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AbstractHibernateDAO.java
[DEBUG] [16:04:49.867] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/myprojectOrgDAOImpl.java
[DEBUG] [16:04:49.869] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAO.java
[DEBUG] [16:04:49.869] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/ContractDAOImpl.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAO.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/myproject/AccessCodeDAOImpl.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/QuoteLineItemDAO.java
[DEBUG] [16:04:49.870] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AbstractDIDODAO.java
[DEBUG] [16:04:49.873] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OrganizationDAO.java
[DEBUG] [16:04:49.877] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/OpportunityDAO.java
[DEBUG] [16:04:49.878] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/dao/AccountDAO.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/exceptions/DataAccessLayerException.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/OrderLineItem.java
[DEBUG] [16:04:49.879] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractOrganization.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractLineItem.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/District.java
[DEBUG] [16:04:49.880] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/AbstractDIDOModel.java
[DEBUG] [16:04:49.883] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Order.java
[DEBUG] [16:04:49.887] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Account.java
[DEBUG] [16:04:49.887] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/Opportunity.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/POsForOpportunity.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/School.java
[DEBUG] [16:04:49.889] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/model/QuoteLineItem.java
[DEBUG] [16:04:49.890] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersWorker.java
[DEBUG] [16:04:49.890] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/GlobalJobListener.java
[DEBUG] [16:04:49.891] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDJob.java
[DEBUG] [16:04:49.893] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/AbstractWorker.java
[DEBUG] [16:04:49.893] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessOrdersJob.java
[DEBUG] [16:04:49.896] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/QuartzService.java
[DEBUG] [16:04:49.897] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/quartz/ProcessPDWorker.java
[DEBUG] [16:04:49.897] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/listener/ContextListener.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeServiceImpl.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesService.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AccessCodeService.java
[DEBUG] [16:04:49.898] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductServiceImpl.java
[DEBUG] [16:04:49.900] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractServiceProvider.java
[DEBUG] [16:04:49.901] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/AbstractHibernateTxnService.java
[DEBUG] [16:04:49.902] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgServiceImpl.java
[DEBUG] [16:04:49.905] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/myprojectOrgService.java
[DEBUG] [16:04:49.907] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OrderServiceImpl.java
[DEBUG] [16:04:49.933] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/UserRoleServiceImpl.java
[DEBUG] [16:04:49.934] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/OpportunitiesServiceImpl.java
[DEBUG] [16:04:49.937] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/service/ProductService.java
[DEBUG] [16:04:49.937] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/dido/myclient.java
[DEBUG] [16:04:49.943] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/accesscodes/AccessCodeImporterMain.java
[DEBUG] [16:04:49.961] Remove data measure from memory: duplications_data,
id=47469
[DEBUG] [16:04:49.962] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/orders/ImportOrdersMain.java
[DEBUG] [16:04:49.977] Remove data measure from memory: duplications_data,
id=47470
[DEBUG] [16:04:49.977] Detection of duplications for
/var/lib/jenkins/jobs/My
Client/workspace/src/main/java/org/parentco/subco/App.java
[INFO] [16:04:49.977] Sensor CpdSensor done: 3988 ms
[INFO] [16:04:49.977] Sensor CheckstyleSensor...
[INFO] [16:04:49.988] Execute Checkstyle 5.5...
[INFO] [16:04:50.035] Checkstyle configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/checkstyle.xml
[DEBUG] [16:04:50.269] TreeWalker uses iterative algorithm
[INFO] [16:04:54.451] Execute Checkstyle 5.5 done: 4463 ms
[INFO] [16:04:54.460] Sensor CheckstyleSensor done: 4483 ms
[INFO] [16:04:54.461] Sensor PmdSensor...
[INFO] [16:04:54.463] Execute PMD 4.3...
[INFO] [16:04:54.492] Java version: 1.5
[INFO] [16:04:54.630] PMD configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/pmd.xml
[INFO] [16:05:06.098] PMD configuration: /var/lib/jenkins/jobs/My
Client/workspace/target/sonar/pmd-unit-tests.xml
[INFO] [16:05:06.105] Execute PMD 4.3 done: 11642 ms
[INFO] [16:05:06.267] Sensor PmdSensor done: 11806 ms
[INFO] [16:05:06.268] Sensor ProfileSensor...
[INFO] [16:05:06.565] Sensor ProfileSensor done: 297 ms
[INFO] [16:05:06.565] Sensor ProfileEventsSensor...
[INFO] [16:05:06.618] Sensor ProfileEventsSensor done: 53 ms
[INFO] [16:05:06.618] Sensor ProjectLinksSensor...
[INFO] [16:05:06.632] Sensor ProjectLinksSensor done: 14 ms
[INFO] [16:05:06.632] Sensor VersionEventsSensor...
[INFO] [16:05:06.671] Sensor VersionEventsSensor done: 39 ms
[INFO] [16:05:06.671] Sensor Maven dependencies...
[DEBUG] Dependency tree resolution listener events:
[DEBUG] testArtifact: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] includeArtifact: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] startProcessChildren: artifact=org.parentco.subco:myclient:war:1.0
[DEBUG] testArtifact: artifact=quickbase:quickbase:jar:1.0:system
[DEBUG] includeArtifact: artifact=quickbase:quickbase:jar:1.0:system
[DEBUG] testArtifact: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] includeArtifact: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] startProcessChildren: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] testArtifact: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] includeArtifact: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] startProcessChildren: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] testArtifact:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] includeArtifact:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] startProcessChildren:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] endProcessChildren:
artifact=javax.activation:activation:jar:1.1:compile
[DEBUG] endProcessChildren: artifact=javax.mail:mail:jar:1.4:compile
[DEBUG] endProcessChildren: artifact=log4j:log4j:jar:1.2.15:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] testArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] includeArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] startProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] endProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] includeArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] startProcessChildren:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] includeArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] startProcessChildren:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] endProcessChildren:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] includeArtifact: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] startProcessChildren: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] endProcessChildren: artifact=antlr:antlr:jar:2.7.7:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] omitForNearer:
omitted=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
kept=org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:compile
[DEBUG] testArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] includeArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] startProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] endProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] testArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] includeArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] startProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] endProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] testArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] omitForNearer: omitted=dom4j:dom4j:jar:1.6.1:compile
kept=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] includeArtifact: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] startProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] endProcessChildren: artifact=dom4j:dom4j:jar:1.6.1:compile
[DEBUG] testArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] omitForNearer:
omitted=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
kept=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] omitForNearer:
omitted=org.javassist:javassist:jar:3.15.0-GA:compile
kept=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] includeArtifact:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] startProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] endProcessChildren:
artifact=org.javassist:javassist:jar:3.15.0-GA:compile
[DEBUG] testArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] omitForNearer:
omitted=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
kept=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] includeArtifact:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-entitymanager:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] includeArtifact:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] startProcessChildren:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[DEBUG] omitForNearer:
omitted=org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
kept=org.jboss.logging:jboss-logging:jar:3.1.0.CR2:compile
[DEBUG] testArtifact:
artifact=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] omitForNearer:
omitted=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
kept=org.hibernate:hibernate-core:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] includeArtifact:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] startProcessChildren:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] includeArtifact:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] startProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] endProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] endProcessChildren:
artifact=net.sf.ehcache:ehcache-core:jar:2.4.3:compile
[DEBUG] endProcessChildren:
artifact=org.hibernate:hibernate-ehcache:jar:4.1.5.SP1:compile
[DEBUG] testArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] omitForNearer:
omitted=javax.validation:validation-api:jar:1.0.0.GA:compile
kept=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] includeArtifact:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] startProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] endProcessChildren:
artifact=javax.validation:validation-api:jar:1.0.0.GA:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] omitForNearer: omitted=org.slf4j:slf4j-api:jar:1.6.1:compile
kept=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] includeArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] startProcessChildren:
artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] endProcessChildren: artifact=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] testArtifact:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] includeArtifact:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] startProcessChildren:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] endProcessChildren:
artifact=mysql:mysql-connector-java:jar:5.1.15:compile
[DEBUG] testArtifact: artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] includeArtifact: artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] startProcessChildren:
artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] endProcessChildren:
artifact=net.sf.opencsv:opencsv:jar:2.3:compile
[DEBUG] testArtifact: artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] includeArtifact:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] startProcessChildren:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] endProcessChildren:
artifact=commons-lang:commons-lang:jar:2.3:compile
[DEBUG] testArtifact:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] includeArtifact:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] startProcessChildren:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] testArtifact: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] includeArtifact: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] startProcessChildren: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] endProcessChildren: artifact=c3p0:c3p0:jar:0.9.1.1:compile
[DEBUG] testArtifact: artifact=org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG] omitForNearer: omitted=org.slf4j:slf4j-api:jar:1.6.1:compile
kept=org.slf4j:slf4j-api:jar:1.6.4:compile
[DEBUG] endProcessChildren:
artifact=org.quartz-scheduler:quartz:jar:2.1.5:compile
[DEBUG] testArtifact:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] includeArtifact:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] startProcessChildren:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] endProcessChildren:
artifact=org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[DEBUG] testArtifact:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] includeArtifact:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] startProcessChildren:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] endProcessChildren:
artifact=org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar:1.0:compile
[DEBUG] testArtifact: artifact=junit:junit:jar:4.8.1:test
[DEBUG] includeArtifact: artifact=junit:junit:jar:4.8.1:test
[DEBUG] startProcessChildren: artifact=junit:junit:jar:4.8.1:test
[DEBUG] endProcessChildren: artifact=junit:junit:jar:4.8.1:test
[DEBUG] testArtifact: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] includeArtifact: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] startProcessChildren: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] endProcessChildren: artifact=org.hsqldb:hsqldb:jar:2.0.0:test
[DEBUG] testArtifact: artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] includeArtifact: artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] startProcessChildren:
artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] endProcessChildren:
artifact=org.mockito:mockito-all:jar:1.9.0:test
[DEBUG] endProcessChildren: artifact=org.parentco.subco:myclient:war:1.0
[INFO] [16:05:07.462] Sensor Maven dependencies done: 791 ms
[INFO] [16:05:08.169] Execute decorators...
[DEBUG] [16:05:08.174] Decorators: ManualMeasureDecorator ->
SumDuplicationsDecorator -> UnitTestDecorator ->
***@1aa5d24b ->
***@70d88496 ->
***@16e8cdbb ->
ManualViolationInjector ->
***@4c4cd88f
-> ***@178c8195 ->
***@98f6947 ->
***@2648b938 ->
***@491dbb6b ->
***@3efb934d ->
***@7683c488 ->
FileTangleIndexDecorator ->
***@563c591c ->
f(lines) -> f(generated_lines) -> f(ncloc) -> f(generated_ncloc) ->
f(classes) -> f(packages) -> f(functions) -> f(accessors) -> f(paragraphs)
-> f(statements) -> f(public_api) -> f(comment_lines) ->
f(comment_blank_lines) -> f(public_undocumented_api) ->
f(commented_out_code_lines) -> f(complexity) ->
f(class_complexity_distribution) -> f(paragraph_complexity_distribution) ->
f(lines_to_cover) -> f(uncovered_lines) -> f(conditions_to_cover) ->
f(uncovered_conditions) -> f(it_lines_to_cover) -> f(it_uncovered_lines) ->
f(it_conditions_to_cover) -> f(it_uncovered_conditions) -> f(rfc) ->
f(lcom4) -> f(package_cycles) -> f(package_tangles) ->
f(package_feedback_edges) -> f(package_edges_weight) ->
f(new_lines_to_cover) -> f(new_uncovered_lines) ->
f(new_conditions_to_cover) -> f(new_uncovered_conditions) ->
f(new_it_lines_to_cover) -> f(new_it_uncovered_lines) ->
f(new_it_conditions_to_cover) -> f(new_it_uncovered_conditions) ->
***@76e8162b ->
CommentDensityDecorator -> ViolationTrackingDecorator ->
***@70781f2a
->
***@5e463815
->
***@540c1b0d
-> PackageTangleIndexDecorator -> f(class_complexity) ->
f(function_complexity) -> f(file_complexity) -> f(paragraph_complexity) ->
***@40e0096 ->
***@334879ee ->
***@5b3d128f ->
***@3a3d350f ->
***@86689a8 ->
***@3d778e7 ->
ViolationSeverityUpdater -> f(function_complexity_distribution) ->
f(file_complexity_distribution) -> f(rfc_distribution) ->
f(lcom4_distribution) -> ViolationsDecorator ->
***@7c914797 ->
***@26196173 ->
NewViolationsDecorator ->
***@14b9337f ->
***@e1abbbd ->
ViolationsDensityDecorator ->
***@2e37dbea ->
VariationDecorator
[DEBUG] [16:05:08.411] Reload the data measure: coverage_line_hits_data,
id=47373
[DEBUG] [16:05:08.416] Flush 1 data measures from memory:
[DEBUG] [16:05:08.568] Reload the data measure: coverage_line_hits_data,
id=47421
[DEBUG] [16:05:08.568] Flush 1 data measures from memory:
[DEBUG] [16:05:08.712] Reload the data measure: coverage_line_hits_data,
id=47394
[DEBUG] [16:05:08.712] Flush 1 data measures from memory:
[DEBUG] [16:05:08.801] Reload the data measure: coverage_line_hits_data,
id=47362
[DEBUG] [16:05:08.801] Flush 1 data measures from memory:
[DEBUG] [16:05:08.965] Reload the data measure: coverage_line_hits_data,
id=47381
[DEBUG] [16:05:08.965] Flush 1 data measures from memory:
[DEBUG] [16:05:09.214] Reload the data measure: coverage_line_hits_data,
id=47388
[DEBUG] [16:05:09.214] Flush 1 data measures from memory:
[DEBUG] [16:05:09.308] Reload the data measure: coverage_line_hits_data,
id=47337
[DEBUG] [16:05:09.308] Flush 1 data measures from memory:
[DEBUG] [16:05:09.367] Reload the data measure: coverage_line_hits_data,
id=47448
[DEBUG] [16:05:09.367] Flush 1 data measures from memory:
[DEBUG] [16:05:09.613] Reload the data measure: coverage_line_hits_data,
id=47345
[DEBUG] [16:05:09.613] Flush 1 data measures from memory:
[DEBUG] [16:05:09.910] Reload the data measure: coverage_line_hits_data,
id=47377
[DEBUG] [16:05:09.910] Flush 1 data measures from memory:
[DEBUG] [16:05:10.024] Reload the data measure: coverage_line_hits_data,
id=47442
[DEBUG] [16:05:10.025] Flush 1 data measures from memory:
[DEBUG] [16:05:10.137] Reload the data measure: coverage_line_hits_data,
id=47418
[DEBUG] [16:05:10.137] Flush 1 data measures from memory:
[DEBUG] [16:05:10.488] Reload the data measure: coverage_line_hits_data,
id=47454
[DEBUG] [16:05:10.488] Flush 1 data measures from memory:
[DEBUG] [16:05:10.749] Reload the data measure: coverage_line_hits_data,
id=47412
[DEBUG] [16:05:10.749] Flush 1 data measures from memory:
[DEBUG] [16:05:10.796] Reload the data measure: coverage_line_hits_data,
id=47353
[DEBUG] [16:05:10.796] Flush 1 data measures from memory:
[DEBUG] [16:05:10.932] Reload the data measure: coverage_line_hits_data,
id=47400
[DEBUG] [16:05:10.933] Flush 1 data measures from memory:
[DEBUG] [16:05:11.001] Reload the data measure: coverage_line_hits_data,
id=47397
[DEBUG] [16:05:11.001] Flush 1 data measures from memory:
[DEBUG] [16:05:11.125] Reload the data measure: coverage_line_hits_data,
id=47428
[DEBUG] [16:05:11.126] Flush 1 data measures from memory:
[DEBUG] [16:05:11.277] Reload the data measure: coverage_line_hits_data,
id=47434
[DEBUG] [16:05:11.277] Flush 1 data measures from memory:
[DEBUG] [16:05:11.356] Reload the data measure: coverage_line_hits_data,
id=47438
[DEBUG] [16:05:11.356] Flush 1 data measures from memory:
[DEBUG] [16:05:11.598] Reload the data measure: dsm, id=47301
[DEBUG] [16:05:11.598] Flush 1 data measures from memory:
[DEBUG] [16:05:11.648] Decorator time:
ManualMeasureDecorator: 227ms
SumDuplicationsDecorator: 47ms
UnitTestDecorator: 26ms
***@1aa5d24b: 4ms
***@70d88496: 3ms
***@16e8cdbb: 8ms
ManualViolationInjector: 284ms
***@4c4cd88f:
11ms
***@178c8195: 46ms
***@98f6947: 3ms
***@2648b938: 9ms
***@491dbb6b: 2ms
***@3efb934d: 15ms
***@7683c488: 4ms
FileTangleIndexDecorator: 8ms
***@563c591c: 2ms
f(lines): 4ms
f(generated_lines): 3ms
f(ncloc): 5ms
f(generated_ncloc): 2ms
f(classes): 15ms
f(packages): 5ms
f(functions): 3ms
f(accessors): 12ms
f(paragraphs): 1ms
f(statements): 0ms
f(public_api): 2ms
f(comment_lines): 2ms
f(comment_blank_lines): 4ms
f(public_undocumented_api): 1ms
f(commented_out_code_lines): 4ms
f(complexity): 10ms
f(class_complexity_distribution): 4ms
f(paragraph_complexity_distribution): 5ms
f(lines_to_cover): 3ms
f(uncovered_lines): 8ms
f(conditions_to_cover): 7ms
f(uncovered_conditions): 1ms
f(it_lines_to_cover): 3ms
f(it_uncovered_lines): 8ms
f(it_conditions_to_cover): 5ms
f(it_uncovered_conditions): 7ms
f(rfc): 3ms
f(lcom4): 6ms
f(package_cycles): 2ms
f(package_tangles): 7ms
f(package_feedback_edges): 5ms
f(package_edges_weight): 9ms
f(new_lines_to_cover): 4ms
f(new_uncovered_lines): 3ms
f(new_conditions_to_cover): 11ms
f(new_uncovered_conditions): 8ms
f(new_it_lines_to_cover): 9ms
f(new_it_uncovered_lines): 0ms
f(new_it_conditions_to_cover): 4ms
f(new_it_uncovered_conditions): 1ms
***@76e8162b: 42ms
CommentDensityDecorator: 41ms
ViolationTrackingDecorator: 545ms
***@70781f2a:
6ms
***@5e463815:
22ms
***@540c1b0d:
29ms
PackageTangleIndexDecorator: 4ms
f(class_complexity): 8ms
f(function_complexity): 14ms
f(file_complexity): 18ms
f(paragraph_complexity): 3ms
***@40e0096: 12ms
***@334879ee: 26ms
***@5b3d128f: 3ms
***@3a3d350f: 27ms
***@86689a8: 12ms
***@3d778e7: 18ms
ViolationSeverityUpdater: 6ms
f(function_complexity_distribution): 33ms
f(file_complexity_distribution): 18ms
f(rfc_distribution): 4ms
f(lcom4_distribution): 3ms
ViolationsDecorator: 166ms
***@7c914797: 8ms
***@26196173:
572ms
NewViolationsDecorator: 31ms
***@14b9337f: 49ms
***@e1abbbd: 36ms
ViolationsDensityDecorator: 22ms
***@2e37dbea: 217ms
VariationDecorator: 282ms
[DEBUG] [16:05:11.648] 5552 measures to dump
[INFO] [16:05:16.725] ANALYSIS SUCCESSFUL, you can browse
http://localhost:9000
[DEBUG] [16:05:16.726] Post-jobs :
***@76116623 ->
***@7048c063
[INFO] [16:05:16.726] Executing post-job class
org.sonar.plugins.core.batch.IndexProjectPostJob
[INFO] [16:05:16.755] Executing post-job class
org.sonar.plugins.dbcleaner.ProjectPurgePostJob
[INFO] [16:05:16.778] -> Keep one snapshot per day between 2012-08-20 and
2012-09-16
[INFO] [16:05:16.780] -> Keep one snapshot per week between 2011-09-19 and
2012-08-20
[INFO] [16:05:16.781] -> Keep one snapshot per month between 2007-09-24 and
2011-09-19
[INFO] [16:05:16.786] -> Delete data prior to: 2007-09-24
[INFO] [16:05:16.793] -> Clean myclient [id=1]
[INFO] [16:05:16.796] <- Clean snapshot 1181
[DEBUG] [16:05:17.419] To prevent a memory leak, the JDBC Driver
[com.mysql.jdbc.Driver] has been forcibly deregistered
[DEBUG] [16:05:17.431] Delete temporary directory:
/tmp/sonar-batch45417730118825607306800457821069483
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1:09.300s
[INFO] Finished at: Mon Sep 17 16:05:17 EDT 2012
[INFO] Final Memory: 16M/56M
[INFO]
------------------------------------------------------------------------
--
View this message in context: http://sonar.15.n6.nabble.com/Getting-A-fatal-error-has-been-detected-by-the-Java-Runtime-Environment-for-Sonar-3-2-Maven-3-0-4-JaS-tp5003159.html
Sent from the Sonar user mailing list archive at Nabble.com.