niallsco / kettle-cookbook

Automatically exported from code.google.com/p/kettle-cookbook
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Update now generates index, and folder structure, but not html files #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As the title says, after updating to r67 I now get the index and the nav menu, 
but now html files... will investigate more as you're on a well earned break.

Original issue reported on code.google.com by TomBarbe...@googlemail.com on 21 Dec 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Hi Tom! 

thanks for testing. What would be helpful to investigate further is the 
transform.sh script, and the output of running the transform script. Can yo 
attach those? TIA Roland

Original comment by roland.bouman on 21 Dec 2010 at 9:43

GoogleCodeExporter commented 9 years ago
Fucked in PDI EE, works in PDI CE.

Anyway if its of any use:

INFO  21-12 11:15:39,379 - Make Executable - Running on platform : Linux
INFO  21-12 11:15:39,400 - Make Executable - Executing command : 
/mnt/ci/hudson/.hudson/jobs/ETLCookbook/workspace/etl/data-integration/software/
4.1/data-integration/null/kettle_a4477f35-0cf3-11e0-acb4-2d451587f95cshell
INFO  21-12 11:15:39,412 - document-all - Starting entry [Execute transform 
script]
INFO  21-12 11:15:39,413 - Execute transform script - Running on platform : 
Linux
INFO  21-12 11:15:39,413 - Execute transform script - Executing command : 
/tmp/etl/transform.sh
INFO  21-12 11:15:39,782 - Execute transform script - Execute transform script 
(stderr)
INFO  21-12 11:15:39,782 - Execute transform script - Execute transform script 
(stderr)
INFO  21-12 11:15:40,824 - Execute transform script - Execute transform script 
(stderr)
INFO  21-12 11:15:40,825 - Execute transform script - Execute transform script 
(stderr)
INFO  21-12 11:15:42,039 - document-all - Finished job entry [Execute transform 
script] (result=[true])
INFO  21-12 11:15:42,039 - document-all - Finished job entry [Make Executable] 
(result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry [is windows?] 
(result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry [transform script 
exists?] (result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry 
[create-output-subdir] (result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry 
[process-files.ktr] (result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry [Create 
${OUTPUT_DIR} and Copy Template] (result=[true])
INFO  21-12 11:15:42,040 - document-all - Finished job entry 
[substitute-variables-in-parameters.ktr] (result=[true])
INFO  21-12 11:15:42,041 - document-all - Job execution finished
INFO  21-12 11:15:42,041 - Kitchen - Kitchen
INFO  21-12 11:15:42,041 - Kitchen - Kitchen
INFO  21-12 11:15:42,041 - Kitchen - Kitchen

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 11:18

GoogleCodeExporter commented 9 years ago
Might have spoken too soon... certainly something funky though... still 
debugging.

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Okay then, EE basically only creates the top 2 entries in the batch script. 
where as CE creates the full script... go figure

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 11:45

GoogleCodeExporter commented 9 years ago
Ok thanks for the hunt so far. I take it the index.xml document empty in the EE 
version?

Original comment by roland.bouman on 21 Dec 2010 at 11:49

GoogleCodeExporter commented 9 years ago
I'd like to say yes, to make your life easy, but its full.

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 11:56

GoogleCodeExporter commented 9 years ago
Also on a slightly different note, one thing I did notice that confused me 
also, is that you have to execute the cookbook from with the data-integration/ 
directory. (But thats not related to this EE issue)

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 12:03

GoogleCodeExporter commented 9 years ago
Hierarchical menu is still empty

Original comment by TomBarbe...@googlemail.com on 21 Dec 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Hi Tom,

if i understand correctly, the status as of this moment is that you do get an 
index.xml, but no html files, and on top of that the toc does not show content 
in the hierarchical menu. 

Can you please send me index.xml, transform.sh, toc.html

Please also try to run transform.sh (it should be executable already) and 
capture the output so I can look at that. 

TIA, Roland.

Original comment by roland.bouman on 21 Dec 2010 at 4:33

GoogleCodeExporter commented 9 years ago
Okay there are a few bugs, let me split them out.

In issue 34 we shall deal with the fact that PDI 4.1 EE doesn't run the 
cookbook. I assume this is really a PDI bug, but I can't log it because I don't 
know where its occurring.

So running, PDI 4.1 EE with the following command I have attached the requested 
files:

sh kitchen.sh 
-file=/mnt/ci/hudson/.hudson/jobs/ETLCookbook/workspace/etl/data-integration/sof
tware/kettle-cookbook/pdi/document-all.kjb 
-param:"INPUT_DIR"=/mnt/ci/hudson/.hudson/jobs/ETLCookbook/workspace/etl/data-in
tegration/projects/wex/code/ -param:"OUTPUT_DIR"=/tmp/etlEE

Original comment by TomBarbe...@googlemail.com on 22 Dec 2010 at 9:23

Attachments:

GoogleCodeExporter commented 9 years ago
As you can see transform.sh only has 2 entries :)

Original comment by TomBarbe...@googlemail.com on 22 Dec 2010 at 9:24