Some useful improvements, but you knew that. I never get a second
error now and I can eliminate all errors whenever I specify the path
for the Namesapce. I can get the error when specifying the Namespace
if I have anti-virus (avast) _and_ Google Web Accelerator both
enabled. Disabling either one allows the process to complete without
error. Guess which one is going to be deleted from my system?

There is still a problem when trying to create a nemspace using the
default path condition. Now I consistently and immediately get an
asp.net error page telling me that flexwiki.config is being used by
another process. This happens in every case 100% of the attempts (5 so
far) with different key input timings to give some randomness to the
testing. In none of the cases is there any input to the
flexwiki.config file or any creation of a directory anywhere to
satisfy the namspace requirements.

I should also mention that this is really a MacBook Pro with a 2GHz
Core Duo (not the Core 2 Duo) running WinXP 32bit natively through
Boot Camp. the reason for mentioning this is that I have not set any
processor affinity preferences.

I just did a sixth try with TaskManager running to see how the dual
procs were handling the various tasks. It is quite interesting.
Accessing pages within flexwiki show that the dual processors are both
active during the processing of a request. The very act of running
Task Manager and monitoring the processors allows the unspecified path
for the namespace process to run without error, _but_ with no
namespace created or any changes to the flexwiki.config file.????

John Davidson

On 4/18/07, Craig Andera <[EMAIL PROTECTED]> wrote:
> OK, fixed and committed. A build should be available in a few minutes. I'd
> really appreciate it if you could try this one out and see if it still has
> this problem, as I was unable to repro the original issue.
>
> And, what else ya got? Bring it! :)
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:flexwiki-
> > [EMAIL PROTECTED] On Behalf Of Craig Andera
> > Sent: Wednesday, April 18, 2007 3:46 PM
> > To: 'FlexWiki Users Mailing List'
> > Subject: Re: [Flexwiki-users] FlexWiki 2.0 Progress Report - Beta 1
> > complete
> >
> > > > There definitely appears to be a bug in WinXP 32bit version. I have
> > > > all patches and service packs applied. I have shut down anti-virus
> > > and
> > > > windows defender. The error still appears on every attempt to
> > create
> > > a
> > > > new Namespace. Occassionally there is a second error where the
> > second
> > > > error has no additional detail beyond the IOException class
> > > > information (has it bubbled up the stack and lost relevant
> > > > information?).
> >
> > OK, I figured it out. The error message is misleading - it's actually
> > the
> > ASP.NET worker process itself that has the lock on the file. What's
> > happening is that as we start to write the config file out, the
> > FileSystemWatcher I have set up to watch for changes wakes up and tries
> > to
> > read the file...while it's still being written. It's locked, so this
> > results
> > in an error. Unfortunately an error that says some other process owns
> > the
> > file.
> >
> > The reason I wasn't seeing this is that my machine is faster or slower
> > than
> > yours, and it's a race condition. It's actually a good thing you saw it
> > as
> > often as you did.
> >
> > I'll get this fixed in a jiffy.
> >
> >
> >
> > -----------------------------------------------------------------------
> > --
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Flexwiki-users mailing list
> > Flexwiki-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to