Hi Jan, Someone else recently encountered this issue on Slack and reported that, for them, it was a Tomcat configuration issue. They said the issue was with the "ReadWritePaths" for the Tomcat service file...and that Tomcat wasn't given proper privileges to read/write to the DSpace installation directory (dspace.dir). This might be a Debian specific issue (not sure). Here's an example I found from the Tomcat mailing list: https://lists.apache.org/thread/l3hbrxvx9x14m7gsmdgrydbs8vhbtoj9
Please let us know if this fixes things for you too. If so, we may want to add a note to our DSpace docs about this issue, since it seems to be coming up for individuals who use Debian/Ubuntu. Tim On Monday, May 23, 2022 at 4:14:22 AM UTC-5 [email protected] wrote: > Hello, > > I still have problems with DSpace OAI-PMH interface - after the > installation, when trying dspace.../server/oai/request?verb=Identify I got > "HTTP Status 500 – Internal Server Error" > > dspace.log reports no error (with <Property > name='loglevel.dspace'>DEBUG</Property>) > > Tomcat reports error: > > 23-May-2022 11:06:48.352 SEVERE [http-nio-8080-exec-6] > org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for > servlet > java.lang.IllegalStateException: getOutputStream() has already > been called for this response > at > org.apache.catalina.connector.Response.getWriter(Response.java:584) > at > org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:227) > at > javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:114) > at > org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView.render(ErrorMvcAutoConfigu > at > org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1376) > ....... > at > org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.base/java.lang.Thread.run(Thread.java:829) > lp 2Wrap 3Quit 4Hex 5Goto 6 > 7Search 8Raw > > The same situation also with migrated assetstore and oai import command > (sucessfull) > > Thank you > > Jan > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/97e65ffd-0670-4092-9196-abcafdcf8442n%40googlegroups.com.
