[dspace-tech] Hnadle mappings to Collections and Items

2016-11-04 Thread Donald Bynum
I'm running DSpace 5.5 with XMLUI using Mirage and Oracle as the database. I am building some custom reports with a combination of SOLR searches and also queries on the database. Essentially, I am going to get the list of collection_ids from the COLLECTION table. Then I can query the

[dspace-tech] A new PR for the dspace replicate

2016-11-04 Thread Hui Zhang
Hello, We (Oregon State University libraries) installed the replication task suite to export items in Bagit, and found a potential bug in the ItemPacker.java that chops the last digit of 'otherIds'. Josh Gum, my colleague, creates a new PR with a simple solution

Re: [dspace-tech] Possible memory leak in dspace.

2016-11-04 Thread Anis
Hey, thanks for the links, it's just that nothing in our investigation would refer to solr leak. Need to go deeper. We're using dspace 3.2 - Anis -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and

[dspace-tech] classical problem with dspace 5.x - browse lists display "Expected mime type application/octet-stream but got text/html"

2016-11-04 Thread RICARDO EITO BRUN
Dear colleagues , I have installed dspace 5.2 on Debian and Postgresql. After installing everything with no problems - aparently - when I click on the link to browse the list of titles, authors, subjects..., I am getting the error "Expected mime type application/octet-stream but got

Re: [dspace-tech] Possible memory leak in dspace.

2016-11-04 Thread Luiz dos Santos
Hi Anis, This seems like you have a lot of bytes "[B" in memory, bitstream I guess, maybe this guys stay in the memory all the time because the bot is calling them over and over again. I already got have some bots that make 3 or 5 request per second in the same item, you should try to figure

[dspace-tech] Re: [Dspace-tech] eperson and groups

2016-11-04 Thread LluĂ­s Madurell Alemany
Hi. I have the same case, I want all new users registered to automatically go to group 'Registered', I set my authentication.cfg plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication And my authentication-password.cfg

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-11-04 Thread Ari
Hello Pedro, upgrading maven was enough for me. I'm quite certain that I didn't do anything else. Did you get any errors on compile? Ari On Thursday, 3 November 2016 17:40:17 UTC+2, Pedro Amorim wrote: > > Hello Ari. Im having the exact same problem. So I installed maven 3.3.9 > and rebuilt