Console Output

15:30:25 Started by an SCM change
15:30:25 Building remotely on build1 (indigo latex helios digibib) in workspace /var/jenkins/workspace/Aggregator
15:30:25  > git rev-parse --is-inside-work-tree # timeout=10
15:30:25 Fetching changes from the remote Git repository
15:30:25  > git config remote.origin.url git@git.projects.gwdg.de:aggregator.git # timeout=10
15:30:25 Fetching upstream changes from git@git.projects.gwdg.de:aggregator.git
15:30:25  > git --version # timeout=10
15:30:25 using GIT_SSH to set credentials git for projects.gwdg.de
15:30:25  > git fetch --tags --progress git@git.projects.gwdg.de:aggregator.git +refs/heads/*:refs/remotes/origin/*
15:30:26 Seen branch in repository origin/develop
15:30:26 Seen branch in repository origin/feature/basket
15:30:26 Seen branch in repository origin/feature/export-by-list
15:30:26 Seen branch in repository origin/feature/faust-rendering
15:30:26 Seen branch in repository origin/feature/instrumentation
15:30:26 Seen branch in repository origin/feature/license
15:30:26 Seen branch in repository origin/feature/new-structure
15:30:26 Seen branch in repository origin/feature/tei-xsl-7
15:30:26 Seen branch in repository origin/feature/tei-xsl-update
15:30:26 Seen branch in repository origin/feature/tei-xsl7-corpus
15:30:26 Seen branch in repository origin/feature/tei-xsl7-groups
15:30:26 Seen branch in repository origin/feature/xslmanager
15:30:26 Seen branch in repository origin/feature/zip-config
15:30:26 Seen branch in repository origin/feature/zip-performance
15:30:26 Seen branch in repository origin/master
15:30:26 Seen branch in repository origin/package-tei-xsl
15:30:26 Seen branch in repository origin/refactor-html
15:30:26 Seen branch in repository origin/refactor-it
15:30:26 Seen branch in repository origin/release/1.4.0
15:30:26 Seen 19 remote branches
15:30:26 Checking out Revision 0e25ddc8db0c36051d47a547d8e0e50921d88d40 (origin/develop)
15:30:26  > git config core.sparsecheckout # timeout=10
15:30:26  > git checkout -f 0e25ddc8db0c36051d47a547d8e0e50921d88d40 # timeout=10
15:30:26  > git branch -a # timeout=10
15:30:26  > git rev-parse origin/develop^{commit} # timeout=10
15:30:26  > git rev-parse origin/feature/license^{commit} # timeout=10
15:30:26  > git rev-parse origin/master^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/develop^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/basket^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/export-by-list^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/faust-rendering^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/instrumentation^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/license^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/new-structure^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/tei-xsl-7^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/tei-xsl-update^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/tei-xsl7-corpus^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/tei-xsl7-groups^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/xslmanager^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/zip-config^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/feature/zip-performance^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/master^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/package-tei-xsl^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/refactor-html^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/refactor-it^{commit} # timeout=10
15:30:26  > git rev-parse remotes/origin/release/1.4.0^{commit} # timeout=10
15:30:26  > git branch -D origin/develop # timeout=10
15:30:26  > git checkout -b origin/develop 0e25ddc8db0c36051d47a547d8e0e50921d88d40
15:30:26  > git rev-list 01009c14cf13b533492cda52c2c5af0b0477aa26 # timeout=10
15:30:26  > git remote # timeout=10
15:30:26  > git submodule init # timeout=10
15:30:26  > git submodule sync # timeout=10
15:30:26  > git config --get remote.origin.url # timeout=10
15:30:26  > git submodule update --init --recursive
15:30:26 No emails were triggered.
15:30:26 Parsing POMs
15:30:26 using settings config with name MavenSettings
15:30:26 maven3-agent.jar already up to date
15:30:26 maven3-interceptor.jar already up to date
15:30:26 maven3-interceptor-commons.jar already up to date
15:30:26 [Aggregator] $ java -DuniqueVersion=false -cp /var/jenkins/maven3-agent.jar:/var/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3 /var/jenkins/slave.jar /var/jenkins/maven3-interceptor.jar /var/jenkins/maven3-interceptor-commons.jar 50548
15:30:27 <===[JENKINS REMOTING CAPACITY]===>channel started
15:30:27 using settings config with name MavenSettings
15:30:28 Executing Maven:  -B -f /var/jenkins/workspace/Aggregator/pom.xml -s /tmp/settings1904758189081275866.xml clean verify site
15:30:29 [INFO] Scanning for projects...
15:30:30 [INFO]                                                                         
15:30:30 [INFO] ------------------------------------------------------------------------
15:30:30 [INFO] Building TextGrid Aggregator Service 1.4.4-SNAPSHOT
15:30:30 [INFO] ------------------------------------------------------------------------
15:30:31 [INFO] 
15:30:31 [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ aggregator ---
15:30:31 [INFO] Deleting /var/jenkins/workspace/Aggregator/target
15:30:32 [INFO] 
15:30:32 [INFO] --- git-commit-id-plugin:2.1.5:revision (default) @ aggregator ---
15:30:32 [info] 
15:30:32 [info] /var/jenkins/workspace/Aggregator/.git
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] git.build.user.name Cophi Jenkins
15:30:32 [info] git.build.user.email ci@dev.digital-humanities.de
15:30:32 [info] git.branch origin/develop
15:30:32 [info] --always = false
15:30:32 [info] --dirty = -dev
15:30:32 [info] --abbrev = 7
15:30:32 [info] --tags = true
15:30:32 [info] --match = 
15:30:32 [info] Tag refs [ [Ref[refs/tags/1.4.0=98cea2cc3199cb1a3b00f5b9cdc85dca612ac624], Ref[refs/tags/1.4.1=818d4d36c91dbf080d54253d3821f93c67cb9143], Ref[refs/tags/1.4.2=83f04721ea3053fdac69a29a1717fd47ddeeeb1f], Ref[refs/tags/1.4.3=755722df114f97edf66469df19dcbf4958a23358], Ref[refs/tags/deployed-esx1-2014-02-05=314de56fc05e3020d3c0e785f701a44a2ca8ffc6], Ref[refs/tags/deployed-esx1-2014-02-19=38deae2826b5a9667dd61187d4de6e93676d1c69], Ref[refs/tags/deployed-esx1-2014-03-17=89ccf52792ad80d2530ceed4ceb035d281b721ec], Ref[refs/tags/deployed-esx1-2014-06-10=4914e3dcdb72391b445d399c97465d7c67bfd816], Ref[refs/tags/deployed-esx1-2014-06-10.1=b3d62053ce5d0562f6636917a8fa236e425f6d48], Ref[refs/tags/deployed-esx1-2014-07-11=a293a131754c91f0eb789fdb1e49f7defd352d14], Ref[refs/tags/deployed-esx1-2014-09-15=45043a71d7334469f0fa13d55cbceba4a5fe4275], Ref[refs/tags/deployed-esx1-2014-09-22=d717edcc98f12280cb3a89f9dab317a43c278b0e], Ref[refs/tags/deployed-esx1-2014-09-25=d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49], Ref[refs/tags/deployed-services-2013-09-06=fda1996eb53f8a8635f62c0af550269dfdd1df65], Ref[refs/tags/deployed-services-2013-09-11=244645a7845322a9e1ab12bbcd7328fcd3313a24], Ref[refs/tags/deployed-services-2013-09-26=fec0cdc0f19ed4feae655d66d761926b66df16d8], Ref[refs/tags/deployed-services-2014-01-21=8651cf63cb4861c3e256f14172de0cceed1e576a], Ref[refs/tags/deployed-test-2013-03-27=5d7d33e024f9e76938dd7266ebb1b4e409160ff8], Ref[refs/tags/deployed-test-2013-04-04=a57a7fe5d8c544abecac2b0f49cd83bc824df312], Ref[refs/tags/deployed-wue-2013-05-27=cc42016db6b18872263a0f42fd22ebf9b8167f43], Ref[refs/tags/deployed-wue-2014-01-20=f01c923af8a110c3e80cab5fe41381c79781913d], Ref[refs/tags/deployed-wue-2014-01-31=debebbf23581d9a94f6d1bfe68ff7d4ae399a06b], Ref[refs/tags/deployed-wue-2014-01-31.2=e963597d691e2b989829016b57bc7525bd073360], Ref[refs/tags/deployed-wue-2014-02-01=4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96], Ref[refs/tags/deployed-wue-2014-02-17=32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144]] ]
15:30:32 [info] Resolved tag [ 1.4.0 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Mon Sep 15 21:42:25 2014 +0200] ], points at [ commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------ ] 
15:30:32 [info] Resolved tag [ 1.4.1 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Wed Oct 8 14:21:24 2014 +0200] ], points at [ commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------ ] 
15:30:32 [info] Resolved tag [ 1.4.2 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Thu Oct 9 11:32:51 2014 +0200] ], points at [ commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------ ] 
15:30:32 [info] Resolved tag [ 1.4.3 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Thu Nov 13 15:22:56 2014 +0100] ], points at [ commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------ ] 
15:30:32 [info] Resolved tag [ deployed-esx1-2014-02-05 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Wed Feb 5 16:58:52 2014 +0100] ], points at [ commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------ ] 
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-02-19 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-03-17 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-06-10 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-06-10.1 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-07-11 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-15 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-22 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-25 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-06 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-11 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-26 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-services-2014-01-21 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-test-2013-03-27 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-test-2013-04-04 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2013-05-27 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-20 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-31 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-31.2 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-02-01 ]
15:30:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-02-17 ]
15:30:32 [info] key [ commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------ ], tags => [ [DatedRevTag{id=314de56fc05e3020d3c0e785f701a44a2ca8ffc6, tagName='deployed-esx1-2014-02-05', date=5. Februar 2014 16:58:52 +01:00}] ] 
15:30:32 [info] key [ AnyObjectId[5d7d33e024f9e76938dd7266ebb1b4e409160ff8] ], tags => [ [DatedRevTag{id=5d7d33e024f9e76938dd7266ebb1b4e409160ff8, tagName='refs/tags/deployed-test-2013-03-27', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[debebbf23581d9a94f6d1bfe68ff7d4ae399a06b] ], tags => [ [DatedRevTag{id=debebbf23581d9a94f6d1bfe68ff7d4ae399a06b, tagName='refs/tags/deployed-wue-2014-01-31', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[f01c923af8a110c3e80cab5fe41381c79781913d] ], tags => [ [DatedRevTag{id=f01c923af8a110c3e80cab5fe41381c79781913d, tagName='refs/tags/deployed-wue-2014-01-20', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[b3d62053ce5d0562f6636917a8fa236e425f6d48] ], tags => [ [DatedRevTag{id=b3d62053ce5d0562f6636917a8fa236e425f6d48, tagName='refs/tags/deployed-esx1-2014-06-10.1', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[fda1996eb53f8a8635f62c0af550269dfdd1df65] ], tags => [ [DatedRevTag{id=fda1996eb53f8a8635f62c0af550269dfdd1df65, tagName='refs/tags/deployed-services-2013-09-06', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------ ], tags => [ [DatedRevTag{id=818d4d36c91dbf080d54253d3821f93c67cb9143, tagName='1.4.1', date=8. Oktober 2014 14:21:24 +02:00}] ] 
15:30:32 [info] key [ commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------ ], tags => [ [DatedRevTag{id=755722df114f97edf66469df19dcbf4958a23358, tagName='1.4.3', date=13. November 2014 15:22:56 +01:00}] ] 
15:30:32 [info] key [ AnyObjectId[d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49] ], tags => [ [DatedRevTag{id=d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49, tagName='refs/tags/deployed-esx1-2014-09-25', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[a57a7fe5d8c544abecac2b0f49cd83bc824df312] ], tags => [ [DatedRevTag{id=a57a7fe5d8c544abecac2b0f49cd83bc824df312, tagName='refs/tags/deployed-test-2013-04-04', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[fec0cdc0f19ed4feae655d66d761926b66df16d8] ], tags => [ [DatedRevTag{id=fec0cdc0f19ed4feae655d66d761926b66df16d8, tagName='refs/tags/deployed-services-2013-09-26', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[a293a131754c91f0eb789fdb1e49f7defd352d14] ], tags => [ [DatedRevTag{id=a293a131754c91f0eb789fdb1e49f7defd352d14, tagName='refs/tags/deployed-esx1-2014-07-11', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[4914e3dcdb72391b445d399c97465d7c67bfd816] ], tags => [ [DatedRevTag{id=4914e3dcdb72391b445d399c97465d7c67bfd816, tagName='refs/tags/deployed-esx1-2014-06-10', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[cc42016db6b18872263a0f42fd22ebf9b8167f43] ], tags => [ [DatedRevTag{id=cc42016db6b18872263a0f42fd22ebf9b8167f43, tagName='refs/tags/deployed-wue-2013-05-27', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------ ], tags => [ [DatedRevTag{id=98cea2cc3199cb1a3b00f5b9cdc85dca612ac624, tagName='1.4.0', date=15. September 2014 21:42:25 +02:00}] ] 
15:30:32 [info] key [ AnyObjectId[38deae2826b5a9667dd61187d4de6e93676d1c69] ], tags => [ [DatedRevTag{id=38deae2826b5a9667dd61187d4de6e93676d1c69, tagName='refs/tags/deployed-esx1-2014-02-19', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[89ccf52792ad80d2530ceed4ceb035d281b721ec] ], tags => [ [DatedRevTag{id=89ccf52792ad80d2530ceed4ceb035d281b721ec, tagName='refs/tags/deployed-esx1-2014-03-17', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[d717edcc98f12280cb3a89f9dab317a43c278b0e] ], tags => [ [DatedRevTag{id=d717edcc98f12280cb3a89f9dab317a43c278b0e, tagName='refs/tags/deployed-esx1-2014-09-22', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96] ], tags => [ [DatedRevTag{id=4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96, tagName='refs/tags/deployed-wue-2014-02-01', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[45043a71d7334469f0fa13d55cbceba4a5fe4275] ], tags => [ [DatedRevTag{id=45043a71d7334469f0fa13d55cbceba4a5fe4275, tagName='refs/tags/deployed-esx1-2014-09-15', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144] ], tags => [ [DatedRevTag{id=32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144, tagName='refs/tags/deployed-wue-2014-02-17', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[e963597d691e2b989829016b57bc7525bd073360] ], tags => [ [DatedRevTag{id=e963597d691e2b989829016b57bc7525bd073360, tagName='refs/tags/deployed-wue-2014-01-31.2', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[244645a7845322a9e1ab12bbcd7328fcd3313a24] ], tags => [ [DatedRevTag{id=244645a7845322a9e1ab12bbcd7328fcd3313a24, tagName='refs/tags/deployed-services-2013-09-11', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ AnyObjectId[8651cf63cb4861c3e256f14172de0cceed1e576a] ], tags => [ [DatedRevTag{id=8651cf63cb4861c3e256f14172de0cceed1e576a, tagName='refs/tags/deployed-services-2014-01-21', date=13. November 0014 15:30:32 +00:53:28}] ] 
15:30:32 [info] key [ commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------ ], tags => [ [DatedRevTag{id=83f04721ea3053fdac69a29a1717fd47ddeeeb1f, tagName='1.4.2', date=9. Oktober 2014 11:32:51 +02:00}] ] 
15:30:32 [info] Created map: [ {commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------=[deployed-esx1-2014-02-05], AnyObjectId[5d7d33e024f9e76938dd7266ebb1b4e409160ff8]=[deployed-test-2013-03-27], AnyObjectId[debebbf23581d9a94f6d1bfe68ff7d4ae399a06b]=[deployed-wue-2014-01-31], AnyObjectId[f01c923af8a110c3e80cab5fe41381c79781913d]=[deployed-wue-2014-01-20], AnyObjectId[b3d62053ce5d0562f6636917a8fa236e425f6d48]=[deployed-esx1-2014-06-10.1], AnyObjectId[fda1996eb53f8a8635f62c0af550269dfdd1df65]=[deployed-services-2013-09-06], commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------=[1.4.1], commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------=[1.4.3], AnyObjectId[d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49]=[deployed-esx1-2014-09-25], AnyObjectId[a57a7fe5d8c544abecac2b0f49cd83bc824df312]=[deployed-test-2013-04-04], AnyObjectId[fec0cdc0f19ed4feae655d66d761926b66df16d8]=[deployed-services-2013-09-26], AnyObjectId[a293a131754c91f0eb789fdb1e49f7defd352d14]=[deployed-esx1-2014-07-11], AnyObjectId[4914e3dcdb72391b445d399c97465d7c67bfd816]=[deployed-esx1-2014-06-10], commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------=[1.4.0], AnyObjectId[cc42016db6b18872263a0f42fd22ebf9b8167f43]=[deployed-wue-2013-05-27], AnyObjectId[38deae2826b5a9667dd61187d4de6e93676d1c69]=[deployed-esx1-2014-02-19], AnyObjectId[d717edcc98f12280cb3a89f9dab317a43c278b0e]=[deployed-esx1-2014-09-22], AnyObjectId[89ccf52792ad80d2530ceed4ceb035d281b721ec]=[deployed-esx1-2014-03-17], AnyObjectId[4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96]=[deployed-wue-2014-02-01], AnyObjectId[45043a71d7334469f0fa13d55cbceba4a5fe4275]=[deployed-esx1-2014-09-15], AnyObjectId[32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144]=[deployed-wue-2014-02-17], AnyObjectId[244645a7845322a9e1ab12bbcd7328fcd3313a24]=[deployed-services-2013-09-11], AnyObjectId[e963597d691e2b989829016b57bc7525bd073360]=[deployed-wue-2014-01-31.2], AnyObjectId[8651cf63cb4861c3e256f14172de0cceed1e576a]=[deployed-services-2014-01-21], commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------=[1.4.2]} ] 
15:30:32 [info] HEAD is [ 0e25ddc8db0c36051d47a547d8e0e50921d88d40 ] 
15:30:32 [info] Repo is in dirty state [ false ]
15:30:32 [info] git.commit.id.describe 1.4.3-2-g0e25ddc
15:30:32 [info] git.commit.id 0e25ddc8db0c36051d47a547d8e0e50921d88d40
15:30:32 [info] git.commit.id.abbrev 0e25ddc
15:30:32 [info] git.commit.user.name Thorsten Vitt
15:30:32 [info] git.commit.user.email thorsten.vitt@uni-wuerzburg.de
15:30:32 [info] git.commit.message.full Started next development cycle
15:30:32 
15:30:32 [info] git.commit.message.short Started next development cycle
15:30:32 [info] git.commit.time 2014-11-13 15:25:16
15:30:32 [info] git.remote.origin.url git@git.projects.gwdg.de:aggregator.git
15:30:32 [info] git.build.time 2014-11-13 15:30:32
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] 
15:30:32 [info] TextGrid Aggregator Service ] project TextGrid Aggregator Service
15:30:32 [info] 
15:30:32 [INFO] 
15:30:32 [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ aggregator ---
15:30:32 [debug] execute contextualize
15:30:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:30:32 [INFO] Copying 3 resources
15:30:32 [INFO] Copying 1 resource to /var/jenkins/workspace/Aggregator/target
15:30:32 [INFO] 
15:30:32 [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ aggregator ---
15:30:32 [INFO] Compiling 23 source files to /var/jenkins/workspace/Aggregator/target/classes
15:30:34 [INFO] 
15:30:34 [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ aggregator ---
15:30:34 [debug] execute contextualize
15:30:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:30:34 [INFO] Copying 11 resources
15:30:34 [INFO] 
15:30:34 [INFO] --- build-helper-maven-plugin:1.5:reserve-network-port (reserve-network-port) @ aggregator ---
15:30:34 [INFO] Reserved port 37117 for test.server.port
15:30:34 [INFO] 
15:30:34 [INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ aggregator ---
15:30:34 [INFO] Compiling 12 source files to /var/jenkins/workspace/Aggregator/target/test-classes
15:30:36 [INFO] 
15:30:36 [INFO] --- maven-surefire-plugin:2.14:test (default-test) @ aggregator ---
15:30:36 [INFO] Surefire report directory: /var/jenkins/workspace/Aggregator/target/surefire-reports
15:30:36 
15:30:36 -------------------------------------------------------
15:30:36  T E S T S
15:30:36 -------------------------------------------------------
15:30:36 Running info.textgrid.services.aggregator.tree.AggregationTreeFactoryTest
15:30:37 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 sec
15:30:37 Running info.textgrid.services.aggregator.html.HtmlRegressionTest
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider <init>
15:30:37 INFORMATION: Initialized a TextGridRepProvider with the endpoint https://www.textgridlab.org/1.0/confserv
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getConfig
15:30:37 INFORMATION: Received config from https://www.textgridlab.org/1.0/confserv
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:30:37 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:30:37 ### Comparing HTML output for textgrid:n2kf.0 to reference document n2kf.0.html
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:37 INFORMATION: Starting HTML export for textgrid:n2kf.0
15:30:37 Nov 13, 2014 3:30:37 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:37 INFORMATION: Started HTML serialization for textgrid:n2kf.0 (UNKNOWN -> html) after 4,317 ms
15:30:38 Nov 13, 2014 3:30:38 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:30:38 INFORMATION: No servlet context, trying fallback property
15:30:40 Nov 13, 2014 3:30:40 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:30:40 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:30:40 Nov 13, 2014 3:30:40 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:40 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:30:40 Nov 13, 2014 3:30:40 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:40 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:n2kf.0 (UNKNOWN -> html) after 2,179 s
15:30:40 Nov 13, 2014 3:30:40 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
15:30:40 INFORMATION: Creating Service {http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService from class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.TGCrudService
15:30:40 Nov 13, 2014 3:30:40 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
15:30:40 INFORMATION: Creating Service {http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService from class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.TGCrudService
15:30:41 Nov 13, 2014 3:30:41 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:30:41 INFORMATION: Fetched source for textgrid:n2kf.0 (UNKNOWN -> html) up to metadata after 3,662 s
15:30:41 Nov 13, 2014 3:30:41 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:30:41 INFORMATION: Fetched source for textgrid:n2kf.0 (XML -> html) after 3,665 s
15:30:41 Nov 13, 2014 3:30:41 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:41 INFORMATION: Ready for transformation of textgrid:n2kf.0 (XML -> html) after 4,021 s
15:30:42 case 4: write to stdout, pageLayout Simple
15:30:42 TEI HTML creation in single document mode 
15:30:44 TEI HTML: run end hook template teiEndHook
15:30:44 Nov 13, 2014 3:30:44 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:44 INFORMATION: Finished and delivered transformation of textgrid:n2kf.0 (XML -> html) after 6,248 s
15:30:46 ### Comparing HTML output for textgrid:msdd.0 to reference document msdd.0.html
15:30:46 Nov 13, 2014 3:30:46 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:46 INFORMATION: Starting HTML export for textgrid:msdd.0
15:30:46 Nov 13, 2014 3:30:46 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:46 INFORMATION: Started HTML serialization for textgrid:msdd.0 (UNKNOWN -> html) after 661,0 μs
15:30:46 Nov 13, 2014 3:30:46 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:30:46 INFORMATION: No servlet context, trying fallback property
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:30:47 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:47 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:47 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:msdd.0 (UNKNOWN -> html) after 702,9 ms
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:30:47 INFORMATION: Fetched source for textgrid:msdd.0 (UNKNOWN -> html) up to metadata after 785,3 ms
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer <init>
15:30:47 INFORMATION: Starting TEIcorpus serialization for Das Incognito (textgrid:msdd.0, text/tg.edition+tg.aggregation+xml)
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer write
15:30:47 INFORMATION: writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@1739792, sid: false
15:30:47 Nov 13, 2014 3:30:47 PM info.textgrid.services.aggregator.util.TextGridRepProvider getPublicSearchClient
15:30:47 INFORMATION: Instantiated public search client at: https://textgridlab.org/1.0/tgsearch-public
15:30:48 Nov 13, 2014 3:30:48 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:30:48 INFORMATION: Fetched source for textgrid:msdd.0 (AGGREGATION -> html) after 2,393 s
15:30:48 Nov 13, 2014 3:30:48 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:48 INFORMATION: Ready for transformation of textgrid:msdd.0 (AGGREGATION -> html) after 2,395 s
15:30:48 case 4: write to stdout, pageLayout Simple
15:30:48 TEI HTML inside corpus 
15:30:49 Nov 13, 2014 3:30:49 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:49 INFORMATION: Finished and delivered transformation of textgrid:msdd.0 (AGGREGATION -> html) after 2,579 s
15:30:49 ### Comparing HTML output for textgrid:mr23.0 to reference document mr23.0.html
15:30:49 Nov 13, 2014 3:30:49 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:49 INFORMATION: Starting HTML export for textgrid:mr23.0
15:30:49 Nov 13, 2014 3:30:49 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:49 INFORMATION: Started HTML serialization for textgrid:mr23.0 (UNKNOWN -> html) after 693,8 μs
15:30:49 Nov 13, 2014 3:30:49 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:30:49 INFORMATION: No servlet context, trying fallback property
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:30:50 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:50 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:50 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:mr23.0 (UNKNOWN -> html) after 388,5 ms
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:30:50 INFORMATION: Fetched source for textgrid:mr23.0 (UNKNOWN -> html) up to metadata after 479,4 ms
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer <init>
15:30:50 INFORMATION: Starting TEIcorpus serialization for Ahnung und Gegenwart (textgrid:mr23.0, text/tg.edition+tg.aggregation+xml)
15:30:50 Nov 13, 2014 3:30:50 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer write
15:30:50 INFORMATION: writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@2227a7, sid: false
15:30:51 Nov 13, 2014 3:30:51 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:30:51 INFORMATION: Fetched source for textgrid:mr23.0 (AGGREGATION -> html) after 1,298 s
15:30:51 Nov 13, 2014 3:30:51 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:51 INFORMATION: Ready for transformation of textgrid:mr23.0 (AGGREGATION -> html) after 1,300 s
15:30:51 case 4: write to stdout, pageLayout Simple
15:30:51 TEI HTML inside corpus 
15:30:51 Nov 13, 2014 3:30:51 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:30:51 INFORMATION: Finished and delivered transformation of textgrid:mr23.0 (AGGREGATION -> html) after 1,787 s
15:30:52 ### Comparing HTML output for textgrid:mjr3.0 to reference document mjr3.0.html
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:52 INFORMATION: Starting HTML export for textgrid:mjr3.0
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:30:52 INFORMATION: Started HTML serialization for textgrid:mjr3.0 (UNKNOWN -> html) after 689,2 μs
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:30:52 INFORMATION: No servlet context, trying fallback property
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:30:52 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:52 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:30:52 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:mjr3.0 (UNKNOWN -> html) after 381,6 ms
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:30:52 INFORMATION: Fetched source for textgrid:mjr3.0 (UNKNOWN -> html) up to metadata after 474,1 ms
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer <init>
15:30:52 INFORMATION: Starting TEIcorpus serialization for Gedichte (Die Ausgabe von 1844) (textgrid:mjr3.0, text/tg.edition+tg.aggregation+xml)
15:30:52 Nov 13, 2014 3:30:52 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer write
15:30:52 INFORMATION: writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@a83ab7, sid: false
15:31:13 Nov 13, 2014 3:31:13 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:31:13 INFORMATION: Fetched source for textgrid:mjr3.0 (AGGREGATION -> html) after 21,14 s
15:31:13 Nov 13, 2014 3:31:13 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:13 INFORMATION: Ready for transformation of textgrid:mjr3.0 (AGGREGATION -> html) after 21,15 s
15:31:13 case 4: write to stdout, pageLayout Simple
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:13 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 TEI HTML inside corpus 
15:31:14 Nov 13, 2014 3:31:14 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:14 INFORMATION: Finished and delivered transformation of textgrid:mjr3.0 (AGGREGATION -> html) after 22,27 s
15:31:16 ### Comparing HTML output for textgrid:mr47.0 to reference document mr47.0.html
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:16 INFORMATION: Starting HTML export for textgrid:mr47.0
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:16 INFORMATION: Started HTML serialization for textgrid:mr47.0 (UNKNOWN -> html) after 612,8 μs
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:31:16 INFORMATION: No servlet context, trying fallback property
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:31:16 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:16 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:31:16 Nov 13, 2014 3:31:16 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:16 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:mr47.0 (UNKNOWN -> html) after 298,7 ms
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:31:17 INFORMATION: Fetched source for textgrid:mr47.0 (UNKNOWN -> html) up to metadata after 450,0 ms
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer <init>
15:31:17 INFORMATION: Starting TEIcorpus serialization for Der wandernde Student (textgrid:mr47.0, text/tg.edition+tg.aggregation+xml)
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer write
15:31:17 INFORMATION: writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@1fc1c23, sid: false
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:31:17 INFORMATION: Fetched source for textgrid:mr47.0 (AGGREGATION -> html) after 1,104 s
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:17 INFORMATION: Ready for transformation of textgrid:mr47.0 (AGGREGATION -> html) after 1,105 s
15:31:17 case 4: write to stdout, pageLayout Simple
15:31:17 TEI HTML inside corpus 
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:17 INFORMATION: Finished and delivered transformation of textgrid:mr47.0 (AGGREGATION -> html) after 1,110 s
15:31:17 ### Comparing HTML output for textgrid:nbvb.0 to reference document nbvb.0.html
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:17 INFORMATION: Starting HTML export for textgrid:nbvb.0
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:17 INFORMATION: Started HTML serialization for textgrid:nbvb.0 (UNKNOWN -> html) after 461,2 μs
15:31:17 Nov 13, 2014 3:31:17 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:31:17 INFORMATION: No servlet context, trying fallback property
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:31:18 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:18 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:18 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:nbvb.0 (UNKNOWN -> html) after 303,0 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:31:18 INFORMATION: Fetched source for textgrid:nbvb.0 (UNKNOWN -> html) up to metadata after 385,9 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:31:18 INFORMATION: Fetched source for textgrid:nbvb.0 (XML -> html) after 386,6 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:18 INFORMATION: Ready for transformation of textgrid:nbvb.0 (XML -> html) after 387,9 ms
15:31:18 case 4: write to stdout, pageLayout Simple
15:31:18 TEI HTML creation in single document mode 
15:31:18 TEI HTML: run end hook template teiEndHook
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:18 INFORMATION: Finished and delivered transformation of textgrid:nbvb.0 (XML -> html) after 401,5 ms
15:31:18 ### Comparing HTML output for textgrid:11sqw.0 to reference document 11sqw.0.html
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:18 INFORMATION: Starting HTML export for textgrid:11sqw.0
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter <init>
15:31:18 INFORMATION: Started HTML serialization for textgrid:11sqw.0 (UNKNOWN -> html) after 574,0 μs
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.util.StylesheetManager resolveInternalPath
15:31:18 INFORMATION: No servlet context, trying fallback property
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.util.StylesheetManager$StylesheetLoader call
15:31:18 INFORMATION: Cached internal stylesheet file:/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:18 INFORMATION: Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter getTransformer
15:31:18 INFORMATION: Prepared XSLT stylesheet (internal) for textgrid:11sqw.0 (UNKNOWN -> html) after 316,7 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:31:18 INFORMATION: Fetched source for textgrid:11sqw.0 (UNKNOWN -> html) up to metadata after 444,5 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.teicorpus.CorpusBasedExporter loadSource
15:31:18 INFORMATION: Fetched source for textgrid:11sqw.0 (XML -> html) after 445,3 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:18 INFORMATION: Ready for transformation of textgrid:11sqw.0 (XML -> html) after 448,7 ms
15:31:18 case 4: write to stdout, pageLayout Simple
15:31:18 TEI HTML creation in single document mode 
15:31:18 TEI HTML: run end hook template teiEndHook
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.html.HTMLWriter write
15:31:18 INFORMATION: Finished and delivered transformation of textgrid:11sqw.0 (XML -> html) after 455,1 ms
15:31:18 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.502 sec
15:31:18 Running info.textgrid.services.aggregator.teicorpus.TEICorpusTest
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:18 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.AbstractExporter getContentSimple
15:31:18 INFORMATION: Fetched source for textgrid:jmzg.0 (UNKNOWN -> xml) up to metadata after 84,67 ms
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer <init>
15:31:18 INFORMATION: Starting TEIcorpus serialization for Die Gedichte Anakreons (textgrid:jmzg.0, text/tg.edition+tg.aggregation+xml)
15:31:18 Nov 13, 2014 3:31:18 PM info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer write
15:31:18 INFORMATION: writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@18b50e9, sid: false
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.632 sec
15:31:21 Running info.textgrid.services.aggregator.teicorpus.TEIHeaderStackTest
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 sec
15:31:21 Running info.textgrid.services.aggregator.StylesheetManagerTest
15:31:21 Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.001 sec
15:31:21 Running info.textgrid.services.aggregator.TextGridRepTest
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider <init>
15:31:21 INFORMATION: Initialized a TextGridRepProvider with the endpoint https://textgridlab.org/1.0/tgcrud/TGCrudService
15:31:21 Nov 13, 2014 3:31:21 PM info.textgrid.services.aggregator.util.TextGridRepProvider getInstance
15:31:21 WARNUNG: Someone wants the default instance -- I hope we're in a test.
15:31:21 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
15:31:21 
15:31:21 Results :
15:31:21 
15:31:21 Tests run: 23, Failures: 0, Errors: 0, Skipped: 3
15:31:21 
15:31:21 [JENKINS] Zeichne Testergebnisse auf
15:31:24 log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
15:31:24 log4j:WARN Please initialize the log4j system properly.
15:31:24 [INFO] 
15:31:24 [INFO] --- maven-war-plugin:2.3:war (default-war) @ aggregator ---
15:31:24 [INFO] Packaging webapp
15:31:24 [INFO] Assembling webapp [aggregator] in [/var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT]
15:31:24 [INFO] Processing war project
15:31:24 [INFO] Copying webapp webResources [/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF] to [/var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT]
15:31:24 [INFO] Copying webapp resources [/var/jenkins/workspace/Aggregator/src/main/webapp]
15:31:28 [INFO] Webapp assembled in [3809 msecs]
15:31:28 [INFO] Building war: /var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT.war
15:31:32 [INFO] 
15:31:32 [INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-config-file) @ aggregator ---
15:31:32 [INFO] 
15:31:32 [INFO] --- git-commit-id-plugin:2.1.5:revision (default) @ aggregator ---
15:31:32 [info] 
15:31:32 [info] /var/jenkins/workspace/Aggregator/.git
15:31:32 [info] 
15:31:32 [info] 
15:31:32 [info] 
15:31:32 [info] git.build.user.name Cophi Jenkins
15:31:32 [info] git.build.user.email ci@dev.digital-humanities.de
15:31:32 [info] git.branch origin/develop
15:31:32 [info] --always = false
15:31:32 [info] --dirty = -dev
15:31:32 [info] --abbrev = 7
15:31:32 [info] --tags = true
15:31:32 [info] --match = 
15:31:32 [info] Tag refs [ [Ref[refs/tags/1.4.0=98cea2cc3199cb1a3b00f5b9cdc85dca612ac624], Ref[refs/tags/1.4.1=818d4d36c91dbf080d54253d3821f93c67cb9143], Ref[refs/tags/1.4.2=83f04721ea3053fdac69a29a1717fd47ddeeeb1f], Ref[refs/tags/1.4.3=755722df114f97edf66469df19dcbf4958a23358], Ref[refs/tags/deployed-esx1-2014-02-05=314de56fc05e3020d3c0e785f701a44a2ca8ffc6], Ref[refs/tags/deployed-esx1-2014-02-19=38deae2826b5a9667dd61187d4de6e93676d1c69], Ref[refs/tags/deployed-esx1-2014-03-17=89ccf52792ad80d2530ceed4ceb035d281b721ec], Ref[refs/tags/deployed-esx1-2014-06-10=4914e3dcdb72391b445d399c97465d7c67bfd816], Ref[refs/tags/deployed-esx1-2014-06-10.1=b3d62053ce5d0562f6636917a8fa236e425f6d48], Ref[refs/tags/deployed-esx1-2014-07-11=a293a131754c91f0eb789fdb1e49f7defd352d14], Ref[refs/tags/deployed-esx1-2014-09-15=45043a71d7334469f0fa13d55cbceba4a5fe4275], Ref[refs/tags/deployed-esx1-2014-09-22=d717edcc98f12280cb3a89f9dab317a43c278b0e], Ref[refs/tags/deployed-esx1-2014-09-25=d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49], Ref[refs/tags/deployed-services-2013-09-06=fda1996eb53f8a8635f62c0af550269dfdd1df65], Ref[refs/tags/deployed-services-2013-09-11=244645a7845322a9e1ab12bbcd7328fcd3313a24], Ref[refs/tags/deployed-services-2013-09-26=fec0cdc0f19ed4feae655d66d761926b66df16d8], Ref[refs/tags/deployed-services-2014-01-21=8651cf63cb4861c3e256f14172de0cceed1e576a], Ref[refs/tags/deployed-test-2013-03-27=5d7d33e024f9e76938dd7266ebb1b4e409160ff8], Ref[refs/tags/deployed-test-2013-04-04=a57a7fe5d8c544abecac2b0f49cd83bc824df312], Ref[refs/tags/deployed-wue-2013-05-27=cc42016db6b18872263a0f42fd22ebf9b8167f43], Ref[refs/tags/deployed-wue-2014-01-20=f01c923af8a110c3e80cab5fe41381c79781913d], Ref[refs/tags/deployed-wue-2014-01-31=debebbf23581d9a94f6d1bfe68ff7d4ae399a06b], Ref[refs/tags/deployed-wue-2014-01-31.2=e963597d691e2b989829016b57bc7525bd073360], Ref[refs/tags/deployed-wue-2014-02-01=4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96], Ref[refs/tags/deployed-wue-2014-02-17=32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144]] ]
15:31:32 [info] Resolved tag [ 1.4.0 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Mon Sep 15 21:42:25 2014 +0200] ], points at [ commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------ ] 
15:31:32 [info] Resolved tag [ 1.4.1 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Wed Oct 8 14:21:24 2014 +0200] ], points at [ commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------ ] 
15:31:32 [info] Resolved tag [ 1.4.2 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Thu Oct 9 11:32:51 2014 +0200] ], points at [ commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------ ] 
15:31:32 [info] Resolved tag [ 1.4.3 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Thu Nov 13 15:22:56 2014 +0100] ], points at [ commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------ ] 
15:31:32 [info] Resolved tag [ deployed-esx1-2014-02-05 ] [ PersonIdent[Thorsten Vitt, thorsten.vitt@uni-wuerzburg.de, Wed Feb 5 16:58:52 2014 +0100] ], points at [ commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------ ] 
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-02-19 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-03-17 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-06-10 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-06-10.1 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-07-11 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-15 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-22 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-esx1-2014-09-25 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-06 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-11 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-services-2013-09-26 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-services-2014-01-21 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-test-2013-03-27 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-test-2013-04-04 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2013-05-27 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-20 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-31 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-01-31.2 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-02-01 ]
15:31:32 [info] Including lightweight tag [ refs/tags/deployed-wue-2014-02-17 ]
15:31:32 [info] key [ commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------ ], tags => [ [DatedRevTag{id=314de56fc05e3020d3c0e785f701a44a2ca8ffc6, tagName='deployed-esx1-2014-02-05', date=5. Februar 2014 16:58:52 +01:00}] ] 
15:31:32 [info] key [ AnyObjectId[5d7d33e024f9e76938dd7266ebb1b4e409160ff8] ], tags => [ [DatedRevTag{id=5d7d33e024f9e76938dd7266ebb1b4e409160ff8, tagName='refs/tags/deployed-test-2013-03-27', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[debebbf23581d9a94f6d1bfe68ff7d4ae399a06b] ], tags => [ [DatedRevTag{id=debebbf23581d9a94f6d1bfe68ff7d4ae399a06b, tagName='refs/tags/deployed-wue-2014-01-31', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[f01c923af8a110c3e80cab5fe41381c79781913d] ], tags => [ [DatedRevTag{id=f01c923af8a110c3e80cab5fe41381c79781913d, tagName='refs/tags/deployed-wue-2014-01-20', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[b3d62053ce5d0562f6636917a8fa236e425f6d48] ], tags => [ [DatedRevTag{id=b3d62053ce5d0562f6636917a8fa236e425f6d48, tagName='refs/tags/deployed-esx1-2014-06-10.1', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[fda1996eb53f8a8635f62c0af550269dfdd1df65] ], tags => [ [DatedRevTag{id=fda1996eb53f8a8635f62c0af550269dfdd1df65, tagName='refs/tags/deployed-services-2013-09-06', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------ ], tags => [ [DatedRevTag{id=818d4d36c91dbf080d54253d3821f93c67cb9143, tagName='1.4.1', date=8. Oktober 2014 14:21:24 +02:00}] ] 
15:31:32 [info] key [ commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------ ], tags => [ [DatedRevTag{id=755722df114f97edf66469df19dcbf4958a23358, tagName='1.4.3', date=13. November 2014 15:22:56 +01:00}] ] 
15:31:32 [info] key [ AnyObjectId[d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49] ], tags => [ [DatedRevTag{id=d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49, tagName='refs/tags/deployed-esx1-2014-09-25', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[a57a7fe5d8c544abecac2b0f49cd83bc824df312] ], tags => [ [DatedRevTag{id=a57a7fe5d8c544abecac2b0f49cd83bc824df312, tagName='refs/tags/deployed-test-2013-04-04', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[fec0cdc0f19ed4feae655d66d761926b66df16d8] ], tags => [ [DatedRevTag{id=fec0cdc0f19ed4feae655d66d761926b66df16d8, tagName='refs/tags/deployed-services-2013-09-26', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[a293a131754c91f0eb789fdb1e49f7defd352d14] ], tags => [ [DatedRevTag{id=a293a131754c91f0eb789fdb1e49f7defd352d14, tagName='refs/tags/deployed-esx1-2014-07-11', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[4914e3dcdb72391b445d399c97465d7c67bfd816] ], tags => [ [DatedRevTag{id=4914e3dcdb72391b445d399c97465d7c67bfd816, tagName='refs/tags/deployed-esx1-2014-06-10', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[cc42016db6b18872263a0f42fd22ebf9b8167f43] ], tags => [ [DatedRevTag{id=cc42016db6b18872263a0f42fd22ebf9b8167f43, tagName='refs/tags/deployed-wue-2013-05-27', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------ ], tags => [ [DatedRevTag{id=98cea2cc3199cb1a3b00f5b9cdc85dca612ac624, tagName='1.4.0', date=15. September 2014 21:42:25 +02:00}] ] 
15:31:32 [info] key [ AnyObjectId[38deae2826b5a9667dd61187d4de6e93676d1c69] ], tags => [ [DatedRevTag{id=38deae2826b5a9667dd61187d4de6e93676d1c69, tagName='refs/tags/deployed-esx1-2014-02-19', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[89ccf52792ad80d2530ceed4ceb035d281b721ec] ], tags => [ [DatedRevTag{id=89ccf52792ad80d2530ceed4ceb035d281b721ec, tagName='refs/tags/deployed-esx1-2014-03-17', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[d717edcc98f12280cb3a89f9dab317a43c278b0e] ], tags => [ [DatedRevTag{id=d717edcc98f12280cb3a89f9dab317a43c278b0e, tagName='refs/tags/deployed-esx1-2014-09-22', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96] ], tags => [ [DatedRevTag{id=4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96, tagName='refs/tags/deployed-wue-2014-02-01', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[45043a71d7334469f0fa13d55cbceba4a5fe4275] ], tags => [ [DatedRevTag{id=45043a71d7334469f0fa13d55cbceba4a5fe4275, tagName='refs/tags/deployed-esx1-2014-09-15', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144] ], tags => [ [DatedRevTag{id=32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144, tagName='refs/tags/deployed-wue-2014-02-17', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[e963597d691e2b989829016b57bc7525bd073360] ], tags => [ [DatedRevTag{id=e963597d691e2b989829016b57bc7525bd073360, tagName='refs/tags/deployed-wue-2014-01-31.2', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[244645a7845322a9e1ab12bbcd7328fcd3313a24] ], tags => [ [DatedRevTag{id=244645a7845322a9e1ab12bbcd7328fcd3313a24, tagName='refs/tags/deployed-services-2013-09-11', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ AnyObjectId[8651cf63cb4861c3e256f14172de0cceed1e576a] ], tags => [ [DatedRevTag{id=8651cf63cb4861c3e256f14172de0cceed1e576a, tagName='refs/tags/deployed-services-2014-01-21', date=13. November 0014 15:31:32 +00:53:28}] ] 
15:31:32 [info] key [ commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------ ], tags => [ [DatedRevTag{id=83f04721ea3053fdac69a29a1717fd47ddeeeb1f, tagName='1.4.2', date=9. Oktober 2014 11:32:51 +02:00}] ] 
15:31:32 [info] Created map: [ {commit 2aadb0234796a0d16327c5c7066708add0bd5b8b 0 ------=[deployed-esx1-2014-02-05], AnyObjectId[5d7d33e024f9e76938dd7266ebb1b4e409160ff8]=[deployed-test-2013-03-27], AnyObjectId[debebbf23581d9a94f6d1bfe68ff7d4ae399a06b]=[deployed-wue-2014-01-31], AnyObjectId[f01c923af8a110c3e80cab5fe41381c79781913d]=[deployed-wue-2014-01-20], AnyObjectId[b3d62053ce5d0562f6636917a8fa236e425f6d48]=[deployed-esx1-2014-06-10.1], AnyObjectId[fda1996eb53f8a8635f62c0af550269dfdd1df65]=[deployed-services-2013-09-06], commit d55afd109f1a40a07d38c757c002303215a04bf5 0 ------=[1.4.1], commit bf63be1766042e3f194ae8b9e172ba2611e57df0 0 ------=[1.4.3], AnyObjectId[d0b823f76a0bb3e2ba8e64b4d0e1789f1df2fc49]=[deployed-esx1-2014-09-25], AnyObjectId[a57a7fe5d8c544abecac2b0f49cd83bc824df312]=[deployed-test-2013-04-04], AnyObjectId[fec0cdc0f19ed4feae655d66d761926b66df16d8]=[deployed-services-2013-09-26], AnyObjectId[a293a131754c91f0eb789fdb1e49f7defd352d14]=[deployed-esx1-2014-07-11], AnyObjectId[4914e3dcdb72391b445d399c97465d7c67bfd816]=[deployed-esx1-2014-06-10], commit d97c0b2162111e22c65c7d817322b768b4b195ab 0 ------=[1.4.0], AnyObjectId[cc42016db6b18872263a0f42fd22ebf9b8167f43]=[deployed-wue-2013-05-27], AnyObjectId[38deae2826b5a9667dd61187d4de6e93676d1c69]=[deployed-esx1-2014-02-19], AnyObjectId[d717edcc98f12280cb3a89f9dab317a43c278b0e]=[deployed-esx1-2014-09-22], AnyObjectId[89ccf52792ad80d2530ceed4ceb035d281b721ec]=[deployed-esx1-2014-03-17], AnyObjectId[4ef1d0dbe9a396f57db1aff19fdf00ab68ee6d96]=[deployed-wue-2014-02-01], AnyObjectId[45043a71d7334469f0fa13d55cbceba4a5fe4275]=[deployed-esx1-2014-09-15], AnyObjectId[32ec407ec2135c3dc12b2e20a3c4ed1b7efc1144]=[deployed-wue-2014-02-17], AnyObjectId[244645a7845322a9e1ab12bbcd7328fcd3313a24]=[deployed-services-2013-09-11], AnyObjectId[e963597d691e2b989829016b57bc7525bd073360]=[deployed-wue-2014-01-31.2], AnyObjectId[8651cf63cb4861c3e256f14172de0cceed1e576a]=[deployed-services-2014-01-21], commit 2ddd716b6860e8872c207abe5f9dd395332cdc03 0 ------=[1.4.2]} ] 
15:31:32 [info] HEAD is [ 0e25ddc8db0c36051d47a547d8e0e50921d88d40 ] 
15:31:33 [info] Repo is in dirty state [ false ]
15:31:33 [info] git.commit.id.describe 1.4.3-2-g0e25ddc
15:31:33 [info] git.commit.id 0e25ddc8db0c36051d47a547d8e0e50921d88d40
15:31:33 [info] git.commit.id.abbrev 0e25ddc
15:31:33 [info] git.commit.user.name Thorsten Vitt
15:31:33 [info] git.commit.user.email thorsten.vitt@uni-wuerzburg.de
15:31:33 [info] git.commit.message.full Started next development cycle
15:31:33 
15:31:33 [info] git.commit.message.short Started next development cycle
15:31:33 [info] git.commit.time 2014-11-13 15:25:16
15:31:33 [info] git.remote.origin.url git@git.projects.gwdg.de:aggregator.git
15:31:33 [info] git.build.time 2014-11-13 15:31:33
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] 
15:31:33 [info] TextGrid Aggregator Service ] project TextGrid Aggregator Service
15:31:33 [info] 
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ aggregator ---
15:31:33 [debug] execute contextualize
15:31:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:31:33 [INFO] Copying 3 resources
15:31:33 [INFO] Copying 1 resource to /var/jenkins/workspace/Aggregator/target
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ aggregator ---
15:31:33 [INFO] Nothing to compile - all classes are up to date
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ aggregator ---
15:31:33 [debug] execute contextualize
15:31:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
15:31:33 [INFO] Copying 11 resources
15:31:33 [INFO] 
15:31:33 [INFO] --- build-helper-maven-plugin:1.5:reserve-network-port (reserve-network-port) @ aggregator ---
15:31:33 [INFO] Reserved port 38810 for test.server.port
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ aggregator ---
15:31:33 [INFO] Nothing to compile - all classes are up to date
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-surefire-plugin:2.14:test (default-test) @ aggregator ---
15:31:33 [INFO] Skipping execution of surefire because it has already been run for this configuration
15:31:33 [JENKINS] Zeichne Testergebnisse auf
15:31:33 [INFO] 
15:31:33 [INFO] --- maven-war-plugin:2.3:war (default-war) @ aggregator ---
15:31:33 [INFO] Packaging webapp
15:31:33 [INFO] Assembling webapp [aggregator] in [/var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT]
15:31:33 [INFO] Processing war project
15:31:33 [INFO] Copying webapp webResources [/var/jenkins/workspace/Aggregator/src/main/webapp/WEB-INF] to [/var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT]
15:31:33 [INFO] Copying webapp resources [/var/jenkins/workspace/Aggregator/src/main/webapp]
15:31:34 [INFO] Webapp assembled in [1527 msecs]
15:31:35 [INFO] Building war: /var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT.war
15:31:38 [INFO] 
15:31:38 [INFO] --- build-helper-maven-plugin:1.5:attach-artifact (attach-config-file) @ aggregator ---
15:31:38 [WARNING] Artifact info.textgrid.services:aggregator:properties:1.4.4-SNAPSHOT already attached to project, ignoring duplicate
15:31:38 [WARNING] Failed to getClass for org.apache.tomcat.maven.plugin.tomcat6.RunWarMojo
15:31:38 [INFO] 
15:31:38 [INFO] --- tomcat6-maven-plugin:2.1:run-war (start-tomcat) @ aggregator ---
15:31:38 [INFO] Running war on http://localhost:37117/aggregator
15:31:38 [INFO] Creating Tomcat server configuration at /var/jenkins/workspace/Aggregator/target/tomcat
15:31:38 [INFO] Starting tomcat server
15:31:38 [INFO] Starting Servlet Engine: Apache Tomcat/6.0.36
15:31:38 [INFO] validateJarFile(/var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT/WEB-INF/lib/servlet-api-2.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
15:31:39 [INFO] Initializing Spring root WebApplicationContext
15:31:39 [INFO] Root WebApplicationContext: initialization started
15:31:39 [INFO] Refreshing Root WebApplicationContext: startup date [Thu Nov 13 15:31:39 CET 2014]; root of context hierarchy
15:31:39 [INFO] Loading XML bean definitions from ServletContext resource [/WEB-INF/beans.xml]
15:31:39 [INFO] Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
15:31:39 [INFO] Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
15:31:39 [INFO] Loading properties file from ServletContext resource [/WEB-INF/aggregator.properties]
15:31:39 [INFO] Loading properties file from URL [file:/var/jenkins/.aggregator.properties]
15:31:39 [WARNING] Could not load properties from URL [file:/var/jenkins/.aggregator.properties]: /var/jenkins/.aggregator.properties (Datei oder Verzeichnis nicht gefunden)
15:31:39 [INFO] Loading properties file from URL [file:/etc/textgrid/aggregator/aggregator.properties]
15:31:39 [WARNING] Could not load properties from URL [file:/etc/textgrid/aggregator/aggregator.properties]: /etc/textgrid/aggregator/aggregator.properties (Datei oder Verzeichnis nicht gefunden)
15:31:39 [INFO] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b33478: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,propertyPlaceholderConfigurer,org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer#0,org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer#0,cxf.config0,org.apache.cxf.management.InstrumentationManager,CounterRepository,stable-repo,dev-repo,services,services-dev,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
15:31:40 [INFO] JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@1c83be5
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus,instance.id=30759179: org.apache.cxf.bus.ManagedBus@1c9166e
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus,instance.id=30759179: javax.management.modelmbean.RequiredModelMBean@db3c7d
15:31:40 [INFO] registered org.apache.cxf:bus.id=aggregator,type=Bus,instance.id=30759179
15:31:40 [INFO] Initialized a TextGridRepProvider with the endpoint https://textgridlab.org/1.0/confserv
15:31:40 [INFO] Initialized a TextGridRepProvider with the endpoint https://textgridlab.org/dev/confserv
15:31:40 [INFO] Setting the server's publish address to be /
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus.Service.Endpoint,service="{http://aggregator.services.textgrid.info/}REST",port="REST",instance.id=26873276: org.apache.cxf.endpoint.ManagedEndpoint@fbdd8b
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus.Service.Endpoint,service="{http://aggregator.services.textgrid.info/}REST",port="REST",instance.id=26873276: javax.management.modelmbean.RequiredModelMBean@1713f80
15:31:40 [INFO] Setting the server's publish address to be /dev
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus.Service.Endpoint,service="{http://aggregator.services.textgrid.info/}REST",port="REST",instance.id=14732368: org.apache.cxf.endpoint.ManagedEndpoint@85c1ab
15:31:40 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Bus.Service.Endpoint,service="{http://aggregator.services.textgrid.info/}REST",port="REST",instance.id=14732368: javax.management.modelmbean.RequiredModelMBean@16deded
15:31:40 [INFO] Root WebApplicationContext: initialization completed in 1427 ms
15:31:40 [INFO] Initializing Coyote HTTP/1.1 on http-37117
15:31:40 [INFO] Starting Coyote HTTP/1.1 on http-37117
15:31:40 [INFO] 
15:31:40 [INFO] --- maven-failsafe-plugin:2.8.1:integration-test (integration-test) @ aggregator ---
15:31:40 [INFO] Failsafe report directory: /var/jenkins/workspace/Aggregator/target/failsafe-reports
15:31:41 
15:31:41 -------------------------------------------------------
15:31:41  T E S T S
15:31:41 -------------------------------------------------------
15:31:41 Running info.textgrid.services.aggregator.html.HtmlIT
15:31:42 [INFO] Received config from https://textgridlab.org/1.0/confserv
15:31:42 [INFO] Starting HTML export for textgrid:jfst.0
15:31:42 [INFO] Started HTML serialization for textgrid:jfst.0 (UNKNOWN -> html) after 1,393 ms
15:31:42 [INFO] Creating Service {http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService from class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.TGCrudService
15:31:42 [INFO] Creating Service {http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService from class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.TGCrudService
15:31:43 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService",port="TGCrudServicePort": org.apache.cxf.management.counters.ResponseTimeCounter@f9a25b
15:31:43 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService",port="TGCrudServicePort",operation="read": org.apache.cxf.management.counters.ResponseTimeCounter@162ea0f
15:31:43 [INFO] Fetched source for textgrid:jfst.0 (UNKNOWN -> html) up to metadata after 1,429 s
15:31:45 [INFO] Cached internal stylesheet jndi:/localhost/aggregator/WEB-INF/stylesheets/db2xhtml.xsl
15:31:45 [INFO] Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:31:45 [INFO] Prepared XSLT stylesheet (internal) for textgrid:jfst.0 (UNKNOWN -> html) after 3,335 s
15:31:45 [INFO] Starting TEIcorpus serialization for Mercks Wienn (textgrid:jfst.0, text/tg.edition+tg.aggregation+xml)
15:31:45 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@17bfc28, sid: false
15:31:45 [INFO] Instantiated public search client at: https://textgridlab.org/1.0/tgsearch-public
15:31:46 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://api.tgsearch.middleware.textgrid.info/}Info",port="Info": org.apache.cxf.management.counters.ResponseTimeCounter@f93dab
15:31:46 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://api.tgsearch.middleware.textgrid.info/}Info",port="Info",operation="getPath": org.apache.cxf.management.counters.ResponseTimeCounter@13fa81a
15:31:46 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://textgrid.info/namespaces/middleware/tgcrud/services/TGCrudService}TGCrudService",port="TGCrudServicePort",operation="readMetadata": org.apache.cxf.management.counters.ResponseTimeCounter@1cc8946
15:31:46 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://api.tgsearch.middleware.textgrid.info/}Navigation",port="Navigation": org.apache.cxf.management.counters.ResponseTimeCounter@dbe43d
15:31:46 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Client,service="{http://api.tgsearch.middleware.textgrid.info/}Navigation",port="Navigation",operation="listAggregation": org.apache.cxf.management.counters.ResponseTimeCounter@656242
15:31:47 [INFO] Fetched source for textgrid:jfst.0 (AGGREGATION -> html) after 5,169 s
15:31:47 [INFO] Ready for transformation of textgrid:jfst.0 (AGGREGATION -> html) after 5,490 s
15:31:47 case 4: write to stdout, pageLayout Simple
15:31:47 TEI HTML inside corpus 
15:31:48 [INFO] Finished and delivered transformation of textgrid:jfst.0 (AGGREGATION -> html) after 6,739 s
15:31:48 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST": org.apache.cxf.management.counters.ResponseTimeCounter@54c5be
15:31:48 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST",operation="getHTML": org.apache.cxf.management.counters.ResponseTimeCounter@18254b5
15:31:48 [INFO] Starting HTML export for textgrid:mjsx.0,textgrid:mjqh.0
15:31:48 [INFO] Started HTML serialization for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 175,3 μs
15:31:49 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 150,2 ms
15:31:49 [INFO] Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:31:49 [INFO] Prepared XSLT stylesheet (internal) for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 150,7 ms
15:31:49 [INFO] Starting TEIcorpus serialization for Spätes Erwachen (textgrid:mjsx.0, text/tg.edition+tg.aggregation+xml) etc.
15:31:49 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@96de02, sid: false
15:31:49 [INFO] Fetched source for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 771,3 ms
15:31:49 [INFO] Ready for transformation of textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 772,5 ms
15:31:49 case 4: write to stdout, pageLayout Simple
15:31:49 TEI HTML inside corpus 
15:31:49 TEI HTML inside corpus 
15:31:49 [INFO] Finished and delivered transformation of textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 801,6 ms
15:31:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.289 sec
15:31:49 Running info.textgrid.services.aggregator.PdfIT
15:31:49 [INFO] Fetched source for textgrid:jfss.0 (UNKNOWN -> pdf) up to metadata after 83,00 ms
15:31:52 [INFO] Cached internal stylesheet jndi:/localhost/aggregator/WEB-INF/tei-stylesheets/latex/latex.xsl
15:31:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.658 sec
15:31:54 Running info.textgrid.services.aggregator.EpubIT
15:31:54 [INFO] Started EPUB serialization for textgrid:jfst.0 after 78,99 μs
15:31:54 [INFO] Fetched source for textgrid:jfst.0 (UNKNOWN -> epub) up to metadata after 89,45 ms
15:31:54 [INFO] Starting TEIcorpus serialization for Mercks Wienn (textgrid:jfst.0, text/tg.edition+tg.aggregation+xml)
15:31:54 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@180cf9f, sid: false
15:31:55 [INFO] Fetched source for textgrid:jfst.0 (AGGREGATION -> epub) after 917,6 ms
15:31:55 [INFO] Cached internal stylesheet jndi:/localhost/aggregator/WEB-INF/stylesheets/corpus2groups.xsl
15:31:56 [INFO] Cached internal stylesheet jndi:/localhost/aggregator/WEB-INF/stylesheets/epub-agg.xsl
15:31:57 [INFO] Starting EPUB zipping for textgrid:jfst.0 (AGGREGATION -> epub) after 2,880 s
15:31:57 [INFO] Adding 18 external items to EPUB for textgrid:jfst.0 (AGGREGATION -> epub) after 3,101 s
15:31:59 [INFO] Successfully exported EPUB for textgrid:jfst.0 (AGGREGATION -> epub) after 5,251 s
15:31:59 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST",operation="getEPUB": org.apache.cxf.management.counters.ResponseTimeCounter@bb1b83
15:31:59 [INFO] Started EPUB serialization for textgrid:n92g.0 after 27,80 μs
15:31:59 [INFO] Fetched source for textgrid:n92g.0 (UNKNOWN -> epub) up to metadata after 83,98 ms
15:31:59 [INFO] Starting TEIcorpus serialization for Dante. Die göttliche Komödie (textgrid:n92g.0, text/tg.edition+tg.aggregation+xml)
15:31:59 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@14eef6f, sid: false
15:32:00 [INFO] Fetched source for textgrid:n92g.0 (AGGREGATION -> epub) after 887,4 ms
15:32:01 [INFO] Starting EPUB zipping for textgrid:n92g.0 (AGGREGATION -> epub) after 1,651 s
15:32:01 [INFO] Adding 9 external items to EPUB for textgrid:n92g.0 (AGGREGATION -> epub) after 1,773 s
15:32:03 [INFO] Successfully exported EPUB for textgrid:n92g.0 (AGGREGATION -> epub) after 3,478 s
15:32:03 Downloaded E-Book to: /var/jenkins/workspace/Aggregator/target/E-Books/George_Dante_Goettliche_Komoedie.nbcd.0.epub
15:32:03 Validating against EPUB version 2.0 - custom validation
15:32:03 INFO: [navigation order (OPS/titlepage.html)]=1
15:32:03 INFO: [navigation order (OPS/index.html)]=2
15:32:03 INFO: [navigation order (OPS/index-group.1_group.1_text.1.html)]=3
15:32:03 INFO: [navigation order (OPS/titlepageback.html)]=4
15:32:03 [WARNING] 500 Internal Server Error returned: caught ClientAbortException: null
15:32:03 ClientAbortException:  java.net.SocketException: Connection reset
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:363)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:392)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
15:32:03 	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
15:32:03 	at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51)
15:32:03 	at com.google.common.io.ByteStreams.copy(ByteStreams.java:173)
15:32:03 	at com.google.common.io.ByteSource.copyTo(ByteSource.java:228)
15:32:03 	at com.google.common.io.Files.copy(Files.java:439)
15:32:03 	at info.textgrid.services.aggregator.pdf.PDF.write(PDF.java:183)
15:32:03 	at org.apache.cxf.jaxrs.provider.BinaryDataProvider.writeTo(BinaryDataProvider.java:123)
15:32:03 	at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1295)
15:32:03 	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:284)
15:32:03 	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:157)
15:32:03 	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:86)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:81)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
15:32:03 	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:241)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
15:32:03 	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:211)
15:32:03 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:32:03 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
15:32:03 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
15:32:03 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
15:32:03 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
15:32:03 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
15:32:03 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
15:32:03 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
15:32:03 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
15:32:03 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
15:32:03 	at java.lang.Thread.run(Thread.java:745)
15:32:03 Caused by: java.net.SocketException: Connection reset
15:32:03 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118)
15:32:03 	at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:756)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:363)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:780)
15:32:03 	at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:126)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:593)
15:32:03 	at org.apache.coyote.Response.doWrite(Response.java:560)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:364)
15:32:03 	... 40 more
15:32:03 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST",operation="getPDF": org.apache.cxf.management.counters.ResponseTimeCounter@691bf1
15:32:03 [WARNING] Interceptor for {http://aggregator.services.textgrid.info/}REST has thrown exception, unwinding now
15:32:03 org.apache.cxf.interceptor.Fault: Could not send Message.
15:32:03 	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:81)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
15:32:03 	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:241)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
15:32:03 	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:211)
15:32:03 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:32:03 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
15:32:03 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
15:32:03 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
15:32:03 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
15:32:03 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
15:32:03 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
15:32:03 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
15:32:03 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
15:32:03 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
15:32:03 	at java.lang.Thread.run(Thread.java:745)
15:32:03 Caused by: ClientAbortException:  java.net.SocketException: Datenübergabe unterbrochen (broken pipe)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:318)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:274)
15:32:03 	at org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:104)
15:32:03 	at org.apache.cxf.transport.http.AbstractHTTPDestination$WrappedOutputStream.close(AbstractHTTPDestination.java:749)
15:32:03 	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
15:32:03 	at org.apache.cxf.transport.http.AbstractHTTPDestination$BackChannelConduit.close(AbstractHTTPDestination.java:679)
15:32:03 	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
15:32:03 	... 25 more
15:32:03 Caused by: java.net.SocketException: Datenübergabe unterbrochen (broken pipe)
15:32:03 	at java.net.SocketOutputStream.socketWrite0(Native Method)
15:32:03 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
15:32:03 	at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:756)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:363)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:780)
15:32:03 	at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:124)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:593)
15:32:03 	at org.apache.coyote.Response.doWrite(Response.java:560)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:364)
15:32:03 	... 33 more
15:32:03 [WARNING] Interceptor for {http://aggregator.services.textgrid.info/}REST has thrown exception, unwinding now
15:32:03 org.apache.cxf.interceptor.Fault: XML_WRITE_EXC
15:32:03 	at org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor.handleMessage(XMLFaultOutInterceptor.java:92)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:113)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:336)
15:32:03 	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:81)
15:32:03 	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
15:32:03 	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
15:32:03 	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:241)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
15:32:03 	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
15:32:03 	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:171)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doGet(AbstractHTTPServlet.java:211)
15:32:03 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
15:32:03 	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
15:32:03 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
15:32:03 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
15:32:03 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
15:32:03 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
15:32:03 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
15:32:03 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
15:32:03 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
15:32:03 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
15:32:03 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
15:32:03 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
15:32:03 	at java.lang.Thread.run(Thread.java:745)
15:32:03 Caused by: com.ctc.wstx.exc.WstxIOException: null
15:32:03 	at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:261)
15:32:03 	at org.apache.cxf.binding.xml.interceptor.XMLFaultOutInterceptor.handleMessage(XMLFaultOutInterceptor.java:90)
15:32:03 	... 27 more
15:32:03 Caused by: ClientAbortException:  java.net.SocketException: Datenübergabe unterbrochen (broken pipe)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:363)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:392)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:381)
15:32:03 	at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)
15:32:03 	at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:51)
15:32:03 	at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:100)
15:32:03 	at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:241)
15:32:03 	at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:259)
15:32:03 	... 28 more
15:32:03 Caused by: java.net.SocketException: Datenübergabe unterbrochen (broken pipe)
15:32:03 	at java.net.SocketOutputStream.socketWrite0(Native Method)
15:32:03 	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
15:32:03 	at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:756)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:448)
15:32:03 	at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:363)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:780)
15:32:03 	at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:124)
15:32:03 	at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:593)
15:32:03 	at org.apache.coyote.Response.doWrite(Response.java:560)
15:32:03 	at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:364)
15:32:03 	... 37 more
15:32:06 INFO: [creation date (META-INF/container.xml)]=2014-11-13T15:32:00Z
15:32:06 INFO: [format name]=application/epub+zip
15:32:06 INFO: [title]=Gesamtausgabe der Werke
15:32:06 INFO: [language]=de
15:32:06 INFO: [unique identifier]=hdl:11858/00-1734-0000-0002-CD39-7
15:32:06 INFO: [description]=Gesamtausgabe der Werke / George, Stefan
15:32:06 INFO: [creator]=George, Stefan
15:32:06 INFO: [publisher]=TextGrid
15:32:06 INFO: [date]=1932
15:32:06 INFO: [date]=2014-11-13
15:32:06 INFO: [rights]=Creative Commons Attribution
15:32:06 INFO: [unique identifier (OPS/stylesheet.css)]=css
15:32:06 INFO: [unique identifier (OPS/titlepage.html)]=titlepage
15:32:06 INFO: [unique identifier (OPS/titlepageback.html)]=titlepageback
15:32:06 INFO: [unique identifier (OPS/print.css)]=print.css
15:32:06 INFO: [unique identifier (OPS/page-template.xpgt)]=apt
15:32:06 INFO: [unique identifier (OPS/index.html)]=start
15:32:06 INFO: [unique identifier (OPS/index-group.1_group.1_text.1.html)]=section4
15:32:06 INFO: [unique identifier (OPS/nc9p.0.jpg)]=image-1
15:32:06 INFO: [unique identifier (OPS/nc7v.0.jpg)]=image-2
15:32:06 INFO: [unique identifier (OPS/nc5k.0.jpg)]=image-3
15:32:06 INFO: [unique identifier (OPS/nc4c.0.jpg)]=image-4
15:32:06 INFO: [unique identifier (OPS/nc76.0.jpg)]=image-5
15:32:06 INFO: [unique identifier (OPS/nc4k.0.jpg)]=image-6
15:32:06 INFO: [unique identifier (OPS/nc9q.0.jpg)]=image-7
15:32:06 INFO: [unique identifier (OPS/nc7j.0.jpg)]=image-8
15:32:06 INFO: [unique identifier (OPS/nc80.0.jpg)]=image-9
15:32:06 INFO: [unique identifier (OPS/toc.ncx)]=ncx
15:32:06 INFO: [Has ncx file (OPS/toc.ncx)]=true
15:32:06 INFO: [is spine item (OPS/titlepage.html)]=true
15:32:06 INFO: [linear (OPS/titlepage.html)]=true
15:32:06 INFO: [is spine item (OPS/index.html)]=true
15:32:06 INFO: [linear (OPS/index.html)]=true
15:32:06 INFO: [is spine item (OPS/index-group.1_group.1_text.1.html)]=true
15:32:06 INFO: [linear (OPS/index-group.1_group.1_text.1.html)]=true
15:32:06 INFO: [is spine item (OPS/titlepageback.html)]=true
15:32:06 INFO: [linear (OPS/titlepageback.html)]=false
15:32:06 INFO: [resource (OPS/content.opf)]=OPS/titlepage.html
15:32:06 INFO: [resource (OPS/content.opf)]=OPS/index.html
15:32:06 INFO: [resource (OPS/content.opf)]=OPS/index-group.1_group.1_text.1.html
15:32:06 INFO: [resource (OPS/content.opf)]=OPS/titlepageback.html
15:32:06 INFO: [spine index (OPS/titlepage.html)]=0
15:32:06 INFO: [spine index (OPS/index.html)]=1
15:32:06 INFO: [spine index (OPS/index-group.1_group.1_text.1.html)]=2
15:32:06 INFO: [spine index (OPS/titlepageback.html)]=3
15:32:06 INFO: [items count]=17
15:32:06 INFO: [declared mimetype (OPS/stylesheet.css)]=text/css
15:32:06 INFO: [declared mimetype (OPS/titlepage.html)]=application/xhtml+xml
15:32:06 INFO: [declared mimetype (OPS/titlepageback.html)]=application/xhtml+xml
15:32:06 INFO: [declared mimetype (OPS/print.css)]=text/css
15:32:06 INFO: [declared mimetype (OPS/page-template.xpgt)]=application/adobe-page-template+xml
15:32:06 INFO: [declared mimetype (OPS/index.html)]=application/xhtml+xml
15:32:06 INFO: [declared mimetype (OPS/index-group.1_group.1_text.1.html)]=application/xhtml+xml
15:32:06 INFO: [declared mimetype (OPS/nc9p.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc7v.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc5k.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc4c.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc76.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc4k.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc9q.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc7j.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/nc80.0.jpg)]=image/jpeg
15:32:06 INFO: [declared mimetype (OPS/toc.ncx)]=application/x-dtbncx+xml
15:32:06 INFO: [characters count (OPS/titlepage.html)]=597
15:32:06 INFO: [characters count (OPS/titlepageback.html)]=1280
15:32:06 INFO: [resource (OPS/print.css)]=OPS/stylesheet.css
15:32:06 INFO: [resource (OPS/index.html)]=OPS/stylesheet.css
15:32:06 INFO: [resource (OPS/index.html)]=OPS/print.css
15:32:06 INFO: [resource (OPS/index.html)]=OPS/page-template.xpgt
15:32:06 INFO: [characters count (OPS/index.html)]=309
15:32:06 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/stylesheet.css
15:32:06 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/print.css
15:32:06 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/page-template.xpgt
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc9p.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc7v.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc5k.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc4c.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc76.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc4k.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc9q.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc7j.0.jpg
15:32:07 INFO: [resource (OPS/index-group.1_group.1_text.1.html)]=OPS/nc80.0.jpg
15:32:07 INFO: [characters count (OPS/index-group.1_group.1_text.1.html)]=314854
15:32:11 INFO: [resource (OPS/toc.ncx)]=OPS/titlepage.html
15:32:11 INFO: [resource (OPS/toc.ncx)]=OPS/index.html
15:32:11 INFO: [resource (OPS/toc.ncx)]=OPS/index-group.1_group.1_text.1.html
15:32:11 INFO: [resource (OPS/toc.ncx)]=OPS/titlepageback.html
15:32:11 INFO: [size (OPS/nc4k.0.jpg)]=573955
15:32:11 INFO: [compressed size (OPS/nc4k.0.jpg)]=573112
15:32:11 INFO: [compression method (OPS/nc4k.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc4k.0.jpg)]=d345241dda9cc158f135ff26751ad719fc3565f757749ece9e62a13d732299c
15:32:11 INFO: [size (OPS/nc76.0.jpg)]=581803
15:32:11 INFO: [compressed size (OPS/nc76.0.jpg)]=580956
15:32:11 INFO: [compression method (OPS/nc76.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc76.0.jpg)]=4b0ad435c56f18afb32e0ea45b79eea588d5af2a4bd6f3d28e953b27be6
15:32:11 INFO: [size (OPS/nc4c.0.jpg)]=537904
15:32:11 INFO: [compressed size (OPS/nc4c.0.jpg)]=536982
15:32:11 INFO: [compression method (OPS/nc4c.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc4c.0.jpg)]=a4cd189195e759d0c8c056b130a3d2345e566fffc7f398b01e29c74dbccea
15:32:11 INFO: [size (OPS/nc80.0.jpg)]=578314
15:32:11 INFO: [compressed size (OPS/nc80.0.jpg)]=577335
15:32:11 INFO: [compression method (OPS/nc80.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc80.0.jpg)]=b88d8caa5f7277a7ca25c0e950b7579fa6af79873b93045517fb9c96e7b9f2
15:32:11 INFO: [size (OPS/nc7v.0.jpg)]=336115
15:32:11 INFO: [compressed size (OPS/nc7v.0.jpg)]=333039
15:32:11 INFO: [compression method (OPS/nc7v.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc7v.0.jpg)]=ae5905b836d9b28a8407c1df2ba1760648d278461816a9ac7f24e422d4d8fa7
15:32:11 INFO: [size (OPS/index.html)]=1383
15:32:11 INFO: [compressed size (OPS/index.html)]=608
15:32:11 INFO: [compression method (OPS/index.html)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/index.html)]=b8c49f3fe4a83bf9e74631a12a338ff4de9638c69379df6ca2a74cb2596a5f4
15:32:11 INFO: [size (OPS/page-template.xpgt)]=3518
15:32:11 INFO: [compressed size (OPS/page-template.xpgt)]=555
15:32:11 INFO: [compression method (OPS/page-template.xpgt)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/page-template.xpgt)]=63fe76b1c28c347fe5d6ebf4b74bf3abeaf1aa2e8f7e69ba88f52d7db26856e
15:32:11 INFO: [size (OPS/index-group.1_group.1_text.1.html)]=536997
15:32:11 INFO: [compressed size (OPS/index-group.1_group.1_text.1.html)]=100668
15:32:11 INFO: [compression method (OPS/index-group.1_group.1_text.1.html)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/index-group.1_group.1_text.1.html)]=f90983eee552e6c8c2295b83d591b1eded5632865976e0e885beff7e812a8c
15:32:11 INFO: [size (OPS/toc.ncx)]=1159
15:32:11 INFO: [compressed size (OPS/toc.ncx)]=396
15:32:11 INFO: [compression method (OPS/toc.ncx)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/toc.ncx)]=2a6d139a83d533bcd026dd399289b08ab487e0dd3f28d88c86c9748ebca21ea6
15:32:11 INFO: [size (OPS/print.css)]=2865
15:32:11 INFO: [compressed size (OPS/print.css)]=1343
15:32:11 INFO: [compression method (OPS/print.css)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/print.css)]=a29d5ee7796ee54d13f6344c1cb97b1bb2f9621aef324c10222d688f41c2
15:32:11 INFO: [size (META-INF/container.xml)]=254
15:32:11 INFO: [compressed size (META-INF/container.xml)]=170
15:32:11 INFO: [compression method (META-INF/container.xml)]=Deflated
15:32:11 INFO: [SHA-256 (META-INF/container.xml)]=f8583ee8bb94ee4e45ed3f4b7096de35f3af2893d9efdebe73acd44bc26722
15:32:11 INFO: [size (OPS/nc7j.0.jpg)]=483414
15:32:11 INFO: [compressed size (OPS/nc7j.0.jpg)]=480651
15:32:11 INFO: [compression method (OPS/nc7j.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc7j.0.jpg)]=b28716bea55516c975b678ad48eb8b7da9565ea93bf8ff93828bd9cf6822
15:32:11 INFO: [size (mimetype)]=20
15:32:11 INFO: [compressed size (mimetype)]=20
15:32:11 INFO: [compression method (mimetype)]=Stored
15:32:11 INFO: [SHA-256 (mimetype)]=e468e350d1143eb648f6c7bbd63111ec544a361ca74ecef256ac91f48b
15:32:11 INFO: [size (OPS/nc9q.0.jpg)]=477843
15:32:11 INFO: [compressed size (OPS/nc9q.0.jpg)]=475242
15:32:11 INFO: [compression method (OPS/nc9q.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc9q.0.jpg)]=fd22be220336396c1edb4f75297635e549ff98f840dec9ef86be34ce825c0
15:32:11 INFO: [size (OPS/titlepageback.html)]=2191
15:32:11 INFO: [compressed size (OPS/titlepageback.html)]=941
15:32:11 INFO: [compression method (OPS/titlepageback.html)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/titlepageback.html)]=3df827f99da7232544aae9639f9650bfdd95abd6bb66b2725ce0d79db4e92
15:32:11 INFO: [size (OPS/nc9p.0.jpg)]=484974
15:32:11 INFO: [compressed size (OPS/nc9p.0.jpg)]=483131
15:32:11 INFO: [compression method (OPS/nc9p.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc9p.0.jpg)]=efe5c24a2279b8903049e3cb352759f4bf9ce2313cfd96e4f49e6c1bbc3d4d
15:32:11 INFO: [size (OPS/titlepage.html)]=1649
15:32:11 INFO: [compressed size (OPS/titlepage.html)]=687
15:32:11 INFO: [compression method (OPS/titlepage.html)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/titlepage.html)]=c12e423a813e28f3889bdd25b042d2d2dea618f666ebd95ba8423174b650f
15:32:11 INFO: [size (OPS/content.opf)]=3262
15:32:11 INFO: [compressed size (OPS/content.opf)]=882
15:32:11 INFO: [compression method (OPS/content.opf)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/content.opf)]=9c8420a6425f7992a8be63ef45f8dfb650d8beaa30dc36e6a37b9f3b19fb4b
15:32:11 INFO: [size (OPS/stylesheet.css)]=23026
15:32:11 INFO: [compressed size (OPS/stylesheet.css)]=5664
15:32:11 INFO: [compression method (OPS/stylesheet.css)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/stylesheet.css)]=71974bf53e3a47ea0ee30e4c9b3fa77ac187c76e322804ef9a429473cb95279
15:32:11 INFO: [size (OPS/nc5k.0.jpg)]=373572
15:32:11 INFO: [compressed size (OPS/nc5k.0.jpg)]=371271
15:32:11 INFO: [compression method (OPS/nc5k.0.jpg)]=Deflated
15:32:11 INFO: [SHA-256 (OPS/nc5k.0.jpg)]=e6ea935a0bc55341836becd61b4116a648e3da6dca35fb1230a34a7aed950
15:32:11 WARNING: : 
15:32:11 WARNING: OPS/stylesheet.css(67,4): CSS Selector specifies absolute position.
15:32:11 WARNING: OPS/stylesheet.css(85,4): CSS Selector specifies absolute position.
15:32:11 WARNING: OPS/stylesheet.css(99,4): CSS Selector specifies absolute position.
15:32:11 [INFO] Started EPUB serialization for textgrid:k2kp.0 after 26,54 μs
15:32:11 [INFO] Fetched source for textgrid:k2kp.0 (UNKNOWN -> epub) up to metadata after 179,8 ms
15:32:11 [INFO] Fetched source for textgrid:k2kp.0 (XML -> epub) after 455,7 ms
15:32:12 [INFO] Cached internal stylesheet jndi:/localhost/aggregator/WEB-INF/stylesheets/epub.xsl
15:32:13 [INFO] Starting EPUB zipping for textgrid:k2kp.0 (XML -> epub) after 1,982 s
15:32:13 [INFO] Adding 1 external items to EPUB for textgrid:k2kp.0 (XML -> epub) after 2,226 s
15:32:13 [INFO] Successfully exported EPUB for textgrid:k2kp.0 (XML -> epub) after 2,358 s
15:32:13 Downloaded E-Book to: /var/jenkins/workspace/Aggregator/target/E-Books/Goethes_Briefwechsel_mit_einem_Kinde.k2kp.0.epub
15:32:13 Validating against EPUB version 2.0 - custom validation
15:32:13 INFO: [navigation order (OPS/titlepage.html)]=1
15:32:13 INFO: [navigation order (OPS/index.html)]=2
15:32:13 INFO: [navigation order (OPS/index-front.1_div.1.html)]=3
15:32:13 INFO: [navigation order (OPS/tg5.html)]=4
15:32:13 INFO: [navigation order (OPS/tg5.html)]=5
15:32:13 INFO: [navigation order (OPS/tg5.html)]=6
15:32:13 INFO: [navigation order (OPS/tg5.html)]=7
15:32:13 INFO: [navigation order (OPS/tg5.html)]=8
15:32:13 INFO: [navigation order (OPS/tg5.html)]=9
15:32:13 INFO: [navigation order (OPS/tg5.html)]=10
15:32:13 INFO: [navigation order (OPS/tg5.html)]=11
15:32:13 INFO: [navigation order (OPS/tg5.html)]=12
15:32:13 INFO: [navigation order (OPS/tg5.html)]=13
15:32:13 INFO: [navigation order (OPS/tg5.html)]=14
15:32:13 INFO: [navigation order (OPS/tg5.html)]=15
15:32:13 INFO: [navigation order (OPS/tg5.html)]=16
15:32:13 INFO: [navigation order (OPS/tg5.html)]=17
15:32:13 INFO: [navigation order (OPS/tg5.html)]=18
15:32:13 INFO: [navigation order (OPS/tg5.html)]=19
15:32:13 INFO: [navigation order (OPS/tg5.html)]=20
15:32:13 INFO: [navigation order (OPS/tg5.html)]=21
15:32:13 INFO: [navigation order (OPS/tg5.html)]=22
15:32:13 INFO: [navigation order (OPS/tg5.html)]=23
15:32:13 INFO: [navigation order (OPS/tg5.html)]=24
15:32:13 INFO: [navigation order (OPS/tg5.html)]=25
15:32:13 INFO: [navigation order (OPS/tg5.html)]=26
15:32:13 INFO: [navigation order (OPS/tg5.html)]=27
15:32:13 INFO: [navigation order (OPS/tg5.html)]=28
15:32:13 INFO: [navigation order (OPS/tg5.html)]=29
15:32:13 INFO: [navigation order (OPS/tg5.html)]=30
15:32:13 INFO: [navigation order (OPS/tg5.html)]=31
15:32:13 INFO: [navigation order (OPS/tg5.html)]=32
15:32:13 INFO: [navigation order (OPS/tg5.html)]=33
15:32:13 INFO: [navigation order (OPS/tg5.html)]=34
15:32:13 INFO: [navigation order (OPS/tg5.html)]=35
15:32:13 INFO: [navigation order (OPS/tg5.html)]=36
15:32:13 INFO: [navigation order (OPS/tg5.html)]=37
15:32:13 INFO: [navigation order (OPS/tg5.html)]=38
15:32:13 INFO: [navigation order (OPS/tg5.html)]=39
15:32:13 INFO: [navigation order (OPS/tg5.html)]=40
15:32:13 INFO: [navigation order (OPS/tg5.html)]=41
15:32:13 INFO: [navigation order (OPS/tg5.html)]=42
15:32:13 INFO: [navigation order (OPS/tg5.html)]=43
15:32:13 INFO: [navigation order (OPS/tg5.html)]=44
15:32:13 INFO: [navigation order (OPS/tg5.html)]=45
15:32:13 INFO: [navigation order (OPS/tg5.html)]=46
15:32:13 INFO: [navigation order (OPS/tg5.html)]=47
15:32:13 INFO: [navigation order (OPS/tg5.html)]=48
15:32:13 INFO: [navigation order (OPS/tg5.html)]=49
15:32:13 INFO: [navigation order (OPS/tg5.html)]=50
15:32:13 INFO: [navigation order (OPS/tg5.html)]=51
15:32:13 INFO: [navigation order (OPS/tg5.html)]=52
15:32:13 INFO: [navigation order (OPS/tg5.html)]=53
15:32:13 INFO: [navigation order (OPS/tg5.html)]=54
15:32:13 INFO: [navigation order (OPS/tg5.html)]=55
15:32:13 INFO: [navigation order (OPS/tg5.html)]=56
15:32:13 INFO: [navigation order (OPS/tg5.html)]=57
15:32:13 INFO: [navigation order (OPS/tg5.html)]=58
15:32:13 INFO: [navigation order (OPS/tg5.html)]=59
15:32:13 INFO: [navigation order (OPS/tg5.html)]=60
15:32:13 INFO: [navigation order (OPS/tg5.html)]=61
15:32:13 INFO: [navigation order (OPS/tg5.html)]=62
15:32:13 INFO: [navigation order (OPS/tg5.html)]=63
15:32:13 INFO: [navigation order (OPS/tg5.html)]=64
15:32:13 INFO: [navigation order (OPS/tg5.html)]=65
15:32:13 INFO: [navigation order (OPS/tg5.html)]=66
15:32:13 INFO: [navigation order (OPS/tg5.html)]=67
15:32:13 INFO: [navigation order (OPS/tg5.html)]=68
15:32:13 INFO: [navigation order (OPS/tg5.html)]=69
15:32:13 INFO: [navigation order (OPS/tg5.html)]=70
15:32:13 INFO: [navigation order (OPS/tg5.html)]=71
15:32:13 INFO: [navigation order (OPS/tg5.html)]=72
15:32:13 INFO: [navigation order (OPS/tg5.html)]=73
15:32:13 INFO: [navigation order (OPS/tg5.html)]=74
15:32:13 INFO: [navigation order (OPS/tg9.html)]=75
15:32:13 INFO: [navigation order (OPS/tg9.html)]=76
15:32:13 INFO: [navigation order (OPS/tg9.html)]=77
15:32:13 INFO: [navigation order (OPS/tg9.html)]=78
15:32:13 INFO: [navigation order (OPS/tg9.html)]=79
15:32:13 INFO: [navigation order (OPS/tg9.html)]=80
15:32:13 INFO: [navigation order (OPS/tg9.html)]=81
15:32:13 INFO: [navigation order (OPS/tg9.html)]=82
15:32:13 INFO: [navigation order (OPS/tg9.html)]=83
15:32:13 INFO: [navigation order (OPS/tg9.html)]=84
15:32:13 INFO: [navigation order (OPS/tg9.html)]=85
15:32:13 INFO: [navigation order (OPS/tg9.html)]=86
15:32:13 INFO: [navigation order (OPS/tg9.html)]=87
15:32:13 INFO: [navigation order (OPS/tg9.html)]=88
15:32:13 INFO: [navigation order (OPS/tg9.html)]=89
15:32:13 INFO: [navigation order (OPS/tg9.html)]=90
15:32:13 INFO: [navigation order (OPS/tg9.html)]=91
15:32:13 INFO: [navigation order (OPS/tg9.html)]=92
15:32:13 INFO: [navigation order (OPS/tg9.html)]=93
15:32:13 INFO: [navigation order (OPS/tg9.html)]=94
15:32:13 INFO: [navigation order (OPS/tg9.html)]=95
15:32:13 INFO: [navigation order (OPS/tg9.html)]=96
15:32:13 INFO: [navigation order (OPS/tg9.html)]=97
15:32:13 INFO: [navigation order (OPS/tg9.html)]=98
15:32:13 INFO: [navigation order (OPS/tg9.html)]=99
15:32:13 INFO: [navigation order (OPS/tg9.html)]=100
15:32:13 INFO: [navigation order (OPS/tg9.html)]=101
15:32:13 INFO: [navigation order (OPS/tg9.html)]=102
15:32:13 INFO: [navigation order (OPS/tg9.html)]=103
15:32:13 INFO: [navigation order (OPS/tg9.html)]=104
15:32:13 INFO: [navigation order (OPS/tg9.html)]=105
15:32:13 INFO: [navigation order (OPS/tg9.html)]=106
15:32:13 INFO: [navigation order (OPS/tg9.html)]=107
15:32:13 INFO: [navigation order (OPS/tg9.html)]=108
15:32:13 INFO: [navigation order (OPS/tg9.html)]=109
15:32:13 INFO: [navigation order (OPS/tg9.html)]=110
15:32:13 INFO: [navigation order (OPS/tg9.html)]=111
15:32:13 INFO: [navigation order (OPS/tg9.html)]=112
15:32:13 INFO: [navigation order (OPS/tg9.html)]=113
15:32:13 INFO: [navigation order (OPS/tg9.html)]=114
15:32:13 INFO: [navigation order (OPS/tg9.html)]=115
15:32:13 INFO: [navigation order (OPS/tg9.html)]=116
15:32:13 INFO: [navigation order (OPS/tg9.html)]=117
15:32:13 INFO: [navigation order (OPS/tg9.html)]=118
15:32:13 INFO: [navigation order (OPS/tg9.html)]=119
15:32:13 INFO: [navigation order (OPS/tg9.html)]=120
15:32:13 INFO: [navigation order (OPS/tg9.html)]=121
15:32:13 INFO: [navigation order (OPS/tg10.html)]=122
15:32:13 INFO: [navigation order (OPS/tg10.html)]=123
15:32:13 INFO: [navigation order (OPS/tg10.html)]=124
15:32:13 INFO: [navigation order (OPS/tg10.html)]=125
15:32:13 INFO: [navigation order (OPS/tg10.html)]=126
15:32:13 INFO: [navigation order (OPS/tg10.html)]=127
15:32:13 INFO: [navigation order (OPS/tg10.html)]=128
15:32:13 INFO: [navigation order (OPS/tg10.html)]=129
15:32:13 INFO: [navigation order (OPS/tg10.html)]=130
15:32:13 INFO: [navigation order (OPS/tg10.html)]=131
15:32:13 INFO: [navigation order (OPS/tg10.html)]=132
15:32:13 INFO: [navigation order (OPS/tg10.html)]=133
15:32:13 INFO: [navigation order (OPS/tg10.html)]=134
15:32:13 INFO: [navigation order (OPS/tg10.html)]=135
15:32:13 INFO: [navigation order (OPS/tg10.html)]=136
15:32:13 INFO: [navigation order (OPS/tg10.html)]=137
15:32:13 INFO: [navigation order (OPS/tg10.html)]=138
15:32:13 INFO: [navigation order (OPS/tg10.html)]=139
15:32:13 INFO: [navigation order (OPS/tg10.html)]=140
15:32:13 INFO: [navigation order (OPS/titlepageback.html)]=141
15:32:14 INFO: [creation date (META-INF/container.xml)]=2014-11-13T15:32:12Z
15:32:14 INFO: [format name]=application/epub+zip
15:32:14 INFO: [title]=Goethes Briefwechsel mit einem Kinde.
15:32:14 INFO: [language]=de
15:32:14 INFO: [subject]=prose
15:32:14 INFO: [unique identifier]=hdl:11858/00-1734-0000-0002-0710-B
15:32:14 INFO: [description]=Goethes Briefwechsel mit einem Kinde. / Arnim, Bettina von
15:32:14 INFO: [creator]=Arnim, Bettina von
15:32:14 INFO: [publisher]=TextGrid
15:32:14 INFO: [date]=1859
15:32:14 INFO: [date]=2014-11-13
15:32:14 INFO: [rights]=Creative Commons Attribution
15:32:14 INFO: [unique identifier (OPS/stylesheet.css)]=css
15:32:14 INFO: [unique identifier (OPS/titlepage.html)]=titlepage
15:32:14 INFO: [unique identifier (OPS/titlepageback.html)]=titlepageback
15:32:14 INFO: [unique identifier (OPS/print.css)]=print.css
15:32:14 INFO: [unique identifier (OPS/page-template.xpgt)]=apt
15:32:14 INFO: [unique identifier (OPS/index.html)]=start
15:32:14 INFO: [unique identifier (OPS/index-front.1_div.1.html)]=section1
15:32:14 INFO: [unique identifier (OPS/tg5.html)]=section3
15:32:14 INFO: [unique identifier (OPS/tg9.html)]=section73
15:32:14 INFO: [unique identifier (OPS/tg10.html)]=section120
15:32:14 INFO: [unique identifier (OPS/k2m2.0.jpg)]=image-1
15:32:14 INFO: [unique identifier (OPS/toc.ncx)]=ncx
15:32:14 INFO: [Has ncx file (OPS/toc.ncx)]=true
15:32:14 INFO: [is spine item (OPS/titlepage.html)]=true
15:32:14 INFO: [linear (OPS/titlepage.html)]=true
15:32:14 INFO: [is spine item (OPS/index.html)]=true
15:32:14 INFO: [linear (OPS/index.html)]=true
15:32:14 INFO: [is spine item (OPS/index-front.1_div.1.html)]=true
15:32:14 INFO: [linear (OPS/index-front.1_div.1.html)]=true
15:32:14 INFO: [is spine item (OPS/tg5.html)]=true
15:32:14 INFO: [linear (OPS/tg5.html)]=true
15:32:14 INFO: [is spine item (OPS/tg9.html)]=true
15:32:14 INFO: [linear (OPS/tg9.html)]=true
15:32:14 INFO: [is spine item (OPS/tg10.html)]=true
15:32:14 INFO: [linear (OPS/tg10.html)]=true
15:32:14 INFO: [is spine item (OPS/titlepageback.html)]=true
15:32:14 INFO: [linear (OPS/titlepageback.html)]=false
15:32:14 INFO: [resource (OPS/content.opf)]=OPS/titlepage.html
15:32:14 INFO: [resource (OPS/content.opf)]=OPS/index.html
15:32:14 INFO: [resource (OPS/content.opf)]=OPS/index-front.1_div.1.html
15:32:14 INFO: [resource (OPS/content.opf)]=OPS/tg5.html
15:32:14 INFO: [resource (OPS/content.opf)]=OPS/titlepageback.html
15:32:14 INFO: [spine index (OPS/titlepage.html)]=0
15:32:14 INFO: [spine index (OPS/index.html)]=1
15:32:14 INFO: [spine index (OPS/index-front.1_div.1.html)]=2
15:32:14 INFO: [spine index (OPS/tg5.html)]=3
15:32:14 INFO: [spine index (OPS/tg9.html)]=4
15:32:14 INFO: [spine index (OPS/tg10.html)]=5
15:32:14 INFO: [spine index (OPS/titlepageback.html)]=6
15:32:14 INFO: [items count]=12
15:32:14 INFO: [declared mimetype (OPS/stylesheet.css)]=text/css
15:32:14 INFO: [declared mimetype (OPS/titlepage.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/titlepageback.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/print.css)]=text/css
15:32:14 INFO: [declared mimetype (OPS/page-template.xpgt)]=application/vnd.adobe-page-template+xml
15:32:14 INFO: [declared mimetype (OPS/index.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/index-front.1_div.1.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/tg5.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/tg9.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/tg10.html)]=application/xhtml+xml
15:32:14 INFO: [declared mimetype (OPS/k2m2.0.jpg)]=image/jpeg
15:32:14 INFO: [declared mimetype (OPS/toc.ncx)]=application/x-dtbncx+xml
15:32:14 INFO: [characters count (OPS/titlepage.html)]=982
15:32:14 INFO: [reference (OPS/titlepageback.html)]=http://creativecommons.org/licenses/by/3.0/de/legalcode
15:32:14 INFO: [reference (OPS/titlepageback.html)]=http://creativecommons.org/licenses/by/3.0/de/
15:32:14 INFO: [reference (OPS/titlepageback.html)]=http://www.textgrid.de/Digitale-Bibliothek
15:32:14 INFO: [characters count (OPS/titlepageback.html)]=1503
15:32:14 INFO: [resource (OPS/print.css)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/index.html)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/index.html)]=OPS/print.css
15:32:14 INFO: [resource (OPS/index.html)]=OPS/page-template.xpgt
15:32:14 INFO: [characters count (OPS/index.html)]=211
15:32:14 INFO: [resource (OPS/index-front.1_div.1.html)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/index-front.1_div.1.html)]=OPS/print.css
15:32:14 INFO: [resource (OPS/index-front.1_div.1.html)]=OPS/page-template.xpgt
15:32:14 INFO: [characters count (OPS/index-front.1_div.1.html)]=304
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/print.css
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/page-template.xpgt
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg5.html)]=OPS/k2m2.0.jpg
15:32:14 INFO: [characters count (OPS/tg5.html)]=544120
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/print.css
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/page-template.xpgt
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [resource (OPS/tg9.html)]=OPS/tg10.html
15:32:14 INFO: [characters count (OPS/tg9.html)]=482477
15:32:14 INFO: [resource (OPS/tg10.html)]=OPS/stylesheet.css
15:32:14 INFO: [resource (OPS/tg10.html)]=OPS/print.css
15:32:14 INFO: [resource (OPS/tg10.html)]=OPS/page-template.xpgt
15:32:15 INFO: [resource (OPS/tg10.html)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/tg10.html)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/tg10.html)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/tg10.html)]=OPS/tg10.html
15:32:15 INFO: [characters count (OPS/tg10.html)]=363274
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/titlepage.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/index.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/index-front.1_div.1.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg5.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg9.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/tg10.html
15:32:15 INFO: [resource (OPS/toc.ncx)]=OPS/titlepageback.html
15:32:15 INFO: [size (mimetype)]=20
15:32:15 INFO: [compressed size (mimetype)]=20
15:32:15 INFO: [compression method (mimetype)]=Stored
15:32:15 INFO: [SHA-256 (mimetype)]=e468e350d1143eb648f6c7bbd63111ec544a361ca74ecef256ac91f48b
15:32:15 INFO: [size (OPS/titlepageback.html)]=2554
15:32:15 INFO: [compressed size (OPS/titlepageback.html)]=1123
15:32:15 INFO: [compression method (OPS/titlepageback.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/titlepageback.html)]=35f3ff5ee979f47d49d8844fecaf777ef47ab6ae6ba6fd817cdca1c4f19cc4d
15:32:15 INFO: [size (OPS/index-front.1_div.1.html)]=1554
15:32:15 INFO: [compressed size (OPS/index-front.1_div.1.html)]=670
15:32:15 INFO: [compression method (OPS/index-front.1_div.1.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/index-front.1_div.1.html)]=4d60a4cde59a769f45e7138ac1883869d0c5a774e868bc13b72eaf28d3dfb7
15:32:15 INFO: [size (OPS/tg9.html)]=545812
15:32:15 INFO: [compressed size (OPS/tg9.html)]=169800
15:32:15 INFO: [compression method (OPS/tg9.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/tg9.html)]=8a67434ac2b19ea6125b6cdc2094a7ade29e241fa8c71f3666a616762598ae
15:32:15 INFO: [size (OPS/tg10.html)]=419406
15:32:15 INFO: [compressed size (OPS/tg10.html)]=124176
15:32:15 INFO: [compression method (OPS/tg10.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/tg10.html)]=17468ff41ad617fff3c752ce16020928eb892a6ee5ecffe2fe7ddb7ece77b2
15:32:15 INFO: [size (OPS/tg5.html)]=618049
15:32:15 INFO: [compressed size (OPS/tg5.html)]=185378
15:32:15 INFO: [compression method (OPS/tg5.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/tg5.html)]=d46bd81439dede576d3d71f976bb38ad97c17c8e8e5c1d91563191fe4ac398
15:32:15 INFO: [size (OPS/titlepage.html)]=1824
15:32:15 INFO: [compressed size (OPS/titlepage.html)]=636
15:32:15 INFO: [compression method (OPS/titlepage.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/titlepage.html)]=9090b82c98385e2e4346c558ab865cad6af61a7bc81152b875e5df83e5f4e
15:32:15 INFO: [size (OPS/content.opf)]=3325
15:32:15 INFO: [compressed size (OPS/content.opf)]=922
15:32:15 INFO: [compression method (OPS/content.opf)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/content.opf)]=7174ef191401f3ce95cc1cb77d4752e3816ae46fc2ec4ec6887bf2d651f9c1
15:32:15 INFO: [size (OPS/index.html)]=1226
15:32:15 INFO: [compressed size (OPS/index.html)]=563
15:32:15 INFO: [compression method (OPS/index.html)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/index.html)]=dca92217064d49477f2878be082014c438f9531a9a3c6e6a1d5c663eec70
15:32:15 INFO: [size (OPS/stylesheet.css)]=23026
15:32:15 INFO: [compressed size (OPS/stylesheet.css)]=5664
15:32:15 INFO: [compression method (OPS/stylesheet.css)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/stylesheet.css)]=71974bf53e3a47ea0ee30e4c9b3fa77ac187c76e322804ef9a429473cb95279
15:32:15 INFO: [size (OPS/page-template.xpgt)]=3518
15:32:15 INFO: [compressed size (OPS/page-template.xpgt)]=555
15:32:15 INFO: [compression method (OPS/page-template.xpgt)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/page-template.xpgt)]=63fe76b1c28c347fe5d6ebf4b74bf3abeaf1aa2e8f7e69ba88f52d7db26856e
15:32:15 INFO: [size (OPS/toc.ncx)]=31024
15:32:15 INFO: [compressed size (OPS/toc.ncx)]=2408
15:32:15 INFO: [compression method (OPS/toc.ncx)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/toc.ncx)]=99338bc7f47c4a6b26f7115383304a733d9c241bf2f9f240b62430b84cb0
15:32:15 INFO: [size (OPS/k2m2.0.jpg)]=57081
15:32:15 INFO: [compressed size (OPS/k2m2.0.jpg)]=52981
15:32:15 INFO: [compression method (OPS/k2m2.0.jpg)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/k2m2.0.jpg)]=e683ffb2fb4b424edf993b98787bc36db5d5ccdb332618c221c806a899e77bf
15:32:15 INFO: [size (OPS/print.css)]=2865
15:32:15 INFO: [compressed size (OPS/print.css)]=1343
15:32:15 INFO: [compression method (OPS/print.css)]=Deflated
15:32:15 INFO: [SHA-256 (OPS/print.css)]=a29d5ee7796ee54d13f6344c1cb97b1bb2f9621aef324c10222d688f41c2
15:32:15 INFO: [size (META-INF/container.xml)]=254
15:32:15 INFO: [compressed size (META-INF/container.xml)]=170
15:32:15 INFO: [compression method (META-INF/container.xml)]=Deflated
15:32:15 INFO: [SHA-256 (META-INF/container.xml)]=f8583ee8bb94ee4e45ed3f4b7096de35f3af2893d9efdebe73acd44bc26722
15:32:15 WARNING: : 
15:32:15 WARNING: OPS/stylesheet.css(67,4): CSS Selector specifies absolute position.
15:32:15 WARNING: OPS/stylesheet.css(85,4): CSS Selector specifies absolute position.
15:32:15 WARNING: OPS/stylesheet.css(99,4): CSS Selector specifies absolute position.
15:32:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 20.96 sec
15:32:15 Running info.textgrid.services.aggregator.CacheControlIT
15:32:15 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> zip) after 154,9 ms
15:32:15 [INFO] Starting ZIP export of textgrid:mjsx.0, textgrid:mjqh.0 after 158,0 ms
15:32:15 [INFO]   Built aggregation tree for textgrid:mjsx.0 after 344,6 ms
15:32:15 [INFO]   Built aggregation tree for textgrid:mjqh.0 after 513,5 ms
15:32:16 [INFO] Finished exporting after 1,373 s
15:32:16 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST",operation="getZIP": org.apache.cxf.management.counters.ResponseTimeCounter@4a6c94
15:32:16 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> zip) after 143,4 ms
15:32:16 304 Not Modified
15:32:16 [INFO] Started EPUB serialization for textgrid:mjsx.0,textgrid:mjqh.0 after 36,60 μs
15:32:17 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 146,9 ms
15:32:17 [INFO] Starting TEIcorpus serialization for Spätes Erwachen (textgrid:mjsx.0, text/tg.edition+tg.aggregation+xml) etc.
15:32:17 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@10c2479, sid: false
15:32:17 [INFO] Fetched source for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 734,8 ms
15:32:17 [INFO] Starting EPUB zipping for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 773,5 ms
15:32:17 [INFO] Adding 0 external items to EPUB for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 791,1 ms
15:32:17 [INFO] Successfully exported EPUB for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 791,3 ms
15:32:17 [INFO] Started EPUB serialization for textgrid:mjsx.0,textgrid:mjqh.0 after 27,80 μs
15:32:17 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 149,1 ms
15:32:17 304 Not Modified
15:32:17 [INFO] Starting HTML export for textgrid:mjsx.0,textgrid:mjqh.0
15:32:17 [INFO] Started HTML serialization for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 109,6 μs
15:32:17 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 144,5 ms
15:32:17 [INFO] Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:32:17 [INFO] Prepared XSLT stylesheet (internal) for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 145,0 ms
15:32:17 [INFO] Starting TEIcorpus serialization for Spätes Erwachen (textgrid:mjsx.0, text/tg.edition+tg.aggregation+xml) etc.
15:32:17 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@d76a6e, sid: false
15:32:18 [INFO] Fetched source for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 761,0 ms
15:32:18 [INFO] Ready for transformation of textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 762,1 ms
15:32:18 case 4: write to stdout, pageLayout Simple
15:32:18 TEI HTML inside corpus 
15:32:18 TEI HTML inside corpus 
15:32:18 [INFO] Finished and delivered transformation of textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 779,2 ms
15:32:18 [INFO] Starting HTML export for textgrid:mjsx.0,textgrid:mjqh.0
15:32:18 [INFO] Started HTML serialization for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 156,9 μs
15:32:18 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> html) after 144,1 ms
15:32:18 304 Not Modified
15:32:18 [INFO] Started EPUB serialization for textgrid:mjsx.0,textgrid:mjqh.0 after 31,57 μs
15:32:18 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 143,4 ms
15:32:18 [INFO] Starting TEIcorpus serialization for Spätes Erwachen (textgrid:mjsx.0, text/tg.edition+tg.aggregation+xml) etc.
15:32:18 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@1569831, sid: false
15:32:19 [INFO] Fetched source for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 671,0 ms
15:32:19 [INFO] Starting EPUB zipping for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 715,2 ms
15:32:19 [INFO] Adding 0 external items to EPUB for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 730,7 ms
15:32:19 [INFO] Successfully exported EPUB for textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 730,9 ms
15:32:19 [INFO] Started EPUB serialization for textgrid:mjsx.0,textgrid:mjqh.0 after 31,78 μs
15:32:19 [INFO] Collected root objects for basket textgrid:mjsx.0, textgrid:mjqh.0 (BASKET -> epub) after 147,2 ms
15:32:19 304 Not Modified
15:32:19 [INFO] Starting HTML export for textgrid:mjsx.0
15:32:19 [INFO] Started HTML serialization for textgrid:mjsx.0 (UNKNOWN -> html) after 59,85 μs
15:32:19 [INFO] Fetched source for textgrid:mjsx.0 (UNKNOWN -> html) up to metadata after 76,76 ms
15:32:19 [INFO] Configured graphics URL pattern = https://textgridlab.org/1.0/tgcrud/rest/@URI@/data
15:32:19 [INFO] Prepared XSLT stylesheet (internal) for textgrid:mjsx.0 (UNKNOWN -> html) after 77,20 ms
15:32:19 [INFO] Starting TEIcorpus serialization for Spätes Erwachen (textgrid:mjsx.0, text/tg.edition+tg.aggregation+xml)
15:32:19 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@464856, sid: false
15:32:20 [INFO] Fetched source for textgrid:mjsx.0 (AGGREGATION -> html) after 498,0 ms
15:32:20 [INFO] Ready for transformation of textgrid:mjsx.0 (AGGREGATION -> html) after 498,7 ms
15:32:20 case 4: write to stdout, pageLayout Simple
15:32:20 TEI HTML inside corpus 
15:32:20 [INFO] Finished and delivered transformation of textgrid:mjsx.0 (AGGREGATION -> html) after 504,4 ms
15:32:20 [INFO] Starting HTML export for textgrid:mjsx.0
15:32:20 [INFO] Started HTML serialization for textgrid:mjsx.0 (UNKNOWN -> html) after 59,22 μs
15:32:20 [INFO] Fetched source for textgrid:mjsx.0 (UNKNOWN -> html) up to metadata after 76,40 ms
15:32:20 304 Not Modified
15:32:20 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.877 sec
15:32:20 Running info.textgrid.services.aggregator.TEICorpusIT
15:32:20 [INFO] Fetched source for textgrid:jfst.0 (UNKNOWN -> xml) up to metadata after 78,37 ms
15:32:20 [INFO] Starting TEIcorpus serialization for Mercks Wienn (textgrid:jfst.0, text/tg.edition+tg.aggregation+xml)
15:32:20 [INFO] writing TEIcorpus for info.textgrid.services.aggregator.teicorpus.TEICorpusSerializer@b78fe2, sid: false
15:32:20 [INFO] registering MBean org.apache.cxf:bus.id=aggregator,type=Performance.Counter.Server,service="{http://aggregator.services.textgrid.info/}REST",port="REST",operation="getCorpus": org.apache.cxf.management.counters.ResponseTimeCounter@a4da6a
15:32:20 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.674 sec
15:32:20 
15:32:20 Results :
15:32:20 
15:32:20 Tests run: 15, Failures: 0, Errors: 0, Skipped: 3
15:32:20 
15:32:20 [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
15:32:20 [JENKINS] Zeichne Testergebnisse auf
15:32:21 [INFO] 
15:32:21 [INFO] --- tomcat6-maven-plugin:2.1:shutdown (stop-tomcat) @ aggregator ---
15:32:21 [INFO] Stopping Coyote HTTP/1.1 on http-37117
15:32:21 [INFO] Closing Spring root WebApplicationContext
15:32:21 [INFO] Closing Root WebApplicationContext: startup date [Thu Nov 13 15:31:39 CET 2014]; root of context hierarchy
15:32:21 [INFO] JMX connector server stopped: javax.management.remote.rmi.RMIConnectorServer@1c83be5
15:32:21 [INFO] Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b33478: defining beans [cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,propertyPlaceholderConfigurer,org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer#0,org.springframework.beans.factory.config.PreferencesPlaceholderConfigurer#0,cxf.config0,org.apache.cxf.management.InstrumentationManager,CounterRepository,stable-repo,dev-repo,services,services-dev,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
15:32:21 [ERROR] The web application [/aggregator] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak.
15:32:21 [ERROR] The web application [/aggregator] created a ThreadLocal with key of type [com.sun.xml.bind.v2.ClassFactory$1] (value [com.sun.xml.bind.v2.ClassFactory$1@d3ac20]) and a value of type [java.util.WeakHashMap] (value [{class info.textgrid._import.XmlConfiguration=java.lang.ref.WeakReference@c9914e, class java.util.ArrayList=java.lang.ref.WeakReference@162add4, class info.textgrid.namespaces.metadata.core._2010.MetadataContainerType=java.lang.ref.WeakReference@182454a, class info.textgrid._import.ElementSpec=java.lang.ref.WeakReference@193260d, class info.textgrid.namespaces.metadata.core._2010.ItemType=java.lang.ref.WeakReference@1a759bb, class info.textgrid.namespaces.metadata.core._2010.GeneratedType=java.lang.ref.WeakReference@1f43f4e, class org.w3._1999._02._22_rdf_syntax_ns_.RdfType=java.lang.ref.WeakReference@68534e, class info.textgrid.namespaces.metadata.agent._2010.PersonType=java.lang.ref.WeakReference@1352c3f, class info.textgrid.namespaces.metadata.core._2010.AuthorityType=java.lang.ref.WeakReference@1ebe6f9, class info.textgrid._import.ElementSpec$Required=java.lang.ref.WeakReference@891180, class info.textgrid.namespaces.middleware.tgsearch.PathResponse=java.lang.ref.WeakReference@dc253f, class info.textgrid.namespaces.metadata.core._2010.DateType=java.lang.ref.WeakReference@1114d97, class info.textgrid.namespaces.metadata.core._2010.GeneratedType$Project=java.lang.ref.WeakReference@fcfd42, class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.ReadResponseType=java.lang.ref.WeakReference@156fba3, class info.textgrid.namespaces.metadata.core._2010.ObjectType=java.lang.ref.WeakReference@1a2b0f9, class info.textgrid.namespaces.metadata.core._2010.RelationType=java.lang.ref.WeakReference@10ca05, class info.textgrid.namespaces.metadata.core._2010.SourceType=java.lang.ref.WeakReference@3f29fe, class info.textgrid.namespaces.metadata.agent._2010.AgentType=java.lang.ref.WeakReference@dde6ec, class info.textgrid.namespaces.metadata.core._2010.EditionType$License=java.lang.ref.WeakReference@63c6c4, class info.textgrid.namespaces.metadata.core._2010.GeneratedType$TextgridUri=java.lang.ref.WeakReference@8e753d, class info.textgrid._import.ImportSpec=java.lang.ref.WeakReference@b314cd, class info.textgrid.namespaces.metadata.core._2010.CollectionType=java.lang.ref.WeakReference@11aa74b, class info.textgrid.namespaces.metadata.core._2010.EditionType=java.lang.ref.WeakReference@dd5cae, class info.textgrid.namespaces.metadata.core._2010.GeneratedType$Pid=java.lang.ref.WeakReference@efa3f3, class info.textgrid.namespaces.metadata.core._2010.BibliographicCitationType=java.lang.ref.WeakReference@f4c9e0, class info.textgrid._import.ElementSpec$Attribute=java.lang.ref.WeakReference@f1baa5, class info.textgrid.namespaces.middleware.tgcrud.services.tgcrudservice.ReadMetadataResponseType=java.lang.ref.WeakReference@14e3a4, class info.textgrid.namespaces.metadata.core._2010.ProvidedType=java.lang.ref.WeakReference@16d6193, class info.textgrid.namespaces.middleware.tgsearch.PathType=java.lang.ref.WeakReference@210c10, class info.textgrid.namespaces.middleware.tgsearch.EntryType=java.lang.ref.WeakReference@19f20c4, class info.textgrid.namespaces.metadata.core._2010.GenericType=java.lang.ref.WeakReference@205902, class javax.xml.bind.annotation.W3CDomHandler=java.lang.ref.WeakReference@1b3925e, class info.textgrid.namespaces.middleware.tgsearch.ResultType=java.lang.ref.WeakReference@4e8025, class info.textgrid.namespaces.middleware.tgsearch.PathGroupType=java.lang.ref.WeakReference@1bf3bde, class javax.xml.bind.annotation.adapters.CollapsedStringAdapter=java.lang.ref.WeakReference@1f38869, class info.textgrid.namespaces.middleware.tgsearch.Response=java.lang.ref.WeakReference@180dcdd}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
15:32:21 [ERROR] The web application [/aggregator] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@12452c3]) and a value of type [net.sf.saxon.expr.sort.LRUCache] (value [net.sf.saxon.expr.sort.LRUCache@1b5bb43]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
15:32:21 [INFO] 
15:32:21 [INFO] --- maven-failsafe-plugin:2.8.1:verify (verify) @ aggregator ---
15:32:21 [INFO] Failsafe report directory: /var/jenkins/workspace/Aggregator/target/failsafe-reports
15:32:21 [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
15:32:21 [JENKINS] Zeichne Testergebnisse auf
15:32:21 [INFO] 
15:32:21 [INFO] --- maven-site-plugin:3.0:site (default-site) @ aggregator ---
15:32:22 [WARNING] Report plugin org.apache.maven.plugins:maven-project-info-reports-plugin has an empty version.
15:32:22 [WARNING] 
15:32:22 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
15:32:22 [WARNING] 
15:32:22 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
15:32:22 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.4
15:32:22 [INFO] Relativizing decoration links with respect to project URL: https://projects.gwdg.de/projects/aggregator
15:32:22 [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
15:32:22 [INFO] Generating "Distribution Management" report    --- maven-project-info-reports-plugin:2.4
15:32:23 [INFO] Generating "About" report    --- maven-project-info-reports-plugin:2.4
15:32:24 [INFO] Generating "Dependencies" report    --- maven-project-info-reports-plugin:2.4
15:32:33 [INFO] Illegal access: this web application instance has been stopped already.  Could not load com.google.common.base.Objects$ToStringHelper.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
15:32:33 java.lang.IllegalStateException
15:32:33 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1566)
15:32:33 	at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
15:32:33 	at com.google.common.base.Objects.toStringHelper(Objects.java:119)
15:32:33 	at com.google.common.cache.CacheStats.toString(CacheStats.java:267)
15:32:33 	at java.text.MessageFormat.subformat(MessageFormat.java:1271)
15:32:33 	at java.text.MessageFormat.format(MessageFormat.java:860)
15:32:33 	at java.text.Format.format(Format.java:157)
15:32:33 	at java.text.MessageFormat.format(MessageFormat.java:836)
15:32:33 	at java.util.logging.Formatter.formatMessage(Formatter.java:138)
15:32:33 	at hudson.maven.Maven3ConsoleFormatter.format(Maven3ConsoleFormatter.java:45)
15:32:33 	at java.util.logging.StreamHandler.publish(StreamHandler.java:196)
15:32:33 	at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:105)
15:32:33 	at java.util.logging.Logger.log(Logger.java:616)
15:32:33 	at java.util.logging.Logger.doLog(Logger.java:641)
15:32:33 	at java.util.logging.Logger.log(Logger.java:685)
15:32:33 	at info.textgrid.services.aggregator.util.StylesheetManager.finalize(StylesheetManager.java:256)
15:32:33 	at java.lang.System$2.invokeFinalize(System.java:1210)
15:32:33 	at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98)
15:32:33 	at java.lang.ref.Finalizer.access$100(Finalizer.java:34)
15:32:33 	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210)
15:33:31 [INFO] Generating "Issue Tracking" report    --- maven-project-info-reports-plugin:2.4
15:33:31 [INFO] Generating "Project Plugins" report    --- maven-project-info-reports-plugin:2.4
15:33:31 [INFO] Generating "Continuous Integration" report    --- maven-project-info-reports-plugin:2.4
15:33:31 [INFO] Generating "Project License" report    --- maven-project-info-reports-plugin:2.4
15:33:31 [INFO] Generating "Mailing Lists" report    --- maven-project-info-reports-plugin:2.4
15:33:32 [INFO] Generating "Project Team" report    --- maven-project-info-reports-plugin:2.4
15:33:32 [INFO] Generating "Source Repository" report    --- maven-project-info-reports-plugin:2.4
15:33:32 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.4
15:33:32 Downloading: http://repo.maven.apache.org/maven2/org/eclipse/m2e/lifecycle-mapping/1.0.0/lifecycle-mapping-1.0.0.pom
15:33:32 [INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.4
15:33:32 [JENKINS] Archiving site from /var/jenkins/workspace/Aggregator/target/site to /mnt/data/jenkins/jobs/Aggregator/site
15:33:34 [INFO] ------------------------------------------------------------------------
15:33:34 [INFO] BUILD SUCCESS
15:33:34 [INFO] ------------------------------------------------------------------------
15:33:35 [INFO] Total time: 3:05.214s
15:33:35 [INFO] Finished at: Thu Nov 13 15:33:34 CET 2014
15:33:35 [INFO] Final Memory: 55M/445M
15:33:35 [INFO] ------------------------------------------------------------------------
15:33:35 Waiting for Jenkins to finish collecting data
15:33:35 [JENKINS] Archiving /var/jenkins/workspace/Aggregator/pom.xml to info.textgrid.services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-SNAPSHOT.pom
15:33:35 [JENKINS] Archiving /var/jenkins/workspace/Aggregator/target/aggregator-1.4.4-SNAPSHOT.war to info.textgrid.services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-SNAPSHOT.war
15:33:35 [JENKINS] Archiving /var/jenkins/workspace/Aggregator/target/aggregator.properties to info.textgrid.services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-SNAPSHOT.properties
15:33:42 channel stopped
15:33:42 using settings config with name MavenSettings
15:33:42 Maven RedeployPublisher use remote build1 maven settings from : /tmp/settings8885364006219837065.xml
15:33:44 [INFO] Deployment in http://dev.digital-humanities.de/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
15:33:44 Deploying the main artifact aggregator-1.4.4-SNAPSHOT.war
15:33:44 Downloading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/maven-metadata.xml
15:33:44 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.war
15:33:46 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.war (66560 KB at 26381.1 KB/sec)
15:33:46 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.pom
15:33:46 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.pom (30 KB at 327.8 KB/sec)
15:33:46 Downloading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/maven-metadata.xml
15:33:46 Downloaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/maven-metadata.xml (372 B at 14.5 KB/sec)
15:33:46 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/maven-metadata.xml
15:33:47 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/maven-metadata.xml (782 B at 15.6 KB/sec)
15:33:47 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/maven-metadata.xml
15:33:47 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/maven-metadata.xml (412 B at 9.8 KB/sec)
15:33:47 Deploying the main artifact aggregator-1.4.4-SNAPSHOT.properties
15:33:47 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.properties
15:33:47 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/aggregator-1.4.4-20141113.143344-1.properties (727 B at 9.2 KB/sec)
15:33:47 Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/maven-metadata.xml
15:33:47 Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/info/textgrid/services/aggregator/1.4.4-SNAPSHOT/maven-metadata.xml (962 B at 23.5 KB/sec)
15:33:47 [INFO] Deployment done in 4.2 sec
15:33:47 IRC notifier plugin: Sending notification to: #textgrid
15:33:47 No emails were triggered.
15:33:47 Finished: SUCCESS