<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for underdog-blog</title>
	<atom:link href="http://blog.underdog-projects.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.underdog-projects.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Jan 2012 22:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on copy a table across databases via dblink by c++ mysql connect</title>
		<link>http://blog.underdog-projects.net/2009/02/copy-a-table-across-databases-via-dblink/comment-page-1/#comment-459</link>
		<dc:creator>c++ mysql connect</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=108#comment-459</guid>
		<description>&lt;strong&gt;c++ mysql connect...&lt;/strong&gt;

[...]copy a table across databases via dblink &#171; underdog-blog[...]...</description>
		<content:encoded><![CDATA[<p><strong>c++ mysql connect&#8230;</strong></p>
<p>[...]copy a table across databases via dblink &laquo; underdog-blog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tunnel your imap over ssh by Stephen</title>
		<link>http://blog.underdog-projects.net/2008/09/tunnel-your-imap-over-ssh/comment-page-1/#comment-447</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 30 Aug 2011 20:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=11#comment-447</guid>
		<description>I had to do something similar for a client at &lt;a href=&quot;http://harmonyheartgroup.com/&quot; rel=&quot;nofollow&quot;&gt;Harmony Heart Group&lt;/a&gt;. They were looking for the same type of access but didn&#039;t want it to interfere with their patient files.

Great info.</description>
		<content:encoded><![CDATA[<p>I had to do something similar for a client at <a href="http://harmonyheartgroup.com/" rel="nofollow">Harmony Heart Group</a>. They were looking for the same type of access but didn&#8217;t want it to interfere with their patient files.</p>
<p>Great info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on installing TIBCO TRA 5.6 on a debian 64bit by Sol Mumey</title>
		<link>http://blog.underdog-projects.net/2009/02/installing-tibco-tra-56-on-a-debian-64bit/comment-page-1/#comment-443</link>
		<dc:creator>Sol Mumey</dc:creator>
		<pubDate>Thu, 07 Apr 2011 23:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=165#comment-443</guid>
		<description>Thanks! Great investigative work. Might be worth noting that you really DO need to make the file undeletable. On an ext4 filesystem I used

chattr +i /tmp/kernelbits_smumey.txt

After finishing the install:
chattr -i /tmp/kernelbits_smumey.txt</description>
		<content:encoded><![CDATA[<p>Thanks! Great investigative work. Might be worth noting that you really DO need to make the file undeletable. On an ext4 filesystem I used</p>
<p>chattr +i /tmp/kernelbits_smumey.txt</p>
<p>After finishing the install:<br />
chattr -i /tmp/kernelbits_smumey.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on generate random timestamps in mysql by FameUpload</title>
		<link>http://blog.underdog-projects.net/2008/10/generate-random-timestamps-in-mysql/comment-page-1/#comment-439</link>
		<dc:creator>FameUpload</dc:creator>
		<pubDate>Wed, 02 Feb 2011 15:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=16#comment-439</guid>
		<description>Great thanks for this tut, was searching in google how to create a random timestap.</description>
		<content:encoded><![CDATA[<p>Great thanks for this tut, was searching in google how to create a random timestap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on shell-tools.net version2 by Anonymous</title>
		<link>http://blog.underdog-projects.net/2009/07/shell-tools-net-version2/comment-page-1/#comment-430</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Dec 2010 18:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=403#comment-430</guid>
		<description>Just stumbled on your site and it&#039;s very helpful!  Thanks for the great work.</description>
		<content:encoded><![CDATA[<p>Just stumbled on your site and it&#8217;s very helpful!  Thanks for the great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tibco EMS with database backend (postgresql) by jens</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-422</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Thu, 28 Oct 2010 21:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-422</guid>
		<description>Hi Jeff,

I downloaded the EMS 5.1, used a fresh installation and got the same error.
The solution is rather simple. As the error states, the process cannot find the stores.conf file starting from the tibemsd.conf. Starting with that error I fired a strace up and got to the following line in the log:
stat(&quot;\&quot;/home/jens/tibco/ems-conf/tibco/cfgmgmt/ems/data/stores.conf\&quot;&quot;, 0x7ffc449705d0) = -1 ENOENT (No such file or directory)

-&gt; As you can see, TIBCO reuses the quotes in the actual filename. If you unquote the stores.conf entry in the tibemsd.conf the application works fine.

Further to that I found that the classpaths for the &quot;dbstore_classpath&quot; had changed. Here I just used the absolute path to be sure.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I downloaded the EMS 5.1, used a fresh installation and got the same error.<br />
The solution is rather simple. As the error states, the process cannot find the stores.conf file starting from the tibemsd.conf. Starting with that error I fired a strace up and got to the following line in the log:<br />
stat(&#8220;\&#8221;/home/jens/tibco/ems-conf/tibco/cfgmgmt/ems/data/stores.conf\&#8221;", 0x7ffc449705d0) = -1 ENOENT (No such file or directory)</p>
<p>-&gt; As you can see, TIBCO reuses the quotes in the actual filename. If you unquote the stores.conf entry in the tibemsd.conf the application works fine.</p>
<p>Further to that I found that the classpaths for the &#8220;dbstore_classpath&#8221; had changed. Here I just used the absolute path to be sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tibco EMS with database backend (postgresql) by Jeff</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-421</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 28 Oct 2010 18:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-421</guid>
		<description>I&quot;m having the same problem as Harti with EMS 5.1.2. The stores.conf file exists:

-rw-r--r-- 1 tibco tibco  2162 Oct 28 11:49 stores.conf

And contains entries for the DB stores. But the error keeps popping up:

TIBCO Enterprise Message Service Schema Export Tool.
Copyright 2003-2009 by TIBCO Software Inc.
All rights reserved.

Version 5.1.0 V10 2/4/2009

java.lang.Exception: ERROR: stores file &#039;stores.conf&quot;&#039; does not exist
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.parseStoresConf(EMSSchemaExport.java:429)
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.exportSchema(EMSSchemaExport.java:577)
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.main(EMSSchemaExport.java:609)</description>
		<content:encoded><![CDATA[<p>I&#8221;m having the same problem as Harti with EMS 5.1.2. The stores.conf file exists:</p>
<p>-rw-r&#8211;r&#8211; 1 tibco tibco  2162 Oct 28 11:49 stores.conf</p>
<p>And contains entries for the DB stores. But the error keeps popping up:</p>
<p>TIBCO Enterprise Message Service Schema Export Tool.<br />
Copyright 2003-2009 by TIBCO Software Inc.<br />
All rights reserved.</p>
<p>Version 5.1.0 V10 2/4/2009</p>
<p>java.lang.Exception: ERROR: stores file &#8216;stores.conf&#8221;&#8216; does not exist<br />
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.parseStoresConf(EMSSchemaExport.java:429)<br />
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.exportSchema(EMSSchemaExport.java:577)<br />
        at com.tibco.tibems.tibemsd.internal.db.util.EMSSchemaExport.main(EMSSchemaExport.java:609)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on use yahoo finance streaming api by SystematicTrading</title>
		<link>http://blog.underdog-projects.net/2008/12/use-yahoo-finance-streaming-api/comment-page-1/#comment-420</link>
		<dc:creator>SystematicTrading</dc:creator>
		<pubDate>Tue, 26 Oct 2010 15:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=36#comment-420</guid>
		<description>i found your site through search engine.i like your web 
page content and very attractive theme.really i like this 
it.

Thanks.:)</description>
		<content:encoded><![CDATA[<p>i found your site through search engine.i like your web<br />
page content and very attractive theme.really i like this<br />
it.</p>
<p>Thanks.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on handling a few thousand simultaneous connections in TIBCO BusinessWorks by Javier</title>
		<link>http://blog.underdog-projects.net/2009/12/handling-a-few-thousand-simultaneous-connections-in-tibco-businessworks/comment-page-1/#comment-417</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Fri, 22 Oct 2010 13:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=472#comment-417</guid>
		<description>Many thansk for this post. You really help me improving the performance of my BW instances. I was trying to test the maximun performance of some components and I was always blocked by tomcat connection pools. 

Great work, and great test.</description>
		<content:encoded><![CDATA[<p>Many thansk for this post. You really help me improving the performance of my BW instances. I was trying to test the maximun performance of some components and I was always blocked by tomcat connection pools. </p>
<p>Great work, and great test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tibco EMS with database backend (postgresql) by jens</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-416</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Fri, 22 Oct 2010 10:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-416</guid>
		<description>Hi,

I&#039;m sure you figured it out by now, but just for the record.
The stores.conf file will be generated automatically by the EMS on the first startup. So just start the EMS with the default config an then use the stores.conf generated.
A college of mine also mentioned one exception to this behavior with EMS 6.0. With the new release this seems no longer to work. In order to get a stores.conf he had to create an empty file called stores.conf and then start the server. After that the server would write its config to this file. Why TIBCO changed the behavior to this really is a mystery to me.

Regards,
jens</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m sure you figured it out by now, but just for the record.<br />
The stores.conf file will be generated automatically by the EMS on the first startup. So just start the EMS with the default config an then use the stores.conf generated.<br />
A college of mine also mentioned one exception to this behavior with EMS 6.0. With the new release this seems no longer to work. In order to get a stores.conf he had to create an empty file called stores.conf and then start the server. After that the server would write its config to this file. Why TIBCO changed the behavior to this really is a mystery to me.</p>
<p>Regards,<br />
jens</p>
]]></content:encoded>
	</item>
</channel>
</rss>

