thanks Uwe for your reply, Can you explain what you mean by *original* JAR files of Lucene. And if I did not use original Jar, from where i can get it? As my project is java project and i have no idea how to use maven .Can you give some idea how to add and use maven shade plugin in my project and how to remove depedency.
On Wed, Sep 24, 2014 at 1:53 PM, Uwe Schindler <u...@thetaphi.de> wrote: > Hi, > > this happens if you don't use the *original* JAR files of Lucene. If you > repackage them, be sure to include the META-INF/services folders, and if > multiple Lucene JAR files are included, merge the entries in the services > files from all of them. Yu can do this with the Maven Shade Plugin and its > resource transformers. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > -----Original Message----- > > From: Rajendra Rao [mailto:rajendra....@launchship.com] > > Sent: Wednesday, September 24, 2014 10:03 AM > > To: java-user@lucene.apache.org > > Subject: getting exception while deploying on axis 2 > > > > We are using lucene 4.1 and getting below error while deploying our > > application it on axis2 . > > > > > > *java.lang.IllegalArgumentException: A SPI class of type org.apache.lu > > <http://org.apache.lu/>cene.codecs.Codec with name 'Lucene41' does not > > exist.* > > * You need to add the corre**sponding JAR file supporting this SPI to > your > > classpath.The current classpath su**pports the following names: []* > > * at > > org.apache.lucene.util.NamedSPILoader.lookup(NamedSPILoader.java:104)* > > > > * at org.apache.lucene.codecs.Codec.forName(Codec.java:95)* > > * at org.apache.lucene.codecs.Codec.<clinit>(Codec.java:122)* > > > > -- > > Launchship Technology respects your privacy. This email is intended > only for > > the use of the party to which it is addressed and may contain information > > that is privileged, confidential, or protected by law. If you have > received this > > message in error, or do not want to receive any further emails from us, > > please notify us immediately by replying to the message and deleting it > from > > your computer. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Launchship Technology respects your privacy. This email is intended only for the use of the party to which it is addressed and may contain information that is privileged, confidential, or protected by law. If you have received this message in error, or do not want to receive any further emails from us, please notify us immediately by replying to the message and deleting it from your computer.