mkhludnev opened a new pull request, #2074:
URL: https://github.com/apache/solr/pull/2074

   https://issues.apache.org/jira/browse/SOLR-17072
   
   for current repository.json it yields: 
   
   ```
   com.jayway.jsonpath.InvalidPathException: Error in JSON 
Path:$[config].[requestHandler].[HANDLER-PATH].[_packageinfo_].[version]
           at 
org.apache.solr.packagemanager.PackageManager.jsonPathResolve(PackageManager.java:866)
           at 
org.apache.solr.packagemanager.PackageManager.verify(PackageManager.java:829)
           at 
org.apache.solr.packagemanager.PackageManager.deployPackage(PackageManager.java:363)
           at 
org.apache.solr.packagemanager.PackageManager.deploy(PackageManager.java:943)
           at org.apache.solr.cli.PackageTool.runImpl(PackageTool.java:187)
           at org.apache.solr.cli.ToolBase.runTool(ToolBase.java:52)
           at org.apache.solr.cli.SolrCLI.main(SolrCLI.java:153)
   Caused by: com.jayway.jsonpath.InvalidPathException: Could not parse token 
starting at position 1. Expected ?, ', 0-9, *
           at 
com.jayway.jsonpath.internal.path.PathCompiler.fail(PathCompiler.java:638)
           at 
com.jayway.jsonpath.internal.path.PathCompiler.readNextToken(PathCompiler.java:139)
           at 
com.jayway.jsonpath.internal.path.PathCompiler.readContextToken(PathCompiler.java:123)
           at 
com.jayway.jsonpath.internal.path.PathCompiler.compile(PathCompiler.java:58)
           at 
com.jayway.jsonpath.internal.path.PathCompiler.compile(PathCompiler.java:75)
           at com.jayway.jsonpath.JsonPath.<init>(JsonPath.java:97)
           at com.jayway.jsonpath.JsonPath.compile(JsonPath.java:515)
           at 
com.jayway.jsonpath.internal.JsonContext.pathFromCache(JsonContext.java:222)
           at com.jayway.jsonpath.internal.JsonContext.read(JsonContext.java:77)
           at 
org.apache.solr.packagemanager.PackageManager.jsonPathResolve(PackageManager.java:864)
           ... 6 more
   
   ERROR: Error in JSON 
Path:$[config].[requestHandler].[HANDLER-PATH].[_packageinfo_].[version]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to