You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Sang Minh Ng (Jira)" <ji...@apache.org> on 2022/02/09 09:51:00 UTC

[jira] [Commented] (SOLR-7498) Error adding field 'stream_size'='null' msg=For input string: "null" using ContentStreamUpdateRequest

    [ https://issues.apache.org/jira/browse/SOLR-7498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489414#comment-17489414 ] 

Sang Minh Ng commented on SOLR-7498:
------------------------------------

Any update on this bug yet? I'm using SolrJ version 8.11.1 and it's still there.
Is there at least a workaround until it's fixed?

> Error adding field 'stream_size'='null' msg=For input string: "null" using ContentStreamUpdateRequest
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-7498
>                 URL: https://issues.apache.org/jira/browse/SOLR-7498
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrJ
>    Affects Versions: 5.1
>         Environment: Windows, Linux, Oracle Java SDK8
>            Reporter: Swoorup Joshi
>            Priority: Major
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Using the solrj client to upload the file for indexing causing an SolrException error in solrj uploading to solr server. This only occurs when using the solrj client. 
> Using the solr's own post tool it just works fine as the stream_size is set to a numeric value
> I am using the following code
> ContentStreamUpdateRequest req = new ContentStreamUpdateRequest("/update/extract");
> ContentStreamBase.FileStream fs = new FileStream(new File(filename));
> req.setWaitSearcher(false);
> req.setMethod(METHOD.POST );
> req.addContentStream(fs);
> req.setParam("literal.id", filename);
> req.setParam("resource.name", filename);
> NamedList<Object> result = this.mHttpSolrClient.request(req);
> In Solr server, I receive the following message:
> 4767120 [qtp559670971-21] INFO  org.apache.solr.update.processor.LogUpdateProcessor  [   test] – [test] webapp=/solr path=/update/extract params={waitSearcher=false&resource.name=/tmp/RUNNING.txt&literal.id=/tmp/RUNNING.txt&wt=javabin&version=2} {} 0 6
> 4767121 [qtp559670971-21] ERROR org.apache.solr.core.SolrCore  [   test] – org.apache.solr.common.SolrException: ERROR: [doc=/tmp/RUNNING.txt] Error adding field 'stream_size'='null' msg=For input string: "null"



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org