I found the User/Groups-Interface to be quite laggy.
Reason are HTTP-Codes:500 while tying to load PNG-Images for each User and waiting until request-timeout .
Example for User with ID=1: http://vogis.cnv.at/geonetwork/srv/api/users/1.png?size=18
...
</pre><p><b>Root Cause</b></p><pre>javax.imageio.IIOException: Can't get input stream from URL!
...
I could not find any user-specific PNG's in the Geonetwork-Folders.
Where should they be?
Can i fix this by providing PNG-Imagettes in some Folder geonetwork/XXXXXX?
On Thu, Nov 12, 2020 at 9:22 AM Siegel Andreas <Andreas.Siegel@anonymised.com>
wrote:
Hi List.
I found the User/Groups-Interface to be quite laggy.
Reason are HTTP-Codes:500 while tying to load PNG-Images for each User and
waiting until request-timeout .
Example for User with ID=1: http://vogis.cnv.at/geonetwork/srv/api/users/1.png?size=18
...
</pre><p><b>Root Cause</b></p><pre>javax.imageio.IIOException: Can't get
input stream from URL!
...
I could not find any user-specific PNG's in the Geonetwork-Folders.
Where should they be?
Can i fix this by providing PNG-Imagettes in some Folder geonetwork/XXXXXX?
Looking at the code causing the issue [1] it seems there is a timeout
retrieving the image from Gravatar service [2]. A MD5 of the user email is
calculated and sent to https://gravatar.com/avatar/$\{MD5\}?\.\.\.
Is your server using a proxy to access internet? If yes, you'd need to pass
the http.proxyHost, http.proxyPort, https.proxyHost and https.proxyPort to
your application server [3][4].