[dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Tom Obrien
Hi all,
I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday
when i started receiving error in the browser: Service Unavailable

The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later.
--
Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80

I need urgent help to resolve this issue. Kindly assist.

Regards
Tom

-- 
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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com.


Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Mumanyi, Bravismore
Hi Tom

Have you checked if tomcat is running?

I am assuming your setup includes tomcat, Apache2 and some connector handling 
the communication between the two (2).

To check on tomcat, try the following on the prompt.

#ps -e|grep java

Or

#netstat -tlpn|grep java

Regards




From: dspace-tech@googlegroups.com  on behalf of 
Tom Obrien 
Sent: 09 May 2023 20:13
To: dspace-tech 
Subject: [dspace-tech] Re: Cannot access Dspace -Urgent help

Hi all,
I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday when 
i started receiving error in the browser:
Service Unavailable

The server is temporarily unable to service your request due to maintenance 
downtime or capacity problems. Please try again later.


Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80

I need urgent help to resolve this issue. Kindly assist.

Regards
Tom



--
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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com.

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

-- 
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/PA4PR04MB760032F68C267425EA57F8E1C4769%40PA4PR04MB7600.eurprd04.prod.outlook.com.


[dspace-tech] Re: customizing thumbnails

2023-05-09 Thread Tom Obrien
HI all,
I would like to have our dspace display static image(thumbnail) showing in
the recently added items.  Can somebody give me advice on how I can go
about.
We have implemented dspace 6.4 on ubuntu 22 but I am still learning a
number of issues on managing Dspace. I  am very grateful for the
community's input.

Regards
Tom

-- 
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/CAE%2B4i99grQ%3DWS631VhHMEH_npbpbpv5etjafr5k_m57DkUndHg%40mail.gmail.com.


Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Mumanyi, Bravismore
Hi Tom

The next step would be to check how you are connecting the two(2); tomcat and 
Apache.
The port that connector (or proxy) is using.

You need to consult the server.xml config file for tomcat.
Also check path to your web apps (whether you have published them)

Or try restarting the two deamons (tomacat and Apache). Not sure if order 
matters but tomacat should be available for Apache to request pages.

Also check postgres is running

Regards

From: Tom Obrien 
Sent: 09 May 2023 21:59
To: Mumanyi, Bravismore 
Cc: dspace-tech 
Subject: Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

Hi Bravismore,
When I ran the two commands I get the following:
#ps -e|grep java
400 ?02:12:06 java

#netstat -tlpn|grep java
tcp6   0  0 127.0.0.1:8005  :::* 
   LISTEN  400/java
tcp6   0  0 127.0.0.1:8009  :::* 
   LISTEN  400/java

On Tue, May 9, 2023 at 2:15 AM Mumanyi, Bravismore 
mailto:bmuma...@unam.na>> wrote:
Hi Tom

Have you checked if tomcat is running?

I am assuming your setup includes tomcat, Apache2 and some connector handling 
the communication between the two (2).

To check on tomcat, try the following on the prompt.

#ps -e|grep java

Or

#netstat -tlpn|grep java

Regards




From: dspace-tech@googlegroups.com 
mailto:dspace-tech@googlegroups.com>> on behalf 
of Tom Obrien mailto:tobri...@gmail.com>>
Sent: 09 May 2023 20:13
To: dspace-tech 
mailto:dspace-tech@googlegroups.com>>
Subject: [dspace-tech] Re: Cannot access Dspace -Urgent help

Hi all,
I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday when 
i started receiving error in the browser:
Service Unavailable

The server is temporarily unable to service your request due to maintenance 
downtime or capacity problems. Please try again later.


Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80

I need urgent help to resolve this issue. Kindly assist.

Regards
Tom



--
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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com.

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

-- 
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/PA4PR04MB7600E0F43B0E5B0B4E9F537FC4769%40PA4PR04MB7600.eurprd04.prod.outlook.com.


Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Mumanyi, Bravismore
Great stuff.

You may want to zero in on why it stopped.
Perhaps add more memory, connection pool - optimization

Regards

From: Tom Obrien 
Sent: 09 May 2023 22:48
To: Mumanyi, Bravismore 
Cc: dspace-tech 
Subject: Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

Thank you very much. I restarted the postgres and it worked.
very grateful


On Tue, May 9, 2023 at 3:06 AM Mumanyi, Bravismore 
mailto:bmuma...@unam.na>> wrote:
Hi Tom

The next step would be to check how you are connecting the two(2); tomcat and 
Apache.
The port that connector (or proxy) is using.

You need to consult the server.xml config file for tomcat.
Also check path to your web apps (whether you have published them)

Or try restarting the two deamons (tomacat and Apache). Not sure if order 
matters but tomacat should be available for Apache to request pages.

Also check postgres is running

Regards

From: Tom Obrien mailto:tobri...@gmail.com>>
Sent: 09 May 2023 21:59
To: Mumanyi, Bravismore mailto:bmuma...@unam.na>>
Cc: dspace-tech 
mailto:dspace-tech@googlegroups.com>>
Subject: Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

Hi Bravismore,
When I ran the two commands I get the following:
#ps -e|grep java
400 ?02:12:06 java

#netstat -tlpn|grep java
tcp6   0  0 127.0.0.1:8005  :::* 
   LISTEN  400/java
tcp6   0  0 127.0.0.1:8009  :::* 
   LISTEN  400/java

On Tue, May 9, 2023 at 2:15 AM Mumanyi, Bravismore 
mailto:bmuma...@unam.na>> wrote:
Hi Tom

Have you checked if tomcat is running?

I am assuming your setup includes tomcat, Apache2 and some connector handling 
the communication between the two (2).

To check on tomcat, try the following on the prompt.

#ps -e|grep java

Or

#netstat -tlpn|grep java

Regards




From: dspace-tech@googlegroups.com 
mailto:dspace-tech@googlegroups.com>> on behalf 
of Tom Obrien mailto:tobri...@gmail.com>>
Sent: 09 May 2023 20:13
To: dspace-tech 
mailto:dspace-tech@googlegroups.com>>
Subject: [dspace-tech] Re: Cannot access Dspace -Urgent help

Hi all,
I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday when 
i started receiving error in the browser:
Service Unavailable

The server is temporarily unable to service your request due to maintenance 
downtime or capacity problems. Please try again later.


Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80

I need urgent help to resolve this issue. Kindly assist.

Regards
Tom



--
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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com.

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

CAUTION -EXTERNAL SENDER: Please be careful when opening links and attachments. 
UNAM Directorate: Information & Communication Technology Services (DICTS)

-- 
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/PA4PR04MB76000B9EB46348547BC138C5C4769%40PA4PR04MB7600.eurprd04.prod.outlook.com.


[dspace-tech] Rest Api Login

2023-05-09 Thread Christoforos Korifidis
Hello I am trying to login trough the rest api from curl. 
I need to make server to server connection so I am using curl to emulate it.

I am following the guide 
https://github.com/DSpace/RestContract/blob/main/authentication.md

First I make a call to get a csrf token:
curl -X POST https://x/server/api/authn/login?user=

I get access dinied which is normal and I also get an csrf token at the 
header
DSPACE-XSRF-TOKEN: 7d851854-c9c7-4dc7-97e0-838eb584dc7c
According to the before mentioned guide I will use this XSRF token to get 
log in and also get an bearer token in th Authorization header.
So I am making the call
curl -v -X POST 
https://xx/server/api/authn/login?user=xx&password=1234 -H 
"X-XSRF-TOKEN:7d851854-c9c7-4dc7-97e0-838eb584dc7c" -b 
"DSPACE-XSRF-COOKIE=7d851854-c9c7-4dc7-97e0-838eb584dc7c"

But instead of taking the Bearer token I still take access denied.
Looking at dspace log I see the following error:

org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ Access 
is denied. Invalid CSRF token. (status:403 exception: Could not verify the 
provided CSRF token because no token was found to compare. at: 
org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:128))

