Re: [dspace-tech] SMTP over TLS Failed

2023-06-29 Thread Douglas Eder Uno Silva
For me too!

Thanks Cristhian Andres Rey Casadiego !

Em sábado, 12 de março de 2022 às 10:32:30 UTC-3, Chalew Tesfaye escreveu:

> Cristhian's method worked for me too.!
> Thank you
>
> On Thursday, December 9, 2021 at 6:52:58 PM UTC+3 redu@gmail.com 
> wrote:
>
>> Cristhian's method worked for me too.!
>> Thanks for the help.
>>
>> Regards,
>>
>> El viernes, 14 de mayo de 2021 a las 19:03:37 UTC-6, Agboola Raphael 
>> escribió:
>>
>>> Yes,  Cristhian Rey method works for me.
>>> Thanks
>>>
>>> On Thursday, May 6, 2021 at 1:04:42 AM UTC+1 crisan...@gmail.com wrote:
>>>
 Hi everybody I had the same issue in debian and fixed it adding this in 
 dspace.conf:

 mail.extraproperties = mail.smtp.socketFactory.port=587, \

 mail.smtp.starttls.enable=true, \

 mail.smtp.starttls.required=true, \

 mail.smtp.ssl.protocols=TLSv1.2


 Best Regards,


 Cristhian Rey

 Colombia

 El miércoles, 17 de marzo de 2021 a las 14:08:24 UTC-5, 
 gonza...@gmail.com escribió:

> Just adding some info I've found troubleshooting the same error 
> (javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol 
> is 
> disabled or cipher suites are inappropriate)
>
> Running DSpace on Centos8 could require that command, depending on 
> your mail provider, as far as TLS 1.0 and 1.1 are deprecated and a legacy 
> mode is needed. 
>
> This solved the issue to me, using SMTPS under TLS on port 465
>
>
> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/security_considerations-in-adopting-rhel-8#tls-v10-v11_security
>
>
> El Wednesday, December 9, 2020 a la(s) 5:39:39 PM UTC-3, 
> hbla...@gmail.com escribió:
>
>> Hi for all, 
>> Today I finally found a solution, the problem was with the operating 
>> system. execute the following command 
>>
>>  update-crypto-policies --set LEGACY  
>>
>> and after reboot it has worked.
>> Thanks to everyone for your support.
>>
>> El martes, 8 de diciembre de 2020 a la(s) 16:45:42 UTC-5, 
>> jacob.cameron escribió:
>>
>>> That should have said TLS 1.0 and 1.1 support.
>>>
>>>  
>>>
>>>  
>>>
>>> --
>>>
>>> Jake Cameron, BCS(UNB)
>>>
>>> Systems Support Specialist III
>>>
>>> Information Systems and Technical Services University of Lethbridge 
>>> Library
>>>
>>> Phone:(403)329-2756 <(403)%20329-2756>
>>>
>>> This e-mail, including any and all attachments, is only for the use 
>>> of the intended recipient(s) and may contain information that is 
>>> confidential or privileged. If you are not the intended recipient, you 
>>> are 
>>> advised that any dissemination, copying or other use of this e-mail is 
>>> prohibited. Please notify the sender of the error in communication by 
>>> return e-mail and destroy all copies of this e-mail. Thank you.
>>>
>>>  
>>>
>>> *From:* dspac...@googlegroups.com  *On 
>>> Behalf Of *Cameron, Jacob
>>> *Sent:* Tuesday, December 8, 2020 8:54 AM
>>> *To:* Humberto Blanco Castillo ; DSpace 
>>> Technical Support 
>>> *Subject:* RE: [dspace-tech] SMTP over TLS Failed
>>>
>>>  
>>>
>>> Hello Humberto,
>>>
>>>  
>>>
>>> Microsoft has ended TLS 1.0 and TLS 1.2 support for all their mail 
>>> products.  You need to ensure you are using TLS 1.2 or higher on your 
>>> server or the messages will fail.
>>>
>>>  
>>>
>>>  
>>>
>>> --
>>>
>>> Jake Cameron, BCS(UNB)
>>>
>>> Systems Support Specialist III
>>>
>>> Information Systems and Technical Services University of Lethbridge 
>>> Library
>>>
>>> Phone:(403)329-2756 <(403)%20329-2756>
>>>
>>> This e-mail, including any and all attachments, is only for the use 
>>> of the intended recipient(s) and may contain information that is 
>>> confidential or privileged. If you are not the intended recipient, you 
>>> are 
>>> advised that any dissemination, copying or other use of this e-mail is 
>>> prohibited. Please notify the sender of the error in communication by 
>>> return e-mail and destroy all copies of this e-mail. Thank you.
>>>
>>>  
>>>
>>> *From:* dspac...@googlegroups.com  *On 
>>> Behalf Of *Humberto Blanco Castillo
>>> *Sent:* Tuesday, December 8, 2020 8:26 AM
>>> *To:* DSpace Technical Support 
>>> *Subject:* [dspace-tech] SMTP over TLS Failed
>>>
>>>  
>>>
>>> Caution: This email was sent from someone *outside of the 
>>> University of Lethbridge*. Do not click on links or open 
>>> attachments unless you know they are safe. Suspicious emails should be 

