2009/9/2 fatih <[email protected]>: > Hi, > > We have been struggling with this problem for the past several days > and decided to another fresh install (1.5.2) from svn in the hopes of > fixing the problem, however, problem didn't go away. > > Author and Subject browse pages seem to work when there is no item in > the system. Once an item is submitted and archived, browse pages for > Authors and Subjects generate this error message > (http://vtext.valdosta.edu/xmlui/browse?type=author) on both XMLUI and > JSPUI. On the other hand, By Issue Date and Title pages display just > fine. > > Browse Author page displays when there is a "value" parameter in the > URL. (http://vtext.valdosta.edu/jspui/browse?type=author&value=Oguz,%20Fatih) > > I ran index-init but it didn't seem to help. No change has been made > in "Browse Settings" section in dspace.cfg file. > > Dspace (with embargo patch 1.5.2) runs on Solaris. > > Any suggestions in the right direction would be much appreciated. > > Thanks > Fatih
You've got the Emestger Embargo patch installed, right? James Halliday pointed out a while ago that this patches the wrong method in the dspace-api/src/main/java/org/dspace/browse/BrowseEngine.java class. Here's what I did: In the dspace-api/src/main/java/org/dspace/browse/BrowseEngine.java class file, copy the patch lines (536-566) so a similar place in the preceding browseByItem method (line 366) and comment them out in the browseByValue method. Sean -- Sean Carte esAL Library Systems Manager +27 72 898 8775 +27 31 373 2490 fax: 0866741254 http://esal.dut.ac.za/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

