Fwd: Re: [Mono-devel-list] HELP Please ASP.NET only 1 site works with REV 43090

Joe Audette joe_audette at yahoo.com
Sun Apr 17 14:04:18 EDT 2005


Hi Atsushi,

I pulled down the code from svn again but I got rev
43146 not 43147

after build and restart apache 
http://www.mojoportal.com works
http://www.joeaudette.com works
htpp://demo.mojoportal.com broken with same error as
before

at least the 2 most important are working for the
moment. I'm not surprised you haven't been able to
replicate it with the test pages given how randomly it
affects some or 1 of my vhosts

I'd be glad to try and build xsp with debug and run
mono in debug but I'm new to this stuff so I'm not
sure exactly what I need to do.

My current process is run a script that pulls mono
stuff from svn then I do:
<steps>
./autogen.sh --prefix=/usr
make
make install

on

libgdiplus
mono
xsp
mod_mono

retart apache

</steps>

Do I build xsp like this?

./autogen.sh --prefix=/usr mcs -debug+
make
make install

How do I run mono in debug? Where do I make the
settings? In my etc/init.d/apache2 file?

Can you give me step by step how to proceed?

Thanks,

Joe




--- Atsushi Eno <atsushi at ximian.com> wrote:
> Hi Joe,
> 
> So I tried xsp/test modifying web.config
> (appSettings) and
> global.asax (OnBeginRequest()) but it didn't
> differentiate on xsp.
> 
> I made another commit to svn (r43147), which should
> not have
> happened. Now I have really no idea why
> NullReferenceException
> is thrown inside TextInfo.ToLower().
> 
> If the problem still happens, it is possible 1) to
> build xsp with
> "mcs -debug+" and 2) run mono with --debug option so
> that the
> stack trace contains error location?
> 
> Thanks,
> Atsushi Eno
> 
> Joe Audette wrote:
> > I sent this to the list but its taking a while for
> it
> > to show up so thought I would forward directly to
> you.
> > 
> > Thanks,
> > 
> > Joe
> > 
> > --- Joe Audette <joe_audette at yahoo.com> wrote:
> > 
> > 
> >>Date: Sun, 17 Apr 2005 06:15:04 -0700 (PDT)
> >>From: Joe Audette <joe_audette at yahoo.com>
> >>Subject: Re: [Mono-devel-list] HELP Please ASP.NET
> >>only 1 site works with REV 43090
> >>To: mono-devel-list
> >><mono-devel-list at lists.ximian.com>
> >>
> >>Hi Atsushi,
> >>
> >>Thanks for the quick response. I tried pulling
> down
> >>the latest from svn again this morning (rev 43143)
> >>but
> >>the problem still exists with the same symptoms.
> >>
> >>One thing I noticed last night is its not that
> only
> >>1
> >>site works for some reason I can get both
> >>http://www.mojoportal.com
> >>and
> >>http://demo.mojoportal.com working at the same
> time
> >>(some of the time not 100%)
> >>but if I restart apache and make the first request
> >>to 
> >>http://www.joeaudette.com then joeaudette.com
> works
> >>and neither
> >>http://www.mojoportal.com
> >>nor
> >>http://demo.mojoportal.com work.
> >>
> >>Below is some possibly relevant code from my
> >>Global.asax.cs Application_BeginRequest
> >>
> >><snip>
> >>CultureInfo culture = new
> >>
> > 
> >
>
CultureInfo(ConfigurationSettings.AppSettings.Get("Culture"));
> > 
> >>		
>
>>System.Threading.Thread.CurrentThread.CurrentCulture
> >>=
> >>culture;
> >>
> >></snip>
> >>
> >>Where
> >>ConfigurationSettings.AppSettings.Get("Culture")
> >>= "en-US" from my Web.config file
> >>
> >>Let me know any other info I could provide to help
> >>pin
> >>down the problem. In the mean time I will try
> Joseph
> >>Hill's suggestion to configure each site in its
> own
> >>instance with monosocket and wapi directories per
> >>http://bugzilla.ximian.com/show_bug.cgi?id=50049
> >>
> >>Thanks,
> >>
> >>Joe
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 

joe_audette [at] yahoo dotcom
http://www.joeaudette.com
http://www.mojoportal.com



More information about the Mono-devel-list mailing list