Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Oxygen general issues.
nikhilkulkarni10
Posts: 2
Joined: Wed Sep 09, 2015 8:14 am

Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Post by nikhilkulkarni10 »

Hi ..
I am using Dita Ot1.8.5 to convert ditamap to wordrtf and pdf using external java main method (passing the command line parameters). code is working fine for converting transtype=wrodrtf but when I convert it to pdf getting below exception.
Can you any one please help me out. below are the configuration environment which i set in eclipse,

Code: Select all


PATH=D:\DITA-OT1.8.5\tools\ant\bin
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_45
CLASSPATH=D:\DITA-OT1.8.5\lib\dost.jar;D:\DITA-OT1.8.5\lib\commons-codec-1.4.jar;D:\DITA-OT1.8.5\lib\resolver.jar;D:\DITA-OT1.8.5\lib\icu4j.jar;D:\DITA-OT1.8.5\lib\xml-apis.jar;D:\DITA-OT1.8.5\lib\saxon\saxon9.jar;D:\DITA-OT1.8.5\lib\saxon\saxon9-dom.jar;D:\DITA-OT1.8.5\lib\xercesImpl.jar
ANT_OPTS=-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl
Extra warnings counted

Code: Select all


OUT   [index-preprocess] java.io.FileNotFoundException: temp\temp20150909104014590\stage1.xml (The system cannot find the path specified)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.open(Native Method)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
OUT Extra warnings counted
OUT [index-preprocess] at com.idiominc.ws.opentopic.fo.index2.IndexPreprocessorTask.execute(IndexPreprocessorTask.java:137)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
Thanks,
Nikhil
Radu
Posts: 9498
Joined: Fri Jul 09, 2004 5:18 pm

Re: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Post by Radu »

Hi Nikhil,

I'm not sure what the problem is. Please try to post in a code block all the command line messages received from the ANT process.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
nikhilkulkarni10
Posts: 2
Joined: Wed Sep 09, 2015 8:14 am

Re: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Post by nikhilkulkarni10 »

Hi Radu .. thanks for your reply. below is the error console.

Code: Select all