I am stuck and any help is apprecieted!

-- 
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/c128590d-6d35-4d5d-a982-52acf09abca7n%40googlegroups.com.


Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Tom Obrien
Thank you very much. I restarted the postgres and it worked.
very grateful


On Tue, May 9, 2023 at 3:06 AM Mumanyi, Bravismore  wrote:

> Hi Tom
>
> The next step would be to check how you are connecting the two(2); tomcat
> and Apache.
> The port that connector (or proxy) is using.
>
> You need to consult the server.xml config file for tomcat.
> Also check path to your web apps (whether you have published them)
>
> Or try restarting the two deamons (tomacat and Apache). Not sure if order
> matters but tomacat should be available for Apache to request pages.
>
> Also check postgres is running
>
> Regards
> --
> *From:* Tom Obrien 
> *Sent:* 09 May 2023 21:59
> *To:* Mumanyi, Bravismore 
> *Cc:* dspace-tech 
> *Subject:* Re: [dspace-tech] Re: Cannot access Dspace -Urgent help
>
> Hi Bravismore,
> When I ran the two commands I get the following:
> #ps -e|grep java
> 400 ?02:12:06 java
>
> #netstat -tlpn|grep java
> tcp6   0  0 127.0.0.1:8005  :::*
>  LISTEN  400/java
> tcp6   0  0 127.0.0.1:8009  :::*
>  LISTEN  400/java
>
> On Tue, May 9, 2023 at 2:15 AM Mumanyi, Bravismore 
> wrote:
>
> Hi Tom
>
> Have you checked if tomcat is running?
>
> I am assuming your setup includes tomcat, Apache2 and some connector
> handling the communication between the two (2).
>
> To check on tomcat, try the following on the prompt.
>
> #ps -e|grep java
>
> Or
>
> #netstat -tlpn|grep java
>
> Regards
>
>
>
> --
> *From:* dspace-tech@googlegroups.com  on
> behalf of Tom Obrien 
> *Sent:* 09 May 2023 20:13
> *To:* dspace-tech 
> *Subject:* [dspace-tech] Re: Cannot access Dspace -Urgent help
>
> Hi all,
> I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday
> when i started receiving error in the browser: Service Unavailable
>
> The server is temporarily unable to service your request due to
> maintenance downtime or capacity problems. Please try again later.
> --
> Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80
>
> I need urgent help to resolve this issue. Kindly assist.
>
> Regards
> Tom
>
>
> --
> 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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com
> 
> .
>
> CAUTION -EXTERNAL SENDER: Please be careful when opening links and
> attachments. UNAM Directorate: Information & Communication Technology
> Services (DICTS)
>
> CAUTION -EXTERNAL SENDER: Please be careful when opening links and
> attachments. UNAM Directorate: Information & Communication Technology
> Services (DICTS)
>

