I think I found the problem... I had installed XWiki on the application server and set the context root as "/".. But somehow xwiki - search function redirects the request to "/xwiki" context.. and it cannot find it..
I don't know whether it is due to a bug or a configuration problem, but when I manually remove the "xwiki" from the redirected URL, or install the application at context root /xwiki, then I can see the search results. BTW, I thought XWiki uses Lucene as the default search engine, but it seems I was wrong and it is still "experimental" on version 1.4.1 Thanks to everybody who has tried to help... On Fri, Aug 8, 2008 at 11:37 AM, Tamer Sezgin <[EMAIL PROTECTED]> wrote: > Hello, > "Search" function does not work at all... On the browser, I see only > "Error 500" message > And in the log file, I see the following messages: > > 2008-08-01 21:13:51,373 [Lucene index rebuilder thread] [Lucene Index > Rebuilder] ERROR lucene.IndexRebuilder - Error in lucene reb > uild thread > java.lang.NullPointerException > at > com.ibm.ws.webcontainer.srt.SRTServletRequest$SRTServletRequestHelper.access$1600(SRTServletRequest.java:2232) > > and > > 2008-08-01 21:14:18,646 [Lucene index updating thread] [Lucene Index > Updater] ERROR lucene.ObjectData - error extracting > fullt > ext for document xwiki:Main.AllDocs.default.objects > java.lang.ClassCastException: com.xpn.xwiki.objects.StringProperty > incompatible with com.xpn.xwiki.objects.ListProperty > > thanks.. > > > On Fri, Aug 8, 2008 at 11:21 AM, Gaëtan GUYODO > <[EMAIL PROTECTED]> wrote: >> Yes, Oracle 10.2. >> Can you give more details about the kind of search that doesn't work, >> just to try same search on my xwikis ? >> >> Tamer Sezgin a écrit : >>> Is there anyone, who runs XWiki Search (Lucene) and Oracle together? >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/users >>> >>> >>> >> >> -- >> __________________________________________ >> Gaëtan GUYODO >> Chargé de mission >> Centre Antipoison - Hôpital Fernand WIDAL >> 200, rue du faubourg St Denis >> 75475 PARIS Cedex 10 >> Tél: 01 40 05 49 63 / Fax: 01 40 05 48 56 >> __________________________________________ >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
