<?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 Mano's Tech World</title>
	<atom:link href="http://manoharviswanathan.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://manoharviswanathan.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 19:15:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on License management plugin for Grails application by Paolo</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-71</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-71</guid>
		<description>Hi again,

explanation here
http://www.grails.org/doc/1.1.x/guide/2.%20Getting%20Started.html
under &#039;Script changes&#039; point 3

Actually, saving privateKeys.store under ~/.grails/1.2.1/scriptCache makes it working because it is in the classpath
Paolo</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>explanation here<br />
<a href="http://www.grails.org/doc/1.1.x/guide/2.%20Getting%20Started.html" rel="nofollow">http://www.grails.org/doc/1.1.x/guide/2.%20Getting%20Started.html</a><br />
under &#8216;Script changes&#8217; point 3</p>
<p>Actually, saving privateKeys.store under ~/.grails/1.2.1/scriptCache makes it working because it is in the classpath<br />
Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on License management plugin for Grails application by Paolo</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-70</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-70</guid>
		<description>Hi,
I&#039;ve got the same exception here. I replaced

def privateKeyPath = &quot;license-config/${licenseConfig.license.privateKeyFile}&quot;

with

def privateKeyPath = &quot;${basedir}/license-config/${licenseConfig.license.privateKeyFile}&quot;

and the resource definitely exists and has full permissions

Caused by: java.io.FileNotFoundException: /media/sda3/pmhome-ubuntu/GestFlow/license-config/privateKeys.store
	at de.schlichtherle.license.AbstractKeyStoreParam.getStream(Unknown Source)
	at de.schlichtherle.license.LicenseNotary.getKeyStore(Unknown Source)
	at de.schlichtherle.license.LicenseNotary.getPrivateKey(Unknown Source)
	at de.schlichtherle.license.LicenseNotary.sign(Unknown Source)
	at de.schlichtherle.license.LicenseNotary.sign(Unknown Source)
	at de.schlichtherle.license.LicenseManager.create(Unknown Source)
	at de.schlichtherle.license.LicenseManager.store(Unknown Source)
	at de.schlichtherle.license.LicenseManager.store(Unknown Source)
	at GenerateLicense$_run_closure4.doCall(GenerateLicense:85)
	at GenerateLicense$_run_closure1.doCall(GenerateLicense:20)
	at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)
	... 10 more

