Fresh Installation causing server errors.

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/19/2012 8:43:34 AM
Gravatar
Total Posts 18439

Re: Fresh Installation causing server errors.

It seems that the index writer task is trying to create the folder which it would only do if it does not think it exists already. Since you say it does already exist then something must be wrong about the path in the table. So again it gets back to what is the index path in the mp_IndexingQueue table and is it correct. For example if you connect to your database from a copy of the site on your local machine and you edit content then it would create rows in that table with the wrong path and it would cause this error. It seems there must be an incorrect path in at least one row in that table so it is trying to create a folder in an incorrect location on the server that either doesn't exist or it cannot write to.

12/20/2012 7:01:33 AM
Gravatar
Total Posts 40

Re: Fresh Installation causing server errors.

Hi Joe,

I checked the entries in the mp_IndexingQueue table again & they all seemed to be OK! Despite this I manually deleted them (there were over 130) & turned "DisableSearchIndex" back to false (By the way I tried enabling the <add key="ShowRebuildSearchIndexButtonToAdmins" value="true", but I couldn't find the button to rebuild the search index - where does it appear?).

Anyway, after re-enabling the Search Index I checked the mp_IndexingQueue table again & it's just showing nulls... and all of the \sites\(sitenumber)\index\ folders are now having files written to them! I guess that there must have been a problem with one of the entries (even though I couldn't spot it).

As before, I'll let it run for a while & see if the errors have stopped. Thank you very much agin for your help, it's much appreciated.

Regards,

Craig

You must sign in to post in the forums. This thread is closed to new posts.