12-04-2016 11:28 AM
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.
12-07-2016 08:43 PM
Please, share the alfresco's log here in order to get help.
That image is not usefull at all to identify the error.
07-17-2017 11:06 AM
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.
07-17-2017 03:11 PM
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
07-17-2017 04:09 PM
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?
07-17-2017 09:04 PM
You can rely on the following blogpost to achieve what you want
07-18-2017 02:33 AM
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.
07-18-2017 02:51 AM
got it: URL Generation Parameters (The ${localname} token is replaced by the local server name)
07-18-2017 03:48 AM
it's up an running now, thanks!
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.