Hi, after updating the documentation of DdlUtils (http://db.apache.org/ddlutils) from Forrest 0.6 to 0.7 I get this strange "No pipeline matched request" error:
[java] Lazy mode: true [java] Lazy mode: true [java] Lazy mode: true [java] Lazy mode: true [java] Lazy mode: true [java] Lazy mode: true [java] ^ api/index.html [java] * [1/21] [21/22] 8.593s 8.5Kb linkmap.html [java] Lazy mode: true [java] Lazy mode: true [java] Lazy mode: true [java] * [2/20] [0/0] 67.186s 171.0Kb site.pdf [java] Lazy mode: true [java] * [3/23] [4/98] 10.205s 171.2Kb site.html [java] ^ api/index.html [java] * [4/23] [1/22] 0.711s 6.9Kb documentation.html [java] ^ api/index.html [java] * [5/23] [1/22] 3.685s 114.6Kb database-support.html [java] ^ api/index.html [java] * [6/23] [1/22] 0.691s 5.6Kb schema.html [java] ^ api/index.html [java] * [7/23] [1/22] 0.882s 7.6Kb to-do.html [java] Lazy mode: true [java] X [0] error: BROKEN: No pipeline matched request: error: [java] Lazy mode: true [java] * [9/21] [0/0] 0.33s 5.8Kb skin/forrest.css [java] ^ api/index.html [java] * [10/21] [1/22] 0.721s 6.9Kb mail-lists.html [java] Lazy mode: true [java] * [12/19] [0/0] 38.315s 92.1Kb database-support.pdf [java] ^ api/index.html [java] ^ api/index.html [java] * [13/19] [1/24] 1.162s 15.7Kb api-usage.html [java] * [14/18] [0/0] 0.47s 15.6Kb api-usage.pdf [java] ^ api/index.html [java] * [15/18] [1/22] 1.653s 38.7Kb ant-tasks.html [java] * [16/17] [0/0] 2.533s 42.3Kb ant-tasks.pdf [java] * [17/16] [0/0] 0.321s 246b skin/print.css [java] Lazy mode: true [java] * [18/15] [0/0] 0.08s 19.7Kb images/tortoisesvn-checkout-finished.png [java] * [19/14] [0/0] 0.39s 5.3Kb mail-lists.pdf [java] Lazy mode: true [java] * [22/11] [0/0] 0.19s 3.2Kb schema.pdf [java] * [23/10] [0/0] 0.621s 5.7Kb documentation.pdf [java] ^ api/index.html [java] * [24/10] [1/24] 0.731s 9.9Kb svn-info.html [java] * [25/9] [0/0] 0.471s 9.9Kb svn-info.pdf [java] * [26/8] [0/0] 0.02s 16.7Kb images/tortoisesvn-checkout-dlg.png [java] ^ api/index.html [java] * [27/13] [6/27] 0.971s 9.6Kb index.html [java] * [29/11] [0/0] 0.05s 1.8Kb images/built-with-forrest-button.png [java] * [30/10] [0/0] 0.03s 964b images/junit.gif [java] * [31/9] [0/0] 0.02s 807b images/ant.gif [java] ^ api/index.html [java] * [32/9] [1/22] 0.711s 5.7Kb download.html [java] * [33/8] [0/0] 0.02s 18.7Kb images/db-logo.png [java] * [34/7] [0/0] 0.621s 7.4Kb index.pdf [java] * [35/6] [0/0] 0.02s 12.9Kb images/model.png [java] * [36/5] [0/0] 0.531s 3.8Kb linkmap.pdf [java] ^ api/index.html [java] * [37/5] [1/22] 0.681s 5.8Kb release-notes.html [java] * [38/4] [0/0] 0.31s 3.4Kb release-notes.pdf [java] * [39/3] [0/0] 0.601s 3.4Kb download.pdf [java] * [40/2] [0/0] 0.261s 4.9Kb to-do.pdf [java] Logging Error: Writing event to closed stream. [java] Total time: 2 minutes 28 seconds, Site size: 874.092 Site pages: 35 The strange thing is that all HTMLs and PDFs are generated correctly, even site.html and site.pdf. Any ideas what could be wrong here ? brokenlinks.xml is no real help, it only contains: <broken-links> <link message="No pipeline matched request: error:" uri="error:"> <referrer uri="site.html"/> <referrer uri="site.html"/> ... (75x the above line) <referrer uri="site.html"/> </link> </broken-links> Doc source can be found here: http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/src/doc/ regards, Tom