Re: getting "Manual server updates required" error when access reviewboard site

2011-11-12 Thread David Trowbridge
This page should tell you what changes need to be made. Can you tell
us what the rest of the page says?

-David



On Sat, Nov 12, 2011 at 12:21 AM, Jason  wrote:
> When completed install review board an accesss the web site, i got
> this error,anyone can help me?
> ...
>
> Manual server updates required
> A recent upgrade requires manual updates to be made on this server.
> After these changes are made, you should restart your server.
>
> If you have any questions or problems, please contact us on our
> mailing list.
> ...
>
>
> --
> 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: Getting Manual server updates required error

2010-03-26 Thread vivek
Hi ,

I have done the change and it is working now

however I am faced with an issue with post-review tool

 I get the following error

E:\Program Files\Python\Scripts>post-review --server http://localhost/
--p4-client=ccs_oban_working_vivek
==> Review Board Login Required
Enter username and password for Review Board at http://localhost/
Username: vivekanand
Password:
Error creating review request: The repository path specified is not in
the list of known repositories (HTTP 200, API Error 206)


Please help

Thanks
Vivekanand

On Mar 25, 10:53 pm, Christian Hammond  wrote:
> Hi,
>
> You'll only get this if patch.exe isn't found in the path. Did you follow
> the instructions in the e-mail? If so, where did you get patch.exe from, and
> where is it installed now?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
> On Wed, Mar 24, 2010 at 4:34 AM, vivek  wrote:
> > Hi,
>
> > I have installed reveiw board and followed all the steps mentioned in
> > the guide.
>
> > I am getting the error :-
>
> > "Manual server updates required
> > A recent change requires manual updates to be made on this server.
> > After these changes are made, you should restart your server.
>
> > To keep track of future updates, please visit the Required Server
> > Updates page, or subscribe to the mailing list.
> > Install GNU patch.exe
> > GNU patch.exe must be in your executable search path for the diff
> > viewer to work.
>
> > You can install GNU patch.exe by downloading and running the
> > installer. Then add the directory containing patch.exe to the system
> > PATH (Start > Control Panel > Advanced > Environment Variables >
> > System Variables > PATH). "
>
> > The environemnet
>
> > 1) Windows server 2003
> > 2) virtual host entry :-
>
> > NameVirtualHost *:8080
>
> > #
> > # VirtualHost example:
> > # Almost any Apache directive may go into a VirtualHost container.
> > # The first VirtualHost section is used for all requests that do not
> > # match a ServerName or ServerAlias in any  block.
> > #
> > 
> >        ServerName symantec.reviewboard.com
> >        DocumentRoot "E:/reviewboardrootfiles/htdocs"
>
> >        # Error handlers
> >        ErrorDocument 500 /errordocs/500.html
>
> >        ErrorLog logs/lc.johnbokma.com.error.log
>
> >        # Serve django pages
> >        
> >                PythonPath "['E:/reviewboardrootfiles/conf'] + sys.path"
> >                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
> >                SetEnv PYTHON_EGG_CACHE
> > "E:/reviewboardrootfiles/tmp/egg_cache"
> >                SetHandler mod_python
> >                PythonHandler django.core.handlers.modpython
> >                PythonAutoReload Off
> >                PythonDebug Off
> >                # Used to run multiple mod_python sites in the same apache
> >                PythonInterpreter reviewboard_reviewboardrootfiles
> >        
>
> >        # Serve static media without running it through mod_python
> >        # (overrides the above)
> >        
> >                SetHandler None
> >        
> >        
> >                SetHandler None
> >        
>
> >        
> >                Order Deny,Allow
> >                Allow from all
> >        
>
> >        # Alias static media requests to filesystem
> >        Alias /media "E:/reviewboardrootfiles/htdocs/media"
> >        Alias /errordocs "E:/reviewboardrootfiles/htdocs/errordocs"
> > 
>
> > Please guide me on this .. I am stuck on it
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://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 > oups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en
>
> > To unsubscribe from this group, send email to reviewboard+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.

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

To unsubscribe from this group, send email to 
reviewboard+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Re: Getting Manual server updates required error

2010-03-26 Thread vivek
Hi ,

Thanks . It worked

I am trying to use the post-review tool


I am getting the following error

E:\Program Files\Python\Scripts>post-review --server http://localhost/
--p4-client=ccs_oban_working_vivek
==> Review Board Login Required
Enter username and password for Review Board at http://localhost/
Username: vivekanand
Password:
Error creating review request: The repository path specified is not in
the list of known repositories (HTTP 200, API Error 206)


Also the web ui page for "Create New Review Request" the drop down
values for Repository is empty ..

Any inputs on ..


Thanks







On Mar 25, 10:53 pm, Christian Hammond  wrote:
> Hi,
>
> You'll only get this if patch.exe isn't found in the path. Did you follow
> the instructions in the e-mail? If so, where did you get patch.exe from, and
> where is it installed now?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
> On Wed, Mar 24, 2010 at 4:34 AM, vivek  wrote:
> > Hi,
>
> > I have installed reveiw board and followed all the steps mentioned in
> > the guide.
>
> > I am getting the error :-
>
> > "Manual server updates required
> > A recent change requires manual updates to be made on this server.
> > After these changes are made, you should restart your server.
>
> > To keep track of future updates, please visit the Required Server
> > Updates page, or subscribe to the mailing list.
> > Install GNU patch.exe
> > GNU patch.exe must be in your executable search path for the diff
> > viewer to work.
>
> > You can install GNU patch.exe by downloading and running the
> > installer. Then add the directory containing patch.exe to the system
> > PATH (Start > Control Panel > Advanced > Environment Variables >
> > System Variables > PATH). "
>
> > The environemnet
>
> > 1) Windows server 2003
> > 2) virtual host entry :-
>
> > NameVirtualHost *:8080
>
> > #
> > # VirtualHost example:
> > # Almost any Apache directive may go into a VirtualHost container.
> > # The first VirtualHost section is used for all requests that do not
> > # match a ServerName or ServerAlias in any  block.
> > #
> > 
> >        ServerName symantec.reviewboard.com
> >        DocumentRoot "E:/reviewboardrootfiles/htdocs"
>
> >        # Error handlers
> >        ErrorDocument 500 /errordocs/500.html
>
> >        ErrorLog logs/lc.johnbokma.com.error.log
>
> >        # Serve django pages
> >        
> >                PythonPath "['E:/reviewboardrootfiles/conf'] + sys.path"
> >                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
> >                SetEnv PYTHON_EGG_CACHE
> > "E:/reviewboardrootfiles/tmp/egg_cache"
> >                SetHandler mod_python
> >                PythonHandler django.core.handlers.modpython
> >                PythonAutoReload Off
> >                PythonDebug Off
> >                # Used to run multiple mod_python sites in the same apache
> >                PythonInterpreter reviewboard_reviewboardrootfiles
> >        
>
> >        # Serve static media without running it through mod_python
> >        # (overrides the above)
> >        
> >                SetHandler None
> >        
> >        
> >                SetHandler None
> >        
>
> >        
> >                Order Deny,Allow
> >                Allow from all
> >        
>
> >        # Alias static media requests to filesystem
> >        Alias /media "E:/reviewboardrootfiles/htdocs/media"
> >        Alias /errordocs "E:/reviewboardrootfiles/htdocs/errordocs"
> > 
>
> > Please guide me on this .. I am stuck on it
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://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 > oups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en
>
> > To unsubscribe from this group, send email to reviewboard+
> > unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> > ME" as the subject.

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

To unsubscribe from this group, send email to 
reviewboard+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


Re: Getting Manual server updates required error

2010-03-25 Thread Christian Hammond
Hi,

You'll only get this if patch.exe isn't found in the path. Did you follow
the instructions in the e-mail? If so, where did you get patch.exe from, and
where is it installed now?

Christian

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


On Wed, Mar 24, 2010 at 4:34 AM, vivek  wrote:

> Hi,
>
> I have installed reveiw board and followed all the steps mentioned in
> the guide.
>
> I am getting the error :-
>
> "Manual server updates required
> A recent change requires manual updates to be made on this server.
> After these changes are made, you should restart your server.
>
> To keep track of future updates, please visit the Required Server
> Updates page, or subscribe to the mailing list.
> Install GNU patch.exe
> GNU patch.exe must be in your executable search path for the diff
> viewer to work.
>
> You can install GNU patch.exe by downloading and running the
> installer. Then add the directory containing patch.exe to the system
> PATH (Start > Control Panel > Advanced > Environment Variables >
> System Variables > PATH). "
>
> The environemnet
>
> 1) Windows server 2003
> 2) virtual host entry :-
>
> NameVirtualHost *:8080
>
> #
> # VirtualHost example:
> # Almost any Apache directive may go into a VirtualHost container.
> # The first VirtualHost section is used for all requests that do not
> # match a ServerName or ServerAlias in any  block.
> #
> 
>ServerName symantec.reviewboard.com
>DocumentRoot "E:/reviewboardrootfiles/htdocs"
>
># Error handlers
>ErrorDocument 500 /errordocs/500.html
>
>ErrorLog logs/lc.johnbokma.com.error.log
>
># Serve django pages
>
>PythonPath "['E:/reviewboardrootfiles/conf'] + sys.path"
>SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
>SetEnv PYTHON_EGG_CACHE
> "E:/reviewboardrootfiles/tmp/egg_cache"
>SetHandler mod_python
>PythonHandler django.core.handlers.modpython
>PythonAutoReload Off
>PythonDebug Off
># Used to run multiple mod_python sites in the same apache
>PythonInterpreter reviewboard_reviewboardrootfiles
>
>
># Serve static media without running it through mod_python
># (overrides the above)
>
>SetHandler None
>
>
>SetHandler None
>
>
>
>Order Deny,Allow
>Allow from all
>
>
># Alias static media requests to filesystem
>Alias /media "E:/reviewboardrootfiles/htdocs/media"
>Alias /errordocs "E:/reviewboardrootfiles/htdocs/errordocs"
> 
>
>
>
> Please guide me on this .. I am stuck on it
>
> --
> 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
>
> To unsubscribe from this group, send email to reviewboard+
> unsubscribegooglegroups.com or reply to this email with the words "REMOVE
> ME" as the subject.
>

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

To unsubscribe from this group, send email to 
reviewboard+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.