Re: More information

2010-12-14 Thread Travis
I'm having the same problem. I tried to import reviewboard from the
python interpreter and it was successful. Any other ideas?

On Dec 3, 6:53 pm, Christian Hammond chip...@chipx86.com wrote:
 Thanks for the information. Nothing stands out as being immediately wrong.

 Try running the Python interpreter (python.exe) and typing:

     import reviewboard

 See if that succeeds or fails. If it fails, then your Python Path
 isn't correct, somehow. If it succeeds, well, hard to say what's
 wrong.

 Christian

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







 On Fri, Dec 3, 2010 at 5:19 AM, T.O.AFN torsten.ockenf...@assfinet.de wrote:
  Thanks for the fast answers, here are the informations you asked for:

  ReviewBoard egg Loacation:
  ---

  C:\Python27\Lib\site-packages\ReviewBoard-1.5.1-py2.7.egg

  ===

  C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf
  \httpd.conf:
  ---

  #
  # This is the main Apache HTTP server configuration file.  It contains
  the
  # configuration directives that give the server its instructions.
  # See URL:http://httpd.apache.org/docs/2.2 for detailed information.
  # In particular, see
  # URL:http://httpd.apache.org/docs/2.2/mod/directives.html
  # for a discussion of each configuration directive.
  #
  # Do NOT simply read the instructions in here without understanding
  # what they do.  They're here only as hints or reminders.  If you are
  unsure
  # consult the online docs. You have been warned.
  #
  # Configuration and logfile names: If the filenames you specify for
  many
  # of the server's control files begin with / (or drive:/ for
  Win32), the
  # server will use that explicit path.  If the filenames do *not* begin
  # with /, the value of ServerRoot is prepended -- so logs/foo.log
  # with ServerRoot set to C:/Program Files (x86)/Apache Software
  Foundation/Apache2.2 will be interpreted by the
  # server as C:/Program Files (x86)/Apache Software Foundation/
  Apache2.2/logs/foo.log.
  #
  # NOTE: Where filenames are specified, you must use forward slashes
  # instead of backslashes (e.g., c:/apache instead of c:\apache).
  # If a drive letter is omitted, the drive on which httpd.exe is
  located
  # will be used by default.  It is recommended that you always supply
  # an explicit drive letter in absolute paths to avoid confusion.

  #
  # ServerRoot: The top of the directory tree under which the server's
  # configuration, error, and log files are kept.
  #
  # Do not add a slash at the end of the directory path.  If you point
  # ServerRoot at a non-local disk, be sure to point the LockFile
  directive
  # at a local disk.  If you wish to share the same ServerRoot for
  multiple
  # httpd daemons, you will need to change at least LockFile and
  PidFile.
  #
  ServerRoot C:/Program Files (x86)/Apache Software Foundation/
  Apache2.2

  #
  # Listen: Allows you to bind Apache to specific IP addresses and/or
  # ports, instead of the default. See also the VirtualHost
  # directive.
  #
  # Change this to Listen on specific IP addresses as shown below to
  # prevent Apache from glomming onto all bound IP addresses.
  #
  #Listen 12.34.56.78:80
  Listen 80

  #
  # Dynamic Shared Object (DSO) Support
  #
  # To be able to use the functionality of a module which was built as a
  DSO you
  # have to place corresponding `LoadModule' lines at this location so
  the
  # directives contained in it are actually available _before_ they are
  used.
  # Statically compiled modules (those listed by `httpd -l') do not need
  # to be loaded here.
  #
  # Example:
  # LoadModule foo_module modules/mod_foo.so
  #
  LoadModule actions_module modules/mod_actions.so
  LoadModule alias_module modules/mod_alias.so
  LoadModule asis_module modules/mod_asis.so
  LoadModule auth_basic_module modules/mod_auth_basic.so
  #LoadModule auth_digest_module modules/mod_auth_digest.so
  #LoadModule authn_alias_module modules/mod_authn_alias.so
  #LoadModule authn_anon_module modules/mod_authn_anon.so
  #LoadModule authn_dbd_module modules/mod_authn_dbd.so
  #LoadModule authn_dbm_module modules/mod_authn_dbm.so
  LoadModule authn_default_module modules/mod_authn_default.so
  LoadModule authn_file_module modules/mod_authn_file.so
  #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
  #LoadModule authz_dbm_module modules/mod_authz_dbm.so
  LoadModule authz_default_module modules/mod_authz_default.so
  LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
  LoadModule authz_host_module modules/mod_authz_host.so
  #LoadModule authz_owner_module modules/mod_authz_owner.so
  LoadModule authz_user_module modules/mod_authz_user.so
  LoadModule autoindex_module modules/mod_autoindex.so
  #LoadModule cache_module 

Review Board is taking a nap

2010-12-14 Thread Abitav Dubey
With new installation on CentOs i am getting this error.

I followed all the steps mentioned in installation steps, and all went
fine without any error.
Not sure whats wrong, also i tried to put DEBUG = True in conf file
but still not getting the logs.

-- 
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: ImproperlyConfigured: Error importing middleware reviewboard.admin.middleware: DLL load failed: The specified module could not be found.

2010-12-14 Thread Travis
Trouble is I can't find a build for Python 2.7.

On Dec 12, 3:59 pm, Christian Hammond chip...@chipx86.com wrote:
 The one thing that is consistent with all the reports I've seen so far
 is mod_wsgi. Maybe try using mod_python or something to verify.
 mod_python no longer comes with Apache, but I believe you can download
 it separately.

 Christian

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







 On Sun, Dec 12, 2010 at 3:50 AM, Dan birb...@gmail.com wrote:
  Have you found solution to this problem,
  I have the same problem now.

  Could anyone give some hints?
  Any help will be highly appreciated.

  On Dec 1, 3:59 am, Travis dahlke.tra...@gmail.com wrote:
  Trying to install Reviewboard 1.5.1 on Windows XP SP3 with Apache 2.2
  and mod_wsgi. Below is my apache error log. In my browser I get stuck
  on Review Board is taking a nap. Any idea what's going on? How do I
  tell which DLL failed?

  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1] mod_wsgi
  (pid=14184): Exception occurred processing WSGI script 'C:/reviewboard/
  htdocs/reviewboard.wsgi'.
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1] Traceback (most
  recent call last):
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]   File C:\
  \Python27\\lib\\site-packages\\django-1.2.3-py2.7.egg\\django\\core\
  \handlers\\wsgi.py, line 230, in __call__
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]
  self.load_middleware()
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]   File C:\
  \Python27\\lib\\site-packages\\django-1.2.3-py2.7.egg\\django\\core\
  \handlers\\base.py, line 42, in load_middleware
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]     raise
  exceptions.ImproperlyConfigured('Error importing middleware %s: %s'
  % (mw_module, e))
  [Tue Nov 30 13:40:12 2010] [error] [client 127.0.0.1]
  ImproperlyConfigured: Error importing middleware
  reviewboard.admin.middleware: DLL load failed: The specified module
  could not be found.

  --
  Want to help the Review Board project? Donate today 
  athttp://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://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


Re: Review Board is taking a nap

2010-12-14 Thread Christian Hammond
If you have DEBUG = True in the settings_local.py file, then you
should be getting a detailed backtrace instead of the Taking a Nap
page, as long as we're even getting the point of entering Review
Board's code.

Christian

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



On Tue, Dec 14, 2010 at 5:27 AM, Abitav Dubey abitav.du...@gmail.com wrote:
 With new installation on CentOs i am getting this error.

 I followed all the steps mentioned in installation steps, and all went
 fine without any error.
 Not sure whats wrong, also i tried to put DEBUG = True in conf file
 but still not getting the logs.

 --
 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


Re: More information

2010-12-14 Thread Christian Hammond
There's another thread about this. Basically, it seems mod_wsgi +
Django or Review Board has some problems on certain systems
(particularly on Windows). I'll be looking into some fixes for this,
but for the moment, my advice is to use mod_python or mod_fastcgi. For
mod_python, you'll probably have to download it separately as it no
longer comes with Apache.

Christian

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



On Tue, Dec 14, 2010 at 1:13 PM, Travis dahlke.tra...@gmail.com wrote:
 I'm having the same problem. I tried to import reviewboard from the
 python interpreter and it was successful. Any other ideas?

 On Dec 3, 6:53 pm, Christian Hammond chip...@chipx86.com wrote:
 Thanks for the information. Nothing stands out as being immediately wrong.

 Try running the Python interpreter (python.exe) and typing:

     import reviewboard

 See if that succeeds or fails. If it fails, then your Python Path
 isn't correct, somehow. If it succeeds, well, hard to say what's
 wrong.

 Christian

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







 On Fri, Dec 3, 2010 at 5:19 AM, T.O.AFN torsten.ockenf...@assfinet.de 
 wrote:
  Thanks for the fast answers, here are the informations you asked for:

  ReviewBoard egg Loacation:
  ---

  C:\Python27\Lib\site-packages\ReviewBoard-1.5.1-py2.7.egg

  ===

  C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf
  \httpd.conf:
  ---

  #
  # This is the main Apache HTTP server configuration file.  It contains
  the
  # configuration directives that give the server its instructions.
  # See URL:http://httpd.apache.org/docs/2.2 for detailed information.
  # In particular, see
  # URL:http://httpd.apache.org/docs/2.2/mod/directives.html
  # for a discussion of each configuration directive.
  #
  # Do NOT simply read the instructions in here without understanding
  # what they do.  They're here only as hints or reminders.  If you are
  unsure
  # consult the online docs. You have been warned.
  #
  # Configuration and logfile names: If the filenames you specify for
  many
  # of the server's control files begin with / (or drive:/ for
  Win32), the
  # server will use that explicit path.  If the filenames do *not* begin
  # with /, the value of ServerRoot is prepended -- so logs/foo.log
  # with ServerRoot set to C:/Program Files (x86)/Apache Software
  Foundation/Apache2.2 will be interpreted by the
  # server as C:/Program Files (x86)/Apache Software Foundation/
  Apache2.2/logs/foo.log.
  #
  # NOTE: Where filenames are specified, you must use forward slashes
  # instead of backslashes (e.g., c:/apache instead of c:\apache).
  # If a drive letter is omitted, the drive on which httpd.exe is
  located
  # will be used by default.  It is recommended that you always supply
  # an explicit drive letter in absolute paths to avoid confusion.

  #
  # ServerRoot: The top of the directory tree under which the server's
  # configuration, error, and log files are kept.
  #
  # Do not add a slash at the end of the directory path.  If you point
  # ServerRoot at a non-local disk, be sure to point the LockFile
  directive
  # at a local disk.  If you wish to share the same ServerRoot for
  multiple
  # httpd daemons, you will need to change at least LockFile and
  PidFile.
  #
  ServerRoot C:/Program Files (x86)/Apache Software Foundation/
  Apache2.2

  #
  # Listen: Allows you to bind Apache to specific IP addresses and/or
  # ports, instead of the default. See also the VirtualHost
  # directive.
  #
  # Change this to Listen on specific IP addresses as shown below to
  # prevent Apache from glomming onto all bound IP addresses.
  #
  #Listen 12.34.56.78:80
  Listen 80

  #
  # Dynamic Shared Object (DSO) Support
  #
  # To be able to use the functionality of a module which was built as a
  DSO you
  # have to place corresponding `LoadModule' lines at this location so
  the
  # directives contained in it are actually available _before_ they are
  used.
  # Statically compiled modules (those listed by `httpd -l') do not need
  # to be loaded here.
  #
  # Example:
  # LoadModule foo_module modules/mod_foo.so
  #
  LoadModule actions_module modules/mod_actions.so
  LoadModule alias_module modules/mod_alias.so
  LoadModule asis_module modules/mod_asis.so
  LoadModule auth_basic_module modules/mod_auth_basic.so
  #LoadModule auth_digest_module modules/mod_auth_digest.so
  #LoadModule authn_alias_module modules/mod_authn_alias.so
  #LoadModule authn_anon_module modules/mod_authn_anon.so
  #LoadModule authn_dbd_module modules/mod_authn_dbd.so
  #LoadModule authn_dbm_module modules/mod_authn_dbm.so
  LoadModule authn_default_module modules/mod_authn_default.so
  

Re: Issue 880 in reviewboard: Custom auth backends should be able to interact with prefs.html

2010-12-14 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 880 by chipx86: Custom auth backends should be able  
to interact with prefs.html

http://code.google.com/p/reviewboard/issues/detail?id=880

Added on master. This will be in Review Board 1.6. There will be new  
documentation on writing these.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.