<?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>TIBCO Admin &#187; debug</title>
	<atom:link href="http://tibcoadmin.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibcoadmin.com</link>
	<description>thoughts and actions</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:59:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to trace BusinessWorks application</title>
		<link>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-trace-businessworks-application/</link>
		<comments>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-trace-businessworks-application/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:20:07 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[BusinessWorks]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[hawk]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=532</guid>
		<description><![CDATA[You can set
Trace.Startup=true
Trace.Task.*=true
Trace.JC.*=true
Trace.Engine=true
Trace.Debug.*=true
in deployed tra file and then restart the application, run the process and until the errors appear again, then check detailed log file locates in the &#60;install-path&#62;\tibco\tra\domain\application\logs folder. Please keep in mind that all manual settings will be cleared after redeploy. To keep it permanent, set in bwengine.tra file in &#60;install-path&#62;\tibco\bw\&#60;version&#62;\bin folder.
Also possible [...]]]></description>
			<content:encoded><![CDATA[<p>You can set<br />
<code>Trace.Startup=true<br />
Trace.Task.*=true<br />
Trace.JC.*=true<br />
Trace.Engine=true<br />
Trace.Debug.*=true</code><br />
in deployed tra file and then restart the application, run the process and until the errors appear again, then check detailed log file locates in the <code>&lt;install-path&gt;\tibco\tra\domain\application\logs</code> folder. Please keep in mind that all manual settings will be cleared after redeploy. To keep it permanent, set in <strong>bwengine.tra</strong> file in <code>&lt;install-path&gt;\tibco\bw\&lt;version&gt;\bin</code> folder.</p>
<p>Also possible to redirect the stdout and stderr output to any file. Please set in deployed cmd:<br />
<code>"/&lt;install-path&gt;/tibco/bw/&lt;version&gt;/bin/bwengine.exe" --run --propFile "/&lt;install-path&gt;/tibco/tra/domain/application/&lt;application&gt;.tra" <strong>&gt; "/tmp/trace.out" 2&gt;&amp;1</strong></code><br />
then start this cmd from command shell.</p>
<p>You can also enable higher tracing to Hawk, set <code>-tsm_tracelevel -1</code> in your <code>&lt;install-path&gt;\tibco\tra\domain\&lt;domain-name&gt;\hawkagent.cfg</code> and restart your Hawk Agent. The logs will be under <code>&lt;install-path&gt;\tibco\tra\domain\&lt;domain-name&gt;\logs\tsm.log</code> by default, you can define it using <code>-tsm_traceLogFile</code> parameter.</p>
<div class='sociable'><div><span class='sociable-tagline'><br><i>share and enjoy:</i></span></div><ul><li><a rel='nofollow' target='_blank'  href='http://twitter.com/home?status=How%20to%20trace%20BusinessWorks%20application%20-%20http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/twitter.png' class='sociable-img sociable-hovers ' title='Twitter' alt='Twitter' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.google.com/reader/link?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;title=How%20to%20trace%20BusinessWorks%20application&amp;srcURL=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;srcTitle=TIBCO+Admin+thoughts+and+actions'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png' class='sociable-img sociable-hovers ' title='Google Buzz' alt='Google Buzz' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;t=How%20to%20trace%20BusinessWorks%20application'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;title=How%20to%20trace%20BusinessWorks%20application&amp;source=TIBCO+Admin+thoughts+and+actions&amp;summary=You%20can%20set%0D%0ATrace.Startup%3Dtrue%0D%0ATrace.Task.%2A%3Dtrue%0D%0ATrace.JC.%2A%3Dtrue%0D%0ATrace.Engine%3Dtrue%0D%0ATrace.Debug.%2A%3Dtrue%0D%0Ain%20deployed%20tra%20file%20and%20then%20restart%20the%20application%2C%20run%20the%20process%20and%20until%20the%20errors%20appear%20again%2C%20then%20check%20detailed%20log%20file%20locates'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png' class='sociable-img sociable-hovers ' title='LinkedIn' alt='LinkedIn' /></a></li><li><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;title=How%20to%20trace%20BusinessWorks%20application&amp;bodytext=You%20can%20set%0D%0ATrace.Startup%3Dtrue%0D%0ATrace.Task.%2A%3Dtrue%0D%0ATrace.JC.%2A%3Dtrue%0D%0ATrace.Engine%3Dtrue%0D%0ATrace.Debug.%2A%3Dtrue%0D%0Ain%20deployed%20tra%20file%20and%20then%20restart%20the%20application%2C%20run%20the%20process%20and%20until%20the%20errors%20appear%20again%2C%20then%20check%20detailed%20log%20file%20locates'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a></li><li><a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;title=How%20to%20trace%20BusinessWorks%20application&amp;notes=You%20can%20set%0D%0ATrace.Startup%3Dtrue%0D%0ATrace.Task.%2A%3Dtrue%0D%0ATrace.JC.%2A%3Dtrue%0D%0ATrace.Engine%3Dtrue%0D%0ATrace.Debug.%2A%3Dtrue%0D%0Ain%20deployed%20tra%20file%20and%20then%20restart%20the%20application%2C%20run%20the%20process%20and%20until%20the%20errors%20appear%20again%2C%20then%20check%20detailed%20log%20file%20locates'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a></li><li><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F&amp;title=How%20to%20trace%20BusinessWorks%20application'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a></li><li><a rel='nofollow' target='_blank'  href='mailto:?subject=How%20to%20trace%20BusinessWorks%20application&amp;body=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Factivematrix-businessworks%2Fhow-to-trace-businessworks-application%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/email_link.png' class='sociable-img sociable-hovers ' title='email' alt='email' /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/activematrix-businessworks/how-to-trace-businessworks-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIBCO Rendezvous undocumented profiling feature</title>
		<link>http://tibcoadmin.com/tibco/rendezvous/tibco-rendezvous-undocumented-profiling-feature/</link>
		<comments>http://tibcoadmin.com/tibco/rendezvous/tibco-rendezvous-undocumented-profiling-feature/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 18:36:10 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[rendezvous]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[tibco]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=459</guid>
		<description><![CDATA[If you experience out of memory issues, or just want to debug function invocations or check consuming memory by Rendezvous daemon internals, you can enable undocumented profiling feature. You need go to http://rvd_host:7580/profiling URL. On the page select the desired check-boxes and then press submit.
Daemons profiling data will be in the log, you can view [...]]]></description>
			<content:encoded><![CDATA[<p>If you experience out of memory issues, or just want to debug function invocations or check consuming memory by Rendezvous daemon internals, you can enable undocumented <strong>profiling</strong> feature. <a href="http://tibcoadmin.com/wp-content/uploads/2010/01/rvd-profiling.png"><img src="http://tibcoadmin.com/wp-content/uploads/2010/01/rvd-profiling-300x150.png" alt="" title="rvd-profiling" width="300" height="150" class="alignright size-medium wp-image-465" /></a>You need go to <code>http://rvd_host:7580/profiling</code> URL. On the page select the desired check-boxes and then press submit.</p>
<p>Daemons profiling data will be in the log, you can view it on the screen, however better to start rvd or rvrd with log parameters <code>-logfile c:\logs\rvd.log -log-max-size 1024 -log-max-rotations 5</code> and look at the log files.</p>
<div class='sociable'><div><span class='sociable-tagline'><br><i>share and enjoy:</i></span></div><ul><li><a rel='nofollow' target='_blank'  href='http://twitter.com/home?status=TIBCO%20Rendezvous%20undocumented%20profiling%20feature%20-%20http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/twitter.png' class='sociable-img sociable-hovers ' title='Twitter' alt='Twitter' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.google.com/reader/link?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;title=TIBCO%20Rendezvous%20undocumented%20profiling%20feature&amp;srcURL=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;srcTitle=TIBCO+Admin+thoughts+and+actions'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png' class='sociable-img sociable-hovers ' title='Google Buzz' alt='Google Buzz' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;t=TIBCO%20Rendezvous%20undocumented%20profiling%20feature'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;title=TIBCO%20Rendezvous%20undocumented%20profiling%20feature&amp;source=TIBCO+Admin+thoughts+and+actions&amp;summary=If%20you%20experience%20out%20of%20memory%20issues%2C%20or%20just%20want%20to%20debug%20function%20invocations%20or%20check%20consuming%20memory%20by%20Rendezvous%20daemon%20internals%2C%20you%20can%20enable%20undocumented%20profiling%20feature.%20You%20need%20go%20to%20http%3A%2F%2Frvd_host%3A7580%2Fprofiling%20URL.%20On%20the%20page'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/linkedin.png' class='sociable-img sociable-hovers ' title='LinkedIn' alt='LinkedIn' /></a></li><li><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;title=TIBCO%20Rendezvous%20undocumented%20profiling%20feature&amp;bodytext=If%20you%20experience%20out%20of%20memory%20issues%2C%20or%20just%20want%20to%20debug%20function%20invocations%20or%20check%20consuming%20memory%20by%20Rendezvous%20daemon%20internals%2C%20you%20can%20enable%20undocumented%20profiling%20feature.%20You%20need%20go%20to%20http%3A%2F%2Frvd_host%3A7580%2Fprofiling%20URL.%20On%20the%20page'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a></li><li><a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;title=TIBCO%20Rendezvous%20undocumented%20profiling%20feature&amp;notes=If%20you%20experience%20out%20of%20memory%20issues%2C%20or%20just%20want%20to%20debug%20function%20invocations%20or%20check%20consuming%20memory%20by%20Rendezvous%20daemon%20internals%2C%20you%20can%20enable%20undocumented%20profiling%20feature.%20You%20need%20go%20to%20http%3A%2F%2Frvd_host%3A7580%2Fprofiling%20URL.%20On%20the%20page'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a></li><li><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a></li><li><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F&amp;title=TIBCO%20Rendezvous%20undocumented%20profiling%20feature'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a></li><li><a rel='nofollow' target='_blank'  href='mailto:?subject=TIBCO%20Rendezvous%20undocumented%20profiling%20feature&amp;body=http%3A%2F%2Ftibcoadmin.com%2Ftibco%2Frendezvous%2Ftibco-rendezvous-undocumented-profiling-feature%2F'><img src='http://tibcoadmin.com/wp-content/plugins/sociable-30/images/default/16/email_link.png' class='sociable-img sociable-hovers ' title='email' alt='email' /></a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/rendezvous/tibco-rendezvous-undocumented-profiling-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
