Re: CollabNet SVN (with apache, python, viewvc integrated) + reviewboard on Win7x64 problems...

2012-07-31 Thread kinar

On Monday, July 30, 2012 5:53:04 PM UTC-5, iamagui wrote:

 Not sure, but looks like you are hitting the default website (viewvc) and 
 not reviewboard (rb). Is it possible to install just the rb in a separate 
 machine/server and try to connect to the SVN? I think you can have either 
 the default website or the rb but not both. I might be 200% wrong but 
 thought of posting this and check my answer. I am newbie too.

 
Can you give me some reasoning behind why you think it isn't possible?  For 
example, what in my post gives you impression that it isn't a solveable 
error?
 
Unfortunately, as I mentioned, I cannot put Reviewboard on its own machine 
(or VM).  I can test it on another VM just to see if I can get it working 
by itself but if I can't get it to work alongside collabnet, I won't be 
able to use reviewboard.  Whatever code review software I end up using has 
to run on the same windows install as Collabnet.  Other than that, my only 
restrictions for getting this working is that I use collabnet out of the 
box in terms of binary files (I can't recompile anything used by collabnet 
but I can change the configuration).  

-- 
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: CollabNet SVN (with apache, python, viewvc integrated) + reviewboard on Win7x64 problems...

2012-07-31 Thread kinar

On Tuesday, July 31, 2012 10:10:36 AM UTC-5, kinar wrote:


 On Monday, July 30, 2012 5:53:04 PM UTC-5, iamagui wrote:

 Not sure, but looks like you are hitting the default website (viewvc) and 
 not reviewboard (rb). Is it possible to install just the rb in a separate 
 machine/server and try to connect to the SVN? I think you can have either 
 the default website or the rb but not both. I might be 200% wrong but 
 thought of posting this and check my answer. I am newbie too.

  
 Can you give me some reasoning behind why you think it isn't possible?  
 For example, what in my post gives you impression that it isn't a solveable 
 error?
  
 Unfortunately, as I mentioned, I cannot put Reviewboard on its own machine 
 (or VM).  I can test it on another VM just to see if I can get it working 
 by itself but if I can't get it to work alongside collabnet, I won't be 
 able to use reviewboard.  Whatever code review software I end up using has 
 to run on the same windows install as Collabnet.  Other than that, my only 
 restrictions for getting this working is that I use collabnet out of the 
 box in terms of binary files (I can't recompile anything used by collabnet 
 but I can change the configuration).  
  

 
I think I've made it a bit further.  I reconfigured the apache config to 
separate viewvc and rb into 2 different virtualhosts running on different 
ports (hoping to verify that they were being served up differently).
 
As of now, I'm getting the Review Board is taking a nap page on the rb 
site.
 
I found another post that said to turn on Debug Logging in 
settings_local.py.
 
With that turned on, I get the following error when I start apache:
[Tue Jul 31 13:14:52 2012] [notice] Apache/2.2.22 (Win64) SVN/1.7.5 
mod_wsgi/3.3 Python/2.7.1 DAV/2 configured -- resuming normal operations
[Tue Jul 31 13:14:52 2012] [notice] Server built: Jun 27 2012 00:33:00
[Tue Jul 31 13:14:52 2012] [notice] Parent: Created child process 3808
[Tue Jul 31 13:14:52 2012] [notice] mod_python: Creating 8 session mutexes 
based on 0 max processes and 64 max threads.
[Tue Jul 31 13:14:52 2012] [notice] Child 3808: Child process is running
[Tue Jul 31 13:14:52 2012] [notice] Child 3808: Acquired the start mutex.
[Tue Jul 31 13:14:52 2012] [notice] Child 3808: Starting 64 worker threads.
[Tue Jul 31 13:14:52 2012] [notice] Child 3808: Starting thread to listen 
on port 80.
[Tue Jul 31 13:14:52 2012] [notice] Child 3808: Starting thread to listen 
on port 8080.
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34] mod_wsgi 
(pid=3808): Exception occurred processing WSGI script 
'C:/csvn/www/rb/htdocs/reviewboard.wsgi'.
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34] Traceback (most 
recent call last):
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34]   File 
C:\\csvn\\Python25\\lib\\site-packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\wsgi.py,
 
line 250, in __call__
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34] 
self.load_middleware()
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34]   File 
C:\\csvn\\Python25\\lib\\site-packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\base.py,
 
line 47, in load_middleware
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34] raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
(mw_module, e))
[Tue Jul 31 13:14:53 2012] [error] [client 10.1.223.34] 
ImproperlyConfigured: Error importing middleware 
reviewboard.admin.middleware: DLL load failed: %1 is not a valid Win32 
application.
And when I access the site, I get:
 
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34] mod_wsgi 
(pid=3808): Exception occurred processing WSGI script 
'C:/csvn/www/rb/htdocs/reviewboard.wsgi'.
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34] Traceback (most 
recent call last):
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34]   File 
C:\\csvn\\Python25\\lib\\site-packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\wsgi.py,
 
line 250, in __call__
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34] 
self.load_middleware()
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34]   File 
C:\\csvn\\Python25\\lib\\site-packages\\django-1.3.1-py2.7.egg\\django\\core\\handlers\\base.py,
 
line 47, in load_middleware
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34] raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
(mw_module, e))
[Tue Jul 31 13:15:33 2012] [error] [client 10.1.223.34] 
ImproperlyConfigured: Error importing middleware 
reviewboard.admin.middleware: DLL load failed: %1 is not a valid Win32 
application.
 
So at this point, what should I be looking at as the problem?
Reviewboard?
mod_wsgi?
django?
 

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

Re: Memcached exe for Windows 7

2012-07-31 Thread kinar

On Tuesday, July 31, 2012 7:07:46 AM UTC-5, ByteBlocks wrote:

 Hi,
 Is there some place from where I can download Memchached.exe for Windows7 
 that is required for installation of ReviewBoard?
 I am trying to follow the steps specified in installation manual by trying 
 to compile using cmake and all the good stuff. So far I have not been able 
 to get libevent project to compile.

 Thanks
  

 
Hello, although I can't verify it is working correctly because I haven't 
gotten reviewboard working correctly on windows (back to christain's 
warning), I installed the memcached binary from here:
 
http://code.jellycan.com/memcached/
specifically:
 http://code.jellycan.com/files/memcached-1.2.6-win32-bin.zip
 
Like I said, I haven't gotten RB to work for my setup (shame too cause I 
really want to try it out).  Unfortunately, I believe I'll be giving up on 
it since I just read on another thread here that Christain says one of the 
future depenancies won't run on windows at all.
 
Oh well, maybe I can convince the powers that be to let me setup a linux 
machine to run it in the future but for now I'll have to find another 
product.

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

CollabNet SVN (with apache, python, viewvc integrated) + reviewboard on Win7x64 problems...

2012-07-30 Thread kinar
OK, before we get started, I realize that you guys really recommend against 
using rb on windows but unfortunately that is my only option (can't run a 
vm) so I'm trying to make this work since I keep getting recommended back 
to rb for code review software...
 
I'm starting into week 3 of fighting through configuration/compatability 
problems and I'm to a point where I'm not sure where to go next.
 
I'd also like to point out that until I started this project 2 weeks ago, 
I'd never installed python, apache, or svn so I'm what you call a newbie 
(but hopefully not a noob).  I do have a development background so 
recompiling and the such doesn't scare me (too much) if it becomes 
necessary.
 
I was hoping that someone here can point me in the right direction.
 
I've typed it all out on stackoverflow (hopefully I'm not breaking any 
rules here by posting a link to that thread...if so, I apologize):
http://stackoverflow.com/questions/11729445/collabnet-subversion-edge-reviewboard-windows-x64-dll-load-failed-1-is-n
 
Thanks in advance for any advice/comments/questions.

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