Yeah, this has not really been re-vetted since the migration, so I am not surprised there are issues. We are almost there. I appreciate you being the guinea pig here.
Let me guess: if you access the raw servlet first, then try that link it works? That is access this first? http://localhost:8080/mahout-taste-webapp/RecommenderServlet?userID=1 If so then I am pretty sure I see what is happening. I see a web.xml config element that is missing that would force this servlet to load and init the recommender on startup. I swear it used to be there... well I will put it in now. You can try the above and/or try my change which will go in shortly. Sean On Mon, Jun 1, 2009 at 10:24 PM, Jack Tanner <[email protected]> wrote: > > Man, this is a long hard slog. This works now (again, after moving the .jws > manually): > > http://localhost:8080/mahout-taste-webapp/RecommenderService.jws > > > > This works too: > > http://localhost:8080/mahout-taste-webapp/RecommenderService.jws?wsdl > > > > But not this: > > /RecommenderService.jws?method=recommend&userID=1&howMany=10 > > I get a that boils down to java.lang.IllegalStateException: Not initialized > > ---------------------------------------- >> Date: Mon, 1 Jun 2009 21:26:29 +0100 >> Subject: Re: taste-web example booboo >> From: [email protected] >> To: [email protected] >> >> Whoops, that's a bug. I committed a fix. Shows how long it's been >> since I even tried to run this bit. >> >> On Mon, Jun 1, 2009 at 9:15 PM, Jack Tanner wrote: >>> >>> Yes, manually moving the file to the root level and repacking makes the >>> service show up. But now I get this: >>> >>> AXIS error >>> > > _________________________________________________________________ > Hotmail® has a new way to see what's up with your friends. > http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009
