Hi folks

I was speaking to someone last night on the IRC chat room @ 
http://webchat.freenode.net/ who suggested sending an email to this address to 
try and find a solution to my issues.

I have been trying to get Mailman 3 installed on an Ubuntu 14.04 server.

I thought I had followed the instructions from 
https://wiki.list.org/DEV/Mailman%203.0/Mailman%203.0%20Suite%20Install%20on%20Ubuntu
 and http://mailman-bundler.readthedocs.org/en/latest/ but am getting an error 
500 when I try and browse to http://x.x.x.x:8000/mailman3.  I can open 
http://x.x.x.x:8000/archives and the login button seems to work, but when I 
click manage lists I get an error 500 again.

The entire process I followed is below:


*         sudo apt-get update

*         sudo apt-get install git python3-dev python3-pip python-dev 
python-pip python-virtualenv

*         sudo apt-get install nodejs npm

*         sudo npm install -g less

*         sudo ln -s /usr/bin/nodejs /usr/bin/node


*         created new user 'mailmanuser'



*         'mkdir /opt/mailman'

*         'sudo chown mailmanuser:mailmanuser mailman'

*         'su mailman'

*         'cd /opt/mailman'

*         git clone https://gitlab.com/mailman/mailman-bundler.git

*         virtualenv -p /usr/lib/python2.7 venv

*         source venv/bin/activate

*         changed password in mailman_web/testing.py

*         cd mailman-bundler

*         pip install zc.buildout

*         buildout

*         sudo apt-get install ruby-sass

*         ./bin/mailman-post-update

*         ./bin/mailman-web-django-admin createsuperuser

*         ./bin/mailman start

*         ./bin/mailman-web-django-admin runserver 0.0.0.0:8000

I have attached the django and mailman logs and the top of the page I get back 
from the server

I must have missed something but I don't really know where to go from here...  
Please can you review and advise if there is anything that  I have missed?

I look forward to hearing from you in due course.  Any pointers greatly 
received.

Kind regards

Simon Hellings
Senior Database Engineer - Information Technology
East Kent Hospitals University NHS Foundation Trust
Tel: 01233 651 970 (internal extn 723 1970)  | Mob: 07866 793 303

This e-mail and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this e-mail in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please respect the environment and 
only print out this email if necessary.


********************************************************************************************************************

This message may contain confidential information. If you are not the intended 
recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take 
any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.

Thank you for your co-operation.

NHSmail is the secure email and directory service available for all NHS staff 
in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information 
with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be 
accessed anywhere

********************************************************************************************************************
HTTPError at /mailman3/
HTTP Error 500: A server error occurred.  Please contact the administrator.
Request Method: GET
Request URL:    http://x.x.x.x:8000/mailman3/
Django Version: 1.8.12
Exception Type: HTTPError
Exception Value:        HTTP Error 500: A server error occurred.  Please 
contact the administrator.
Exception Location:     
/opt/mailman/mailman-bundler/eggs/mailmanclient-1.0.1-py2.7.egg/mailmanclient/_client.py
 in call, line 109
Python Executable:      /opt/mailman/venv/bin/python2.7
Python Version: 2.7.6
Python Path:    ['/opt/mailman/mailman-bundler/eggs/Django-1.8.12-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/postorius-1.0.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/HyperKitty-1.0.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/Whoosh-2.7.4-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/mock-2.0.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/beautifulsoup4-4.4.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/djangorecipe-2.1.2-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/zc.recipe.egg-2.0.3-py2.7.egg',
 '/opt/mailman/venv/lib/python2.7/site-packages',
 '/opt/mailman/mailman-bundler/eggs/six-1.10.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/pbr-1.9.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/funcsigs-1.0.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/lockfile-0.12.2-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_extensions-1.6.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_haystack-2.4.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/enum34-1.1.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/networkx-1.11-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/python_dateutil-1.5-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/mailmanclient-1.0.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_browserid-2.0.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_compressor-2.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_paintstore-0.2-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/pytz-2016.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/robot_detection-0.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/cssmin-0.2.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/rjsmin-1.0.12-py2.7-linux-x86_64.egg',
 '/opt/mailman/mailman-bundler/eggs/django_crispy_forms-1.6.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/djangorestframework-3.3.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/python_social_auth-0.2.16-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/django_gravatar2-1.4.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/ordereddict-1.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/decorator-4.0.9-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/httplib2-0.9.2-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/requests-2.9.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/rcssmin-1.0.6-py2.7-linux-x86_64.egg',
 '/opt/mailman/mailman-bundler/eggs/django_appconf-1.0.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/PyJWT-1.4.0-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/requests_oauthlib-0.6.1-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/oauthlib-1.0.3-py2.7.egg',
 '/opt/mailman/mailman-bundler/eggs/python_openid-2.2.5-py2.7.egg',
 '/opt/mailman/mailman-bundler',
 '/opt/mailman/mailman-bundler/bin',
 '/opt/mailman/venv/lib/python2.7',
 '/opt/mailman/venv/lib/python2.7/plat-x86_64-linux-gnu',
 '/opt/mailman/venv/lib/python2.7/lib-tk',
 '/opt/mailman/venv/lib/python2.7/lib-old',
 '/opt/mailman/venv/lib/python2.7/lib-dynload',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-x86_64-linux-gnu',
 '/usr/lib/python2.7/lib-tk']
Server time:    Tue, 19 Apr 2016 03:02:00 -0500
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
  • [Mail... Hellings Simon (EAST KENT HOSPITALS UNIVERSITY NHS FOUNDATION TRUST)
    • ... Mark Sapiro
      • ... Stephen J. Turnbull

Reply via email to