-- 
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/CAE%2B4i99iBUV%3D%3DzevhYXdX6kvsb7KMN4JX3N2X8Jx584U3-38nQ%40mail.gmail.com.


Re: [dspace-tech] Re: Cannot access Dspace -Urgent help

2023-05-09 Thread Tom Obrien
Hi Bravismore,
When I ran the two commands I get the following:
#ps -e|grep java
400 ?02:12:06 java

#netstat -tlpn|grep java
tcp6   0  0 127.0.0.1:8005  :::*LISTEN
 400/java
tcp6   0  0 127.0.0.1:8009  :::*LISTEN
 400/java

On Tue, May 9, 2023 at 2:15 AM Mumanyi, Bravismore  wrote:

> Hi Tom
>
> Have you checked if tomcat is running?
>
> I am assuming your setup includes tomcat, Apache2 and some connector
> handling the communication between the two (2).
>
> To check on tomcat, try the following on the prompt.
>
> #ps -e|grep java
>
> Or
>
> #netstat -tlpn|grep java
>
> Regards
>
>
>
> --
> *From:* dspace-tech@googlegroups.com  on
> behalf of Tom Obrien 
> *Sent:* 09 May 2023 20:13
> *To:* dspace-tech 
> *Subject:* [dspace-tech] Re: Cannot access Dspace -Urgent help
>
> Hi all,
> I installed Dspace 6.4 on Ubuntu 22. I has been accessible until yesterday
> when i started receiving error in the browser: Service Unavailable
>
> The server is temporarily unable to service your request due to
> maintenance downtime or capacity problems. Please try again later.
> --
> Apache/2.4.52 (Ubuntu) Server at x.x.x.x Port 80
>
> I need urgent help to resolve this issue. Kindly assist.
>
> Regards
> Tom
>
>
> --
> 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/CAE%2B4i9-qDA%3D9iXoR%2BxjScQYed73Lxv5-3wcVZA_Wz2fzFq-NwQ%40mail.gmail.com
> 
> .
>
> CAUTION -EXTERNAL SENDER: Please be careful when opening links and
> attachments. UNAM Directorate: Information & Communication Technology
> Services (DICTS)
>

-- 
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/CAE%2B4i9966R228V%3DCBjGDoYtUKPOMGWcrRiA3ub3qQ1g0zMdtOw%40mail.gmail.com.


Re: [Extern] [dspace-tech] Rest Api Login

2023-05-09 Thread Michael Plate

Hi,

Am 09.05.23 um 13:50 schrieb Christoforos Korifidis:

Hello I am trying to login trough the rest api from curl.
I need to make server to server connection so I am using curl to emulate it.

I am following the guide
https://github.com/DSpace/RestContract/blob/main/authentication.md

First I make a call to get a csrf token:
curl -X POST https://x/server/api/authn/login?user=


