windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -


i fired windows 7 machine today , attempting start intemgr.exe process terminates immediately. started process under debugger. seems process terminating following exception: system.management.automation.cmdletinvocationexception. dumping exceptions on heap yields following results. heap has few more exception listed below.

so based on research exception happens when cmdlet encounters terminating error. method call before processrecord(). provides record-by-record processing functionality cmdlet. windows powershell runtime calls method multiple times each instance of cmdlet in pipeline.

how can inspect pipeline debugger?

exception object: 0000000002702940 exception type: system.management.automation.itemnotfoundexception message: cannot find path 'c:\windows\system32\windowspowershell\v1.0\modules\applicationserver\applicationserver.dll' because not exist. innerexception: <none> stacktrace (generated):     sp               ip               function     000000001ff5e2c0 000007fee1348846 system_management_automation_ni!system.management.automation.locationglobber.expandmshglobpath(system.string, boolean, system.management.automation.psdriveinfo, system.management.automation.provider.containercmdletprovider, system.management.automation.cmdletprovidercontext)+0xdb6     000000001ff5e440 000007fee1346162 system_management_automation_ni!system.management.automation.locationglobber.resolvedrivequalifiedpath(system.string, system.management.automation.cmdletprovidercontext, boolean, system.management.automation.provider.cmdletprovider byref)+0x442     000000001ff5e540 000007fee1345888 system_management_automation_ni!system.management.automation.locationglobber.getglobbedmonadpathsfrommonadpath(system.string, boolean, system.management.automation.cmdletprovidercontext, system.management.automation.provider.cmdletprovider byref)+0x228     000000001ff5e610 000007fee134970a system_management_automation_ni!system.management.automation.locationglobber.getglobbedproviderpathsfrommonadpath(system.string, boolean, system.management.automation.cmdletprovidercontext, system.management.automation.providerinfo byref, system.management.automation.provider.cmdletprovider byref)+0x22a     000000001ff5e6d0 000007fee136c33d system_management_automation_ni!system.management.automation.locationglobber.getglobbedproviderpathsfrommonadpath(system.string, boolean, system.management.automation.providerinfo byref, system.management.automation.provider.cmdletprovider byref)+0x7d     000000001ff5e740 000007fee17fc95c system_management_automation_ni!system.management.automation.pathintrinsics.getresolvedproviderpathfrompspath(system.string, system.management.automation.providerinfo byref)+0x7c     000000001ff5e7c0 000007fee18bf50b system_management_automation_ni!microsoft.powershell.commands.modulecmdletbase.getresolvedpath(system.string, system.management.automation.executioncontext)+0x6b  stacktracestring: <none> hresult: 80131501 **************************************************************************************** exception object: 0000000002715c50 exception type: system.io.filenotfoundexception message: specified module 'applicationserver' not loaded because no valid module file found in module directory. innerexception: <none> stacktrace (generated): <none> stacktracestring: <none> hresult: 80070002 **************************************************************************************** exception object: 00000000027bc4d0 exception type: system.notimplementedexception message: method or operation not implemented. innerexception: <none> stacktrace (generated):     sp               ip               function     000000001ff5e0a0 000007ff001d3d08 microsoft_applicationserver_management_tools!microsoft.applicationserver.management.tools.powershellhost.noconsolepsrawuserinterface.get_buffersize()+0x28     000000001ff5e0d0 000007fee12ec281 system_management_automation_ni!system.management.automation.internal.host.internalhostrawuserinterface.get_buffersize()+0x61     000000001ff5e130 000007fedf893faa microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.consolelineoutput.get_columnnumber()+0x8a     000000001ff5e1a0 000007fedf893d04 microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.outcommandinner.processoutofbandpayload(microsoft.powershell.commands.internal.format.formatentrydata)+0xc4     000000001ff5e210 000007fedf893bc4 microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.outcommandinner.processpayload(microsoft.powershell.commands.internal.format.formatentrydata, outputcontext)+0xe4     000000001ff5e280 000007fedf897110 microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.outcommandinner.processobject(system.management.automation.psobject)+0x1a0     000000001ff5e300 000007fedf89238b microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.outcommandinner.processrecord()+0xdb     000000001ff5e360 000007fedf896aae microsoft_powershell_commands_utility_ni!microsoft.powershell.commands.internal.format.frontendcommandbase.processrecord()+0x3e     000000001ff5e3b0 000007fee13726f2 system_management_automation_ni!system.management.automation.commandprocessor.processrecord()+0x212  stacktracestring: <none> hresult: 80004001 **************************************************************************************** exception object: 00000000027bc770 exception type: system.management.automation.cmdletinvocationexception message: method or operation not implemented. innerexception: system.notimplementedexception, use !printexception 00000000027bc4d0 see more stacktrace (generated): <none> stacktracestring: <none> hresult: 80131501 **************************************************************************************** exception object: 00000000027bcbd8 exception type: system.management.automation.pipelinestoppedexception message: pipeline has been stopped. innerexception: <none> stacktrace (generated):     sp               ip               function     000000001ff5e3b0 000007fee1acb9b8 system_management_automation_ni!system.management.automation.commandprocessor.processrecord()+0x7594d8     000000001ff5e450 000007fee1357b44 system_management_automation_ni!system.management.automation.commandprocessorbase.doexecute()+0x84     000000001ff5e4c0 000007fee13879c9 system_management_automation_ni!system.management.automation.internal.pipelineprocessor.dostepitems(system.object, system.collections.hashtable, boolean)+0x79  stacktracestring: <none> hresult: 80131501 

i found answer question here.

https://social.msdn.microsoft.com/forums/vstudio/en-us/9d445c21-22ee-45ee-80fe-1d39a3b40304/appfabric-crashes-iis-manager-when-powershell-4-is-installed-server-2008-r2-sp1?forum=velocity

uninstall app-fabric.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -