<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LoadRunner TnT &#187; Crash</title>
	<atom:link href="http://www.loadrunnertnt.com/tag/crash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loadrunnertnt.com</link>
	<description>Performance Testing, LoadRunner Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resolving Vugen/Controller crash or abnormal behaviors</title>
		<link>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/</link>
		<comments>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/#comments</comments>
		<pubDate>Wed, 21 May 2008 13:25:14 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[How-Tos]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Vugen]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=112</guid>
		<description><![CDATA[In the event that Vugen/Controller crashes or behaves abnormally, the official vendor has provided two documents to assist the user in troubleshooting the problem for each component separately. The documents are rather out-dated but well, better than nothing, is still relevant in some sense. Below are the links to the resources:

Document ID 31731: Troubleshooting guide [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="HP" src="http://loadrunnertnt.com/images/company_hp_logo.gif" alt="" width="64" height="55" />In the event that Vugen/Controller crashes or behaves abnormally, the official vendor has provided two documents to assist the user in troubleshooting the problem for each component separately. The documents are rather out-dated but well, better than nothing, is still relevant in some sense. Below are the links to the resources:<span id="more-112"></span></p>
<ul>
<li><a href="http://support.openview.hp.com/selfsolve/document/KM185544" target="_blank">Document ID 31731: Troubleshooting guide for VuGen (not stable/crashes/freezes/GPF)</a></li>
<li><a href="http://support.openview.hp.com/selfsolve/document/KM170566" target="_blank">Document ID 12532: Troubleshooting guide for Controller ( not stable/crashes/freezes/GPF )</a></li>
</ul>
<p>There are a couple of solutions in both documents, but we would recommend trying out the following that usually resolves the problem.</p>
<ul>
<li>Login as administrator and perform the work with that account.</li>
<li>Run the batch file.</li>
<li>Reinitializing the .ini file or the document term it as &#8220;recreate the initialization file&#8221;.</li>
</ul>
<p>Take note on the terminology of the administrator here, it is the default administrator account on the Windows operating system without any changes to it&#8217;s roles or privileges. If the environment you worked in have default images, or amended administrator account, you may need to use a machine that is &#8220;clean&#8221; to test out and run Vugen or Controller. On top of the given list from the official vendor, we&#8217;ve experiences that certain situations may cause the Vugen and Controller to behave abnormally as well.</p>
<p><strong>Do you have another Mercury/HP product running on the same machine such as QTP or WinRunner?</strong> They may conflict with Vugen and Controller when placed together on the same machine. As such, it is advisable to install only LoadRunner components on the machine while other products are to be installed separately.</p>
<p><img class="alignleft" title="Sysinternals" src="http://loadrunnertnt.com/images/bb545021.hero_windows_sysinternals(en-us,MSDN.10).jpg" alt="" width="265" height="42" />In addition, you can use Process Explorer (as recommended by the document) to find out if there are conflict with the processes. The link is broken in the document as <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">Sysinternals</a> have been acquired by Microsoft in July 2006.  Click <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" target="_blank">Process Explorer</a> to be directed to the actual website.</p>
<p><strong>Do you have DEP enabled in your machine?</strong> DEP (Data Execution Prevention) is part of the Windows XP SP2 feature and extends to Windows 2003 and the Vista versions. For more information of DEP, refer to the following resources:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/875352" target="_blank">A detailed description of the Data Execution Prevention (DEP) feature in Windows XP Service Pack 2, Windows XP Tablet PC Edition 2005, and Windows Server 2003</a></li>
<li><a href="http://en.wikipedia.org/wiki/Data_Execution_Prevention" target="_blank">Data Execution Prevention by Wikipedia</a></li>
<li><a href="http://www.updatexp.com/data-execution-prevention.html" target="_blank">Data Execution Prevention by Marc Liron</a></li>
</ul>
<p>To resolve this problem, you have to disable DEP. <a href="http://support.openview.hp.com/selfsolve/document/KM194248" target="_blank">This is as described in Document ID 41489: No events recorded in VuGen when trying to record an application on Windows 2003 SP1 or Windows XP SP2</a>.</p>
<p><strong>What are the technology/protocol used by the application? </strong> Specified to Vugen recording, the third possibility that causes the problem is the type of application that you are working with. Example, if the application runs on RCP (Rich Client Platform) or applets but communicates in HTTP. For this, you&#8217;ve to identify the actual protocol being transmitted and find workarounds to it. In the example of HTTP, you can refer to a previous article, <a href="http://www.loadrunnertnt.com/?p=104" target="_blank">&#8220;Quick-and-Dirty Recording Techniques for Web (HTTP/HTML)&#8221;</a> for more information.</p>
<p>If all else fails, the best suggestion is to get a “clean” machine, login with the default local administrator and perform a re-installation of LoadRunner. Remember, the definition of “clean” means that the machine operating system is not based on a clone image. Well, we&#8217;ve to say that this is not the entire list that the community is experiencing and therefore, if you have a problem relating to the crashing or abnormal behavior, please share with us and we will append to this list accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/how-tos/resolving-vugencontroller-crash-or-abnormal-behaviors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