[…]

you are using the creds as GET-Vars, you have to use it in the body of 
the POST


curl -v -XPOST https://yourserver/server/api/authn/login -d 
'user=USER&password=PASSWORD' -H "X-XSRF-TO………


--
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/d527215c-6bae-7e1b-036a-796c83a5951d%40bibliothek.uni-kassel.de.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [dspace-tech] Re: customizing thumbnails

2023-05-09 Thread Tom Obrien
Thanks.
I am trying to figure out your instructions. I forgot to mention I am using
xmlui Mirage2. Kindly help

On Tue, May 9, 2023 at 4:15 AM NAVEEN  wrote:

> There's something called process in your UI sidebar when you login via
> admin. Go to process and choose filter media script and save the process.
> Refresh the page you should be able to see the thumbnails.
>
>
> Regards,
> Naveen
>
> On Tue, 9 May 2023, 16:25 Tom Obrien,  wrote:
>
>> HI all,
>> I would like to have our dspace display static image(thumbnail) showing
>> in the recently added items.  Can somebody give me advice on how I can go
>> about.
>> We have implemented dspace 6.4 on ubuntu 22 but I am still learning a
>> number of issues on managing Dspace. I  am very grateful for the
>> community's input.
>>
>> Regards
>> Tom
>>
>> --
>> 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/CAE%2B4i99grQ%3DWS631VhHMEH_npbpbpv5etjafr5k_m57DkUndHg%40mail.gmail.com
>> 
>> .
>>
>
> Disclaimer:- This footer text is to convey that this email is sent by one
> of the users of IITH. So, do not mark it as SPAM.
>

-- 
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/CAE%2B4i98GR%2B%3DD%3Do9ucGgXMFYwRGYy4N57aWzcO_bJrj5UkDmqqg%40mail.gmail.com.


[dspace-tech] Logs overwriting

2023-05-09 Thread Hill,Ed
Hi folks,

This feels more like a "we did something weird" than a DSpace-specific 
question, but we're trying to bring 7.5 up for production and recently the logs 
started getting overwritten during rotation, i.e. dspace.log is chugging along 
all day fine, but when we check the next day the dspace.log-2023-05-02 style 
log has a smattering of entries from around the time of rotation (midnight, 1 
am or so) and that's it, the previous days entries are all gone. Nothing was 
changed in the log4j2 configs when this started happening, and we're trying to 
roll back changes piecemeal to see what may have caused it but so far no joy.

Does anybody with more Java/Tomcat/Log4J2 experience have any pointers on "That 
happened to me once..." or "that sounds like..."? Not hoping for specific 
fixes, but if anybody has even seen something like this I'd be grateful because 
I've also been striking out on Google.

Many thanks,

Ed Hill

Pronouns: He/Him  (pronoun statement)

Developer and Applications Administrator

(970) 491-3197

Colorado State University Libraries

[cid:9e2e11dc-9e66-4a4d-a9eb-b4446f93db59]

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


Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-09 Thread darryl....@usask.ca
| That said, maybe someone else on this list can help verify that they've 
added custom filters/facets to DSpace 7.

We're running DSpace 7.5 on a dev and test server, and have successfully 
made changes to the filters.  We re-ordered a couple, removed one or two we 
didn't want, and added 3 or 4 based on ETDms metadata (department, program, 
degree, etc).  Changes were made to dspace/config/spring/api/discovery.xml

I'm never sure what changes DSpace will pick up on the fly and which 
require a restart, so now I just always restart Tomcat after every config 
change.  In this case I edited discovery.xml, restarted Tomcat, ran the 
re-index, restarted Tomcat, then checked the browser to see if the filters 
changes were there (they were).

I made my changes to both the sidebarFacets and searchFilters sections of 
the defaultConfiguration. I wasn't 100% clear on what the difference 
between those 2 sections was, but the default Author, Subject (etc) filters 
were defined in both places, so I replicated that behaviour.

- Darryl



On Monday, May 8, 2023 at 1:16:47 PM UTC-6 Aroldo Rique wrote:

> Hi, Tim
>
> Reindexed base, no errors.
>
> [image: image.png]
>
> But the new filter still does not appear.
>
> Aroldo
>
> Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
> dspac...@googlegroups.com> escreveu:
>
>> Hi Aroldo,
>>
>> Make sure that you perform a reindex after adding the new configuration.  
>> You must reindex (./dspace index-discovery -b) all content before new 
>> filters/facets will show up.
>>
>> Developers have added new filters to the codebase during the DSpace 7 
>> development process.  As you can see in your screenshots, there's a large 
>> number of new filters we've added to support Configurable Entities. So, 
>> this should all work.  That said, maybe someone else on this list can help 
>> verify that they've added custom filters/facets to DSpace 7.
>>
>> You may also want to verify that no errors are being thrown in the 
>> dspace.log when you perform a reindex, etc.
>>
>> Tim
>>
>> On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:
>>
>>> Hello Tim.
>>>
>>> Thanks for your help. In dspace6, I can easily add filters, but in 
>>> dspace 7.5, even performing the settings you indicated, the new filter 
>>> still doesn't appear. Below is the changes I made to my discovery.xml:
>>>
>>> [image: image.png]
>>>
>>> I also created the searchFilterUnidade, with the metadata I want and the 
>>> bean sortUnidade:
>>>
>>> [image: image.png]
>>>
>>> [image: image.png]
>>>
>>>
>>> Even so, the filter still does not appear on the screen.
>>>
>>> Has anyone already working with dspace 7.x successfully added filters?
>>>
>>> Aroldo
>>>
>>>
>>>
>>>
>>>
>>>
>>> Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
>>> dspac...@googlegroups.com> escreveu:
>>>
 Hi,

 I believe you need to change the "sidebarFacets" under the 
 "defaultConfiguration" (which is the one used by default on the search 
 page) around here in the discovery.xml:

 https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174

 The docs on this are here: 
 https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
 And here's how to create a brand new filter/facet: 
 https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization
   
 (There are plenty of examples in the discovery.xml near the bottom)

 Keep in mind, as it says in the documentation, you will need to do a 
 *full reindex of all content* before the changes will take effect.

 Tim
 On Saturday, May 6, 2023 at 2:46:02 PM UTC-5 aro...@gmail.com wrote:

> In short, Tim: after searching for a term (blue), where in the 
> discovery.xml (which section) should I change to include a filter (red)?
> [image: image.png]
>
>
>
>
> Em sex., 5 de mai. de 2023 às 12:59, 'Tim Donohue' via DSpace 
> Developers  escreveu:
>
>> Hi Aroldo,
>>
>> As far as I'm aware, adding filters in DSpace 7 should be the same as 
>> in DSpace 6.  While there have been new sections added to the 
>> discovery.xml, the structure of that file is unchanged.  So, the 
>> existing 
>> documentation *should still be accurate* for DSpace 7.  If you are 
>> finding 
>> it is *not* accurate, then please do let us know and we can look into it 
>> further.
>>
>> Tim
>>
>> On Thursday, May 4, 2023 at 8:47:09 PM UTC-5 aro...@gmail.com wrote:
>>
>>> Hey guys!
>>>
>>> I'm having trouble inserting new filters into dspace 7.5 search. We 
>>> are migrating a digital repository from version 6 to version 7.5 and, 
>>> one 
>>> of our demands is the addition of filters to the filters that already 
>>> exist, by default, in dspace 7.5.
>>>
>>> I checked the 

Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-09 Thread Aroldo Rique
Thank you, Darryl!

Please could you send me a copy of your discovery.xml?

You can send it to aro...@gmail.com

Em ter., 9 de mai. de 2023 às 13:51, darryl@usask.ca <
darryl.frie...@usask.ca> escreveu:

