[jira] [Updated] (CONNECTORS-251) jcifs.jar download

2011-09-12 Thread Shinichiro Abe (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shinichiro Abe updated CONNECTORS-251:
--

Attachment: CONNECTORS-251-2.patch

Thank you for reviewing. I moved the processes to each connector's build.xml 
and I inclueded JDBC.
But Oracle jdbc driver couldn't be downloaded automatically. 1. Users have to 
sign up to oracle site. 2. Even though user signs up, user can't get normal jar 
file of correct size by using Ant. The site redirected into another sites 
several times until stating to download, and the size of file downloaded was 
4KB instead of 2MB. I didn't know the reason. Thus I included jtds only at this 
time.

 jcifs.jar download
 --

 Key: CONNECTORS-251
 URL: https://issues.apache.org/jira/browse/CONNECTORS-251
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JCIFS connector
Affects Versions: ManifoldCF 0.4
Reporter: Shinichiro Abe
Assignee: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-251-1.patch, CONNECTORS-251-2.patch, 
 CONNECTORS-251.patch


 jcifs.jar should be downloaded automatically at jcifs/build.xml as a approach 
 similar to pom.xml.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CONNECTORS-251) jcifs.jar download

2011-09-12 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103187#comment-13103187
 ] 

Karl Wright commented on CONNECTORS-251:


This looks very good.  I think it is now ready to commit.

Sorry about the Oracle jar problem - I think they make it impossible because 
they want all your contact info first.


 jcifs.jar download
 --

 Key: CONNECTORS-251
 URL: https://issues.apache.org/jira/browse/CONNECTORS-251
 Project: ManifoldCF
  Issue Type: Improvement
  Components: JCIFS connector
Affects Versions: ManifoldCF 0.4
Reporter: Shinichiro Abe
Assignee: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.4

 Attachments: CONNECTORS-251-1.patch, CONNECTORS-251-2.patch, 
 CONNECTORS-251.patch


 jcifs.jar should be downloaded automatically at jcifs/build.xml as a approach 
 similar to pom.xml.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [VOTE] Release ManifoldCF 0.3-incubating, RC1

2011-09-12 Thread Shinichiro Abe
 +1

 The JCIFS Connector and ant test work fine!

 Shinichiro Abe


On 2011/09/13, at 10:05, Karl Wright wrote:

 Thanks!
 
 We need one more binding +1.  Shinichiro?  Simon?  Erlend?  Tommaso?
 
 Karl
 
 On Mon, Sep 12, 2011 at 12:06 PM, Piergiorgio Lucidi
 piergiorgioluc...@gmail.com wrote:
 +1
 
 The CMIS Connector works fine!
 
 Piergiorgio
 
 2011/9/9 Karl Wright daddy...@gmail.com
 
 You can download the release candidate from
 http://people.apache.org/~kwright, and there is also a tag in svn
 under https://svn.apache.org/repos/asf/incubator/lcf/tags.
 
 +1 to release this RC.
 -1 to not release it.
 
 After a successful release vote, please be aware that I will need to
 present the release candidate to the incubator for their vote as well,
 before the release is actually made.
 
 Karl
 
 
 
 
 --
 Piergiorgio Lucidi
 http://about.me/piergiorgiolucidi
 



[jira] [Created] (CONNECTORS-254) Bad request when posting 0 byte file to Solr

2011-09-12 Thread Shinichiro Abe (JIRA)
Bad request when posting 0 byte file to Solr


 Key: CONNECTORS-254
 URL: https://issues.apache.org/jira/browse/CONNECTORS-254
 Project: ManifoldCF
  Issue Type: Bug
  Components: Lucene/SOLR connector
Affects Versions: ManifoldCF 0.2, ManifoldCF 0.1, ManifoldCF 0.3
Reporter: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.3


It seems that httpposter brings about bad request when posting 0 byte file.

Solr log say the below. missing content stream. Status code is 400. 
On the other hand when using Solr request handler without MCF, this exception 
is not thrown and the posting 0 byte files is indexed normally.


 
2011/09/13 12:30:40 org.apache.solr.core.SolrCore execute
???: [] webapp=/solr path=/update/extract 
params={literal.id=file:/Users/abe/Desktop/1/no-content/no-content.txtliteral.uri=/Users/abe/Desktop/1/no-content/no-content.txt}
 status=400 QTime=367 
2011/09/13 12:30:40 org.apache.solr.common.SolrException log
?v???I: org.apache.solr.common.SolrException: missing content stream
at 
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:62)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (CONNECTORS-254) Bad request when posting 0 byte file to Solr

2011-09-12 Thread Shinichiro Abe (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shinichiro Abe updated CONNECTORS-254:
--

Attachment: sample0byte.zip

 Bad request when posting 0 byte file to Solr
 

 Key: CONNECTORS-254
 URL: https://issues.apache.org/jira/browse/CONNECTORS-254
 Project: ManifoldCF
  Issue Type: Bug
  Components: Lucene/SOLR connector
Affects Versions: ManifoldCF 0.1, ManifoldCF 0.2, ManifoldCF 0.3
Reporter: Shinichiro Abe
Priority: Minor
 Fix For: ManifoldCF 0.3

 Attachments: sample0byte.zip


 It seems that httpposter brings about bad request when posting 0 byte file.
 Solr log say the below. missing content stream. Status code is 400. 
 On the other hand when using Solr request handler without MCF, this exception 
 is not thrown and the posting 0 byte files is indexed normally.
  
 2011/09/13 12:30:40 org.apache.solr.core.SolrCore execute
 ???: [] webapp=/solr path=/update/extract 
 params={literal.id=file:/Users/abe/Desktop/1/no-content/no-content.txtliteral.uri=/Users/abe/Desktop/1/no-content/no-content.txt}
  status=400 QTime=367 
 2011/09/13 12:30:40 org.apache.solr.common.SolrException log
 ?v???I: org.apache.solr.common.SolrException: missing content stream
   at 
 org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:62)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira