Hi Gents,

No joy.  I put the bouncy castle (?!) jar file in the WEB-INF/lib
folder.  These are normal PDFs in an unsecured folder, so not sure
what you mean by "secured PDFs".

The collection is successfully created Nitai - it is the indexing that
is throwing the BD error, whether I use the Admin GUI to "Create/
Update Index" [collectionindex.cfm] - error on [_controller.cfm?
action=indexSearchCollection], or the following code:

<cfindex collection="#collection_name#"
action="refresh"
extensions=".rtf, .docx, .xls, .txt, .pdf, .doc"
key="E:\test_docs\"
type="path"
urlpath="http:\\www.explorers-log.com\App\Admin\Documents\"
recurse="no"
language="English">

---OR--

<cfscript>
// From the online example
args = {
collection : "#collection_name#",
recurse : true,
extensions : ".pdf",
key : "E:\test_docs\"
};
results = CollectionIndexPath( argumentCollection=args );
</cfscript>

Is there any debugging setting which would give me more info in the
"OpenBD Internal Server Error"?

Thanks,

Rob

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

     Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012

Reply via email to