Calling Invoke Utility Method
OUT Apache Ant(TM) version 1.8.4 compiled on May 22 2012
OUT Buildfile: D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\build.xml
OUT Processing started...
OUT Initialize log directory and file name...
OUT Validate and init input arguments...
OUT [delete] Deleting directory D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT [mkdir] Created dir: D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT [echo] *****************************************************************
OUT [echo] * basedir = D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5
OUT [echo] * dita.dir = D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5
OUT [echo] * input = D:/Oracle/Middleware/user_projects/domains/base_domain/ucm/cs/weblayout/DITA-OT1.8.5/samples/hierarchy.ditamap
OUT [echo] * inputdir = D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples
OUT [echo] * transtype = pdf
OUT [echo] * tempdir = temp\temp20150909120202394
OUT [echo] * outputdir = D:/Oracle/Middleware/user_projects/domains/base_domain/ucm/cs/weblayout/DITA-OT1.8.5/out
OUT [echo] * extname = ${dita.ext}
OUT [echo] * clean.temp = true
OUT [echo] * DITA-OT version = 1.8.5
OUT [echo] * XML parser = Xerces
OUT [echo] * XSLT processor = Saxon
OUT [echo] * collator = ICU
OUT [echo] *****************************************************************
OUT [echo] #Ant properties
OUT [echo] #Wed Sep 09 12:02:04 IST 2015
OUT [echo] args.css.file.temp=${args.css}
OUT [echo] args.css.real=${args.css}
OUT [echo] args.grammar.cache=yes
OUT [echo] args.input=D\:/Oracle/Middleware/user_projects/domains/base_domain/ucm/cs/weblayout/DITA-OT1.8.5/samples/hierarchy.ditamap
OUT [echo] args.logdir=D\:/Oracle/Middleware/user_projects/domains/base_domain/ucm/cs/weblayout/DITA-OT1.8.5/out
OUT [echo] args.rellinks=none
OUT [echo] args.xml.systemid.set=yes
OUT [echo] dita.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5
OUT [echo] dita.input.dirname=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\samples
OUT [echo] dita.input.filename=hierarchy.ditamap
OUT [echo] dita.map.filename.root=hierarchy
OUT [echo] dita.plugin.com.sophos.tocjs.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\com.sophos.tocjs
OUT [echo] dita.plugin.org.dita.base.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5
OUT [echo] dita.plugin.org.dita.docbook.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.docbook
OUT [echo] dita.plugin.org.dita.eclipsecontent.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.eclipsecontent
OUT [echo] dita.plugin.org.dita.eclipsehelp.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.eclipsehelp
OUT [echo] dita.plugin.org.dita.htmlhelp.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.htmlhelp
OUT [echo] dita.plugin.org.dita.javahelp.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.javahelp
OUT [echo] dita.plugin.org.dita.legacypdf.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\legacypdf
OUT [echo] dita.plugin.org.dita.odt.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.odt
OUT [echo] dita.plugin.org.dita.pdf.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.pdf
OUT [echo] dita.plugin.org.dita.pdf2.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.pdf2
OUT [echo] dita.plugin.org.dita.specialization.dita11.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.specialization.dita11
OUT [echo] dita.plugin.org.dita.specialization.dita132.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.specialization.dita132
OUT [echo] dita.plugin.org.dita.specialization.eclipsemap.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.specialization.eclipsemap
OUT [echo] dita.plugin.org.dita.specialization.h2d.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\h2d
OUT [echo] dita.plugin.org.dita.troff.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.troff
OUT [echo] dita.plugin.org.dita.wordrtf.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.wordrtf
OUT [echo] dita.plugin.org.dita.xhtml.dir=D\:\\Oracle\\Middleware\\user_projects\\domains\\base_domain\\ucm\\cs\\weblayout\\DITA-OT1.8.5\\plugins\\org.dita.xhtml
OUT [echo] dita.preprocess.reloadstylesheet=false
OUT [echo] dita.temp.dir=temp\\temp20150909120202394
OUT [echo] dita.topic.filename.root=hierarchy.ditamap
OUT [echo] preprocess.copy-image.skip=true
OUT [echo] *****************************************************************
OUT Generate file list...
OUT [gen-list] GenMapAndTopicListModule.execute(): Starting...
OUT Extra warnings counted
OUT [gen-list] Failed to read supported DITA topic extensions from configuration, using defaults.
OUT Extra warnings counted
OUT [gen-list] Failed to read supported DITA map extensions from configuration, using defaults.
OUT Extra warnings counted
OUT [gen-list] Failed to read supported image extensions from configuration, using defaults.
OUT Extra warnings counted
OUT [gen-list] Failed to read supported HTML extensions from configuration, using defaults.
OUT Extra warnings counted
OUT [gen-list] Failed to read supported resource file extensions from configuration, using defaults.
OUT Extra warnings counted
OUT [gen-list] Failed to read print transtypes from configuration, using defaults.
OUT [gen-list] Using Xerces grammar pool for DTD and schema caching.
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\hierarchy.ditamap
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\takinggarbage.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\wheelbarrow.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\tools.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\workbench.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\washingthecar.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\shelving.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\toolbox.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\changingtheoil.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\snowshovel.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\shovellingsnow.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\oil.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\waterhose.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\wwfluid.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\garagetaskoverview.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\lawnmower.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\organizing.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\paint.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\spraypainting.xml
OUT [gen-list] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\garageconceptsoverview.xml
OUT [gen-list] Serializing job specification
OUT [gen-list] GenMapAndTopicListModule.execute(): Execution time: 1.105 seconds
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\outditafiles.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditamapandtopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditatopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditamap.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hrefditatopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conref.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\image.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\flagimage.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\html.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hreftargets.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\canditopics.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\skipchunk.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\subjectscheme.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conreftargets.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\copytosource.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\subtargets.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conrefpush.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\keyref.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\coderef.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\resourceonly.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT Debug and filter input files...
OUT [filter] DebugAndFilterModule.execute(): Starting...
OUT [filter] Using Xerces grammar pool for DTD and schema caching.
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\organizing.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\wheelbarrow.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\washingthecar.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\spraypainting.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\waterhose.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\wwfluid.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\shovellingsnow.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\takinggarbage.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\lawnmower.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\workbench.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\garageconceptsoverview.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\garagetaskoverview.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\snowshovel.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\tools.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\toolbox.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\oil.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\hierarchy.ditamap
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\tasks\changingtheoil.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\paint.xml
OUT [filter] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\samples\concepts\shelving.xml
OUT [filter] Execution time: 172 milliseconds
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\user.input.file.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hreftargets.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conref.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hrefditatopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditatopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditamapandtopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conreftargets.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\conrefpush.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\keyref.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\skipchunk.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\canditopics.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\resourceonly.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT Copy image files...
OUT Copy image files...
OUT Copy image files...
OUT Copy html files...
OUT Copy flag files...
OUT Copy subsidiary files...
OUT Copy generated files...
OUT [copy] Copying 2 files to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\out
OUT Resolve conref push...
OUT Resolve conref in input files...
OUT Move metadata entries...
OUT [move-meta] Reading D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap
OUT Resolve keyref...
OUT Resolve coderef in input files...
OUT Resolve mapref in ditamap...
OUT [mapref] Transforming into D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT [mapref] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap.ref
OUT [mapref] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\preprocess\mapref.xsl
OUT [move] Moving 1 file to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT Pull the navtitle and topicmeta from topics to ditamap...
OUT [mappull] Transforming into D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT [mappull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap.pull
OUT [mappull] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\preprocess\mappull.xsl
OUT [move] Moving 1 file to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT Process chunks...
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditatopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditamap.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\fullditamapandtopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\chunkedditamap.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\chunkedtopic.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\resourceonly.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\copytosource.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT [job-helper] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\.job.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\copytotarget2sourcemap.list
OUT [job-helper] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\job-helper.xsl
OUT Find and generate related link information...
OUT [maplink] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\hierarchy.ditamap to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\maplinks.unordered
OUT [maplink] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\preprocess\maplink.xsl
OUT Move the related link information to topics...
OUT Pull metadata for link and xref element...
OUT [topicpull] Transforming into D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\garageconceptsoverview.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\garageconceptsoverview.xml.pull
OUT [topicpull] Loading stylesheet D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\xsl\preprocess\topicpull.xsl
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\lawnmower.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\lawnmower.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\oil.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\oil.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\paint.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\paint.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\shelving.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\shelving.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\snowshovel.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\snowshovel.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\toolbox.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\toolbox.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\tools.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\tools.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\waterhose.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\waterhose.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\wheelbarrow.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\wheelbarrow.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\workbench.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\workbench.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\wwfluid.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\concepts\wwfluid.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\changingtheoil.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\changingtheoil.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\garagetaskoverview.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\garagetaskoverview.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\organizing.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\organizing.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\shovellingsnow.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\shovellingsnow.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\spraypainting.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\spraypainting.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\takinggarbage.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\takinggarbage.xml.pull
OUT [topicpull] Processing D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\washingthecar.xml to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\tasks\washingthecar.xml.pull
OUT [move] Moving 19 files to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394
OUT Add flagging information to topics...
OUT Preprocessing ended...
OUT [copy] Copying 3 files to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\Configuration\OpenTopic
OUT [copy] Copying 1 file to D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\temp\temp20150909120202394\Customization\OpenTopic
OUT [detect-lang] Lang search finished
OUT [echo] Using document.locale=en_US
OUT Extra warnings counted
OUT [index-preprocess] java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.open(Native Method)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
OUT Extra warnings counted
OUT [index-preprocess] at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
OUT Extra warnings counted
OUT [index-preprocess] at com.idiominc.ws.opentopic.fo.index2.IndexPreprocessorTask.execute(IndexPreprocessorTask.java:137)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT Extra warnings counted
OUT [index-preprocess] at java.lang.reflect.Method.invoke(Method.java:606)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Task.perform(Task.java:348)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.execute(Target.java:392)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT Extra warnings counted
OUT [index-preprocess] at java.lang.reflect.Method.invoke(Method.java:606)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Task.perform(Task.java:348)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.execute(Target.java:392)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT Extra warnings counted
OUT [index-preprocess] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT Extra warnings counted
OUT [index-preprocess] at java.lang.reflect.Method.invoke(Method.java:606)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Task.perform(Task.java:348)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.execute(Target.java:392)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Main.runBuild(Main.java:811)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.Main.startAnt(Main.java:217)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
OUT Extra warnings counted
OUT [index-preprocess] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
OUT Processing ended.
OUT
OUT BUILD FAILED
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\build.xml:44: The following error occurred while executing this line:
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:150: The following error occurred while executing this line:
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:291: java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\build.xml:44: The following error occurred while executing this line:
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:150: The following error occurred while executing this line:
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:291: java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
OUT at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
OUT at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
OUT at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT at java.lang.reflect.Method.invoke(Method.java:606)
OUT at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT at org.apache.tools.ant.Task.perform(Task.java:348)
OUT at org.apache.tools.ant.Target.execute(Target.java:392)
OUT at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
OUT at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
OUT at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT at org.apache.tools.ant.Main.runBuild(Main.java:811)
OUT at org.apache.tools.ant.Main.startAnt(Main.java:217)
OUT at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
OUT at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
OUT Caused by: D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:150: The following error occurred while executing this line:
OUT D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:291: java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
OUT at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
OUT at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
OUT at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT at java.lang.reflect.Method.invoke(Method.java:606)
OUT at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT at org.apache.tools.ant.Task.perform(Task.java:348)
OUT at org.apache.tools.ant.Target.execute(Target.java:392)
OUT at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
OUT at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
OUT ... 17 more
OUT Caused by: D:\Oracle\Middleware\user_projects\domains\base_domain\ucm\cs\weblayout\DITA-OT1.8.5\plugins\org.dita.pdf2\build.xml:291: java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT at com.idiominc.ws.opentopic.fo.index2.IndexPreprocessorTask.execute(IndexPreprocessorTask.java:143)
OUT at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
OUT at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
OUT at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
OUT at java.lang.reflect.Method.invoke(Method.java:606)
OUT at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
OUT at org.apache.tools.ant.Task.perform(Task.java:348)
OUT at org.apache.tools.ant.Target.execute(Target.java:392)
OUT at org.apache.tools.ant.Target.performTasks(Target.java:413)
OUT at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
OUT at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
OUT at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
OUT at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
OUT ... 30 more
OUT Caused by: java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
OUT at java.io.FileOutputStream.open(Native Method)
OUT at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
OUT at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
OUT at com.idiominc.ws.opentopic.fo.index2.IndexPreprocessorTask.execute(IndexPreprocessorTask.java:137)
OUT ... 42 more
OUT
OUT Number of Fatals : 0
OUT Number of Errors : 1
OUT Number of Warnings : 53
OUT
OUT Total time: 7 seconds
OUT Log file 'hierarchy_pdf.log' was generated successfully in directory 'D:/Oracle/Middleware/user_projects/domains/base_domain/ucm/cs/weblayout/DITA-OT1.8.5/out'.
ERRORPicked up _JAVA_OPTIONS: -Xms128m -Xmx1024m
Finished Invoke Utility Method
Picked up _JAVA_OPTIONS: -Xms128m -Xmx1024m
Radu
Posts: 9498
Joined: Fri Jul 09, 2004 5:18 pm

Re: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Post by Radu »

Hi,

The point where it breaks seems to be here:

Code: Select all

OUT Extra warnings counted
OUT [index-preprocess] java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified)
You seem to specify the temporary files folder parameter as a relative path like temp\temp20150909120202394. Could you try to give it as an absolute file path to the ANT process?

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply