Thanks for the reply. I have setup Solr on Jetty, Tomcat, JBoss and WebLogic (we have to be able to deploy to multiple server types for our doc). On this particular machine, I've set up WebLogic as well with the same Solr home (although WebLogic is stopped at the moment so they don't compete over the same index).
For the WebSphere instance, I have the Solr home defined by the startup script (defined by JAVA_OPT, essentially, as -Dsolr.solr.home=D:/solr - which is very similar to how WebLogic, JBoss and Tomcat are set up). Anyways, perhaps I'll set up a separate solr home entirely from the WebLogic instance (just to be sure). -----Original Message----- From: Gora Mohanty [mailto:g...@mimirtech.com] Sent: Wednesday, April 24, 2013 3:31 PM To: solr-user@lucene.apache.org Subject: Re: Error while starting Solr on Websphere On 25 April 2013 01:42, Van Tassell, Kristian <kristian.vantass...@siemens.com> wrote: > I'm having this same issue (versions and all). Was there ever a response to > this question? I can't seem to find one. Thanks in advance! [...] As the error message says, my first guess would be that solr/home is not set properly. Please see: http://wiki.apache.org/solr/SolrInstall#Setup and also http://wiki.apache.org/solr/SolrWebSphere You might also want to first try to get Solr working with the embedded Jetty as that is the most straightforward way to get started, and is fine for production use also. Regards, Gora