Re: Problem happened when I tried to run the script "crawler_launcher"

2012-08-07 Thread YunHee Kang
Hi Chris and Sheryl, I understood my mistake after modifying a wrong URL with the "/". But there is the wrong URL that is used as an option of crawler_launcher in the apache oodt homepage(http://oodt.apache.org/components/maven/crawler/user/). --filemgrUrl http://localhost:9000/ \ So it made

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-07 Thread YunHee Kang
Hi Brian and Chris, I think Brian's comment is reasonable. Thanks, Yunhee 2012/8/7 Mattmann, Chris A (388J) : > Thanks Bfost, OK by me! > > Cheers, > Chris > > On Aug 6, 2012, at 10:41 AM, Brian Foster wrote: > >> hey yunhee and chris, >> >> we DON'T want to turn that off!... you need to conne

Failure in maven install of OODT

2012-08-07 Thread Lynnes, Christopher S. (GSFC-6102)
I wanted to take OODT out for a test drive on my Mac, running Lion, but the mvn install produces a failure: > --- > Test set: org.apache.oodt.profile.EnumeratedProfileElementTest >

Re: Failure in maven install of OODT

2012-08-07 Thread Mattmann, Chris A (388J)
Hi Chris, What version of Maven and Java are you using? It looks like you have some class on your classpath that is overriding the XML parser (and its methods) that that particular test is expecting. Let me know the Maven/Java version and we can go from there. You can also get past this if you

Re: Review Request: Synchronous and Asynchronous LocalEngineRunnerFactory

2012-08-07 Thread Sheryl John
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6416/ --- (Updated Aug. 7, 2012, 3:36 a.m.) Review request for oodt, Chris Mattmann, brian

Review Request: Factory out EngineRunner and WorkflowProcessor classes into their own packages

2012-08-07 Thread brian Foster
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6407/ --- Review request for oodt, Chris Mattmann, Ricky Nguyen, Paul Ramirez, and Thomas B

Re: Review Request: NumberFormatException when using RSS service to view transfers for large files

2012-08-07 Thread Ross Laidlaw
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6409/ --- (Updated Aug. 7, 2012, 12:38 a.m.) Review request for oodt, Chris Mattmann and P

Review Request: NumberFormatException when using RSS service to view transfers for large files

2012-08-07 Thread Ross Laidlaw
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6409/ --- Review request for oodt, Chris Mattmann and Paul Ramirez. Description --- A

Re: Review Request: Synchronous and Asynchronous LocalEngineRunnerFactory

2012-08-07 Thread Chris Mattmann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6416/#review9962 --- Ship it! LGTM. - Chris Mattmann On Aug. 7, 2012, 3:36 a.m., Sheryl

Re: Problem happened when I tried to run the script "crawler_launcher"

2012-08-07 Thread Sheryl John
Hi Yunhee, I'm sorry for the confusion caused due to the guide in the oodt crawler homepage. The new command line options were introduced recently and hence, the option 'crawlerId' is obsolete now. It's now replaced by (--launchStdCrawler or -stdPC). If you run ./crawler_launcher -h, you should se

Re: Review Request: Synchronous and Asynchronous LocalEngineRunnerFactory

2012-08-07 Thread brian Foster
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6416/#review9976 --- i've got this fix in https://reviews.apache.org/r/6407/ ... i'll check

Jenkins build is back to stable : oodt-trunk ยป Catalog and Archive Workflow Management Component #583

2012-08-07 Thread Apache Jenkins Server
See

Jenkins build is back to stable : oodt-trunk #583

2012-08-07 Thread Apache Jenkins Server
See

Re: Review Request: Synchronous and Asynchronous LocalEngineRunnerFactory

2012-08-07 Thread Sheryl John
> On Aug. 7, 2012, 5:52 p.m., brian Foster wrote: > > i've got this fix in https://reviews.apache.org/r/6407/ ... i'll check it > > in today Awesome! Got the latest commit. Thanks! - Sheryl --- This is an automatically generated e-mail

Re: Failure in maven install of OODT

2012-08-07 Thread Michael Joyce
Hi Chris, To iterate on what Dr. Mattmann mentioned, if you have the incorrect version of Maven installed you can easily install the correct version via "homebrew" with the instructions provided here ( http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula). Find t

Re: Question about how to assign a port number to its protocol in pushpull

2012-08-07 Thread Mattmann, Chris A (388J)
+1 from me, Brian! Cheers, Chris On Aug 6, 2012, at 11:15 AM, Brian Foster wrote: > > yunhee, > > let actually make the property name: > > org.apache.oodt.cas.protocol.jsch.sftp.port > > what you think chris? > > -brian > > On Aug 06, 2012, at 10:52 AM, Brian Foster wrote: > >> hey yunhe