« Return to Thread: Re: A GBROWSE question

Re: Bio::Graphics::BrowserConfig and mod_rewrite

by Scott Cain-4 :: Rate this Message:

Reply to Author | View in Thread

Hi Taner,

Are  you sure you're using 1.68?  The BrowserConfig thing looks like a
debugging message that we left in the 1.69 release.  You can silence
it by commenting out line 587 in Browser.pm.

The other one looks like a config problem that I have no idea how to
debug but you can at least silence the error by setting
RewriteLogLevel 0 in your mod_rewrite section of your apache conf.

Scott

On Wed, Apr 15, 2009 at 5:16 PM, Taner Z. Sen <taner@...> wrote:

> Hi guys,
>
> I am using GBrowse 1.68, and  in my apache log, there are two consistent
> errors:
>
> [Wed Apr 15 16:12:13 2009] [error] [client 66.249.67.5]
> Bio::Graphics::BrowserConfig=HASH(0xa62df8) at
> /usr/local/apache/gbrowse/lib/perl/Bio/Graphics/Browser.pm line 587
>
> and
>
> [Wed Apr 15 16:13:56 2009] [crit] (2)No such file or directory: mod_rewrite:
> could not init rewrite log lock in child
>
> Any idea how I can get rid of these? What am I doing wrong?
>
> Thanks,
> Taner
>
>
> Taner Z. Sen, Ph.D.
> Computational Biologist, USDA-ARS, MaizeGDB
> Collab. Assist. Prof., Dept. of Genetics, Development and Cell Biology
> Iowa State University
> 1025 Crop Genome Informatics Lab
> Ames, IA 50011
> Phone: (515) 294-5326
> Fax: (515) 294-8280
> taner@iastate. edu
> http://www.public.iastate.edu/~taner/



--
------------------------------------------------------------------------
Scott Cain, Ph. D.                                   scott at scottcain dot net
GMOD Coordinator (http://gmod.org/)                     216-392-3087
Ontario Institute for Cancer Research

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Gmod-gbrowse mailing list
Gmod-gbrowse@...
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse

 « Return to Thread: Re: A GBROWSE question