Re: [dspace-tech] More hibernate problems

2019-01-08 Thread George Kozak
Thank you, Tim: It actually turned out to be my fault. I wrote a script a few weeks ago to eliminate idle postgres processes. I turned out that this script was causing my problem with both the OAI indexing and the other database related issues. This script turned out to be more aggressive than

Re: [dspace-tech] OAI bitstreams not available in metadata

2019-01-08 Thread Andrea Schweer
Hi, this is the expected behaviour - the oai_dc metadata format has no provision for exposing information about bitstreams (see the schema here: http://www.openarchives.org/OAI/2.0/oai_dc.xsd). You can see the bitstream links if you switch to one of the other metadata formats enabled on your

[dspace-tech] OAI bitstreams not available in metadata

2019-01-08 Thread welker
Hi, I have a DSpace OAI server up and running. When I view the metadata for any particular record, like this one , I can see the metadata but no link to the bitstream files attached to the

[dspace-tech] OAI and Hibernate problems fixed!

2019-01-08 Thread George Kozak
Hello, Everyone: As they used to say in the Napoleonic Wars, I was "hoisted by my own petard". I found out that a script that I wrote to kill idle postgres jobs was impacting both my OAI indexing, filter-media processing, and my local scripts that accessed the database. So, the hibernate

[dspace-tech] OAI sets not showing

2019-01-08 Thread Stan Orlov
Greetings! I am running an old DSpace 4.0 and an external organization let me know that they can't harvest our repository. I looked at DSpace OAI-PMH Data Provider tabs and all seem to work, with the exception of "Sets" at http://ec.msvu.ca:8080/oai/request?verb=ListSets . After reading

Re: [dspace-tech] More hibernate problems

2019-01-08 Thread Tim Donohue
Hi George, The error that jumped out to me was the database one... "SQL Error: 0, SQLState: 08006", as usually such error codes mean something very specific with the database itself (Postgres). Googling that brings me to this StackOverflow question/answer:

[dspace-tech] More hibernate problems

2019-01-08 Thread George Kozak
Hi... We are using DSpace 6.3 (XMLUI, modified Mirage2 theme). I reported a problem with indexing OAI recently. I get an error "org.hibernate.exception.JDBCConnectionException: could not extract ResultSet". The database logs says things like: "org.hibernate.TransactionException: commit failed"

[dspace-tech] Register New User

2019-01-08 Thread Olamiji Gabriel
I am very new to Dspace, I managed to installed Dspace http://46.101.151.252:8080/jspui/. Issues. 1. I want to rename this url http://46.101.151.252:8080/jspui/ to repository.elizadeuniversity.edu.ng 2. I want people to register themselves using EPerson cos when they enter their email to

Re: [dspace-tech] Re: DSpace 5.x authentication issue with Tomcat 8.5

2019-01-08 Thread Alan Orth
Thanks Tim! Your link led me to the Tomcat 8.5 migration guide's discussion of differences in cookie handling[0]. I think we're onto something there. I attempted to use the LegacyCookieProcessor discussed in the migration guide, but it didn't solve the problem. By now I have verified that this is