Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Ball Wicklund,Amy
Bug report filed:https://github.com/DSpace/DSpace/issues/9434


Amy Ball Wicklund

Pronouns: She/Her (learn more)
Developer and Application Administrator
Library Technology Services
Colorado State University Libraries

970.491.8780


[cid:d2d6b3f6-0dbe-4351-9044-58ce3afd8359]


From: dspace-tech@googlegroups.com  on behalf of 
Ball Wicklund,Amy 
Sent: Monday, March 25, 2024 7:36 PM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Item Counters for Communities and Collections 
not working well


** Caution: EXTERNAL Sender **

Update: restarting Tomcat updates the item counts to the correct number.




Amy Ball Wicklund

Pronouns: She/Her (learn more)
Developer and Application Administrator
Library Technology Services
Colorado State University Libraries

970.491.8780


[cid:8fda142a-2214-4eca-90f6-54f38fcc9fd3]


From: dspace-tech@googlegroups.com  on behalf of 
Amy Ball Wicklund 
Sent: Monday, March 25, 2024 5:47 PM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Item Counters for Communities and Collections 
not working well


** Caution: EXTERNAL Sender **

Forgot to add that disabling the cache (setting `webui.strengths.cache=false`) 
results in "Error fetching collection" and "error.top-level-communities". No 
communities or collections will load.

>From the console & error logs: java.lang.NullPointerException: Cannot invoke 
>"org.dspace.core.DBConnection.getSession()" because the return value of 
>"org.dspace.core.Context.getDBConnection()" is null
at 
org.dspace.core.AbstractHibernateDAO.getHibernateSession(AbstractHibernateDAO.java:59)
 ~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.core.AbstractHibernateDAO.createQuery(AbstractHibernateDAO.java:137) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.dao.impl.ItemDAOImpl.countItems(ItemDAOImpl.java:395) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.ItemServiceImpl.countItems(ItemServiceImpl.java:1589) 
~[dspace-api-7.6.1.jar:7.6.1]
at org.dspace.browse.ItemCounter.getCount(ItemCounter.java:131) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.CommunityServiceImpl.countArchivedItems(CommunityServiceImpl.java:723)
 ~[dspace-api-7.6.1.jar:7.6.1]
at org.dspace.content.Community.countArchivedItems(Community.java:275) 
~[dspace-api-7.6.1.jar:7.6.1]
... (etc) "

On Monday, March 25, 2024 at 3:21:00 PM UTC-7 Amy Ball Wicklund wrote:
We are seeing the same problematic behavior in our production installation. 
Incorrect inaccurate item counts, even on publicly accessible collections & 
items, even days after the most recent submission.



On Saturday, March 9, 2024 at 1:51:04 AM UTC-8 Caty wrote:
Hi,

The item counter for collection  
https://demo.dspace.org/collections/48d86c8d-4a35-4c79-b7b7-26a41995cc1a
(READ/DEFAULT_ITEM_READ/DEFAULT_BITSTREAM_READ) with 2 items

is stiil 1 :  DDD  
 (1)  
, although the second item has been submitted on the 5th of March, 4 days ago.



Best regards,
Caty

--
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 a topic in the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/dspace-tech/hMxGxO9C4Us/unsubscribe.
To unsubscribe from this group and all its topics, 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/cc854395-5142-41d4-800d-a20bec74df1cn%40googlegroups.com.

--
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 a topic in the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/dspace-tech/hMxGxO9C4Us/unsubscribe.
To unsubscribe from this group and all its topics, 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/DM6PR07MB708450C0BC0AEC74B8C473AEDA352%40DM6PR07MB7084.namprd07.prod.outlook.com.

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 

Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Ball Wicklund,Amy
Update: restarting Tomcat updates the item counts to the correct number.




Amy Ball Wicklund

Pronouns: She/Her (learn more)
Developer and Application Administrator
Library Technology Services
Colorado State University Libraries

970.491.8780


[cid:8fda142a-2214-4eca-90f6-54f38fcc9fd3]


From: dspace-tech@googlegroups.com  on behalf of 
Amy Ball Wicklund 
Sent: Monday, March 25, 2024 5:47 PM
To: DSpace Technical Support 
Subject: Re: [dspace-tech] Re: Item Counters for Communities and Collections 
not working well


** Caution: EXTERNAL Sender **

Forgot to add that disabling the cache (setting `webui.strengths.cache=false`) 
results in "Error fetching collection" and "error.top-level-communities". No 
communities or collections will load.

>From the console & error logs: java.lang.NullPointerException: Cannot invoke 
>"org.dspace.core.DBConnection.getSession()" because the return value of 
>"org.dspace.core.Context.getDBConnection()" is null
at 
org.dspace.core.AbstractHibernateDAO.getHibernateSession(AbstractHibernateDAO.java:59)
 ~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.core.AbstractHibernateDAO.createQuery(AbstractHibernateDAO.java:137) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.dao.impl.ItemDAOImpl.countItems(ItemDAOImpl.java:395) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.ItemServiceImpl.countItems(ItemServiceImpl.java:1589) 
~[dspace-api-7.6.1.jar:7.6.1]
at org.dspace.browse.ItemCounter.getCount(ItemCounter.java:131) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.CommunityServiceImpl.countArchivedItems(CommunityServiceImpl.java:723)
 ~[dspace-api-7.6.1.jar:7.6.1]
at org.dspace.content.Community.countArchivedItems(Community.java:275) 
~[dspace-api-7.6.1.jar:7.6.1]
... (etc) "

On Monday, March 25, 2024 at 3:21:00 PM UTC-7 Amy Ball Wicklund wrote:
We are seeing the same problematic behavior in our production installation. 
Incorrect inaccurate item counts, even on publicly accessible collections & 
items, even days after the most recent submission.



On Saturday, March 9, 2024 at 1:51:04 AM UTC-8 Caty wrote:
Hi,

The item counter for collection  
https://demo.dspace.org/collections/48d86c8d-4a35-4c79-b7b7-26a41995cc1a
(READ/DEFAULT_ITEM_READ/DEFAULT_BITSTREAM_READ) with 2 items

is stiil 1 :  DDD  
 (1)  
, although the second item has been submitted on the 5th of March, 4 days ago.



Best regards,
Caty

--
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 a topic in the Google 
Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/dspace-tech/hMxGxO9C4Us/unsubscribe.
To unsubscribe from this group and all its topics, 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/cc854395-5142-41d4-800d-a20bec74df1cn%40googlegroups.com.

-- 
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/DM6PR07MB708450C0BC0AEC74B8C473AEDA352%40DM6PR07MB7084.namprd07.prod.outlook.com.


Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Amy Ball Wicklund
Forgot to add that disabling the cache (setting 
`webui.strengths.cache=false`) results in "Error fetching collection" and 
"error.top-level-communities". No communities or collections will load. 

>From the console & error logs: java.lang.NullPointerException: Cannot 
invoke "org.dspace.core.DBConnection.getSession()" because the return value 
of "org.dspace.core.Context.getDBConnection()" is null
at 
org.dspace.core.AbstractHibernateDAO.getHibernateSession(AbstractHibernateDAO.java:59)
 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.core.AbstractHibernateDAO.createQuery(AbstractHibernateDAO.java:137) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.dao.impl.ItemDAOImpl.countItems(ItemDAOImpl.java:395) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.ItemServiceImpl.countItems(ItemServiceImpl.java:1589) 
~[dspace-api-7.6.1.jar:7.6.1]
at org.dspace.browse.ItemCounter.getCount(ItemCounter.java:131) 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.CommunityServiceImpl.countArchivedItems(CommunityServiceImpl.java:723)
 
~[dspace-api-7.6.1.jar:7.6.1]
at 
org.dspace.content.Community.countArchivedItems(Community.java:275) 
~[dspace-api-7.6.1.jar:7.6.1]
... (etc) "

On Monday, March 25, 2024 at 3:21:00 PM UTC-7 Amy Ball Wicklund wrote:

> We are seeing the same problematic behavior in our production 
> installation. Incorrect inaccurate item counts, even on publicly accessible 
> collections & items, even days after the most recent submission. 
>
>
>
> On Saturday, March 9, 2024 at 1:51:04 AM UTC-8 Caty wrote:
>
>> Hi,
>>
>> The item counter for collection  
>> https://demo.dspace.org/collections/48d86c8d-4a35-4c79-b7b7-26a41995cc1a 
>> (READ/DEFAULT_ITEM_READ/DEFAULT_BITSTREAM_READ) with 2 items
>>
>> is stiil 1 :  DDD  
>> (1)
>>   
>> , although the second item has been submitted on the 5th of March, 4 days 
>> ago.
>>
>>
>>
>> Best regards,
>> Caty
>>
>

-- 
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/cc854395-5142-41d4-800d-a20bec74df1cn%40googlegroups.com.


Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-25 Thread Amy Ball Wicklund
We are seeing the same problematic behavior in our production installation. 
Incorrect inaccurate item counts, even on publicly accessible collections & 
items, even days after the most recent submission. 



On Saturday, March 9, 2024 at 1:51:04 AM UTC-8 Caty wrote:

> Hi,
>
> The item counter for collection  
> https://demo.dspace.org/collections/48d86c8d-4a35-4c79-b7b7-26a41995cc1a 
> (READ/DEFAULT_ITEM_READ/DEFAULT_BITSTREAM_READ) with 2 items
>
> is stiil 1 :  DDD  
> (1) 
>  
> , although the second item has been submitted on the 5th of March, 4 days 
> ago.
>
>
>
> Best regards,
> Caty
>

-- 
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/db6dfc60-2d65-49ac-af23-f0aaf2ddf7e4n%40googlegroups.com.


[dspace-tech] Error in merge

2024-03-25 Thread Emilia Lobo


Hello, I am working on a development branch and I want to perform a merge 
to the main branch and I get these errors. Could someone help me?

-
biblioteca@biblioteca-Aspire-E5-575:~/rdilocal/DSpace$ sudo git branch
* desarrollo
  main
biblioteca@biblioteca-Aspire-E5-575:~/rdilocal/DSpace$ git merge main
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar dspace/pom.xml a la base de datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar dspace/config/submission-forms.xml a la 
base de datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar dspace/config/dspace.cfg a la base de 
datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar dspace-server-webapp/pom.xml a la base 
de datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar 
dspace-api/src/main/java/org/dspace/eperson/EPersonServiceImpl.java a la 
base de datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar 
dspace-api/src/main/java/org/dspace/content/authority/ChoiceAuthorityServiceImpl.java
 
a la base de datos
error: permisos insuficientes para agregar un objeto a la base de datos del 
repositorio .git/objects
error: error: No es posible agregar dspace-api/pom.xml a la base de datos
fatal: unable to read tree c1e8b5953f1f0909a515cc4c5a01360a076a52cc

-- 
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/5898774f-36fe-48a2-8edb-993309e1e842n%40googlegroups.com.


[dspace-tech] Server side render Dspce 7 ItemPageModule

2024-03-25 Thread Jerson Cuevas
How do I make my SSR server render my ItemPageModule, since there I update 
the meta tags defined in my html file for SEO purposes.

-- 
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/2b127cf0-11dc-4d24-b71c-c7f367581c83n%40googlegroups.com.


[dspace-tech] Approve/Reject Items Workflow in Angular-UI

2024-03-25 Thread 'Raja muthukrishnan Ramanujam' via DSpace Technical Support
Hello Team,

I have gone through the below docs and tried Submitter's and reviewers of 
e-persons configured in the collection and upload the items but 
approve/reject options was not appear in the item menus.

*https://drive.google.com/file/d/1nkswjwzullhEqObbFteP8aPjilf14EDN/view*

So tried to implement the Dspace assets Approve/Reject using workflow but 
not able to achieve the functionality. Kindly help to configure the 
Workflow.

Regards,
Raja

-- 
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/6b5e9419-d5c6-4506-9877-14246b0d16dcn%40googlegroups.com.


[dspace-tech] search bar of filters

2024-03-25 Thread Alex B
Dear colleagues, in the search bar of filters, for example by author's 
name, only English works. If the author's name in the system is not written 
in English, the search string of the filter does not find it. Can these 
settings be changed? For example, the main search bar in the system finds 
the author in a language other than English.

[image: Screenshot from 2024-03-25 10-22-11.png]
[image: Screenshot from 2024-03-25 10-44-38.png]
Help me please!

Best regards,
Alex

-- 
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/0a310bcd-3826-43be-8ec8-07ebcd35065cn%40googlegroups.com.


[dspace-tech] Count item in dspace 7.6.1 community & collection not live update

2024-03-25 Thread 'Sue' via DSpace Technical Support
Hi everyone...
I'm using dspace 7.6.1, I'm facing issue which is when new item added, 
count in community & collection not live update. I've try webui.strengths.cache 
to true but it cause error to community..

Thank you

-- 


*PENAFIAN*: E-mel ini dan apa-apa fail yang dikepilkan bersamanya
("Mesej") adalah ditujukan hanya untuk kegunaan penerima(-penerima)
yang 
termaklum di atas dan mungkin mengandungi maklumat sulit. Anda dengan ini
dimaklumkan bahawa mengambil apa jua tindakan bersandarkan kepada, membuat
penilaian, mengulang hantar, menghebah, mengedar, mencetak, atau menyalin 
Mesej
ini atau sebahagian daripadanya oleh sesiapa selain daripada
penerima(-penerima) yang termaklum di atas adalah dilarang. Jika anda telah
menerima Mesej ini kerana kesilapan, anda mesti menghapuskan Mesej ini 
dengan
segera dan memaklumkan kepada penghantar Mesej ini menerusi balasan 
e-mel.
Pendapat, rumusan, dan sebarang maklumat lain di dalam Mesej
ini 
yang tidak berkait dengan urusan rasmi Universiti Kebangsaan Malaysia (UKM)
adalah difahami sebagai bukan dikeluar atau diperakui oleh mana-mana pihak 
yang
disebut.

_*DISCLAIMER *: This e-mail and any files transmitted with 
it ("Message") is intended only for the use of the recipient(s) named above 
and may contain confidential information. You are hereby notified that the 
taking of any action in reliance upon, or any review, retransmission, 
dissemination, distribution, printing or copying of this Message or any 
part thereof by anyone other than the intended recipient(s) is strictly 
prohibited. If you have received this Message in error, you should delete 
this Message immediately and advise the sender by return e-mail. Opinions, 
conclusions and other information in this Message that do not relate to the 
official business of The National University of Malaysia (UKM) shall be 
understood as neither given nor endorsed by any of the aforementioned._

-- 
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/731e3862-b725-41f9-b06b-e292db0608c4n%40googlegroups.com.


[dspace-tech] Statistics For Top City & Top Country using Maxmind

2024-03-25 Thread 'Sue' via DSpace Technical Support
Hi everyone,

I've installed and configure as DSpace manual but top city and top country 
not appear. I'm using dspace 7.6.1..

Thank you

-- 


*PENAFIAN*: E-mel ini dan apa-apa fail yang dikepilkan bersamanya
("Mesej") adalah ditujukan hanya untuk kegunaan penerima(-penerima)
yang 
termaklum di atas dan mungkin mengandungi maklumat sulit. Anda dengan ini
dimaklumkan bahawa mengambil apa jua tindakan bersandarkan kepada, membuat
penilaian, mengulang hantar, menghebah, mengedar, mencetak, atau menyalin 
Mesej
ini atau sebahagian daripadanya oleh sesiapa selain daripada
penerima(-penerima) yang termaklum di atas adalah dilarang. Jika anda telah
menerima Mesej ini kerana kesilapan, anda mesti menghapuskan Mesej ini 
dengan
segera dan memaklumkan kepada penghantar Mesej ini menerusi balasan 
e-mel.
Pendapat, rumusan, dan sebarang maklumat lain di dalam Mesej
ini 
yang tidak berkait dengan urusan rasmi Universiti Kebangsaan Malaysia (UKM)
adalah difahami sebagai bukan dikeluar atau diperakui oleh mana-mana pihak 
yang
disebut.

_*DISCLAIMER *: This e-mail and any files transmitted with 
it ("Message") is intended only for the use of the recipient(s) named above 
and may contain confidential information. You are hereby notified that the 
taking of any action in reliance upon, or any review, retransmission, 
dissemination, distribution, printing or copying of this Message or any 
part thereof by anyone other than the intended recipient(s) is strictly 
prohibited. If you have received this Message in error, you should delete 
this Message immediately and advise the sender by return e-mail. Opinions, 
conclusions and other information in this Message that do not relate to the 
official business of The National University of Malaysia (UKM) shall be 
understood as neither given nor endorsed by any of the aforementioned._

-- 
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/4a92d0fc-a216-4bf3-b15c-0e1d155228d6n%40googlegroups.com.