Hi Nicolas, I searched Google for the (english translation of that) error message and found this: https://stackoverflow.com/a/42319270/3750035
It sounds like it might be an HTTPS issue. Perhaps either your backend isn't running HTTPS (which is required), or maybe the frontend is sending HTTP requests to the backend? These are just quick guesses as I've not seen this specific error before after installing DSpace 7. But, you should double check everything is running HTTPS properly (you can only run HTTP if both the frontend & backend are on localhost, i.e. in a dev environment). You should also double check the backend's local.cfg and frontend's environment.*.ts both have HTTPS urls specified, etc. Obviously also make sure Tomcat or Apache is properly setup for HTTPS as well. If you have other questions, let us know on this list. Tim ________________________________ From: [email protected] <[email protected]> on behalf of Nicolas Battaglia <[email protected]> Sent: Friday, July 2, 2021 11:28 AM To: DSpace Technical Support <[email protected]> Subject: [dspace-tech] Dspace 7 Hello, i've an issue after installing dpsace, while trying to upload a file in a new item. After progressbar finished, apperas an error message (Upload failed), and in the browser console gets this response, with 201 status code. 1. {id: 33, errors: [{message: "error.validation.required",…},…],…} * errors: [{message: "error.validation.required",…},…] * 0: {message: "error.validation.required",…} * 1: {message: "error.validation.filerequired", paths: ["/sections/upload"]} * 2: {message: "java.io.IOException: No existe el fichero o el directorio", paths: ["/sections/upload"]} * message: "java.io.IOException: No existe el fichero o el directorio" * paths: ["/sections/upload"] * id: 33 * lastModified: "2021-07-02T16:04:41.403+0000" * sections: {license: {url: null, acceptanceDate: null, granted: false}, upload: {files: []},…} * type: "workspaceitem" * _embedded: {,…} * _links: {,…} I've installed dpsace in a debian server, following all the installation steps, without any problem. But, in my dspace log havnt't any file. After this, change log4j2 log level to debbug but nothing happens, and in catalina.out log file gets this 2 errors: 1) [2021-07-02 11:59:41] [info] 2021-07-02 11:59:41,223 main ERROR Null object returned for RollingFile in Appenders. [2021-07-02 11:59:41] [info] 2021-07-02 11:59:41,236 main ERROR Null object returned for RollingFile in Appenders. [2021-07-02 11:59:41] [info] 2021-07-02 11:59:41,292 main ERROR Unable to locate appender "A1" for logger config "root" [2021-07-02 11:59:41] [info] 2021-07-02 11:59:41,294 main ERROR Unable to locate appender "A1" for logger config "org.dspace" [2021-07-02 11:59:41] [info] 2021-07-02 11:59:41,295 main ERROR Unable to locate appender "A2" for logger config "org.dspace.checker" 2) java.lang.IllegalArgumentException: Se encontró un carácter inválido en el nombre del método. Los nombres de métodos HTTP deben ser tokens [2021-07-02 12:13:55] [info] at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:416) [2021-07-02 12:13:55] [info] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:260) [2021-07-02 12:13:55] [info] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [2021-07-02 12:13:55] [info] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) [2021-07-02 12:13:55] [info] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1639) [2021-07-02 12:13:55] [info] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [2021-07-02 12:13:55] [info] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [2021-07-02 12:13:55] [info] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [2021-07-02 12:13:55] [info] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [2021-07-02 12:13:55] [info] at java.base/java.lang.Thread.run(Thread.java:829) any idea? Thanks in advance Nicolás -- 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 Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/5856b77b-0ab1-4c3f-80df-efe869aa02een%40googlegroups.com<https://groups.google.com/d/msgid/dspace-tech/5856b77b-0ab1-4c3f-80df-efe869aa02een%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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 Technical Support" 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-tech/DM5PR2201MB1148CF8E95BFDE293E597DA7ED1F9%40DM5PR2201MB1148.namprd22.prod.outlook.com.
