[dspace-tech] Re: Help needed

2023-12-04 Thread Vahe Ghorghorian
Dear Tim, and dear dspace community i have read all available documentation but I'm not having any luck in fixing the error, this is the error that i am getting inside the Apache logs if i want to minimize the error . can you please at least narrow down of where could be the error,or if there

Re: [dspace-tech] DSpace 7.6.1 getting "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory"

2023-12-04 Thread Tomas Hajek
Hi Tim, Thanks for the additional information. I'll read through the bug report and see if there is anything I might be able to add but I'm a bit of a novice to the technology involved as might be obvious by some of my questions. Regarding the User interface version. I do run "yarn

[dspace-tech] Re: Upload / Deposit size limit increase on DSpace 7.6

2023-12-04 Thread DSpace Technical Support
Hi Lewatle, See these settings: https://github.com/DSpace/DSpace/blob/dspace-7_x/dspace-server-webapp/src/main/resources/application.properties#L125-L132 You can override either of these settings by specifying a new value in your local.cfg on the backend. See also the docs for these settings

[dspace-tech] Re: Help needed

2023-12-04 Thread DSpace Technical Support
Hi Vahe, I wanted to add a note here that it's very difficult for others to help if we don't know the underlying error. If you ever find the User Interface "loads and loads" (or spins) that is a sign that's it's erroring out. But, you can find it's error from your web browser by following

[dspace-tech] Re: yarn test - matching between the UI and REST = false

2023-12-04 Thread DSpace Technical Support
Hi, That does sound like a possible bug. If everything is working, then you have nothing to worry about. Also your snapshotted configs seem to prove that these settings "match". If you could, I'd recommend reporting this as an issue in our ticketing system at

[dspace-tech] Re: Policy permission

2023-12-04 Thread DSpace Technical Support
Hi, DSpace doesn't support creating resource policies without login. That would be a major security issue. Allowing anyone to create a resource policy would allow anyone to change the permissions of any object within DSpace (as resource policies define the permissions on all objects).

Re: [dspace-tech] Re: 7.6.1 upgrade - ant test_database failure

2023-12-04 Thread DSpace Technical Support
Have you verified that the (re)build was successful prior to running "ant update"? This error appears to be saying that the "workflow-curation.xsd" is missing from the final "dspace-api.jar" file (it should be embedded in that JAR file). So, it might be that something went wrong during

Re: [dspace-tech] DSpace 7.6.1 getting "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory"

2023-12-04 Thread DSpace Technical Support
This "JavaScript heap out of memory" error appears to be related to this bug: https://github.com/DSpace/dspace-angular/issues/2259 So far we haven't been able to track it down as it doesn't occur for everyone. It appears to only exist on some Operating Systems, and only impacts running in

[dspace-tech] Re: BatchImport ERROR

2023-12-04 Thread DSpace Technical Support
Hi, You should check to see if that "/dspace/imports" folder exists on your system. If it doesn't, this might imply that your "dspace.dir" configuration (in either dspace.cfg or local.cfg) is invalid, or there may be a permissions issue where Tomcat cannot create the "/imports" folder under

[dspace-tech] Re: Resourcepolicy creation

2023-12-04 Thread DSpace Technical Support
Hi, A 401 response means that you have not successfully authenticated with that backend. It's not possible to do any POST request without first authenticating (as all POSTs are access restricted). See our documentation on how to authenticate via the REST API.

[dspace-tech] Re: Unsatisfied dependency on startup

2023-12-04 Thread Rodrigo Vera
Hello, ran into the same problem, fixed by runnning mvn clean install before mvn package (maybe not necessary after all). also make sure you're running same java version in mvn, ant and tomcat. greetings. On Friday, December 1, 2023 at 3:28:10 PM UTC-3 Steve Michaels wrote: > Now that

[dspace-tech] Upload / Deposit size limit increase on DSpace 7.6

2023-12-04 Thread Lewatle Johannes Phaladi
Hi All, I would like to know where to set upload file increase in DSpace 7.6, which file name and location should I consider updating upload size increase. Regards, Lewatle -- All messages to this mailing list should adhere to the Code of Conduct: