Re: [dspace-tech] Re: Login Problem : Not authenticated

2024-07-26 Thread Sarfaraz Mohamed
The weird thing is its been working all the time and i did not make any
changes.


On Thu, Jul 25, 2024 at 10:40 PM DSpace Technical Support <
dspace-tech@googlegroups.com> wrote:

> Hi,
>
> You should follow the Troubleshooting guide to look for the underlying,
> detailed error message.  Usually this will appear either in your browser's
> DevTools Console, or in the backend logs.
>
> https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.xor8.x
>
> If you've just installed DSpace, it's possible you'll find one of these
> Common Installation Issues listed at the bottom of the Install Guide.
> These are usually the result of a misconfiguration.
> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-CommonInstallationIssues
>
> Tim
>
> On Monday, July 22, 2024 at 4:13:05 AM UTC-5 sarfar...@gmail.com wrote:
>
>> On Thursday 18 July 2024 at 10:28:18 UTC+2 Sarfaraz Mohamed wrote:
>>
>>> Hi
>>>
>>> Hi, I am using dspace 7.6 on ubuntu and recently started getting the
>>> following error and cant login, even though username and password is
>>> correct on GUI : Not authenticated
>>>
>>> Logs:
>>>
>>> 2024-07-18 08:15:59,105 INFO  unknown unknown
>>> org.dspace.authenticate.PasswordAuthentication @
>>> anonymous::authenticate:attempting password auth of user=xxx@xxx
>>> 2024-07-18 08:15:59,107 INFO  unknown unknown
>>> org.dspace.authenticate.PasswordAuthentication @ xxx@xxx
>>> ::authenticate:type=PasswordAuthentication
>>> 2024-07-18 08:15:59,108 INFO  unknown unknown
>>> org.dspace.eperson.EPersonServiceImpl @ xxx@xxx
>>> ::update_eperson:eperson_id=d-fd20-4330-x
>>> 2024-07-18 08:15:59,108 INFO  unknown unknown
>>> org.dspace.app.rest.security.EPersonRestAuthenticationProvider @ xxx@xxx
>>> ::login:type=explicit
>>>
>>> Any help would be appreciated.
>>>
>>> Thank you
>>>
>> --
> 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/286615f3-d8fe-4723-a2a2-86c5820c371bn%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/CAEgVfUcGk5HO7U%3D3XRLUkQpiyn3H%3D-5OiPzHRxk-9phmC8aJ_g%40mail.gmail.com.


Re: [dspace-tech] Re: change localhost to the server ip when listening DSpace 7.4 !

2024-07-26 Thread suresh patil
Hi All,

anybody running DSpace 7.6.1 in the LAN through LAN IP without HTTPS?

if so please give the complete settings.


 Repository works fine in the same system where i have installed DSpace 
through URL : http://IP:4000

but while trying to access it from another system within the LAN it shows 
500 service unavailable error.

i have done the following changes. HAVE I MISSED ANYTHING???

   1. local.cfg - replaced localhost with LAN IP & added  
rest.cors.allowed-origins 
   = ${dspace.ui.url}
   2. config.prod.yml - replaced localhost with LAN IP


Thanks & Regards
Suresh Patil

On Wednesday, July 24, 2024 at 2:26:28 PM UTC+5:30 suresh patil wrote:

> Any changes required to be done in the following files apart from 
> local.cfg  & config.prod.yml
>
>
> /etc/tomcat9/server.xml
> dspace.conf
>
> On Friday, March 3, 2023 at 4:38:48 PM UTC+5:30 Rupinder Singh wrote:
>
>> Hi everyone 
>> this is what I tried and resolved this issue 
>> edit your local.cfg file 
>> and search for the parameter where dspace UI URL is defined 
>> it should be something like this 
>>
>> *dspace.ui.url = http://{your IP Address}:4000*
>> below this line add the following directive 
>> rest.cors.allowed-origins = ${dspace.ui.url}  
>>
>> Restart your tomcat service and try accessing the dspace over the network 
>> via the server IP address. 
>> It should work just fine. 
>>
>> Thanks 
>> Rupinder Singh
>> Assistant Librarian 
>> Central University of Punjab
>>
>> On Tuesday, December 27, 2022 at 5:10:18 AM UTC+5:30 Mohammad S. 
>> AlMutairi wrote:
>>
>>> Hello Alex,
>>>
>>> I need you to send me these files. I'll modify them for you.
>>>
>>>
>>>1. /etc/tomcat9/server.xml
>>>2. local.cfg
>>>3. config.prod.yml
>>>4. dspace.conf
>>>
>>>
>>> Cheers
>>>
>>> On Tuesday, December 27, 2022 at 1:29:54 AM UTC+3 aperez...@gmail.com 
>>> wrote:
>>>


 [image: error3.PNG]
 El lunes, 26 de diciembre de 2022 a las 15:35:49 UTC-6, Alex Perez 
 escribió:

