RE: Fail to ingest a test file to file manager on SuSe Linux

2016-02-09 Thread Shi, Wei
Linux File manager log should provide more insight into the the exception is as right now it seems to be too vague for me to debug. Lewis On Tue, Feb 9, 2016 at 9:20 AM, Shi, Wei <shi...@med.umich.edu> wrote: > Yes, the Solr is on 8080. The version is 4.2.0 > > -Original Mess

Fail to ingest a test file to file manager on SuSe Linux

2016-02-09 Thread Shi, Wei
Hi Every, I tried to setup the OODT on SuSe Linux server. The installation went well. I also installed Solr. Now the ingest test failed because of Bad Request. I am using jdk 8. Any ideas? I attached error message below. ./filemgr-client --url http://localhost:9000 --operation --ingestProduct

RE: Fail to ingest a test file to file manager on SuSe Linux

2016-02-09 Thread Shi, Wei
running on port 8080 or another port? Which version of Solr are you running? On Tue, Feb 9, 2016 at 8:19 AM, Shi, Wei <shi...@med.umich.edu> wrote: > Hi Every, > I tried to setup the OODT on SuSe Linux server. The installation went > well. I also installed Solr. > Now the ingest t

RE: filemgr-client script cannot delete product by id or name

2016-02-04 Thread Shi, Wei
ldn't compile? >> >> Tom >> >> On Wed, Feb 3, 2016 at 8:17 PM, Lewis John Mcgibbney < >> lewis.mcgibb...@gmail.com> wrote: >> >>> Tom, >>> Is this issue not then one which was raised prior to the 0.11 release? >>> Lewis >>>

RE: filemgr-client script cannot delete product by id or name

2016-02-04 Thread Shi, Wei
ng back from trip, when I reach my next hotel in an hour > or so, I'll investigate properly for you. > > Tom > On 4 Feb 2016 2:46 pm, "Shi, Wei" <shi...@med.umich.edu> wrote: > >> Thank you Tom and Lewis. >> >> I've downloaded 0.11 source and co

RE: filemgr-client script cannot delete product by id or name

2016-02-04 Thread Shi, Wei
and testing in a clean build environment. On Thursday, February 4, 2016, Shi, Wei <shi...@med.umich.edu> wrote: > Here is the summary of cas-filemgr compile result: > > Tests in error: > TestDataSourceCatalog.testQuery:472 ยป Catalog > TestLuceneCatalog.testGetReducedMetadata

RE: Deploying SOLR (was:Re: Fail to ingest a test file to file manager on SuSe Linux)

2016-02-09 Thread Shi, Wei
Here is a list I compiled: 1. Download and Install VirtualBox 5.0 2. Install Vagrant on Windows 7. It will be installed in VirtualBox http://www.seascapewebdesign.com/blog/part-1-getting-started-vagrant-windows-7-and-8 3. Install Java

RE: filemgr-client script cannot delete product by id or name

2016-02-04 Thread Shi, Wei
think that is your problem ;) what's the error? On 4 Feb 2016 3:29 pm, "Shi, Wei" <shi...@med.umich.edu> wrote: > Separate question: > In order to compile it successfully, I have to skip tests. > Is there a way that I can also run tests successfully? > > -Ori

RE: filemgr-client script cannot delete product by id or name

2016-02-04 Thread Shi, Wei
-client script cannot delete product by id or name Sorry ballsed that up, try again! :) On Thu, Feb 4, 2016 at 5:53 PM, Tom Barber <tom.bar...@meteorite.bi> wrote: > Hi Wei > > Can you give it a pull and see if my fix got you working. > > Thanks > > Tom > > On Thu,

filemgr-client script cannot delete product by id or name

2016-02-03 Thread Shi, Wei
Hi, I've setup an oodt test instance and followed "Solr File Manger Quick Start Guide" to deployed Solr. Now I can ingest files and query data using Solr query such as: http://localhost:8080/solr/select/?q=*:* The only problem I have is deleting a product. Neither delete by id, nor delete by

Questions: Filemgr metadata ingest

2016-01-26 Thread Shi, Wei
All, I am new to OODT. Just downloaded the software and installed it. I am following "OODT Filemgr User Guide" to ingest files. (https://cwiki.apache.org/confluence/display/OODT/OODT+Filemgr+User+Guide) Everything went well and I was able to ingest the blah.txt file successfully! Now here comes