Also tried replacing 

    def privateKeyStoreParam = new DefaultKeyStoreParam(this.getClass(), privateKeyPath, licenseConfig.license.privateKeyAlias, ...

with

    def privateKeyStoreParam = new DefaultKeyStoreParam(Class.getClass(&quot;java.lang.ClassLoader
&quot;), privateKeyPath, licenseConfig.license.privateKeyAlias, ...

Same thing
Thanks
Paolo</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve got the same exception here. I replaced</p>
<p>def privateKeyPath = &#8220;license-config/${licenseConfig.license.privateKeyFile}&#8221;</p>
<p>with</p>
<p>def privateKeyPath = &#8220;${basedir}/license-config/${licenseConfig.license.privateKeyFile}&#8221;</p>
<p>and the resource definitely exists and has full permissions</p>
<p>Caused by: java.io.FileNotFoundException: /media/sda3/pmhome-ubuntu/GestFlow/license-config/privateKeys.store<br />
	at de.schlichtherle.license.AbstractKeyStoreParam.getStream(Unknown Source)<br />
	at de.schlichtherle.license.LicenseNotary.getKeyStore(Unknown Source)<br />
	at de.schlichtherle.license.LicenseNotary.getPrivateKey(Unknown Source)<br />
	at de.schlichtherle.license.LicenseNotary.sign(Unknown Source)<br />
	at de.schlichtherle.license.LicenseNotary.sign(Unknown Source)<br />
	at de.schlichtherle.license.LicenseManager.create(Unknown Source)<br />
	at de.schlichtherle.license.LicenseManager.store(Unknown Source)<br />
	at de.schlichtherle.license.LicenseManager.store(Unknown Source)<br />
	at GenerateLicense$_run_closure4.doCall(GenerateLicense:85)<br />
	at GenerateLicense$_run_closure1.doCall(GenerateLicense:20)<br />
	at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)<br />
	&#8230; 10 more</p>
<p>Also tried replacing </p>
<p>    def privateKeyStoreParam = new DefaultKeyStoreParam(this.getClass(), privateKeyPath, licenseConfig.license.privateKeyAlias, &#8230;</p>
<p>with</p>
<p>    def privateKeyStoreParam = new DefaultKeyStoreParam(Class.getClass(&#8220;java.lang.ClassLoader<br />
&#8220;), privateKeyPath, licenseConfig.license.privateKeyAlias, &#8230;</p>
<p>Same thing<br />
Thanks<br />
Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running multiple JBoss instances on the same machine by Emilio</title>
		<link>http://manoharviswanathan.com/blog/tech/running-multiple-jboss-instances-on-the-same-machine/comment-page-1/#comment-69</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Fri, 12 Mar 2010 07:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=31#comment-69</guid>
		<description>Many thanks.

JBoss 4.0.5 perfect.</description>
		<content:encoded><![CDATA[<p>Many thanks.</p>
<p>JBoss 4.0.5 perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on License management plugin for Grails application by raudhah</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-67</link>
		<dc:creator>raudhah</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-67</guid>
		<description>i&#039;ve tried plugin on grails 1.1.1 on dummy application. i still got the same exception during generating the license. but the application is running well, then i submit the privateKey.store, it seem like the license is invalid or expired. I&#039;ve created new filekey.store but it goes the same result. Please advice. Thanks.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve tried plugin on grails 1.1.1 on dummy application. i still got the same exception during generating the license. but the application is running well, then i submit the privateKey.store, it seem like the license is invalid or expired. I&#8217;ve created new filekey.store but it goes the same result. Please advice. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on License management plugin for Grails application by admin</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-66</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 16:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-66</guid>
		<description>I haven&#039;t tested the plugin with Grails 1.2.1. I will try to look into that</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tested the plugin with Grails 1.2.1. I will try to look into that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on License management plugin for Grails application by raudhah</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-65</link>
		<dc:creator>raudhah</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-65</guid>
		<description>Hi,
Is this plugin compatible with grails 1.2.1? I&#039;ve installed on grails 1.2.0 but i got this error when i generate the license.

Error executing script GenerateLicense: java.io.FileNotFoundException: license-c
onfig/privateKeys.store

I&#039;ve checked on the folder, the privateKeys.store is exist. Am i missed something or it is not compatible with grails 1.2.1??

Thanks in advanced.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is this plugin compatible with grails 1.2.1? I&#8217;ve installed on grails 1.2.0 but i got this error when i generate the license.</p>
<p>Error executing script GenerateLicense: java.io.FileNotFoundException: license-c<br />
onfig/privateKeys.store</p>
<p>I&#8217;ve checked on the folder, the privateKeys.store is exist. Am i missed something or it is not compatible with grails 1.2.1??</p>
<p>Thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Triple boot &#8211; Mac OS X, Windows XP &amp; Ubuntu Linux on Intel PC by Sahil Gumber</title>
		<link>http://manoharviswanathan.com/blog/tech/triple-boot-mac-os-x-windows-xp-ubuntu-linux-on-intel-pc/comment-page-1/#comment-64</link>
		<dc:creator>Sahil Gumber</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=46#comment-64</guid>
		<description>Can anyone let me how to triple boot my vaio vgn cs25 with win 7, osx 10.6 snow leopard &amp; ubuntu 9.10 &amp; from where can i download mac osx 10.6 iso</description>
		<content:encoded><![CDATA[<p>Can anyone let me how to triple boot my vaio vgn cs25 with win 7, osx 10.6 snow leopard &amp; ubuntu 9.10 &amp; from where can i download mac osx 10.6 iso</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running multiple JBoss instances on the same machine by Venkat</title>
		<link>http://manoharviswanathan.com/blog/tech/running-multiple-jboss-instances-on-the-same-machine/comment-page-1/#comment-63</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Mon, 11 Jan 2010 02:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=31#comment-63</guid>
		<description>Thanks Mano. It worked well for JBoss 4.2.3.GA</description>
		<content:encoded><![CDATA[<p>Thanks Mano. It worked well for JBoss 4.2.3.GA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running multiple JBoss instances on the same machine by praveen</title>
		<link>http://manoharviswanathan.com/blog/tech/running-multiple-jboss-instances-on-the-same-machine/comment-page-1/#comment-62</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Tue, 29 Dec 2009 12:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=31#comment-62</guid>
		<description>thank you</description>
		<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on License management plugin for Grails application by admin</title>
		<link>http://manoharviswanathan.com/blog/tech/license-management-plugin-for-grails-application/comment-page-1/#comment-61</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 14 Dec 2009 15:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://manoharviswanathan.com/blog/?p=52#comment-61</guid>
		<description>Chris:

Thanks for your comment. I&#039;ve released an updated version (V 0.2 compatible with Grails 1.1.1). Let me know if it works for you.</description>
		<content:encoded><![CDATA[<p>Chris:</p>
<p>Thanks for your comment. I&#8217;ve released an updated version (V 0.2 compatible with Grails 1.1.1). Let me know if it works for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
