AppFabric caching error: AppFabric caching service unexpectedly stopped

I start the cluster machine in a virtual box in the domain, by default the service runs under the Network service, the service stops all the time with the following error in the event log.

Please find error data from the error log below. any help would be great.

Log Name:  System
Source:  Service Control Manager
Date:   21-07-2010 16:42:07
Event ID:  7034
Task Category: None
Level:   Error
Keywords:  Classic
User:   N/A
Computer:  
Description:
The AppFabric Caching Service service terminated unexpectedly. It has done this 5 time(s).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
 <Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
 <EventID Qualifiers="49152">7034</EventID>
 <Version>0</Version>
 <Level>2</Level>
 <Task>0</Task>
 <Opcode>0</Opcode>
 <Keywords>0x80000000000000</Keywords>
 <TimeCreated SystemTime="2010-07-21T14:42:07.000Z" />
 <EventRecordID>13342</EventRecordID>
 <Correlation />
 <Execution ProcessID="0" ThreadID="0" />
 <Channel>System</Channel>
 <Computer>
 <Security />
 </System>
 <EventData>
 <Data Name="param1">AppFabric Caching Service</Data>
 <Data Name="param2">5</Data>
 </EventData>
</Event>

thanks for the support.

Kazim

+3
source share
3 answers

, , . ( , -). - eventlog Windows Logs > Application, eventlog Applications and Services Logs > Microsoft > Application Server-System Services.

+1

, .

?

, , - , AppFabric. , xml SQL, AppFabric . .

, .

. Hammad.

0

[]

. . , , .

, SQL.

, AppFabric , . , SQL, - ( ) .

, .

, !

PS: I'm not sure that "reconfiguring the application fabric with the tool" is a must. I just did it on my part. Perhaps you can try to stop and start the cache cluster without doing this. Let me know if it is not necessary so that I can update this answer accordingly.

0
source

Source: https://habr.com/ru/post/1756565/


All Articles