Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6929723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:21:15+00:00 2026-05-27T11:21:15+00:00

I am trying to send a query to a server running Solr as follows:

  • 0

I am trying to send a query to a server running Solr as follows:

String solrServerUrl = //SomeBaseUrl
CommonsHttpSolrServer searchServer = new CommonsHttpSolrServer("http://"+solrServerUrl);
QueryResponse result = searchServer.query(query,SolrRequest.METHOD.POST);

In the query request that I send over to the Solr server,I append the sessionId string as follows(for logging purposes):

String solrServerUrl = SomeBaseUrl.concat("?sessionId");

When I run the server, I get the following exception:

nested exception is java.lang.RuntimeException: Invalid base url for
solrj. The base URL must not contain parameters

Can somebody point out how I can forward the unique session-id to the Solr server so that the session-id is picked by the tomcat valves set up in the destination Solr-server for logging purposes?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:21:15+00:00Added an answer on May 27, 2026 at 11:21 am

    I don’t think it’s possible that way with the actual CommonsHttpSolrServer code, it doesn’t matter if you’re using POST or GET (even if rfeak’s comment looks good).

    There’s a condition like this in the main CommonsHttpSolrServer constructor:

    if( _baseURL.indexOf( '?' ) >=0 ) {
        throw new RuntimeException( "Invalid base url for solrj.  The base URL must not contain parameters: "+_baseURL );
    }
    

    I would try using the SolrQuery#setParam method. This way you might be able to add additional request parameters, which should just be ignored by the Solr request handler.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to send a string of XML as part of the query string.
I'm trying to send a URL as paramter of a query string like this
I'm trying to write a jQuery function to send a query string to a
i am trying to send multiple data using j query $.ajax method to my
I am trying to send some data from a LINQ query in C# to
I am trying to send a AJAX request to the server when a user
I am trying to send a call to a remote server with user credentials,
I am trying to debug an http post the I am trying to send
I am running MongoDB in the REST mode and trying to get query results
I'm trying to send a GET request to a App Engine server from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.