>  Dspace 7.4 CORS error.mp4 
> 
> Problem Blocked CORS  https / http
>
>
> Hello friends I hope you are very well, I would like to ask for help 
> with the following already set up my DSpace server in a test environment 
> and then get to do production and works well the backend communicates 
> well 
> with the frontend on port 8443 I set it in Tomcat 9. 58 and use the 
> Reverse 
> Proxy for port 4000 in Apache2 and pass the address of locahost:4000 add 
> the module a2enmod headers to send the policy "X-Forwarded-Proto: https" 
> so 
> far so good but when loading the site https://ride2.tse.go.cr where 
> the proxy is responsible for redirecting to port 4000 the CORS policy 
> blocks me from sites like "https://api7.dspace.org/server/api";, 
> https://api7.dspace.org/server/api/config/properties/registration.verification.enabled
>  
> ".  
>  I do not know what else can be changed to correct this blocking CORS 
> and already load my site as it does instantly and then already sends an 
> error 500 that I could not correct in this version in 7.2 I did not pass 
> that and worked fine.
>
> thank you very much in advance for the help you can give me
>
>
>
> El vie, 25 nov 2022 a las 7:05, Alex Perez () 
> escribió:
>
>> Hello friends, I followed the steps you indicate me I reinstalled the 
>> frontend and the video gave me an idea of what to do and work correctly 
>> thank you very much for the help.
>>
>> Regards
>>
>>
>> El martes, 22 de noviembre de 2022 a las 17:03:18 UTC-6, 
>> alo...@gmail.com escribió:
>>
>>> I had to try it on DSpace version 7.5-SNAPSHOT and it's working just 
>>> fine without any SSL configuration (HTTP Setup) so it's not hard coded 
>>> as I 
>>> thought. See the attached video as a confirmation. Try to pull a fresh 
>>> copy 
>>> of dspace-angular and start a front end fresh installation.
>>>
>>> Settings in dspace.cfg
>>> dspace.server.url = http:// 192.168.100.212:8080/server
>>> dspace.ui.url = http://192.168.100.212:4000
>>>
>>> Settings in config.prod.yml:
>>> ui:
>>>   ssl: false
>>>   host: 192.168.100.212
>>>   port: 4000
>>>   nameSpace: /
>>>
>>> rest:
>>>   ssl: false
>>>   host: 192.168.100.212
>>>   port: 8080
>>>   nameSpace: /server
>>>
>>> -- 
>> 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...@googlegroups.com.
>> To view this

[dspace-tech] default thumbnail - for items without or having a blank thumbnail image

2024-07-26 Thread 'gustav chinovava' via DSpace Technical Support
Dear DSpace Users
Is there a way to have a default thumbnail that can be rendered for for items 
without or having a blank thumbnail image.
In place of the "No thumbnail"
Regards
Gustav

-- 
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/1692882403.180015.1721989076614%40mail.yahoo.com.


[dspace-tech] Welcome to the latest DSpace committer: Nicholas Woodward

2024-07-26 Thread Hrafn Malmquist
Dear DSpace Community,

The DSpace Committers are delighted to announce a new member to the team:
Nicholas Woodward from Texas Digital Library (TDL). Please join us in
welcoming him!

Nicholas is a Senior Software Engineer at Texas Digital Library (TDL). In
this role, he leads the deployment, management, and software development
for more than two dozen DSpace repositories. Nicholas has 15+ years of
experience working in the open-source digital library community, primarily
as a software engineer and project manager.

Since 2022, he has worked with the DSpace community on bug fixes and
performance improvements that are impactful for repository administrators
in the TDL consortium. Prior to working at TDL, Nicholas worked at the
Library of Congress where he developed software to manage the workflow for
large-scale web archiving. He also has experience using open-source tools
for machine learning on large text corpus.

We are always on the lookout for new developers, contributors, and
committers within the DSpace community.

Contributions can take many forms: writing code, reviewing or testing
others' code, helping on mailing lists, editing documentation, or improving
the theme/usability/accessibility of our user interface. For more
information, see our guide to contributing to DSpace:

https://wiki.lyrasis.org/display/DSPACE/How+to+Contribute+to+DSpace

If you or someone you know has been an active DSpace contributor for some
time, you can also nominate that person to become our next committer!
Nomination details and more information on committer responsibilities are
available at:

https://wiki.lyrasis.org/display/DSPACE/Committer+Nominations

If you have any questions about committership or contributing to DSpace,
please reach out to one of the current DSpace Committers:
https://wiki.lyrasis.org/display/DSPACE/DSpace+Committers or join our
weekly developer meetings:
https://wiki.lyrasis.org/display/DSPACE/Developer+Meetings

Thanks,

The DSpace Committers Group

-- 
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/CAG9P5m-SLk_NX_V2aaFBFFwTyYvokw_GfQjy3691m7efbcbX1A%40mail.gmail.com.


[dspace-tech] Solr incremental files store in different Drive

2024-07-26 Thread Salony Permanand
Hello All,

I am currently using DSpace 7.4 and have deployed Solr in a directory with 
limited storage capacity (e.g., C:/, with only 5 GB of available space).

Given the anticipated growth in data volume, I am concerned that the 
current storage allocation will be insufficient for Solr to function 
optimally. I m sure other uses would have also faced this constraint .To 
mitigate this issue, I intend to configure Solr to store its incremental 
files in a different partition with greater available storage (e.g., D:/). 
I already configured assetstore folder in another location.

Could anyone provide detailed instructions or best practices on how to 
configure Solr to store its incremental files in a new location without 
disrupting service?
Perhaps Tim could provide some insight on how to achieve this. 

Thank you for your assistance.

Best regards,

-- 
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/81774b0d-443c-46bf-a1b8-237cc29cca34n%40googlegroups.com.