> | That said, maybe someone else on this list can help verify that they've
> added custom filters/facets to DSpace 7.
>
> We're running DSpace 7.5 on a dev and test server, and have successfully
> made changes to the filters.  We re-ordered a couple, removed one or two we
> didn't want, and added 3 or 4 based on ETDms metadata (department, program,
> degree, etc).  Changes were made to dspace/config/spring/api/discovery.xml
>
> I'm never sure what changes DSpace will pick up on the fly and which
> require a restart, so now I just always restart Tomcat after every config
> change.  In this case I edited discovery.xml, restarted Tomcat, ran the
> re-index, restarted Tomcat, then checked the browser to see if the filters
> changes were there (they were).
>
> I made my changes to both the sidebarFacets and searchFilters sections of
> the defaultConfiguration. I wasn't 100% clear on what the difference
> between those 2 sections was, but the default Author, Subject (etc) filters
> were defined in both places, so I replicated that behaviour.
>
> - Darryl
>
>
>
> On Monday, May 8, 2023 at 1:16:47 PM UTC-6 Aroldo Rique wrote:
>
>> Hi, Tim
>>
>> Reindexed base, no errors.
>>
>> [image: image.png]
>>
>> But the new filter still does not appear.
>>
>> Aroldo
>>
>> Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
>> dspac...@googlegroups.com> escreveu:
>>
>>> Hi Aroldo,
>>>
>>> Make sure that you perform a reindex after adding the new
>>> configuration.  You must reindex (./dspace index-discovery -b) all content
>>> before new filters/facets will show up.
>>>
>>> Developers have added new filters to the codebase during the DSpace 7
>>> development process.  As you can see in your screenshots, there's a large
>>> number of new filters we've added to support Configurable Entities. So,
>>> this should all work.  That said, maybe someone else on this list can help
>>> verify that they've added custom filters/facets to DSpace 7.
>>>
>>> You may also want to verify that no errors are being thrown in the
>>> dspace.log when you perform a reindex, etc.
>>>
>>> Tim
>>>
>>> On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:
>>>
 Hello Tim.

 Thanks for your help. In dspace6, I can easily add filters, but in
 dspace 7.5, even performing the settings you indicated, the new filter
 still doesn't appear. Below is the changes I made to my discovery.xml:

 [image: image.png]

 I also created the searchFilterUnidade, with the metadata I want and
 the bean sortUnidade:

 [image: image.png]

 [image: image.png]


 Even so, the filter still does not appear on the screen.

 Has anyone already working with dspace 7.x successfully added filters?

 Aroldo






 Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
 dspac...@googlegroups.com> escreveu:

> Hi,
>
> I believe you need to change the "sidebarFacets" under the
> "defaultConfiguration" (which is the one used by default on the search
> page) around here in the discovery.xml:
>
> https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174
>
> The docs on this are here:
> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
> And here's how to create a brand new filter/facet:
> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization
> (There are plenty of examples in the discovery.xml near the bottom)
>
> Keep in mind, as it says in the documentation, you will need to do a
> *full reindex of all content* before the changes will take effect.
>
> Tim
> On Saturday, May 6, 2023 at 2:46:02 PM UTC-5 aro...@gmail.com wrote:
>
>> In short, Tim: after searching for a term (blue), where in the
>> discovery.xml (which section) should I change to include a filter (red)?
>> [image: image.png]
>>
>>
>>
>>
>> Em sex., 5 de mai. de 2023 às 12:59, 'Tim Donohue' via DSpace
>> Developers  escreveu:
>>
>>> Hi Aroldo,
>>>
>>> As far as I'm aware, adding filters in DSpace 7 should be the same
>>> as in DSpace 6.  While there have been new sections added to the
>>> discovery.xml, the structure of that file is unchanged.  So, the 
>>> existing
>>> documentation *should still be accurate* for DSpace 7.  If you are 
>>> finding
>>> it is *not* accurate, then please do let us know and we can look into it
>>> further.
>>>
>>> Tim
>>>
>>> On Thursday, May 4, 2023 at 8:47:09 PM UTC-5 aro...@gmail.com wrote:
>>>
 Hey guys!

>>

Re: [dspace-tech] Re: [dspace-devel] Re: discovery.xml (dspace 7.5)

2023-05-09 Thread darryl....@usask.ca
I've emailed Aroldo my revised discovery.xml directly, but for anyone who 
may come across this thread and be interested, I also created a gist:

https://gist.github.com/g011um/28af989e18e4602d2df63e112cd4428d

- Darryl


On Tuesday, May 9, 2023 at 11:05:33 AM UTC-6 Aroldo Rique wrote:

