Re: [Dspace-tech] Browse index config

2012-08-27 Thread helix84
I just looked at my testing server with 3.0 and I seem to have had the same problem when I installed it (when my dspace.cfg didn't match the tables in the database because I still had the default definitions, but custom indexes in DB). But it went away after index-init. I'm none the wiser at this m

Re: [Dspace-tech] Browse index config

2012-08-27 Thread Hilton Gibson
On 27 August 2012 15:24, helix84 wrote: > On Mon, Aug 27, 2012 at 3:17 PM, Hilton Gibson > wrote: > > Since I setup my BI according to the manual there are no pgsql errors > > anymore. > > So is it working now? What did you do to make it work? Used default > indexes? > >>> Used defaults specifie

Re: [Dspace-tech] Browse index config

2012-08-27 Thread helix84
On Mon, Aug 27, 2012 at 3:17 PM, Hilton Gibson wrote: > Since I setup my BI according to the manual there are no pgsql errors > anymore. So is it working now? What did you do to make it work? Used default indexes? > The old log is available from here: http://staff.lib.sun.ac.za/~hgibson/tmp/ I'

Re: [Dspace-tech] Browse index config

2012-08-27 Thread Hilton Gibson
Hi Ivan The tables seem to correspond with the settings in my config file. My config file though is setup according to the manual not the config file. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes Since I setup my BI according to the manual there are no pgsql errors anymore. The old

Re: [Dspace-tech] Browse index config

2012-08-27 Thread helix84
That's weird. The bi_*_dmap and bi_*_dis tables are created by index-init, look here: https://github.com/DSpace/DSpace/blob/dspace-1_5_x/dspace-api/src/main/java/org/dspace/browse/BrowseIndex.java#L383 https://github.com/DSpace/DSpace/blob/dspace-1_5_x/dspace-api/src/main/java/org/dspace/browse/In

Re: [Dspace-tech] Browse index config

2012-08-26 Thread Hilton Gibson
Yes - several times !! On 26 August 2012 12:32, helix84 wrote: > Hi Hilton, > did you try index-init? > -- *Hilton Gibson* Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 475

Re: [Dspace-tech] Browse index config

2012-08-26 Thread helix84
Hi Hilton, did you try index-init? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will inclu

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Fred Edwards
Got it folks... it appears it WAS a cache issue... however it doesn't seem to have been the XMLUI cache.. at least not only... out of whimsy, actually mostly frustration, I deleted the cache in: /var/cache/tomcat6/Catalina/localhost/_/cache-dir reinitialized the index and then it worked... so

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Peter Dietz
Hi Fred, If it is still possible that the odd behavior is just bad caching, here's my two tricks. - Add a non-sense unique parameter to the query string of the url. localhost:8080/xmlui/handle/1234/5678?Unique-Uncached-Parameter - And the other would be by running the clearcache script I wrote a

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Claudia Jürgen
Hello Fred, > I'm using a XMLUI theme, pretty much modified for look only... just to make sure it's not homemade i.e. your theme, just switch to the reference theme and check the browse behavior there. Hope that helps Claudia Jürgen ---

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Fred Edwards
' > >> > >> I only empty these after I first shut down tomcat, figuring I'd rather > not > >> cause Cocoon undue stress. Though it's been a while since I've had to > empty > >> the cache. > >> > >> --Hardy > >> > >&

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Claudia Jürgen
hile since I've had to empty >> the cache. >> >> --Hardy >> >>> -Original Message- >>> From: Graham Triggs [mailto:grahamtri...@gmail.com] >>> Sent: Wednesday, January 19, 2011 4:28 PM >>> To: Fred Edwards >>> Cc: dspac

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-20 Thread Fred Edwards
Cocoon undue stress. Though it's been a while since I've had to empty > the cache. > > --Hardy > > > -Original Message- > > From: Graham Triggs [mailto:grahamtri...@gmail.com] > > Sent: Wednesday, January 19, 2011 4:28 PM > > To: Fred Edwards >

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-19 Thread Pottinger, Hardy J.
anuary 19, 2011 4:28 PM > To: Fred Edwards > Cc: dspace-tech@lists.sourceforge.net > Subject: Re: [Dspace-tech] browse index config changes not reflecting in > nav panel (1.6.2) > > Which UI are you using - JSP or XML? > > If it's XMLUI, then it sounds like it might be cach

Re: [Dspace-tech] browse index config changes not reflecting in nav panel (1.6.2)

2011-01-19 Thread Graham Triggs
Which UI are you using - JSP or XML? If it's XMLUI, then it sounds like it might be caching elements of the Cocoon pipeline, in which case you should stop the application and remove the cache from within the web application directory, and/or disable Cocoon caching. On 19 January 2011 15:03, Fred