Roundup Tracker - Issues

Issue 2550779

classification
A problem was encountered processing your request
Type: behavior Severity: urgent
Components: Web interface Versions: 1.4
process
Status: closed works for me
:
: : jwezel, schlatterbeck
Priority: :

Created on 2012-10-24 14:58 by jwezel, last changed 2012-10-24 15:38 by schlatterbeck.

Files
File name Uploaded Description Edit Remove
config.ini jwezel, 2012-10-24 14:58 config.ini
Messages
msg4656 Author: [hidden] (jwezel) Date: 2012-10-24 14:58
Error from web:

An error has occurred

A problem was encountered processing your request. The tracker 
maintainers have been notified of the problem.

Installed roundup via pip in virtualenv on Ubuntu 12.04 LTS

Run command:

roundup-server -n 0.0.0.0 -l /tmp/roundup.log -d /tmp/roundup.run -u 
nobody -g nogroup rokpa=$PWD/rokpa

In the log file there are no error messages, just accesses

The error message is a bit terse. How can I find out what's the problem?
msg4657 Author: [hidden] (schlatterbeck) Date: 2012-10-24 15:38
If you want an error message in the web interface you can set
debug = yes
in section [web] of your config.ini. This is turned off by default as it
might reveal information in the traceback that a user should not see.

If debug is turned off, the traceback is sent to the admin_email
configured in config.ini. If admin_email doesn't have a domain, the
config-item 'domain' in section [mail] is used. So this tries to send
mail to roundup-admin@rokpa.ch according to the config.ini you attached.

Generally: Please direct questions concerning roundup to the
mailinglist. You can subscribe at
https://lists.sourceforge.net/lists/listinfo/roundup-users
and there is also a link the the mailinglist-archive on that page.
History
Date User Action Args
2012-10-24 15:38:46schlatterbecksetstatus: new -> closed
resolution: works for me
messages: + msg4657
nosy: + schlatterbeck
2012-10-24 14:58:38jwezelcreate