> Thank you, Darryl!
>
> Please could you send me a copy of your discovery.xml?
>
> You can send it to aro...@gmail.com
>
> Em ter., 9 de mai. de 2023 às 13:51, darryl@usask.ca <
> darryl@usask.ca> escreveu:
>
>> | That said, maybe someone else on this list can help verify that they've 
>> added custom filters/facets to DSpace 7.
>>
>> We're running DSpace 7.5 on a dev and test server, and have successfully 
>> made changes to the filters.  We re-ordered a couple, removed one or two we 
>> didn't want, and added 3 or 4 based on ETDms metadata (department, program, 
>> degree, etc).  Changes were made to dspace/config/spring/api/discovery.xml
>>
>> I'm never sure what changes DSpace will pick up on the fly and which 
>> require a restart, so now I just always restart Tomcat after every config 
>> change.  In this case I edited discovery.xml, restarted Tomcat, ran the 
>> re-index, restarted Tomcat, then checked the browser to see if the filters 
>> changes were there (they were).
>>
>> I made my changes to both the sidebarFacets and searchFilters sections 
>> of the defaultConfiguration. I wasn't 100% clear on what the difference 
>> between those 2 sections was, but the default Author, Subject (etc) filters 
>> were defined in both places, so I replicated that behaviour.
>>
>> - Darryl
>>
>>
>>
>> On Monday, May 8, 2023 at 1:16:47 PM UTC-6 Aroldo Rique wrote:
>>
>>> Hi, Tim
>>>
>>> Reindexed base, no errors.
>>>
>>> [image: image.png]
>>>
>>> But the new filter still does not appear.
>>>
>>> Aroldo
>>>
>>> Em seg., 8 de mai. de 2023 às 14:29, DSpace Technical Support <
>>> dspac...@googlegroups.com> escreveu:
>>>
 Hi Aroldo,

 Make sure that you perform a reindex after adding the new 
 configuration.  You must reindex (./dspace index-discovery -b) all content 
 before new filters/facets will show up.

 Developers have added new filters to the codebase during the DSpace 7 
 development process.  As you can see in your screenshots, there's a large 
 number of new filters we've added to support Configurable Entities. So, 
 this should all work.  That said, maybe someone else on this list can help 
 verify that they've added custom filters/facets to DSpace 7.

 You may also want to verify that no errors are being thrown in the 
 dspace.log when you perform a reindex, etc.

 Tim

 On Monday, May 8, 2023 at 12:18:00 PM UTC-5 aro...@gmail.com wrote:

> Hello Tim.
>
> Thanks for your help. In dspace6, I can easily add filters, but in 
> dspace 7.5, even performing the settings you indicated, the new filter 
> still doesn't appear. Below is the changes I made to my discovery.xml:
>
> [image: image.png]
>
> I also created the searchFilterUnidade, with the metadata I want and 
> the bean sortUnidade:
>
> [image: image.png]
>
> [image: image.png]
>
>
> Even so, the filter still does not appear on the screen.
>
> Has anyone already working with dspace 7.x successfully added filters?
>
> Aroldo
>
>
>
>
>
>
> Em seg., 8 de mai. de 2023 às 13:03, DSpace Technical Support <
> dspac...@googlegroups.com> escreveu:
>
>> Hi,
>>
>> I believe you need to change the "sidebarFacets" under the 
>> "defaultConfiguration" (which is the one used by default on the search 
>> page) around here in the discovery.xml:
>>
>> https://github.com/DSpace/DSpace/blob/main/dspace/config/spring/api/discovery.xml#L166-L174
>>
>> The docs on this are here: 
>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-ConfiguringlistsofsidebarFacetsandsearchFilters
>> And here's how to create a brand new filter/facet: 
>> https://wiki.lyrasis.org/display/DSDOC7x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization
>>   
>> (There are plenty of examples in the discovery.xml near the bottom)
>>
>> Keep in mind, as it says in the documentation, you will need to do a 
>> *full reindex of all content* before the changes will take effect.
>>
>> Tim
>> On Saturday, May 6, 2023 at 2:46:02 PM UTC-5 aro...@gmail.com wrote:
>>
>>> In short, Tim: after searching for a term (blue), where in the 
>>> discovery.xml (which section) should I change to include a filter (red)?
>>> [image: image.png]
>>>
>>>
>>>
>>>
>>> Em sex., 5 de mai. de 2023 às 12:59, 'Tim Donohue' via DSpace 
>>> Developers  escreveu:
>>>
 Hi Aroldo,

 As far as I'm aware, adding filters in DSpace 7 should be the same 
 as in DSpace 6.  While there ha

[dspace-tech] Attention Tim Donahue

2023-05-09 Thread Mandee Charl
Good day Tim

Thank you for your email...

In addition to what you answered, our library is having some difficulties
in installing the DSpace and would like to find out if our IT department
can get some technical support in also transferring the data. Can you say
if there is a fee attached to this.

If possible we would like to get in touch with the DSpace administrator (s)
via email...  We do have our own hosting space for the program.

Awaiting your response.

Regards

Yvonna Mandy Charles
Hunter J Francois Library
Sir Arthur Lewis Community College
Castries, St. Lucia
West Indies (Caribbean)


Virus-free.www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-- 
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/CADv0RP_c%3DoTUWoU2d5xGXEmj_agX8a4e5LJ3RTz_19k4JT57oA%40mail.gmail.com.


Re: [dspace-tech] Attention Tim Donahue

2023-05-09 Thread 'Tim Donohue' via DSpace Technical Support
Hi Yvonna,

DSpace doesn't have a hosting program or technical support staff.  DSpace is an 
open-source program which is built and maintained by our worldwide community of 
users.  That means there is no centralized development or technical team. I 
have no developers who work for me.  My role is to help to coordinate with 
developers at institutions around the world who want to help add 
features/improvements to DSpace, etc.

