Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread YunHee Kang
Hi Brian, I overlooked the function of the CAS crawler Framework to ingest download files into the CAS File Manager. I appreciate your explanation about the relationship between Pushpull framework and Crawler Framework. To be honest, I was confused why you only modified two source programs in

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Mattmann, Chris A (388J)
+1 to Brian's comments below. Cheers, Chris On Aug 2, 2012, at 11:59 AM, Brian Foster wrote: > Hey YunHee, > > This is expected behavoir now... pushpull only downloads the files... it > talks to the filemgr to try to determine if it already has a file before it > redownloads it... if you want

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Brian Foster
Hey YunHee,This is expected behavoir now... pushpull only downloads the files... it talks to the filemgr to try to determine if it already has a file before it redownloads it... if you want automated file ingest, you must set up a crawler to crawl your pushpull staging directory... there is documen

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-02 Thread Kang YunHee
Hi Brain, I applied the patch(OODT-481.2012-08-01.txt) to the source of pushpull framework, rebuilt it and swapped its jar out in my deployment according to the following steps: patch -p0 < OODT-481.2012-08-01.txt mvn clean mvn install cd target cp cas-pushpull-0.5-SNAPSHOT.jar ~/oodt-0.5/cas-pu

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-01 Thread Brian Foster
hey YunHee, I've submitted the patch, so you can instead of having to patch the code you can just resync your pushpull code and rebuild it and swap the jar out in your deployment -brian On Aug 1, 2012, at 8:28 AM, YunHee Kang wrote: > Hi Chris and Brian, > > I am reading source codes for ha

Re: Question about metadata specification for Filemgr and Pushpull

2012-08-01 Thread Brian Foster
Hey YunHee, Okay, found another bug... lol... you're on a roll dude! I've attached the fix to issue: https://issues.apache.org/jira/browse/OODT-481 Just patch the fix into the trunk pushpull and download with communication to filemgr should work now. -brian On Aug 1, 2012, at 8:28 AM, YunHe

Question about metadata specification for Filemgr and Pushpull

2012-08-01 Thread YunHee Kang
Hi Chris and Brian, I am reading source codes for handling "Catalog exception" related the runtime error described below. org.apache.oodt.cas.filemgr.structs.exceptions.CatalogException: Failure writing request at org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient.hasProduct(XmlRpcFil