azure - MemcacheShimEmulator error -
i have solution in development has been hosted on azure , runs fine want add memcache ensure scalability. add windows azure caching 1.8.1.0 , add windows azure caching memcache shim 1.8.0.0 via nuget. have endpoint of memcache_default internal port of 11212 (to avoid port conflict because 11211 in use) , have caching enabled in web role.
when run application, web role cycles , number of errors in event log repeating on each cycle...
first....
log name: application source: .net runtime date: 08/04/2013 21:11:56 event id: 1026 task category: none level: error keywords: classic user: n/a computer: drake description: application: memcacheshiminstaller.exe framework version: v4.0.30319 description: process terminated due unhandled exception. exception info: system.typeinitializationexception stack: @ microsoft.applicationserver.caching.memcacheshiminstaller.memcacheshiminstaller.main(system.string[])
second....
faulting application name: memcacheshiminstaller.exe, version: 1.0.4797.0, time stamp: 0x506f41f4 faulting module name: kernelbase.dll, version: 6.1.7601.18015, time stamp: 0x50b8479b exception code: 0xe0434352 fault offset: 0x0000000000009e5d faulting process id: 0x1f40 faulting application start time: 0x01ce349550d2f050 faulting application path: c:\devprojects\mywebrole\csx\debug\roles\mywebrole\approot\bin\windowsazure.caching.memcacheshim\memcacheshiminstaller.exe faulting module path: c:\windows\system32\kernelbase.dll report id: 90968bce-a088-11e2-9abd-00266c50c008
third....
application: memcacheshimemulator.exe framework version: v4.0.30319 description: process terminated due unhandled exception. exception info: system.reflection.targetinvocationexception stack: @ microsoft.applicationserver.caching.memcacheshimemulator.memcacheshimemulator.main(system.string[])
finally...
faulting application name: memcacheshimemulator.exe, version: 1.0.4797.0, time stamp: 0x506f41f6 faulting module name: kernelbase.dll, version: 6.1.7601.18015, time stamp: 0x50b8479b exception code: 0xe0434352 fault offset: 0x0000000000009e5d faulting process id: 0x7ac faulting application start time: 0x01ce349551b479fd faulting application path: c:\devprojects\mywebrole\csx\debug\roles\mywebrole\bin\windowsazure.caching.memcacheshim\memcacheshimemulator.exe faulting module path: c:\windows\system32\kernelbase.dll report id: 910f8e24-a088-11e2-9abd-00266c50c008
i trying find more logging information don't know look. if create brand new cloud service solution , configure best can runs how can find cause of problem is?
Comments
Post a Comment