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

Jason Gerlowski commented on SOLR-17048:
----------------------------------------

Gah - I knew about this and forgot to prioritize it for 9.4.  This is my fault. 
 Thanks for reporting [~thomas.woeckinger]

I wonder how big the impact of this is.  Is it a bad enough experience on the 
client side to merit a 9.4.1, or is it minor enough (and the workaround easy 
enough) that a bugfix release would be overkill?

> solr-api dependency sope in solr-solrj is wrong
> -----------------------------------------------
>
>                 Key: SOLR-17048
>                 URL: https://issues.apache.org/jira/browse/SOLR-17048
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: clients - java, Gradle
>    Affects Versions: 9.4
>            Reporter: Thomas Wöckinger
>            Priority: Critical
>              Labels: easyfix
>
> The dependency scope of solr-api is currently set to runtime, this leads to 
> following NoClassDefFoundError
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/solr/client/api/util/ReflectWritable
>     at org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:89) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:48) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.common.util.SolrJSONWriter.writeObj(SolrJSONWriter.java:52) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at org.apache.solr.common.util.Utils.writeJson(Utils.java:213) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at org.apache.solr.common.util.Utils.writeJson(Utils.java:208) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.request.json.JsonQueryRequest$1.write(JsonQueryRequest.java:430)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.Http2SolrClient.makeRequestAndSend(Http2SolrClient.java:723)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:529)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:386)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:352) 
> ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1199)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:898)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>     at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:826)
>  ~[solr-solrj-9.4.0.jar:9.4.0 71e101bb37497f730078d9afe1991b60d10bfe96 - 
> stillalex - 2023-10-10 19:10:39]
>  
> Workaroud is to overridde the the dependency sope of solr-api in solr-solrj 
> to `compile`
> So either the scope is wrong or this code should never be called by solrj.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to