<?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 on: Tibco EMS with database backend (postgresql)</title>
	<atom:link href="http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/</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>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>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>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>
	<item>
		<title>By: harti</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-415</link>
		<dc:creator>harti</dc:creator>
		<pubDate>Fri, 15 Oct 2010 08:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-415</guid>
		<description>Hi,
I&#039;m trying to generate sql for db stores but getting following error:


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)

any ideas how can I fix this ??


Regards,
harti</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to generate sql for db stores but getting following error:</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>
<p>any ideas how can I fix this ??</p>
<p>Regards,<br />
harti</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-39</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Thu, 09 Apr 2009 10:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-39</guid>
		<description>Microsoft SQL Server is supported out of the box. So you just have to read the installation manual.</description>
		<content:encoded><![CDATA[<p>Microsoft SQL Server is supported out of the box. So you just have to read the installation manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-38</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Tue, 07 Apr 2009 12:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-38</guid>
		<description>Any body can tell me how can we make connectivity with SQL-server 2005 database

Thanx Ritesh</description>
		<content:encoded><![CDATA[<p>Any body can tell me how can we make connectivity with SQL-server 2005 database</p>
<p>Thanx Ritesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://blog.underdog-projects.net/2008/11/tibco-ems-with-database-backend-postgresql/comment-page-1/#comment-26</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.underdog-projects.net/?p=27#comment-26</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

