Re: Review Board is taking a nap after installation

2010-12-01 Thread Jan Koprowski
This looks like You don't have ReviewBoard in Your mod_wsgi's
python-path but I don't know why :|

On Wed, Dec 1, 2010 at 10:55 AM, T.O.AFN torsten.ockenf...@assfinet.de wrote:

 Hi,
 I just installed ReviewBoard to test it but I only get the site:
 Review Board is taking a nap...

 I followed the steps on
        http://www.reviewboard.org/docs/manual/1.5/admin/installation/windows/
 and
        http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/
 (instead of mod_python or fastcgi I took mod_wsgi; testsite works)

 Everytime I start ReviewBoard, following errors appear in the Apache-
 log:

 [...] [error] [client ...] mod_wsgi (pid=5968): Exception occurred
 processing WSGI script 'C:/var/www/reviews.example.com/htdocs/
 reviewboard.wsgi'.
 [...] [error] [client ...] Traceback (most recent call last):
 [...] [error] [client ...]   File C:\\Python27\\lib\\site-packages\
 \django-1.2.3-py2.7.egg\\django\\core\\handlers\\wsgi.py, line 230,
 in __call__
 [...] [error] [client ...]     self.load_middleware()
 [...] [error] [client ...]   File C:\\Python27\\lib\\site-packages\
 \django-1.2.3-py2.7.egg\\django\\core\\handlers\\base.py, line 42, in
 load_middleware
 [...] [error] [client ...]     raise
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s'
 % (mw_module, e))
 [...] [error] [client ...] ImproperlyConfigured: Error importing
 middleware reviewboard.admin.middleware: DLL load failed: Das
 angegebene Modul wurde nicht gefunden.

 After that I have to restart Apache.

 I'm using / I've installed:
 ---
 - Windows Server 2008 R2 Standard x64 (VM)
 - Apache 2.2.17
 - Python 2.7
 - SQLite3
 - mod_wsgi
 - setuptools-0.6c11.win32-py2.7.exe
 - patch-2.5.9-7-setup.exe
 - memcached.exe
 - PIL-1.1.7.win32-py2.7.exe
 - pycrypto-2.1.0.win32-py2.7.exe
 - Setup-Subversion-1.6.12.msi
 - py27-pysvn-svn1612-1.7.4-1321.exe

 I hope anyone can help me with this problem.

 Thanks,
 T.O.

 --
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en


--
 Jan Koprowski

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Review Board is taking a nap after installation

2010-12-01 Thread Christian Hammond
The Python Path appears incorrect. Can you show me the location of
where the ReviewBoard egg is installed, and provide the Apache config
and reviewboard.wsgi file?

Also, where is Python itself installed?

Christian

--
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Wed, Dec 1, 2010 at 1:55 AM, T.O.AFN torsten.ockenf...@assfinet.de wrote:
 Hi,
 I just installed ReviewBoard to test it but I only get the site:
 Review Board is taking a nap...

 I followed the steps on
        http://www.reviewboard.org/docs/manual/1.5/admin/installation/windows/
 and
        http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/
 (instead of mod_python or fastcgi I took mod_wsgi; testsite works)

 Everytime I start ReviewBoard, following errors appear in the Apache-
 log:

 [...] [error] [client ...] mod_wsgi (pid=5968): Exception occurred
 processing WSGI script 'C:/var/www/reviews.example.com/htdocs/
 reviewboard.wsgi'.
 [...] [error] [client ...] Traceback (most recent call last):
 [...] [error] [client ...]   File C:\\Python27\\lib\\site-packages\
 \django-1.2.3-py2.7.egg\\django\\core\\handlers\\wsgi.py, line 230,
 in __call__
 [...] [error] [client ...]     self.load_middleware()
 [...] [error] [client ...]   File C:\\Python27\\lib\\site-packages\
 \django-1.2.3-py2.7.egg\\django\\core\\handlers\\base.py, line 42, in
 load_middleware
 [...] [error] [client ...]     raise
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s'
 % (mw_module, e))
 [...] [error] [client ...] ImproperlyConfigured: Error importing
 middleware reviewboard.admin.middleware: DLL load failed: Das
 angegebene Modul wurde nicht gefunden.

 After that I have to restart Apache.

 I'm using / I've installed:
 ---
 - Windows Server 2008 R2 Standard x64 (VM)
 - Apache 2.2.17
 - Python 2.7
 - SQLite3
 - mod_wsgi
 - setuptools-0.6c11.win32-py2.7.exe
 - patch-2.5.9-7-setup.exe
 - memcached.exe
 - PIL-1.1.7.win32-py2.7.exe
 - pycrypto-2.1.0.win32-py2.7.exe
 - Setup-Subversion-1.6.12.msi
 - py27-pysvn-svn1612-1.7.4-1321.exe

 I hope anyone can help me with this problem.

 Thanks,
 T.O.

 --
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en