Re: [dspace-tech] Re: Admin user with no privileges

2023-03-21 Thread Douglas Eder Uno Silva
Nice Tim! Seems fine to me.

Now the DSpace have an NGinx sample config.

Glad to know that all this resulted into something useful.

Thanks again guys for the support.

Em terça-feira, 21 de março de 2023 às 14:08:17 UTC-3, Tim Donohue escreveu:

> Hi all,
>
> Thanks for the tips on the NGinx setup.  The only reason a sample config 
> wasn't documented is because no one provided one :)  I've now updated the 
> Install docs to provide a sample NGinx config based on Douglas' comments in 
> https://github.com/DSpace/DSpace/issues/8693 
>
> Please give a look, as I haven't tested the config.  Suggested updates are 
> welcome:
> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace
>
> Tim
>
>
> On Tuesday, March 21, 2023 at 6:52:02 AM UTC-5 alo...@gmail.com wrote:
>
>> Hi Douglas,
>>
>> You are most welcome. Happy you finally got it sorted out. I must thank 
>> you too for dragging me into the docker world :-). I had to build DSpace on 
>> docker thinking it could be part of the cause but it turned out I could've 
>> accomplished the final conclusion if the config file you sent was fed into 
>> any Nginx.DSpace 7 lacks any clear instructions or guidelines on how the 
>> Nginx web server reverse proxy should be set up for first-timers so I think 
>> it will help a lot of people if the Nginx reverse proxy is added besides 
>> the Apache example to give a hint of what to start with and to save someone 
>> else's time.
>>
>> Accept my kindest regards,
>>
>> Mo.
>>
>> On Monday, March 20, 2023 at 8:47:53 PM UTC+3 Douglas Eder Uno Silva 
>> wrote:
>>
>> Hi Mo!
>>
>> Man, it worked! Thanks a lot again for the help!
>>
>> The problem is about the flag *$query_string* i used after the 
>> *$request_uri* on *proxy_pass* in the location for the backend. I use 
>> this on other applications that I deploy but it seems that for Java/Tomcat 
>> works differently.
>> When I set your configuration, I tried to debug the reason why it works 
>> and when I set the *$query_string *in the proxy_pass, the menu did not 
>> display any more. I never thought that this flag could be the source of 
>> this problem! I could not believe it when I saw!
>> The forwarding of the *$query_string* to the backend container makes the 
>> api omit the *_embedded *on requests like 
>> https://dspace.uefs.br/server/api/authz/authorizations/search/object?uri=https://dspace.uefs.br/server/api/core/sites/b7f0752f-d24f-43da-9eb8-37c5eca6c101=isCommunityAdmin=feature.
>>  
>> That was the only difference between my installation and the demo 
>> https://demo7.dspace.org. Now we know why!
>>
>> The working config is attached.
>>
>> Do you think we can suggest something to improve the DSpace docs? I 
>> believe we can emphasize this in topic 17 of the backend installation and 
>> topic 8 of the frontend installation in the apache/nginx configuration 
>> section.
>>
>> Thank you again very much for your time, attention and patience.
>>
>> Em sáb., 18 de mar. de 2023 às 02:30, Mohammad S. AlMutairi <
>> alo...@gmail.com> escreveu:
>>
>> Hi Douglas,
>>
>> I was able to replicate the issue you have with the administrator menu 
>> here and saw there was no menu while logged as an administrator. I can 
>> confirm It's caused by how the reverse proxy is configured so try the 
>> attached config file instead (It's a working).
>>
>> Cheers,
>>
>> Mo.
>>
>>
>>
>> On Saturday, March 18, 2023 at 1:47:01 AM UTC+3 Mohammad S. AlMutairi 
>> wrote:
>>
>> Hi Douglas,
>>
>> Thanks for the info. After getting into docker I see my suggestions won't 
>> work. Setting DSpace in Docker is a bit different than how it is on 
>> standalone servers. I'm setting a similar environment to yours here trying 
>> to help.
>>
>> Do you get any clues when tailing the logs of angular? (docker logs -f 
>> dspace-angular-container-ID)
>>
>> Mo.
>>
>> On Tuesday, March 14, 2023 at 3:09:26 PM UTC+3 Douglas Eder Uno Silva 
>> wrote:
>>
>> Hi Mo,
>>
>> Same behavior. Despite being logged in as an administrator, the 
>> administrative menu does not appear. No errors on browser console or in 
>> DSpace backend logs that could indicate clues of the problem.
>> [image: image.png]
>> The previous and updated nginx configuration file is attached.
>>
>> I have this 'architecture' on the server. I removed some things to 
>> simplify the diagram. The server runs an NGinx, the DSpace backend and 
>>

Re: [dspace-tech] Re: Admin user with no privileges

2023-03-20 Thread Douglas Eder Uno Silva
Documented the solution on this issue i created on github recently:
https://github.com/DSpace/DSpace/issues/8693

Em seg., 20 de mar. de 2023 às 14:47, Douglas Eder Uno Silva <
deusi...@uefs.br> escreveu:

> Hi Mo!
>
> Man, it worked! Thanks a lot again for the help!
>
> The problem is about the flag *$query_string* i used after the
> *$request_uri* on *proxy_pass* in the location for the backend. I use
> this on other applications that I deploy but it seems that for Java/Tomcat
> works differently.
> When I set your configuration, I tried to debug the reason why it works
> and when I set the *$query_string *in the proxy_pass, the menu did not
> display any more. I never thought that this flag could be the source of
> this problem! I could not believe it when I saw!
> The forwarding of the *$query_string* to the backend container makes the
> api omit the *_embedded *on requests like
> https://dspace.uefs.br/server/api/authz/authorizations/search/object?uri=https://dspace.uefs.br/server/api/core/sites/b7f0752f-d24f-43da-9eb8-37c5eca6c101=isCommunityAdmin=feature.
> That was the only difference between my installation and the demo
> https://demo7.dspace.org. Now we know why!
>
> The working config is attached.
>
> Do you think we can suggest something to improve the DSpace docs? I
> believe we can emphasize this in topic 17 of the backend installation and
> topic 8 of the frontend installation in the apache/nginx configuration
> section.
>
> Thank you again very much for your time, attention and patience.
>
> Em sáb., 18 de mar. de 2023 às 02:30, Mohammad S. AlMutairi <
> alo...@gmail.com> escreveu:
>
>> Hi Douglas,
>>
>> I was able to replicate the issue you have with the administrator menu
>> here and saw there was no menu while logged as an administrator. I can
>> confirm It's caused by how the reverse proxy is configured so try the
>> attached config file instead (It's a working).
>>
>> Cheers,
>>
>> Mo.
>>
>>
>>
>> On Saturday, March 18, 2023 at 1:47:01 AM UTC+3 Mohammad S. AlMutairi
>> wrote:
>>
>>> Hi Douglas,
>>>
>>> Thanks for the info. After getting into docker I see my suggestions
>>> won't work. Setting DSpace in Docker is a bit different than how it is on
>>> standalone servers. I'm setting a similar environment to yours here trying
>>> to help.
>>>
>>> Do you get any clues when tailing the logs of angular? (docker logs -f
>>> dspace-angular-container-ID)
>>>
>>> Mo.
>>>
>>> On Tuesday, March 14, 2023 at 3:09:26 PM UTC+3 Douglas Eder Uno Silva
>>> wrote:
>>>
>>>> Hi Mo,
>>>>
>>>> Same behavior. Despite being logged in as an administrator, the
>>>> administrative menu does not appear. No errors on browser console or in
>>>> DSpace backend logs that could indicate clues of the problem.
>>>> [image: image.png]
>>>> The previous and updated nginx configuration file is attached.
>>>>
>>>> I have this 'architecture' on the server. I removed some things to
>>>> simplify the diagram. The server runs an NGinx, the DSpace backend and
>>>> frontend are containers too. All containers are in the same network.
>>>> [image: image.png]
>>>>
>>>> After configuring DSPACE_UI_HOST = localhost, the nginx container could
>>>> not connect to the container of the frontend to forward the request.
>>>> Nginx could forward the request only after configuring DSPACE_UI_HOST
>>>> with 0.0.0.0.
>>>>
>>>> Em ter., 14 de mar. de 2023 às 08:19, Douglas Eder Uno Silva <
>>>> deus...@uefs.br> escreveu:
>>>>
>>>>> Hi Mo,
>>>>>
>>>>> I will test these changes and let you know what happens.
>>>>>
>>>>> Em ter., 14 de mar. de 2023 às 06:34, Mohammad S. AlMutairi <
>>>>> alo...@gmail.com> escreveu:
>>>>>
>>>>>> Hi Douglas,
>>>>>>
>>>>>> In addition to the previous message, I noticed you are using a Squid
>>>>>> Proxy in your network. You might need to bypass the proxy for the
>>>>>> http/https traffic going from the frontend destined to the backend.
>>>>>>
>>>>>> ENV http_proxy http://proxy.uefs.br:3128
>>>>>> ENV https_proxy http://proxy.uefs.br:3128
>>>>>> ENV NO_PROXY  localhost
>>>>>>
>>>>>> https://docs.docker.com/network/proxy/
>>>

Re: [dspace-tech] Re: Admin user with no privileges

2023-03-20 Thread Douglas Eder Uno Silva
Hi Mo!

Man, it worked! Thanks a lot again for the help!

The problem is about the flag *$query_string* i used after the
*$request_uri* on *proxy_pass* in the location for the backend. I use this
on other applications that I deploy but it seems that for Java/Tomcat works
differently.
When I set your configuration, I tried to debug the reason why it works and
when I set the *$query_string *in the proxy_pass, the menu did not display
any more. I never thought that this flag could be the source of this
problem! I could not believe it when I saw!
The forwarding of the *$query_string* to the backend container makes the
api omit the *_embedded *on requests like
https://dspace.uefs.br/server/api/authz/authorizations/search/object?uri=https://dspace.uefs.br/server/api/core/sites/b7f0752f-d24f-43da-9eb8-37c5eca6c101=isCommunityAdmin=feature.
That was the only difference between my installation and the demo
https://demo7.dspace.org. Now we know why!

The working config is attached.

Do you think we can suggest something to improve the DSpace docs? I believe
we can emphasize this in topic 17 of the backend installation and topic 8
of the frontend installation in the apache/nginx configuration section.

Thank you again very much for your time, attention and patience.

Em sáb., 18 de mar. de 2023 às 02:30, Mohammad S. AlMutairi <
alo...@gmail.com> escreveu:

> Hi Douglas,
>
> I was able to replicate the issue you have with the administrator menu
> here and saw there was no menu while logged as an administrator. I can
> confirm It's caused by how the reverse proxy is configured so try the
> attached config file instead (It's a working).
>
> Cheers,
>
> Mo.
>
>
>
> On Saturday, March 18, 2023 at 1:47:01 AM UTC+3 Mohammad S. AlMutairi
> wrote:
>
>> Hi Douglas,
>>
>> Thanks for the info. After getting into docker I see my suggestions won't
>> work. Setting DSpace in Docker is a bit different than how it is on
>> standalone servers. I'm setting a similar environment to yours here trying
>> to help.
>>
>> Do you get any clues when tailing the logs of angular? (docker logs -f
>> dspace-angular-container-ID)
>>
>> Mo.
>>
>> On Tuesday, March 14, 2023 at 3:09:26 PM UTC+3 Douglas Eder Uno Silva
>> wrote:
>>
>>> Hi Mo,
>>>
>>> Same behavior. Despite being logged in as an administrator, the
>>> administrative menu does not appear. No errors on browser console or in
>>> DSpace backend logs that could indicate clues of the problem.
>>> [image: image.png]
>>> The previous and updated nginx configuration file is attached.
>>>
>>> I have this 'architecture' on the server. I removed some things to
>>> simplify the diagram. The server runs an NGinx, the DSpace backend and
>>> frontend are containers too. All containers are in the same network.
>>> [image: image.png]
>>>
>>> After configuring DSPACE_UI_HOST = localhost, the nginx container could
>>> not connect to the container of the frontend to forward the request.
>>> Nginx could forward the request only after configuring DSPACE_UI_HOST
>>> with 0.0.0.0.
>>>
>>> Em ter., 14 de mar. de 2023 às 08:19, Douglas Eder Uno Silva <
>>> deus...@uefs.br> escreveu:
>>>
>>>> Hi Mo,
>>>>
>>>> I will test these changes and let you know what happens.
>>>>
>>>> Em ter., 14 de mar. de 2023 às 06:34, Mohammad S. AlMutairi <
>>>> alo...@gmail.com> escreveu:
>>>>
>>>>> Hi Douglas,
>>>>>
>>>>> In addition to the previous message, I noticed you are using a Squid
>>>>> Proxy in your network. You might need to bypass the proxy for the
>>>>> http/https traffic going from the frontend destined to the backend.
>>>>>
>>>>> ENV http_proxy http://proxy.uefs.br:3128
>>>>> ENV https_proxy http://proxy.uefs.br:3128
>>>>> ENV NO_PROXY  localhost
>>>>>
>>>>> https://docs.docker.com/network/proxy/
>>>>>
>>>>> BR,
>>>>>
>>>>> Mo.
>>>>>
>>>>> On Tuesday, March 14, 2023 at 12:14:53 AM UTC+3 Mohammad S. AlMutairi
>>>>> wrote:
>>>>>
>>>>>> Hi Douglas,
>>>>>>
>>>>>> For testing to isolate the cause of this issue. Can you try running
>>>>>> the frontend on / instead of the subath /app you are running on and also
>>>>>> bind it on the localhost adapter?. I'm suspecting the subpath is because 
>>>>>> of
>

Re: [dspace-tech] Re: Admin user with no privileges

2023-03-14 Thread Douglas Eder Uno Silva
Hi Mo,

I will test these changes and let you know what happens.

Em ter., 14 de mar. de 2023 às 06:34, Mohammad S. AlMutairi <
alo...@gmail.com> escreveu:

> Hi Douglas,
>
> In addition to the previous message, I noticed you are using a Squid Proxy
> in your network. You might need to bypass the proxy for the http/https
> traffic going from the frontend destined to the backend.
>
> ENV http_proxy http://proxy.uefs.br:3128
> ENV https_proxy http://proxy.uefs.br:3128
> ENV NO_PROXY  localhost
>
> https://docs.docker.com/network/proxy/
>
> BR,
>
> Mo.
>
> On Tuesday, March 14, 2023 at 12:14:53 AM UTC+3 Mohammad S. AlMutairi
> wrote:
>
>> Hi Douglas,
>>
>> For testing to isolate the cause of this issue. Can you try running the
>> frontend on / instead of the subath /app you are running on and also bind
>> it on the localhost adapter?. I'm suspecting the subpath is because of this
>> old issue ( https://github.com/DSpace/dspace-angular/pull/1488 ). It
>> could also be caused by the reverse proxy setup you have. Just try them to
>> know for sure.
>>
>>   DSPACE_UI_HOST: localhost
>>   DSPACE_UI_PORT: '4000'
>>   DSPACE_UI_NAMESPACE: /
>>
>> -Nginx Reverse Proxy
>> setup-
>>   location /server {
>>
>> proxy_set_header X-Forwarded-Proto https;
>> proxy_set_header X-Forwarded-Host  $host;
>> proxy_pass http://localhost:8080/server;
>>
>>   }
>>
>>   location / {
>>
>> proxy_pass http://localhost:4000;
>>
>>   }
>> --End of Nginx Reverse Proxy setup
>>
>> Hope it help
>>
>> Mo.
>>
>>
>> On Mon, Mar 13, 2023 at 6:49 PM Douglas Eder Uno Silva 
>> wrote:
>>
>>> Hi Mohammad! Thanks in advance for the response! I will share more
>>> details about my installation.
>>>
>>> I created two Dockerfiles (attached), one for the frontend and another
>>> for the backend. Frontend and backend runs is separated containers.
>>> Env vars are attached below too.
>>>
>>> Database migrations returns 'Success' to all. Already make database
>>> clean and migrate again and problem persists.
>>>
>>> I already checked and the version is 7.5.0 on both frontend and backend
>>> as can be seen on image below
>>>
>>> I'm here if you need more information..
>>>
>>> [image: versao_backend_dspace.png][image: versao_frontend_dspace.png]
>>> Em segunda-feira, 13 de março de 2023 às 12:19:44 UTC-3, Mohammad S.
>>> AlMutairi escreveu:
>>>
>>>> Hi Douglas,
>>>>
>>>> I'm suspecting you are mixing two different versions of DSpace backend
>>>> and frontend. You need to provide more details about the OS and how you
>>>> installed the backend and most importantly how the frontend requirements
>>>> was installed for any to be able to help.
>>>>
>>>> You might need to start over the installation by downloading:
>>>>
>>>>
>>>>- Download DSpace 7.5 Backend:
>>>>https://github.com/DSpace/DSpace/releases/tag/dspace-7.5
>>>>- Download DSpace 7.5 User Interface:
>>>>https://github.com/DSpace/dspace-angular/releases/tag/dspace-7.5
>>>>
>>>> Hope it help & Good luck.
>>>>
>>>> Mo.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Monday, March 13, 2023 at 3:19:16 PM UTC+3 Douglas Eder Uno Silva
>>>> wrote:
>>>>
>>>>> Hi again,
>>>>>
>>>>> Nobody faced this type of problem before? Just me?
>>>>> I don't know more what to do to make this adminisration menu shows.
>>>>> Lost a month on this and the problem persists.
>>>>>
>>>>> What am i could be doing wrong? Any ideia, guys? I need help please =(
>>>>>
>>>>> Em segunda-feira, 6 de março de 2023 às 15:41:28 UTC-3, Douglas Eder
>>>>> Uno Silva escreveu:
>>>>>
>>>>>> Hi everybody,
>>>>>>
>>>>>> Anyone have the problem of the admin menu showing few items or not
>>>>>> showing at all?
>>>>>>
>>>>>> Deploy of DSpace 7.4 results in few items on menu and DSpace 7.5 menu
>>>>>> displays nothing.
>>>>>>
>>>>>> Backend and frontend se

[dspace-tech] Re: Admin user with no privileges

2023-03-13 Thread Douglas Eder Uno Silva
Hi again,

Nobody faced this type of problem before? Just me?
I don't know more what to do to make this adminisration menu shows.
Lost a month on this and the problem persists.

What am i could be doing wrong? Any ideia, guys? I need help please =(

Em segunda-feira, 6 de março de 2023 às 15:41:28 UTC-3, Douglas Eder Uno 
Silva escreveu:

> Hi everybody,
>
> Anyone have the problem of the admin menu showing few items or not showing 
> at all?
>
> Deploy of DSpace 7.4 results in few items on menu and DSpace 7.5 menu 
> displays nothing.
>
> Backend and frontend seems to be fine. Database migrations returns Sucess 
> on all items, can access HAL Browser, authentication, etc...
>
> The user administrator created by `/dspace/bin/dspace 
> create-administrator` is linked with a group named 'Administrator'
>
> What am i could be doing wrong?
>
> Thank you in advance for your attention and patience.
>

-- 
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/c9c0ac32-8d6c-46f0-a05c-5f778c39595dn%40googlegroups.com.


[dspace-tech] Admin user with no privileges

2023-03-06 Thread Douglas Eder Uno Silva
Hi everybody,

Anyone have the problem of the admin menu showing few items or not showing 
at all?

Deploy of DSpace 7.4 results in few items on menu and DSpace 7.5 menu 
displays nothing.

Backend and frontend seems to be fine. Database migrations returns Sucess 
on all items, can access HAL Browser, authentication, etc...

The user administrator created by `/dspace/bin/dspace create-administrator` 
is linked with a group named 'Administrator'

What am i could be doing wrong?

Thank you in advance for your attention and patience.

-- 
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/f387d190-bb70-4f55-8e41-58868fb90999n%40googlegroups.com.