I have installed Lucene and tested with the included
scripts.  Works great.  Now I am trying to get CFMX6.0
to work with the code provided by Aaron Johnson.  I
have added the location of the lucene.jar file to the
classpath in ColdFusion Administrator but I get the
error:

Object Instantiation Exception.  
An exception occurred when instantiating a java
object. The cause of this exception was that: null.  
  
The error occurred in
/opt/coldfusionmx/wwwroot/lucene/luceneindex.cfm: line
73
Called from
/opt/coldfusionmx/wwwroot/lucene/test_luceneindex.cfm:
line 20
Called from
/opt/coldfusionmx/wwwroot/lucene/luceneindex.cfm: line
73
Called from
/opt/coldfusionmx/wwwroot/lucene/test_luceneindex.cfm:
line 20


71 :
72 : // get a SimpleAnalyzer object
73 : analyzer = CreateObject("java",
"org.apache.lucene.analysis.StopAnalyzer");
74 :
75 : // call the SimpleAnalyzer constructor

This works fine on my XP box but chokes on RH8.
Any ideas?  

__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to