From | xiaohu@uiuc.edu |
Date | Wed, 4 Feb 2004 13:25:14 -0600 |
Subject | [greenstone-devel] Odds of AZCompactList in V2.40 |
Dear Collegues,
I encountered a problem with AZCompactList. This kind of list is actually one of my favorites, and I've successfully built several collections with AZCompactList in V2.38 and V2.39 of Greenstone. However, when using V2.40 now, I got problems: Platform: linux:Red Hat Enterprise Linux AS release 3 (Taroon)
Greenstone: V2.40 The import process goes well. Problem 1: When I build a collection of 56 html documents with configuration: classify AZCompactList -mingroup 1 -metadata ContactOrganization -buttonname Organization
The building process failed, with following error message: *************Error Message****************
Incorrect options passed to List, check your collect.cfg file
specific options:
-buttonname <string> Button name for this classification.
-sort <string> Metadata field to sort by. If not set, sorts in build
general options (from BasClas):
-outhandle <string> The file handle to write output to.
-verbosity <enum> Controls the quantity of output.
0: No output.
Uncaught exception from user code: AZCompactList::reinit('AZCompactList=HASH(0x88dbdac)','ARRAY(0x89065bc)') called at /ppa/DocRoot/gsdl/perllib/classify/AZCompactList.pm line 621
***********End of Error Message************* Problem2: According to the message (it didn't mention "-mingroup" option, but it doesn't mean there is no such option for AZCompactList. Actually I found the option in AZCompactList.pm code.), I deleted the -mingroup option in the configuration file, then the configuration settings change to: classify AZCompactList -metadata ContactOrganization -buttonname Organization
This time the building process succeeded, I got a collection. But there still a message at the end of the building process: *********message*************
***********end of message *********** Because of the lack of "-mingroup 1" option, the list format is not as good as previous lists. So I really want to have the option work. Problem 3: I built a collection with 27 files pulled from the above 56 files. This time, I specified the "-mingroup 1" options in configuration file. So the configuration setting is the same as that in Problem 1. (the only difference between problem 1 and problem 3 is the number of files.) The building process succeeded, and I got a collection working perfectly, except for the same message as problem 2 at the end of the building process. **********message************************
So, it seems wierd and ustable. Does anyone have any hints about these problems? I really like AZCompactList, and most of the student projects in my class are going to use it. So we'll highly appreciate your helps! Thank you very much! Xiao |