tebowy / openipam

Automatically exported from code.google.com/p/openipam
0 stars 0 forks source link

wsgi failure on deb5.0.7 #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed, following the directions
2. wsgi libs running on :80 through provided virtual host model
3. started all daemons

What is the expected output? What do you see instead?

Expected an initial login, received the following 
"[Wed Aug 31 15:50:52 2011] [error] [client 10.238.35.51] mod_wsgi (pid=10328): 
Exception occurred processing WSGI script 
'/usr/local/openipam/openIPAM/scripts/wsgi/openipam.wsgi'.
[Wed Aug 31 15:50:52 2011] [error] [client 10.238.35.51] Traceback (most recent 
call last):
[Wed Aug 31 15:50:52 2011] [error] [client 10.238.35.51]   File 
"/usr/local/openipam/openIPAM/scripts/wsgi/openipam.wsgi", line 95, in <module>
[Wed Aug 31 15:50:52 2011] [error] [client 10.238.35.51]     application = 
cherrypy.Application(webroot.get_web_root(), config=config)
[Wed Aug 31 15:50:52 2011] [error] [client 10.238.35.51] TypeError: __init__() 
got an unexpected keyword argument 'config'
[Wed Aug 31 15:50:54 2011] [error] [client 10.238.35.51] mod_wsgi (pid=10328): 
Target WSGI script '/usr/local/openipam/openIPAM/scripts/wsgi/openipam.wsgi' 
cannot be loaded as Python module."

What version of the product are you using? 
openipam@octoipam:~$ svn info
Path: .
URL: http://openipam.googlecode.com/svn/trunk
Repository Root: http://openipam.googlecode.com/svn
Repository UUID: 506c45b4-1d4b-0410-b623-73d68388d251
Revision: 357
Node Kind: directory
Schedule: normal
Last Changed Author: ekoyle
Last Changed Rev: 357
Last Changed Date: 2011-06-03 18:16:00 -0400 (Fri, 03 Jun 2011)
On what operating system?
Debian 5.0.7... 
octoipam:/var/cache/apt/archives# ls | grep wsgi
libapache2-mod-wsgi_2.5-1~lenny1_amd64.deb

Please provide any additional information below.
please contact hushon@gmail.com if there are any potential easy fixes?

Original issue reported on code.google.com by hus...@gmail.com on 31 Aug 2011 at 8:02