That said, we have a very helpful and kind community on these mailing lists.  
So, you are welcome to use these mailing lists to ask questions and someone on 
this list will do their best to answer.  DSpace also has other free support 
options available at https://wiki.lyrasis.org/display/DSPACE/Support

If you'd rather hire someone or pay for support, DSpace has a large network of 
trusted service providers located around the world.  These service providers 
are for-profit institutions who have developers on staff who specialize in 
DSpace.  They also all give back to DSpace (either through funding or 
development hours, or both).  You can contact one (or more) of them to receive 
a quote for their services. They are all listed on the DSpace website at 
https://dspace.lyrasis.org/rsp/

Tim

From: dspace-tech@googlegroups.com  on behalf of 
Mandee Charl 
Sent: Tuesday, May 9, 2023 2:34 PM
To: dspace-tech@googlegroups.com 
Subject: [dspace-tech] Attention Tim Donahue

Good day Tim

Thank you for your email...

In addition to what you answered, our library is having some difficulties in 
installing the DSpace and would like to find out if our IT department can get 
some technical support in also transferring the data. Can you say if there is a 
fee attached to this.

If possible we would like to get in touch with the DSpace administrator (s) via 
email...  We do have our own hosting space for the program.

Awaiting your response.

Regards

Yvonna Mandy Charles
Hunter J Francois Library
Sir Arthur Lewis Community College
Castries, St. Lucia
West Indies (Caribbean)

[https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]
  
Virus-free.www.avast.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/CADv0RP_c%3DoTUWoU2d5xGXEmj_agX8a4e5LJ3RTz_19k4JT57oA%40mail.gmail.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/PH0PR22MB327401A92FEC4DAF36648B70ED769%40PH0PR22MB3274.namprd22.prod.outlook.com.


[dspace-tech] Re: Logs overwriting

2023-05-09 Thread 'Tim Donohue' via DSpace Technical Support
Hi Ed,

Yikes, that doesn't sound fun.  I don't have any great advice on this one 
other than to perhaps search Stackoverflow.com for similar issues (or even 
Google).  Maybe you'll find clues there which can help determine what has 
gone wrong.  My best guess is your log4j2 configuration has somehow 
confused log4j, but that's a guess.  I've not seen or heard of this sort of 
problem with out-of-the-box DSpace.

For example, here's one similar report on 
StackOverflow: 
https://stackoverflow.com/questions/52772933/log4j2-rolling-file-overwrites-existing-log
  
(I googled "log4j2 log overwrite")

Tim

On Tuesday, May 9, 2023 at 11:36:39 AM UTC-5 ed@colostate.edu wrote:

> Hi folks,
>
> This feels more like a "we did something weird" than a DSpace-specific 
> question, but we're trying to bring 7.5 up for production and recently the 
> logs started getting overwritten during rotation, i.e. dspace.log is 
> chugging along all day fine, but when we check the next day the 
> dspace.log-2023-05-02 style log has a smattering of entries from around the 
> time of rotation (midnight, 1 am or so) and that's it, the previous days 
> entries are all gone. Nothing was changed in the log4j2 configs when this 
> started happening, and we're trying to roll back changes piecemeal to see 
> what may have caused it but so far no joy.
>
> Does anybody with more Java/Tomcat/Log4J2 experience have any pointers on 
> "That happened to me once..." or "that sounds like..."? Not hoping for 
> specific fixes, but if anybody has even seen something like this I'd be 
> grateful because I've also been striking out on Google.
>
> Many thanks,
>
> Ed Hill 
>
> *Pronouns: He/Him*  (pronoun statement ) 
>
> Developer and Applications Administrator 
>
> *(970) 491-3197 <(970)%20491-3197>* 
>
> *Colorado State University Libraries *
>
>  
>
>

-- 
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/2aa937e6-3c68-4282-b16b-a7b2e37c2040n%40googlegroups.com.


[dspace-tech] Collection logo

2023-05-09 Thread Technologiczny Informator
Hi all,

I would like to ask is it normal that Community Administrator or Collection 
Administrator can't add logo to collection? This can only be done as Site 
Administrator. In addition to my DSpace installations, I've tried doing 
this on the site demo7.dspace.org. Same effect.
Is this a bug or normal operation of the system?

I attach two messages that appear when adding a logo.

Regards
Mariusz

-- 
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/c12257c7-26e9-4182-aa47-f40369f87441n%40googlegroups.com.