[dspace-tech] 7x installation on Ubuntu fails with

2022-07-20 Thread BÁRÁNY Sándor
First native installation, followed the guide at 
*wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace* and source downloaded 
from 
*github.com/DSpace/DSpace/archive/refs/tags/dspace-7.3.tar.gz *fails at the 
step 
*mvn package *with 
[INFO] 

[INFO] Reactor Summary for DSpace Parent Project 7.3:
[INFO]
[INFO] DSpace Parent Project .. SUCCESS [ 
14.177 s]
[INFO] DSpace Services Framework :: API and Implementation  FAILURE [ 
 8.932 s]
[INFO] DSpace Kernel :: API and Implementation  SKIPPED
[INFO] DSpace Addon Modules ... SKIPPED
[INFO] DSpace Kernel :: Additions and Local Customizations  SKIPPED
[INFO] DSpace IIIF  SKIPPED
[INFO] DSpace OAI-PMH . SKIPPED
[INFO] DSpace RDF . SKIPPED
[INFO] DSpace SWORD ... SKIPPED
[INFO] DSpace SWORD v2  SKIPPED
[INFO] DSpace Server Webapp ... SKIPPED
[INFO] DSpace Server Webapp:: Local Customizations  SKIPPED
[INFO] DSpace Assembly and Configuration .. SKIPPED
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Total time:  23.836 s
[INFO] Finished at: 2022-07-20T19:49:14+02:00
[INFO] 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile 
(default-compile) on project dspace-services: Compilation failure -> [Help 
1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn  -rf :dspace-services

Maybe some prerequisites are missing? How to find out?

Thanks in advance

Sandor

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/8000fbf0-2952-489f-918a-3094f6269e55n%40googlegroups.com.


[dspace-tech] Re: ORCID intergration displays ID in Browse by Author

2022-07-20 Thread Usv
Hi,

Is there a solution to this problem?
I have the same problem in dspace 6.3 with ORCID enabled. In Browse by 
author list appears key instead of author's name.
Thanks a lot.
Pe vineri, 28 mai 2021, la 12:16:25 UTC+3, John S. a scris:

>
> In a dspace 6.3 installation with the ORCID Integration enabled, the 
> authors who are lookuped and matched with an ORCID ID, are not displayed in 
> the Browse by Author list with their names but rather with their ORCID ids 
> (see attached fig).
> Any ideas concerning the missing/ wrong configuration?
>
> Thanks in advance
>
> John
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/fb0d14a3-6e5b-430c-8556-4beb8c8384aen%40googlegroups.com.


[dspace-tech] Error when trying to move an item

2022-07-20 Thread Sean Carte
I'm getting an error when trying to move two items that have been submitted
to a temporary collection. I've copied the error from the log below.

All other admin actions appear to work, but 'Move Item' results in the
error message below. Other items submitted to this collection do not cause
this error.

Short of deleting the items and resubmitting, is there anything I can do to
change the items' collection?

2022-07-20 12:42:46,911 WARN
 org.dspace.app.webui.servlet.InternalErrorServlet @
:session_id=1004CF3D79481D7505D39F83C451AF66:internal_error:-- URL Was:
https://openscholar.dut.ac.za/tools/edit-item
-- Method: POST
-- Parameters were:
-- item_id: "4744"
-- action: "7"
-- submit: "Move Item"

java.lang.ArrayIndexOutOfBoundsException: 16
at org.dspace.content.Item.getCollectionsNotLinked(Item.java:1849)
at
org.dspace.app.webui.servlet.admin.EditItemServlet.doDSPost(EditItemServlet.java:277)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:115)
at org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:648)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:494)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at psiprobe.Tomcat80AgentValve.invoke(Tomcat80AgentValve.java:35)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)
at
org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:868)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)

DSpace version:  CRIS-5.10.0-SNAPSHOT
  SCM revision:  67e7d010e7eda86925980b2a43581b9d4f4929a3
SCM branch:  dspace-5_x_x-cris
OS:  Linux(amd64) version 4.4.0-229-generic
  Applications:
 Discovery:  enabled.
   JRE:  Private Build version 1.8.0_312
   Ant version:  Apache Ant(TM) version 1.9.6 compiled on July 20 2018
 Maven version:  3.3.9

Sean

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CA%2BxAuhOd4Zha42DHXPLEfeSnFB59BaZHCTGtUxaNMHLchpj1tg%40mail.gmail.com.