RE: BOOLEAN EXCEPTION APPSERVER SOLUTION

2005-02-13 Thread Karthik N S
-Original Message- From: Ronnie [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:37 PM To: Lucene Users List Subject: Re: BOOLEAN EXCEPTION APPSERVER Do a search for lucene jars, something like: # find $TOMCAT_HOME/ -name lucene*.jar Replace $TOMCAT_HOME with the correct dir to your tomcat

Re: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Miles Barr
On Fri, 2005-02-11 at 12:20 +0530, Karthik N S wrote: I am getting this error on ' Every FIRST SEARCH after Startup of the WEBSERVER ' and I have declared the following code only once in the method of execution %@ page import=org.apache.lucene.search.BooleanQuery%

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
[mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:51 PM To: Lucene Users List Subject: Re: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 12:20 +0530, Karthik N S wrote: I am getting this error on ' Every FIRST SEARCH after Startup of the WEBSERVER ' and I have declared

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Miles Barr
On Fri, 2005-02-11 at 15:22 +0530, Karthik N S wrote: I removed the Lucene1.4.3.jar from the webapp dir and the result Exception raised Feb 11, 2005 3:48:26 PM org.apache.catalina.core.ApplicationContext log SEVERE: Error configuring application listener of class

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
, 2005 4:03 PM To: Lucene Users List Subject: RE: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 15:50 +0530, Karthik N S wrote: Hi I have One Jsp [Query.jsp] which constructs Query something like below +CLOTHS +(+SHOES SOCKS) +(PANTS SHIRTS) -COTTON AND itemPrice:[0010