Link to home
Start Free TrialLog in
Avatar of BCHCAdmin
BCHCAdmin

asked on

SharePoint Exception error while doing a search.

Hi - wondering if someone could help me in diagnosing a SharePoint 2010 problem.  

When we try to do a search from within SharePoint we get the following:

-----------------------------------------------------------
Error
Internal server error exception:
Troubleshoot issues with Microsoft SharePoint Foundation.
Correlation ID: 71a9977f-2720-4401-b46c-532375a6b4fd
Date and Time: 6/7/2013 12:39:10 PM
 Go back to site
------------------------------------------------------------



In the SharePoint logs I'm seeing:
-------------
An exception occurred when trying to issue security token: An error occurred while receiving the HTTP response to http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details..
---------------




In the servers event viewer (application) I'm seeing:
----------------

+ System

  - Provider

   [ Name]  Microsoft-SharePoint Products-SharePoint Portal Server
   [ Guid]  {8b3ddd3d-2b09-4669-bf81-e2d6921feeea}
 
   EventID 5555
 
   Version 14
 
   Level 1
 
   Task 8
 
   Opcode 0
 
   Keywords 0x4000000000000000
 
  - TimeCreated

   [ SystemTime]  2013-06-07T17:00:01.184Z
 
   EventRecordID 1107976
 
  - Correlation

   [ ActivityID]  {BE77ADC4-90C3-4222-866A-8020483C0FE0}
 
  - Execution

   [ ProcessID]  2244
   [ ThreadID]  5472
 
   Channel Application
 
   Computer Sharepoint.pmhbc.net
 
  - Security

   [ UserID]  S-1-5-21-1715567821-963894560-682003330-500
 

- EventData

  string0 Failure trying to synch web application e0ebdad5-53e9-42c7-aea6-365e376f70de, ContentDB 4feceb5c-7674-4e78-958e-90d2f4f979cd
  string1 Microsoft.Office.Server.UserProfiles.UserProfileApplicationNotAvailableException: No User Profile Application available to service the request. Contact your farm administrator. at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() at Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PerfmonInstanceHandle() at Microsoft.Office.Server.UserProfiles.ContentDBSynchronizer..ctor(ELogType logType, SPContentDatabase cdb, SPJobState jobState) at Microsoft.Office.Server.UserProfiles.WSSProfileSyncJob.Execute()
----------------------------



Can you suggest what I might look at before we try recreating the server again from scratch?

Thanks
Avatar of Justin Smith
Justin Smith
Flag of United States of America image

What is your topology?  Single server?

Did search work previously?  Are there any authentication issues in the farm right now?  Meaning, are any users having trouble logging into their sites?  

I would look in IIS and verify the SecurityTokenServiceApplicationPool is started.
Avatar of BCHCAdmin
BCHCAdmin

ASKER

single server - it had worked previously.  Not seeing any other authentication issues and the SecurityTokenServiceApplicationPool is started in IIS.

We are running SQL 2008 R2 Express.  Had a problem about a week ago - ran out of space and had to upgrade from 2008 to R2.  I am assuming the problem started occurring at the same time.  So I don't know if when we hit the 4GB limit with 2008 soemthing happened causing the search to stop and it wasn't resolved by the r2 upgrade.  Everything else seems to be working properly.
If you don't have a lot invested into search (meaning its all out of the box settings), you could blow away your search service app and recreate.
ASKER CERTIFIED SOLUTION
Avatar of BCHCAdmin
BCHCAdmin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No solution found.