You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Svend Ole Nielsen <sv...@end2endmobile.com> on 2007/05/21 15:17:25 UTC

Upgrade 2.0 -> 2.1

Hi
I have tried to upgrade from 2.0 -> 2.1 to overcome some NFS-issues. It
compiles just fine, but when I run the application and try to add a
document if throws an exception stating NoSuchMethod. This happens when
I try to add an object of type Field to a newly created empty Document.

I have erased all dependencies in my project aswell on the server. So it
should be as clean as a whistle, but no luck. I'm running it on a Bea
8.1 SP6 with the old 1.4 Java

Anyone knows where to look ??

Best regards,
Svend Ole

Re: Upgrade 2.0 -> 2.1

Posted by Svend Ole Nielsen <sv...@end2endmobile.com>.
Hi Ian

Well it worked. Thanks :)

Wasn't aware of that could have fixed it, but after your suggestion it
seemed like the most logical solution.

/Svend

man, 21 05 2007 kl. 14:30 +0100, skrev Ian Lea:

> Hi
> 
> 
> I saw this or something similar going from 2.0 to 2.1 when hadn't
> recompiled all my lucene related code.  It went away when everything
> was recompiled, so I'd guess you've got an old class file lurking
> somewhere.
> 
> 
> --
> Ian.
> 
> 
> On 5/21/07, Svend Ole Nielsen <sv...@end2endmobile.com> wrote:
> > Hi
> > I have tried to upgrade from 2.0 -> 2.1 to overcome some NFS-issues. It
> > compiles just fine, but when I run the application and try to add a
> > document if throws an exception stating NoSuchMethod. This happens when
> > I try to add an object of type Field to a newly created empty Document.
> >
> > I have erased all dependencies in my project aswell on the server. So it
> > should be as clean as a whistle, but no luck. I'm running it on a Bea
> > 8.1 SP6 with the old 1.4 Java
> >
> > Anyone knows where to look ??
> >
> > Best regards,
> > Svend Ole
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
> 

Re: Upgrade 2.0 -> 2.1

Posted by Ian Lea <ia...@gmail.com>.
Hi


I saw this or something similar going from 2.0 to 2.1 when hadn't
recompiled all my lucene related code.  It went away when everything
was recompiled, so I'd guess you've got an old class file lurking
somewhere.


--
Ian.


On 5/21/07, Svend Ole Nielsen <sv...@end2endmobile.com> wrote:
> Hi
> I have tried to upgrade from 2.0 -> 2.1 to overcome some NFS-issues. It
> compiles just fine, but when I run the application and try to add a
> document if throws an exception stating NoSuchMethod. This happens when
> I try to add an object of type Field to a newly created empty Document.
>
> I have erased all dependencies in my project aswell on the server. So it
> should be as clean as a whistle, but no luck. I'm running it on a Bea
> 8.1 SP6 with the old 1.4 Java
>
> Anyone knows where to look ??
>
> Best regards,
> Svend Ole
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org