Hi, Last week we upgraded our DSpace 1.4.2 server to DSpace 1.5.2. The tests at the testserver went all fine. Now on the production server we are running into problems we did not encounter at the testserver. For example with the RSS feeds.
The configuration in dspace.cfg is: harvest.includerestricted.rss = false #harvest.includerestricted.oai = false harvest.includerestricted.subscription = false On the test server this is working fine. On the new production server, we get internal server errors on the RSS feeds. An example error message is given below. On the mailing list there are comparable messages, but they refer to the OAI-PMH harvest. In our case, the harvest is not causing any problems. Any tips on how to trace the source of this problem are welcome. -- URL Was: http://dspace.ou.nl/feed/rss_2.0/site -- Method: GET -- Parameters were: Exception: java.lang.NullPointerException at org.dspace.authorize.AuthorizeManager.getAuthorizedGroups(AuthorizeManager.java:718) at org.dspace.search.Harvest.harvest(Harvest.java:273) at org.dspace.app.webui.servlet.FeedServlet.itemsChanged(FeedServlet.java:281) at org.dspace.app.webui.servlet.FeedServlet.doDSGet(FeedServlet.java:230) at org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:151) at org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99) at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) Kind regards, Francis Brouns ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

