Skip to content

Instantly share code, notes, and snippets.

@gmacario
Created October 13, 2015 09:57
Show Gist options
  • Save gmacario/063ba6222dd3c52b337b to your computer and use it in GitHub Desktop.
Save gmacario/063ba6222dd3c52b337b to your computer and use it in GitHub Desktop.
Started by user anonymous
Building in workspace /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/wakaleo/jenkins-the-definitive-guide-book.git # timeout=10
Fetching upstream changes from https://github.com/wakaleo/jenkins-the-definitive-guide-book.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/wakaleo/jenkins-the-definitive-guide-book.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 884b48cc22593cd353f364961a4a972fc3647e6c (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 884b48cc22593cd353f364961a4a972fc3647e6c
> git rev-list 884b48cc22593cd353f364961a4a972fc3647e6c # timeout=10
[workspace] $ /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.3.3/bin/mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Continuous Integration with Hudson
[INFO] Continuous Integration with Hudson (Content)
[INFO] Continuous Integration with Hudson (French Content)
[INFO] Continuous Integration with Hudson (Content Chinese)
[INFO] Continuous Integration with Hudson (PDF)
[INFO] Continuous Integration with Hudson (HTML)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson (Content) 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hudsonbook-content ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 1826 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hudsonbook-content ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hudsonbook-content ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hudsonbook-content ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hudsonbook-content ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hudsonbook-content ---
[INFO] Building jar: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content/target/hudsonbook-content-0.0.4-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson (French Content) 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hudsonbook-content-fr ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 1826 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hudsonbook-content-fr ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hudsonbook-content-fr ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content-fr/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hudsonbook-content-fr ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hudsonbook-content-fr ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hudsonbook-content-fr ---
[INFO] Building jar: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content-fr/target/hudsonbook-content-fr-0.0.4-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson (Content Chinese) 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ hudsonbook-content-zh ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 282 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hudsonbook-content-zh ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ hudsonbook-content-zh ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content-zh/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hudsonbook-content-zh ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hudsonbook-content-zh ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hudsonbook-content-zh ---
[INFO] Building jar: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content-zh/target/hudsonbook-content-zh-0.0.4-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson (PDF) 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ hudsonbook-pdf ---
[INFO] Configured Artifact: com.wakaleo.hudsonbook:hudsonbook-content:0.0.4-SNAPSHOT:jar
[INFO] Unpacking /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content/target/hudsonbook-content-0.0.4-SNAPSHOT.jar to /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook with includes "" and excludes ""
[INFO]
[INFO] --- docbkx-fop-support:2.0.11:generate (default) @ hudsonbook-pdf ---
Oct 13, 2015 8:08:28 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/fzbys.ttf...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.truetype.TTFFile determineAscDesc
WARNING: Ascender and descender together are larger than the em box. This could lead to a wrong baseline placement in Apache FOP.
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [FZBoYaSong, e¹kcSZ–Å[‹�_�G�B�K]
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/fzbys-metrics.xml...
Warning: Could not get charToByteConverterClass!
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/Courier.ttf...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Courier New]
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/Courier-metrics.xml...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/Courier-Oblique.ttf...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Courier New]
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/Courier-Oblique-metrics.xml...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/Courier-Bold.ttf...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Courier New]
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/Courier-Bold-metrics.xml...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/fzcys.ttf...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.truetype.TTFFile determineAscDesc
WARNING: Ascender and descender together are larger than the em box. This could lead to a wrong baseline placement in Apache FOP.
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [e¹kc|—–Å[‹�_�G�B�K, FZYaSong-B-GBK]
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/fzcys-metrics.xml...
Oct 13, 2015 8:08:29 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/ArialBold.ttf...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Arial]
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/ArialBold-metrics.xml...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/TimesNewRoman.ttf...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Times New Roman]
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/TimesNewRoman-metrics.xml...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Reading /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/fonts/Arial.ttf...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader loadTTF
INFO: Font Family: [Arial]
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.TTFReader constructFontXML
INFO: Creating xml font file...
Oct 13, 2015 8:08:30 AM org.apache.fop.fonts.apps.AbstractFontReader writeFontXML
INFO: Writing xml font file /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/fonts/Arial-metrics.xml...
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ hudsonbook-pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 102 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hudsonbook-pdf ---
[INFO] No sources to compile
[INFO]
[INFO] --- docbkx-maven-plugin:2.0.14:generate-pdf (generate-pdf) @ hudsonbook-pdf ---
[INFO] Processing input file: book.xml
[INFO] Applying customization parameters
[INFO] targetFileExtension pdf
[INFO] type fo
Oct 13, 2015 8:10:17 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page iii in block-progression direction by 14000 millipoints. (See position 1:108101)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page iv in block-progression direction by 14000 millipoints. (See position 1:109882)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page v in block-progression direction by 14000 millipoints. (See position 1:108991)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page vi in block-progression direction by 14000 millipoints. (See position 1:109882)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page vii in block-progression direction by 14000 millipoints. (See position 1:108991)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page viii in block-progression direction by 14000 millipoints. (See position 1:109882)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page ix in block-progression direction by 14000 millipoints. (See position 1:108991)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Font "ArialBold,normal,700" not found. Substituting with "ArialBold,normal,400".
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xi in block-progression direction by 14000 millipoints. (See position 6:2621)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xii in block-progression direction by 14000 millipoints. (See position 6:4402)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xiii in block-progression direction by 14000 millipoints. (See position 6:3511)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xiv in block-progression direction by 14000 millipoints. (See position 6:4402)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xv in block-progression direction by 14000 millipoints. (See position 6:3511)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xvi in block-progression direction by 14000 millipoints. (See position 6:4402)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xvii in block-progression direction by 14000 millipoints. (See position 6:3511)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xviii in block-progression direction by 14000 millipoints. (See position 6:4402)
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xix in block-progression direction by 14000 millipoints. (See position 55:368)
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxi in block-progression direction by 14000 millipoints. (See position 104:368)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: images/note.svg. (See position 432:461)
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Font "TimesNewRoman,normal,700" not found. Substituting with "TimesNewRoman,normal,400".
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Font "TimesNewRoman,italic,400" not found. Substituting with "TimesNewRoman,normal,400".
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxiii in block-progression direction by 14000 millipoints. (See position 149:368)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxiv in block-progression direction by 14000 millipoints. (See position 149:2149)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxv in block-progression direction by 14000 millipoints. (See position 149:1258)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxvi in block-progression direction by 14000 millipoints. (See position 149:2149)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxvii in block-progression direction by 14000 millipoints. (See position 149:1258)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxviii in block-progression direction by 14000 millipoints. (See position 149:2149)
Oct 13, 2015 8:10:18 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: images/note.svg. (No context info available)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxix in block-progression direction by 14000 millipoints. (See position 149:1258)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page xxx in block-progression direction by 14000 millipoints. (See position 149:2149)
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 1 in block-progression direction by 14000 millipoints. (See position 502:360)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 2 in block-progression direction by 14000 millipoints. (See position 502:2141)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 3 in block-progression direction by 14000 millipoints. (See position 502:1250)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 4 in block-progression direction by 14000 millipoints. (See position 502:2141)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 5 in block-progression direction by 14000 millipoints. (See position 502:1250)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 6 in block-progression direction by 14000 millipoints. (See position 502:2141)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 7 in block-progression direction by 14000 millipoints. (See position 502:1250)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0201.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0201.pdf (See position 901:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0202.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0202.pdf (See position 941:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0203.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0203.pdf (See position 983:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0304.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0304.pdf (See position 1008:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0205.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0205.pdf (See position 1019:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0206.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0206.pdf (See position 1038:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0303.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0303.pdf (See position 1069:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0401.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0401.pdf (See position 1085:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0402.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0402.pdf (See position 1094:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0210.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0210.pdf (See position 1128:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0211.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0211.pdf (See position 1154:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0212.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0212.pdf (See position 1187:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0213.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0213.pdf (See position 1196:311)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0214.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0214.pdf (See position 1261:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0215.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0215.pdf (See position 1282:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0216.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0216.pdf (See position 1311:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0217.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0217.pdf (See position 1332:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0218.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0218.pdf (See position 1368:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0219.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0219.pdf (See position 1386:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0220.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0220.pdf (See position 1406:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0221.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0221.pdf (See position 1540:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0222.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0222.pdf (See position 1550:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0223.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0223.pdf (See position 1558:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0224.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0224.pdf (See position 1622:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0225.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0225.pdf (See position 1646:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0226.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0226.pdf (See position 1672:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0227.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0227.pdf (See position 1701:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0228.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0228.pdf (See position 1741:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0229.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0229.pdf (See position 1759:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0230.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0230.pdf (See position 1779:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0231.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0231.pdf (See position 1799:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0232.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0232.pdf (See position 1811:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 9 in block-progression direction by 14000 millipoints. (See position 839:367)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 10 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 11 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 12 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 13 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 14 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 15 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 16 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 17 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 18 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 19 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 20 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 21 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 22 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 23 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 24 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 25 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 26 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 27 in block-progression direction by 14000 millipoints. (See position 839:1257)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 28 in block-progression direction by 14000 millipoints. (See position 839:2148)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0301.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0301.pdf (See position 1887:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0302.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0302.pdf (See position 1911:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0303.pdf. (See position 1930:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0304.pdf. (See position 2443:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0305.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0305.pdf (See position 2463:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0306.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0306.pdf (See position 2494:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0307.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0307.pdf (See position 2581:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0308.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0308.pdf (See position 2589:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0309.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0309.pdf (See position 2623:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0310.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0310.pdf (See position 2685:309)
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:19 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by 14872 millipoints. (See position 2266:597)
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by 36472 millipoints. (See position 2273:597)
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by 41872 millipoints. (See position 2276:597)
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 29 in block-progression direction by 14000 millipoints. (See position 1838:367)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 30 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 31 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 32 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 33 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 34 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 35 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 36 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 37 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 38 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 39 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 40 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 41 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 42 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 43 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 44 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 45 in block-progression direction by 14000 millipoints. (See position 1838:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 46 in block-progression direction by 14000 millipoints. (See position 1838:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0401.pdf. (See position 2747:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not found. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0402.pdf. (See position 2845:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0403.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0403.pdf (See position 2904:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0404.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0404.pdf (See position 2925:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0405.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0405.pdf (See position 2963:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0406.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0406.pdf (See position 2995:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0407.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0407.pdf (See position 3033:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0408.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0408.pdf (See position 3056:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0409.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0409.pdf (See position 3094:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0410.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0410.pdf (See position 3144:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0411.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0411.pdf (See position 3174:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0412.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0412.pdf (See position 3193:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 47 in block-progression direction by 14000 millipoints. (See position 2715:367)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 48 in block-progression direction by 14000 millipoints. (See position 2715:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 49 in block-progression direction by 14000 millipoints. (See position 2715:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 50 in block-progression direction by 14000 millipoints. (See position 2715:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 51 in block-progression direction by 14000 millipoints. (See position 2715:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 52 in block-progression direction by 14000 millipoints. (See position 2715:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 53 in block-progression direction by 14000 millipoints. (See position 2715:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 54 in block-progression direction by 14000 millipoints. (See position 2715:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 55 in block-progression direction by 14000 millipoints. (See position 2715:1257)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 56 in block-progression direction by 14000 millipoints. (See position 2715:2148)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0501.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0501.pdf (See position 3263:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0502.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0502.pdf (See position 3286:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0503.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0503.pdf (See position 3318:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0504.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0504.pdf (See position 3340:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0505.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0505.pdf (See position 3380:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0506.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0506.pdf (See position 3428:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0507.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0507.pdf (See position 3479:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0508.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0508.pdf (See position 3559:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0509.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0509.pdf (See position 3614:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0510.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0510.pdf (See position 3618:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0511.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0511.pdf (See position 3622:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0512.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0512.pdf (See position 3635:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0513.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0513.pdf (See position 3729:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0514.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0514.pdf (See position 3742:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0515.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0515.pdf (See position 3754:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0516.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0516.pdf (See position 3770:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0517.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0517.pdf (See position 3777:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0518.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0518.pdf (See position 3801:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0520.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0520.pdf (See position 3823:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0519.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0519.pdf (See position 3837:315)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0521.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0521.pdf (See position 3872:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0522.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0522.pdf (See position 3879:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0523.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0523.pdf (See position 3901:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0524.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0524.pdf (See position 3929:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0525.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0525.pdf (See position 4088:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0526.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0526.pdf (See position 4162:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0527.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0527.pdf (See position 4219:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0528.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0528.pdf (See position 4241:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0529.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0529.pdf (See position 4456:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0530.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0530.pdf (See position 4475:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0531.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0531.pdf (See position 4491:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0532.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0532.pdf (See position 4528:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0533.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0533.pdf (See position 4546:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0534.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0534.pdf (See position 4577:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0535.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0535.pdf (See position 4645:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0536.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0536.pdf (See position 4670:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0547.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0547.pdf (See position 4727:309)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0548.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0548.pdf (See position 4785:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0549.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0549.pdf (See position 4792:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0550.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0550.pdf (See position 4881:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0551.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0551.pdf (See position 4916:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0552.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0552.pdf (See position 4931:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0553.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0553.pdf (See position 4947:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0554.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0554.pdf (See position 4955:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0555.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0555.pdf (See position 4964:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0556.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0556.pdf (See position 4987:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0557.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0557.pdf (See position 4999:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0558.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0558.pdf (See position 5022:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0537.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0537.pdf (See position 5043:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0538.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0538.pdf (See position 5059:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0539.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0539.pdf (See position 5108:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0540.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0540.pdf (See position 5174:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0541.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0541.pdf (See position 5180:313)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0542.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0542.pdf (See position 5202:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0543.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0543.pdf (See position 5212:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0544.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0544.pdf (See position 5233:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0545.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0545.pdf (See position 5272:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0546.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0546.pdf (See position 5283:311)
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Glyph "→" (0x2192, arrowright) not available in font "TimesNewRomanPSMT".
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:20 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by 41872 millipoints. (See position 4097:599)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4397:617)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Glyph "�" (0xfffd) not available in font "TimesNewRomanPSMT".
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 57 in block-progression direction by 14000 millipoints. (See position 3209:367)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 58 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 59 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 60 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 61 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 62 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 63 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 64 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 65 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 66 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 67 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 68 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 69 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 70 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 71 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 72 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 73 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 74 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 75 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 76 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 77 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 78 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 79 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 80 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 81 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 82 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 83 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 84 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 85 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 86 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 87 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 88 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 89 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 90 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 91 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 92 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 93 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 94 in block-progression direction by 14000 millipoints. (See position 3209:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 95 in block-progression direction by 14000 millipoints. (See position 3209:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0601.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0601.pdf (See position 5404:307)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0602.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0602.pdf (See position 5419:307)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0603.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0603.pdf (See position 5430:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0604.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0604.pdf (See position 5441:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0605.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0605.pdf (See position 5474:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0606.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0606.pdf (See position 5485:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0607.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0607.pdf (See position 5516:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0608.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0608.pdf (See position 5537:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0609.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0609.pdf (See position 5563:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0610.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0610.pdf (See position 5602:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0611.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0611.pdf (See position 5898:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0612.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0612.pdf (See position 5921:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0613.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0613.pdf (See position 5930:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0614.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0614.pdf (See position 5974:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0615.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0615.pdf (See position 6005:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0616.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0616.pdf (See position 6015:313)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0617.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0617.pdf (See position 6073:311)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0618.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0618.pdf (See position 6080:311)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0619.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0619.pdf (See position 6128:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0620.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0620.pdf (See position 6140:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0621.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0621.pdf (See position 6149:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0622.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0622.pdf (See position 6157:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0623.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0623.pdf (See position 6170:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0624.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0624.pdf (See position 6242:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0625.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0625.pdf (See position 6358:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0626.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0626.pdf (See position 6368:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0627.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0627.pdf (See position 6378:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0628.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0628.pdf (See position 6403:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0629.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0629.pdf (See position 6415:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0630.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0630.pdf (See position 6471:309)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 5787:619)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 5838:619)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6216:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6216:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6216:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6216:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 6446:615)
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 97 in block-progression direction by 14000 millipoints. (See position 5296:367)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 98 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 99 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 100 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 101 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 102 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 103 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 104 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 105 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 106 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 107 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:21 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 108 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 109 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 110 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 111 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 112 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 113 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 114 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 115 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 116 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 117 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 118 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 119 in block-progression direction by 14000 millipoints. (See position 5296:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 120 in block-progression direction by 14000 millipoints. (See position 5296:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0701.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0701.pdf (See position 6611:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0702.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0702.pdf (See position 6640:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0703.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0703.pdf (See position 6681:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0704.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0704.pdf (See position 6690:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0705.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0705.pdf (See position 6702:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0706.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0706.pdf (See position 6714:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0707.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0707.pdf (See position 6722:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0708.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0708.pdf (See position 6737:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0709.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0709.pdf (See position 6776:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0710.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0710.pdf (See position 6792:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0711.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0711.pdf (See position 6873:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0712.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0712.pdf (See position 6899:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0713.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0713.pdf (See position 6907:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0714.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0714.pdf (See position 6916:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0715.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0715.pdf (See position 6934:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0716.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0716.pdf (See position 7018:314)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0717.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0717.pdf (See position 7034:314)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0718.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0718.pdf (See position 7047:314)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0719.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0719.pdf (See position 7182:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0720.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0720.pdf (See position 7197:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0721.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0721.pdf (See position 7214:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0722.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0722.pdf (See position 7235:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0723.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0723.pdf (See position 7255:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0724.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0724.pdf (See position 7263:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0725.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0725.pdf (See position 7272:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0726.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0726.pdf (See position 7286:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0727.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0727.pdf (See position 7292:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0728.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0728.pdf (See position 7328:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0729.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0729.pdf (See position 7364:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0730.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0730.pdf (See position 7394:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0731.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0731.pdf (See position 7406:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 121 in block-progression direction by 14000 millipoints. (See position 6576:367)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 122 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 123 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 124 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 125 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 126 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 127 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 128 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 129 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 130 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 131 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 132 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 133 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 134 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 135 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 136 in block-progression direction by 14000 millipoints. (See position 6576:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 137 in block-progression direction by 14000 millipoints. (See position 6576:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0801.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0801.pdf (See position 7472:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0802.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0802.pdf (See position 7545:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0803.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0803.pdf (See position 7624:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0804.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0804.pdf (See position 7646:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0805.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0805.pdf (See position 7683:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0806.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0806.pdf (See position 7696:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0807.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0807.pdf (See position 7745:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0808.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0808.pdf (See position 7767:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0809.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0809.pdf (See position 7797:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0810.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0810.pdf (See position 7817:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0811.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0811.pdf (See position 7831:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0812.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0812.pdf (See position 7844:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0813.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0813.pdf (See position 7926:312)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0814.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0814.pdf (See position 7964:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0815.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0815.pdf (See position 7976:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0816.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0816.pdf (See position 7995:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0817.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0817.pdf (See position 8020:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0818.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0818.pdf (See position 8043:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0819.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0819.pdf (See position 8065:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0820.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0820.pdf (See position 8072:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0821.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0821.pdf (See position 8117:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0822.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0822.pdf (See position 8130:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0823.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0823.pdf (See position 8138:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0824.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0824.pdf (See position 8158:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0825.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0825.pdf (See position 8188:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0826.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0826.pdf (See position 8200:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0827.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0827.pdf (See position 8224:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0828.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0828.pdf (See position 8249:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0829.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0829.pdf (See position 8263:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0830.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0830.pdf (See position 8312:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0831.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0831.pdf (See position 8329:310)
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 8059:32)
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-body on page 151 in block-progression direction by 86839 millipoints. (See position 1:5885)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 139 in block-progression direction by 14000 millipoints. (See position 7430:367)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 140 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 141 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 142 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 143 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 144 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 145 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 146 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 147 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 148 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 149 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 150 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:22 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 151 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 152 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 153 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 154 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 155 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 156 in block-progression direction by 14000 millipoints. (See position 7430:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 157 in block-progression direction by 14000 millipoints. (See position 7430:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0901.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0901.pdf (See position 8515:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0902.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0902.pdf (See position 8628:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0903.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0903.pdf (See position 8956:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0904.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0904.pdf (See position 8977:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0905.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0905.pdf (See position 8986:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0906.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0906.pdf (See position 8994:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0907.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0907.pdf (See position 9052:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0908.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0908.pdf (See position 9072:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0909.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0909.pdf (See position 9083:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0910.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0910.pdf (See position 9104:312)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0911.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0911.pdf (See position 9130:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0912.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0912.pdf (See position 9156:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0913.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0913.pdf (See position 9164:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0914.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0914.pdf (See position 9194:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0915.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0915.pdf (See position 9204:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0916.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0916.pdf (See position 9239:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0917.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0917.pdf (See position 9252:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0918.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0918.pdf (See position 9273:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0919.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0919.pdf (See position 9289:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0920.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0920.pdf (See position 9306:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0921.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0921.pdf (See position 9323:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0922.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_0922.pdf (See position 9334:310)
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 159 in block-progression direction by 14000 millipoints. (See position 8363:367)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 160 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 161 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 162 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 163 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 164 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 165 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 166 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 167 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 168 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 169 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 170 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 171 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 172 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 173 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 174 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 175 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 176 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 177 in block-progression direction by 14000 millipoints. (See position 8363:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 178 in block-progression direction by 14000 millipoints. (See position 8363:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1001.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1001.pdf (See position 9397:311)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1002.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1002.pdf (See position 9415:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1003.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1003.pdf (See position 9423:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1004.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1004.pdf (See position 9441:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1005.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1005.pdf (See position 9487:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1006.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1006.pdf (See position 9495:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1007.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1007.pdf (See position 9512:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1008.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1008.pdf (See position 9526:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1009.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1009.pdf (See position 9550:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1010.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1010.pdf (See position 9575:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1011.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1011.pdf (See position 9581:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1012.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1012.pdf (See position 9602:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1013.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1013.pdf (See position 9613:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1014.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1014.pdf (See position 9643:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1015.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1015.pdf (See position 9678:311)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1016.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1016.pdf (See position 9687:311)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1017.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1017.pdf (See position 9705:311)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1018.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1018.pdf (See position 9719:311)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1019.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1019.pdf (See position 9737:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1020.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1020.pdf (See position 9746:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1021.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1021.pdf (See position 9778:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1022.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1022.pdf (See position 9805:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1023.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1023.pdf (See position 9820:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1024.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1024.pdf (See position 9834:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1025.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1025.pdf (See position 9867:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1026.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1026.pdf (See position 9880:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1027.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1027.pdf (See position 9989:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1028.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1028.pdf (See position 10014:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1029.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1029.pdf (See position 10169:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1030.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1030.pdf (See position 10255:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1031.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1031.pdf (See position 10275:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1032.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1032.pdf (See position 10304:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1033.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1033.pdf (See position 10312:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1034.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1034.pdf (See position 10343:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1035.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1035.pdf (See position 10353:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1036.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1036.pdf (See position 10422:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1037.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1037.pdf (See position 10429:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1038.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1038.pdf (See position 10445:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1039.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1039.pdf (See position 10501:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1040.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1040.pdf (See position 10567:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1041.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1041.pdf (See position 10581:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1042.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1042.pdf (See position 10624:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1043.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1043.pdf (See position 10643:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1044.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1044.pdf (See position 10669:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1045.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1045.pdf (See position 10681:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1046.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1046.pdf (See position 10724:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1047.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1047.pdf (See position 10735:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1048.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1048.pdf (See position 10748:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1049.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1049.pdf (See position 10755:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1050.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1050.pdf (See position 10770:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1051.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1051.pdf (See position 10783:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1052.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1052.pdf (See position 10795:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1053.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1053.pdf (See position 10819:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1054.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1054.pdf (See position 10829:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1055.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1055.pdf (See position 10861:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1056.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1056.pdf (See position 10868:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1057.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1057.pdf (See position 10880:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1058.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1058.pdf (See position 10900:313)
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 179 in block-progression direction by 14000 millipoints. (See position 9355:367)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 180 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 181 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 182 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 183 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 184 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 185 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 186 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 187 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 188 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 189 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 190 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 191 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 192 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 193 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 194 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 195 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 196 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 197 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:23 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 198 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 199 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 200 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 201 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 202 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 203 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 204 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 205 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 206 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 207 in block-progression direction by 14000 millipoints. (See position 9355:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 208 in block-progression direction by 14000 millipoints. (See position 9355:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1101.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1101.pdf (See position 10993:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1102.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1102.pdf (See position 11029:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1103.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1103.pdf (See position 11036:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1104.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1104.pdf (See position 11101:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1105.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1105.pdf (See position 11135:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1106.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1106.pdf (See position 11144:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1107.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1107.pdf (See position 11179:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1108.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1108.pdf (See position 11187:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1109.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1109.pdf (See position 11193:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1110.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1110.pdf (See position 11217:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1111.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1111.pdf (See position 11227:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1112.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1112.pdf (See position 11239:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1113.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1113.pdf (See position 11246:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1114.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1114.pdf (See position 11293:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1115.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1115.pdf (See position 11319:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1116.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1116.pdf (See position 11387:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1117.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1117.pdf (See position 11455:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1118.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1118.pdf (See position 11493:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1119.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1119.pdf (See position 11516:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1120.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1120.pdf (See position 11552:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1121.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1121.pdf (See position 11562:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 209 in block-progression direction by 14000 millipoints. (See position 10927:367)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 210 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 211 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 212 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 213 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 214 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 215 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 216 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 217 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 218 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 219 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 220 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 221 in block-progression direction by 14000 millipoints. (See position 10927:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 222 in block-progression direction by 14000 millipoints. (See position 10927:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1201.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1201.pdf (See position 11962:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1202.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1202.pdf (See position 11976:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1203.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1203.pdf (See position 11991:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1204.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1204.pdf (See position 12046:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1205.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1205.pdf (See position 12054:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1206.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1206.pdf (See position 12086:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1207.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1207.pdf (See position 12095:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1208.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1208.pdf (See position 12122:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1209.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1209.pdf (See position 12132:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1210.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1210.pdf (See position 12160:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1211.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1211.pdf (See position 12269:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1212.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1212.pdf (See position 12279:315)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1213.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1213.pdf (See position 12322:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1214.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1214.pdf (See position 12332:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1215.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1215.pdf (See position 12350:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 223 in block-progression direction by 14000 millipoints. (See position 11637:367)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 224 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 225 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 226 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 227 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 228 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 229 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 230 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 231 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 232 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 233 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 234 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 235 in block-progression direction by 14000 millipoints. (See position 11637:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 236 in block-progression direction by 14000 millipoints. (See position 11637:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1301.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1301.pdf (See position 12416:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1302.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1302.pdf (See position 12437:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1303.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1303.pdf (See position 12460:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1304.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1304.pdf (See position 12479:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1305.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1305.pdf (See position 12489:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1306.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1306.pdf (See position 12514:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1307.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1307.pdf (See position 12554:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1308.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1308.pdf (See position 12567:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1309.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1309.pdf (See position 12610:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1310.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1310.pdf (See position 12659:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1311.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1311.pdf (See position 12672:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1312.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1312.pdf (See position 12704:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1313.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1313.pdf (See position 12713:313)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1314.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1314.pdf (See position 12745:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1315.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1315.pdf (See position 12808:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1316.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_1316.pdf (See position 12819:311)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 237 in block-progression direction by 14000 millipoints. (See position 12384:367)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 238 in block-progression direction by 14000 millipoints. (See position 12384:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 239 in block-progression direction by 14000 millipoints. (See position 12384:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 240 in block-progression direction by 14000 millipoints. (See position 12384:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 241 in block-progression direction by 14000 millipoints. (See position 12384:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 242 in block-progression direction by 14000 millipoints. (See position 12384:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 243 in block-progression direction by 14000 millipoints. (See position 12384:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 244 in block-progression direction by 14000 millipoints. (See position 12384:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 245 in block-progression direction by 14000 millipoints. (See position 12384:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 246 in block-progression direction by 14000 millipoints. (See position 12384:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
SEVERE: Image not available. URI: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_aa01.pdf. Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format is not supported. No ImagePreloader found for /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/docbook/figs/print/jtdg_aa01.pdf (See position 13062:309)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Line 1 of a paragraph overflows the available area by more than 50 points. (See position 13199:615)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 247 in block-progression direction by 14000 millipoints. (See position 12907:367)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 248 in block-progression direction by 14000 millipoints. (See position 12907:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 249 in block-progression direction by 14000 millipoints. (See position 12907:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 250 in block-progression direction by 14000 millipoints. (See position 12907:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 251 in block-progression direction by 14000 millipoints. (See position 12907:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 252 in block-progression direction by 14000 millipoints. (See position 12907:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 253 in block-progression direction by 14000 millipoints. (See position 12907:1257)
Oct 13, 2015 8:10:24 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 254 in block-progression direction by 14000 millipoints. (See position 12907:2148)
Oct 13, 2015 8:10:24 AM org.apache.fop.fo.properties.PropertyMaker make
WARNING: span="inherit" on fo:block, but no explicit value found on the parent FO.
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 255 in block-progression direction by 14000 millipoints. (See position 13323:356)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 256 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 257 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 258 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 259 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 260 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 261 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 262 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 263 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 264 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 265 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 266 in block-progression direction by 14000 millipoints. (See position 13323:2135)
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 267 in block-progression direction by 14000 millipoints. (See position 13323:1245)
Oct 13, 2015 8:10:25 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:25 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:25 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:25 AM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency
SEVERE: forcing opt to min in LengthRange
Oct 13, 2015 8:10:25 AM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Content overflows the viewport of the fo:region-before on page 269 in block-progression direction by 14000 millipoints. (See position 13339:367)
[INFO] /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/book.pdf has been generated.
[INFO] /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/book.fo has been generated.
[INFO]
[INFO] --- pdf-plugin:1.0:concatenate (concat-pdfs) @ hudsonbook-pdf ---
[INFO] Saving Concatenated PDF to: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/jenkins-the-definitive-guide.pdf
[INFO] Processing PDFs
[INFO] Processing PDF: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/main/resources/hudson-book-cover.pdf
[INFO] Processing PDF: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/book.pdf
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ hudsonbook-pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hudsonbook-pdf ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hudsonbook-pdf ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hudsonbook-pdf ---
[INFO] Building jar: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-pdf/target/hudsonbook-pdf-0.0.4-SNAPSHOT.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Continuous Integration with Hudson (HTML) 0.0.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:unpack (unpack) @ hudsonbook-html ---
[INFO] Configured Artifact: com.wakaleo.hudsonbook:hudsonbook-content:0.0.4-SNAPSHOT:jar
[INFO] Unpacking /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-content/target/hudsonbook-content-0.0.4-SNAPSHOT.jar to /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-html/target/docbook with includes "" and excludes ""
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ hudsonbook-html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hudsonbook-html ---
[INFO] No sources to compile
[INFO]
[INFO] --- docbkx-maven-plugin:2.0.7:generate-html (generate-html) @ hudsonbook-html ---
[WARNING] Failed to find catalog files.
[INFO] Processing book.xml
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ hudsonbook-html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-html/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ hudsonbook-html ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ hudsonbook-html ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ hudsonbook-html ---
[INFO] Building jar: /var/jenkins_home/jobs/jenkins-the-definitive-guide/workspace/hudsonbook-html/target/hudsonbook-html-0.0.4-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Continuous Integration with Hudson ................. SUCCESS [ 0.002 s]
[INFO] Continuous Integration with Hudson (Content) ....... SUCCESS [ 15.918 s]
[INFO] Continuous Integration with Hudson (French Content) SUCCESS [ 12.798 s]
[INFO] Continuous Integration with Hudson (Content Chinese) SUCCESS [ 4.969 s]
[INFO] Continuous Integration with Hudson (PDF) ........... SUCCESS [02:07 min]
[INFO] Continuous Integration with Hudson (HTML) .......... SUCCESS [02:10 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:52 min
[INFO] Finished at: 2015-10-13T08:12:38+00:00
[INFO] Final Memory: 86M/1306M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment