Re: [Codestriker-user] svn: Can't write to stream: Broken pipe
Brought to you by:
sits
|
From: Vladimir S. <vsi...@gm...> - 2006-08-21 14:48:20
|
Hi Tim, folks,
I can confirm the same thing, Codestriker with mod_perl config doesn't
work, and produces these confusing errors. Even more, the errors are
not 100%, sometimes I can submit the topic if I click Refresh many,
many times. :)
Everything started working just fine as soon as I switched to CGI config.
I used Fedora Core 4 and Fedora Core 5.
Thanks,
--Vladimir
On 8/21/06, Tim Casada <tim...@sh...> wrote:
>
> Jason,
>
> Thanks for the tips. I tried the additional error message code change, but
> I did not get anything in the apache log for this error still. I was able
> to successfully run the svn diff using the command from getDiff. When I
> turned off mod_perl and switched to CGI everything starting working fine.
>
> We recently switched to Red Hat from a test box on FC4, so I'm guessing the
> mod_perl version differences account for my error. Thank you very much for
> pointing me in the right direction!
> Tim Casada
>
>
> Jason Remillard wrote:
> Hi,
>
> Just in case it matters. What version of apache are you using, and if you
> are using mod_perl what
> version is that as well.
>
> If you look at the lib/Codestriker/Repository/Subversion.pm
> module you will see the getDiff
> function. Su to your web server user (I think apache on redhat) and issue
> the same "svn diff"
> command that getDiff is issuing and see if it works. If you are using
> mod_perl, try turning it
> off.
>
> Also, Codestriker will not show the repository if you only have one setup.
> Why show a combo box
> that only will have once choice.
>
> Lastly, I just looked over the code in it looks like there are some
> situations that errors would
> not be logged to the apache error log. Towards the end of the getDiff
> function, you will see a
> loop that looks like this.
>
> my $buf;
> while (read($read_stderr_fh,$bug,16384)) {
> print $stderr_fh $buf;
> }
>
> Right after this loop add this line of code in, to get more information in
> your apache log.
>
> print STDERR $buf;
>
> Thanks
> Jason.
>
> --- Tim Casada <tim...@sh...> wrote:
>
>
> ---------------------------------
> David & Jason,
>
> On my recent fresh install of 1.9.2 on RHEL ES 4 I am getting thefollowing
> error when trying to
> submit the topic and giving start andend tags with a module (single file) to
> subversion:
>
> Problem generating topic text:
>
> svn: Can't write to stream: Broken pipe
>
> Can someone lead me in the right direction? I donot see anything in the
> Apache logs.
>
> Thanks,
>
> -- Tim Casada
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>
> _______________________________________________
>
>
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Codestriker-user mailing list
> Cod...@li...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
>
>
|