Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...After upgrading to 9.1.1 search for message recipient throws errorAfter upgrading to 9.1.1 search for message recipient throws error
Previous
 
Next
New Post
12/14/2017 11:33 AM
 

When I try to compose a message in messaging and type in the Send To box I get the following error message: "An error occurred while getting suggestions:Internal Server Error"

This worked fine in 9.0.2

I have .Net 4.5 installed. Any suggestions?

 

 

 
New Post
12/16/2017 7:10 AM
 
Can you check the Exceptions table in the database to see if you're getting any errors logged there?


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
12/16/2017 9:27 AM
 
I am seeing two entries:

First:

ExceptionHash Message StackTrace InnerMessage InnerStackTrace Source
+6uaIYRhq7RilJg4itlmJOn/ypQ= Unable to create Lucene writer (lock file is in use). Please recycle AppPool in IIS to release lock. at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer()
at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.Delete(Query query)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentsByModule(Int32 portalId, Int32 moduleId, Int32 moduleDefId)
at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection searchItems)
at DotNetNuke.Services.Search.SearchEngine.IndexContent()
at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork() The process cannot access the file 'C:\inetpub\wwwroot\CAIntranet\App_Data\Search\write.lock' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer() DotNetNuke


Second:

ExceptionHash Message StackTrace InnerMessage InnerStackTrace Source
zyGXqGoZF+otxtdP3MunQ58LNoU= Access to the path 'C:\inetpub\wwwroot\CAIntranet\App_Data\Search\write.lock' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer()
at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.Delete(Query query)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentsByModule(Int32 portalId, Int32 moduleId, Int32 moduleDefId)
at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection searchItems)
at DotNetNuke.Services.Search.SearchEngine.IndexContent()
at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork() NULL NULL mscorlib
 
New Post
12/16/2017 9:30 AM
 

Hi... I am seeig these two entries in the database:

First:

ExceptionHash Message StackTrace InnerMessage InnerStackTrace Source

+6uaIYRhq7RilJg4itlmJOn/ypQ= Unable to create Lucene writer (lock file is in use). Please recycle AppPool in IIS to release lock.    at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer()

   at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.Delete(Query query)

   at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)

   at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentsByModule(Int32 portalId, Int32 moduleId, Int32 moduleDefId)

   at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection searchItems)

   at DotNetNuke.Services.Search.SearchEngine.IndexContent()

   at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork() The process cannot access the file 'C:\inetpub\wwwroot\CAIntranet\App_Data\Search\write.lock' because it is being used by another process.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.File.InternalDelete(String path, Boolean checkHost)

   at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer() DotNetNuke

 

Second:

ExceptionHash Message StackTrace InnerMessage InnerStackTrace Source

zyGXqGoZF+otxtdP3MunQ58LNoU= Access to the path 'C:\inetpub\wwwroot\CAIntranet\App_Data\Search\write.lock' is denied.    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   at System.IO.File.InternalDelete(String path, Boolean checkHost)

   at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.get_Writer()

   at DotNetNuke.Services.Search.Internals.LuceneControllerImpl.Delete(Query query)

   at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)

   at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentsByModule(Int32 portalId, Int32 moduleId, Int32 moduleDefId)

   at DotNetNuke.Services.Search.SearchDataStore.StoreSearchItems(SearchItemInfoCollection searchItems)

   at DotNetNuke.Services.Search.SearchEngine.IndexContent()

   at DotNetNuke.Services.Search.SearchEngineScheduler.DoWork() NULL NULL mscorlib

 
New Post
12/21/2017 2:21 AM
 
please check file system permission.
also make sure that files are not blocked by background processes like backup or virus scan.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...After upgrading to 9.1.1 search for message recipient throws errorAfter upgrading to 9.1.1 search for message recipient throws error


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out