cancel
Showing results for 
Search instead for 
Did you mean: 

Something's wrong with this page... on Alfresco Community Login

nonadyne
Champ in-the-making
Champ in-the-making

I have installed Alfresco Community on AWS EC2 with S3 integration.

I am getting this error message if I am leaving the server idle for few hours and when I try to login as an admin or user.

I need to stop and start the alfresco service to resume the system to work properly. 

Please let me know if I can do something to address this issue.

Thanks,

VJ.

8 REPLIES 8

douglascrp
World-Class Innovator
World-Class Innovator

Please, share the alfresco's log here in order to get help.

That image is not usefull at all to identify the error.

pingus
Champ on-the-rise
Champ on-the-rise

I have the same problem after a fresh install. Login in to alfresco share gives me the Somtehing's wrong ....

There is not output in alfresco.log.

Installed Version 201704.

pingus
Champ on-the-rise
Champ on-the-rise

Ok, simply running it with IP is working. The problem is how I should configure it to be accessed behind a reverse proxy if the proxy access alfresco on port 80.

With this config I get the Somthing's wrong bla bla:

dir.root=/srv/alfresco/alf_data

alfresco.context=alfresco
alfresco.host=alfresco.example.com
alfresco.port=80
alfresco.protocol=http

share.context=share
share.host=alfresco.example.com
share.port=80
share.protocol=http

pingus
Champ on-the-rise
Champ on-the-rise

I change the config to

dir.root=/srv/alfresco/alf_data

alfresco.context=alfresco
alfresco.host=alfresco.example.com
alfresco.port=443
alfresco.protocol=https

 

share.context=share
share.host=alfresco.example.com
share.port=443
share.protocol=https

But after a restart, alfresco is still listening to 8080 and 8443. What am I doing wrong?

douglascrp
World-Class Innovator
World-Class Innovator

You can rely on the following blogpost to achieve what you want

- Change Alfresco ports in Alfresco 5 - zylk 

pingus
Champ on-the-rise
Champ on-the-rise

Thank you. Just to clarify: What for are those settings

alfresco.port=443
alfresco.protocol=https

 

share.port=443
share.protocol=https

if I still have to change it in server.xml? Probably I have still not understood the concept behind the config files used for alfresco.

pingus
Champ on-the-rise
Champ on-the-rise

got it: URL Generation Parameters (The ${localname} token is replaced by the local server name)

pingus
Champ on-the-rise
Champ on-the-rise

it's up an running now, thanks!