<?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>Jason L. Froebe - Tech tips and How Tos for Fellow Techies &#187; catalyst</title>
	<atom:link href="http://froebe.net/blog/index.php/tag/catalyst/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Sat, 07 Jan 2012 22:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Howto:  Unable to start Catalyst web applications using the built in development server?  We have the answer</title>
		<link>http://froebe.net/blog/2010/05/16/howto-unable-to-start-catalyst-web-applications-using-the-built-in-development-server-we-have-the-answer/</link>
		<comments>http://froebe.net/blog/2010/05/16/howto-unable-to-start-catalyst-web-applications-using-the-built-in-development-server-we-have-the-answer/#comments</comments>
		<pubDate>Sun, 16 May 2010 13:18:00 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[catalyst web framework]]></category>
		<category><![CDATA[catalyst::devel]]></category>
		<category><![CDATA[catalyst::engine::http::restarter]]></category>
		<category><![CDATA[catalyst::restarter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=1241</guid>
		<description><![CDATA[If you&#8217;re getting the &#8220;Can&#8217;t locate Catalyst/Engine/HTTP/Restarter.pm&#8221; error message, it is very likely you&#8217;re running a recent version of Catalyst: jason@catalyst:~/catalyst-book-code/Chapter_3/LolCatalyst-Lite$ script/lolcatalyst_lite_server.pl -r Can&#8216;t locate Catalyst/Engine/HTTP/Restarter.pm in @INC (@INC contains: /home/jason/catalyst-book-code/Chapter_3/LolCatalyst-Lite/script/../lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .). at /usr/lib/perl5/Class/MOP.pm line 116 &#160; &#160; &#160; &#160; Class::MOP::load_first_existing_class(&#8216;Catalyst::Engine::HTTP::Restarter&#8216;) called at /usr/lib/perl5/Class/MOP.pm line 121 &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting the &#8220;Can&#8217;t locate Catalyst/Engine/HTTP/Restarter.pm&#8221; error message, it is very likely you&#8217;re running a recent version of Catalyst:</p>
<div class="perl dean_ch">jason<span class="re0">@catalyst</span><span class="sy0">:~/</span>catalyst<span class="sy0">-</span>book<span class="sy0">-</span>code<span class="sy0">/</span>Chapter_3<span class="sy0">/</span>LolCatalyst<span class="sy0">-</span>Lite$ script<span class="sy0">/</span>lolcatalyst_lite_server<span class="sy0">.</span>pl <span class="sy0">-</span>r<br />
Can<span class="st_h">&#8216;t locate Catalyst/Engine/HTTP/Restarter.pm in @INC (@INC contains: /home/jason/catalyst-book-code/Chapter_3/LolCatalyst-Lite/script/../lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .). at /usr/lib/perl5/Class/MOP.pm line 116<br />
&nbsp; &nbsp; &nbsp; &nbsp; Class::MOP::load_first_existing_class(&#8216;</span>Catalyst<span class="sy0">::</span><span class="me2">Engine</span><span class="sy0">::</span><span class="me2">HTTP</span><span class="sy0">::</span><span class="me2">Restarter</span><span class="st_h">&#8216;) called at /usr/lib/perl5/Class/MOP.pm line 121<br />
&nbsp; &nbsp; &nbsp; &nbsp; Class::MOP::load_class(&#8216;</span>Catalyst<span class="sy0">::</span><span class="me2">Engine</span><span class="sy0">::</span><span class="me2">HTTP</span><span class="sy0">::</span><span class="me2">Restarter</span><span class="st_h">&#8216;) called at /usr/share/perl5/Catalyst.pm line 2634<br />
&nbsp; &nbsp; &nbsp; &nbsp; Catalyst::setup_engine(&#8216;</span>LolCatalyst<span class="sy0">::</span><span class="me2">Lite</span><span class="st_h">&#8216;, undef) called at /usr/share/perl5/Catalyst.pm line 1081<br />
&nbsp; &nbsp; &nbsp; &nbsp; Catalyst::setup(&#8216;</span>LolCatalyst<span class="sy0">::</span><span class="me2">Lite</span><span class="st_h">&#8216;) called at /home/jason/catalyst-book-code/Chapter_3/LolCatalyst-Lite/script/../lib/LolCatalyst/Lite.pm line 34<br />
&nbsp; &nbsp; &nbsp; &nbsp; require LolCatalyst/Lite.pm called at script/lolcatalyst_lite_server.pl line 55<br />
Compilation failed in require at script/lolcatalyst_lite_server.pl line 55.</span></div>
<p>The problem is that Catalyst::Engine::HTTP::Restarter within Catalyst::Engine was replaced by Catalyst::Restarter within the Catalyst::Devel package.   How to fix your application to use the updated development web server?  Very easy.  Rerun catalyst.pl with the &#8220;-scripts&#8221;, to rebuild just the scripts in the script directory, and &#8220;-force&#8221; to overwrite any files therein:</p>
<div class="perl dean_ch">jason<span class="re0">@catalyst</span><span class="sy0">:~/</span>catalyst<span class="sy0">-</span>book<span class="sy0">-</span>code<span class="sy0">/</span>Chapter_3$ catalyst<span class="sy0">.</span>pl <span class="sy0">-</span>scripts <span class="sy0">-</span>force LolCatalyst<span class="sy0">::</span><span class="me2">Lite</span><br />
&nbsp;<a href="http://perldoc.perl.org/functions/exists.html"><span class="kw3">exists</span></a> <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_cgi.pl&quot;</span><br />
created <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_cgi.pl&quot;</span><br />
&nbsp;<a href="http://perldoc.perl.org/functions/exists.html"><span class="kw3">exists</span></a> <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_fastcgi.pl&quot;</span><br />
created <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_fastcgi.pl&quot;</span><br />
&nbsp;<a href="http://perldoc.perl.org/functions/exists.html"><span class="kw3">exists</span></a> <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_server.pl&quot;</span><br />
created <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_server.pl&quot;</span><br />
&nbsp;<a href="http://perldoc.perl.org/functions/exists.html"><span class="kw3">exists</span></a> <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_test.pl&quot;</span><br />
created <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_test.pl&quot;</span><br />
&nbsp;<a href="http://perldoc.perl.org/functions/exists.html"><span class="kw3">exists</span></a> <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_create.pl&quot;</span><br />
created <span class="st0">&quot;LolCatalyst-Lite/script/lolcatalyst_lite_create.pl&quot;</span></div>
<p>If you&#8217;re interested in learning the Catalyst Web Framework (Perl based), I highly recommend <a href="http://www.amazon.com/gp/product/1430223650?ie=UTF8&#038;tag=froebe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1430223650">The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl&ndash;Based Web Applications</a><img src="http://www.assoc-amazon.com/e/ir?t=froebe-20&#038;l=as2&#038;o=1&#038;a=1430223650" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2010/05/16/howto-unable-to-start-catalyst-web-applications-using-the-built-in-development-server-we-have-the-answer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Replacing Sybase ASE&#8217;s Historical Server:  Using OpenSource</title>
		<link>http://froebe.net/blog/2008/04/16/replacing-sybase-ases-historical-server-using-opensource/</link>
		<comments>http://froebe.net/blog/2008/04/16/replacing-sybase-ases-historical-server-using-opensource/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 15:42:49 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[ASE]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[DBI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[dbd::sqlite]]></category>
		<category><![CDATA[dbd::sybase]]></category>
		<category><![CDATA[historical server]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[template::toolkit]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=463</guid>
		<description><![CDATA[I&#8217;m working on a Historical Server replacement.  I need to check with my employer as to whether I can open source it or not but the guts of it consist of: Perl POE/DBD::Sybase for the daemon/ASE db connections (using FreeTDS instead of OpenClient) SQLite for the local storage (way lower overhead than ASE or SQL [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a Historical Server replacement.  I need to check with my employer as to whether I can open source it or not but the guts of it consist of:</p>
<ol>
<li>Perl POE/DBD::Sybase for the daemon/ASE db connections (using FreeTDS instead of OpenClient)</li>
<li>SQLite for the local storage (way lower overhead than ASE or SQL Anywhere)</li>
<li>Perl Catalyst / Template::Toolkit web front end with REST web services</li>
</ol>
<p>All of this goes into a VMWare Appliance running <span id="lw_1208359909_0" class="yshortcuts" style="border-bottom: 1px dashed #0066cc; background: transparent none repeat scroll 0% 50%; cursor: pointer; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">Ubuntu</span> 7.10 Server&#8230; a drop-in solution that can even be run on a laptop.  I&#8217;m hoping that my employer lets me release it as then I can zip it up and put it on sourceforge so everyone can benefit.</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/04/16/replacing-sybase-ases-historical-server-using-opensource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flourish 2008 Conference Roundup</title>
		<link>http://froebe.net/blog/2008/04/08/flourish-2008-conference-roundup/</link>
		<comments>http://froebe.net/blog/2008/04/08/flourish-2008-conference-roundup/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 17:54:59 +0000</pubDate>
		<dc:creator>Jason L Froebe</dc:creator>
				<category><![CDATA[ASE]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[bobby moore]]></category>
		<category><![CDATA[bruce perens]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[Chicago]]></category>
		<category><![CDATA[conary]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[floss]]></category>
		<category><![CDATA[flourish]]></category>
		<category><![CDATA[james gray]]></category>
		<category><![CDATA[joshua mcadams]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[motorolla]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perl mongers]]></category>
		<category><![CDATA[rpath]]></category>
		<category><![CDATA[tony wong]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[uic]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://froebe.net/blog/?p=451</guid>
		<description><![CDATA[This year&#8217;s Flourish Conference was held at the University of Illinois in downtown Chicago (UIC). The Flourish web site describes Flourish as: The goal of the Flourish Conference is to promote the use and adoption of Free Libre Open Source Software (FLOSS) by demonstrating the practical applications of FLOSS in the business and academic world. [...]]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s <a href="http://www.flourishconf.com/flourish2008/">Flourish Conference</a> was held at the University of Illinois in downtown Chicago (UIC).  The Flourish web site describes Flourish as:  <a href="http://www.flourishconf.com/flourish2008"><img class="alignright size-medium wp-image-452" style="float: right; border: 2px solid black; margin: 5px;" title="flourish2008-bannerbox" src="http://froebe.net/blog/wp-content/uploads/2008/04/flourish2008-bannerbox.jpg" alt="Flourish 2008 Conference" width="173" height="173" /></a></p>
<blockquote><p><em>The goal of the Flourish Conference is to promote the use and adoption of Free Libre Open Source Software (FLOSS) by demonstrating the practical applications of FLOSS in the business and academic world. While everyone is familiar with businesses that focus on creating non-free proprietary software, the same cannot be said for those who specialize in developing and supporting FLOSS software, and an Open Culture.</em></p></blockquote>
<p>I missed a part of Bruce Perens&#8217; <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=26"><em>Innovation Goes Public</em></a> presentation due to<a href="http://perens.com/"><img class="alignleft size-medium wp-image-454" style="float: left; border: 2px solid black; margin: 5px;" title="bruc-perens" src="http://farm3.static.flickr.com/2013/2390418695_e102f02a64_m.jpg" alt="Bruce Perens" width="150" height="119" /></a> Chicago&#8217;s closing several sidewalks that go over or under the tristate.  I&#8217;m not quite sure I agree with him that the road a head for open source is all rosey.  Perhaps I misunderstood him but it seemed to me that the idea of simply giving the source of an application to the public would allow the programmers to still be paid via the support/service agreements.  This may work for some applications, but for others there wouldn&#8217;t be a sufficient number of support contracts to financially support the programmers  Personally, I prefer open source but I will also pay for commercial proprietary software.  I use what works.</p>
<p>The company I work for, <a href="http://www.sungard.com">Sungard Investment Systems</a>, uses open source for many internal projects.  One such product uses VMware and Linux for a <a href="http://www.rpath.com/rbuilder/"><img class="alignright size-medium wp-image-453" style="border: 2px solid black; float: right; margin: 5px;" title="corplogo" src="http://froebe.net/blog/wp-content/uploads/2008/04/corplogo.gif" alt="rPath" width="80" height="98" /></a>portable monitoring system so I was highly interested in <a href="http://www.rpath.com/rbuilder/">rBuilder Online</a> from rPath.  I attended the <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=31"><em>Appliance Development and Conary</em></a> session presented by Stephanie Watson from rPath.  I&#8217;m currently investigating on how well and easy it is to make a VMware appliance that would house a Sybase ASE server (DBMS) with no unnecessary os files.  If the testing turns out well, I will ask my fellow Sybase ASE DBAs whether Sybase need certify it or whether we are &#8216;on our own&#8217;.  The monitoring machine itself really doesn&#8217;t need Sybase ASE on it but since we have the license&#8230;.</p>
<p><a href="http://www.flickr.com/photos/jfroebe/2391270424/">Dr. John Waclawsky</a>, from <a href="http://www.motorolla.com">Motorolla</a>, gave a feel good presentation about the state of communication between wireless gadgets.   					<a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=38&amp;Itemid=26"><em>The Revolution at the Edge of the Network Abstract</em></a>.  Short version:  things are going to get very interesting in the next year <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>James Gray, from IBM, presented <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=29"><em>IBM&#8217;s Open Source Strategy &#8211; Turning Threat into Opportunity</em></a>.  While<img class="alignright" style="float: right; border: 2px solid black; margin: 5px;" src="http://farm3.static.flickr.com/2045/2391276522_b43a13c385.jpg" alt="James Gray, IBM" width="96" height="127" /> essentially a case study of how IBM has interacted as a semi-liason between the business executives and the open source community.  IBM, to me, has seemed to be stuck in a love/hate relationship with open source and a dislike/hate relationship with the Free Software Foundation.  That being said, it is necessary to give IBM credit giving credence to the open source community with the business executives.  The IT folks no longer had to quietly use open source in the business but were free to use it extensively in many places.  Linux, in particular, is no longer the wild west in many CTOs&#8217; eyes but a integral part of their business.  <a href="http://www.flickr.com/photos/jfroebe/2391264970/"><img class="alignleft" style="float: left; border: 2px solid black; margin: 5px;" src="http://farm3.static.flickr.com/2192/2391264970_9df7d0a39f_t.jpg" alt="Tony Wong of Chicago Perl Mongers" width="62" height="100" /></a></p>
<p>I met Tony Wong in the Chicago Perl Mongers &#8216;booth&#8217;.  We discussed the upcoming <a href="http://conferences.mongueurs.net/yn2008/">Yet Another Perl Conference</a> (YAPC::NA 2008) that is being held in Chicago and the horrible documentation of the<a href="http://www.catalystframework.org/"> Catalyst MVC web framework</a>.  I informed him that the only way to learn Catalyst was the new book <a href="http://www.amazon.com/gp/product/1847190952?ie=UTF8&#038;tag=froebe-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1847190952">Catalyst</a><img src="http://www.assoc-amazon.com/e/ir?t=froebe-20&#038;l=as2&#038;o=1&#038;a=1847190952" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Jonathan Rockway (ISBN: 978-1-847190-95-6).  I also warned him that the book should have gone through another round of proofreading prior to being published due to excessive example code errors, etc.  I playfully suggested that <a href="http://www.oreillynet.com/onlamp/blog/2006/11/people_of_perl_josh_mcadams.html">Joshua McAdams</a> be tormented because he wasn&#8217;t able to make it Friday morning.</p>
<p>The panel discussion on Friday afternoon was highly entertaining and a bit of a kangaroo court for <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=46&amp;Itemid=29">Bobby <img class="alignleft" style="float: left; border: 2px solid black; margin: 5px;" src="http://farm4.static.flickr.com/3225/2390463223_601c42efd9_m.jpg" alt="Bobby Moore of Microsoft" width="121" height="106" />Moore</a> of Microsoft.  I do not believe Mr. Moore was expecting Bruce Perens to repeatedly ask very pointed and informed questions.   Moore did an excellent job of remaining cool and listening with an open mind to the criticism of Microsoft as a company.  He explained that, yes, Microsoft did some not so nice things in the past but they are attempting to work with the open source community.  Bruce Perens, <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=25">Jon &#8220;Maddog&#8221; Hall</a>, and <a href="http://www.flourishconf.com/flourish2008/index.php?option=com_content&amp;task=view&amp;id=27">James Bottomley</a> brought up the pending MS Office OpenXML standard format issue where much of the format is proprietary and the <span style="text-decoration: underline;">published</span> format won&#8217;t actually be used by Microsoft.  <img class="alignright" style="float: right; border: 2px solid black; margin: 5px;" src="http://farm4.static.flickr.com/3247/2390456849_26abda9801.jpg" alt="" width="500" height="82" />Moore conceded that it was unlikely that Microsoft would use the published format as-is but the Office developers would likely base the actually used format off of the published format.  Perens, Hall, Bottomley and James Gray all expressed their opinions that this was very typical of Microsoft.  (side note:  Microsoft has been accused of having the attitude of Embrace, Extend, Eliminate when it comes to industry standards.)</p>
<p>Perens, Hall and James Bottomley, as well as members of the audience, pummeled both James Gray of IBM and Bobby Moore of Microsoft for their companies&#8217; approach and support of software patents.</p>
<p><img class="alignleft" style="float: left; border: 2px solid black; margin: 5px;" src="http://farm3.static.flickr.com/2098/2321516088_1780f42ea3_t.jpg" alt="" width="88" height="100" />Unfortunately, I was only able to attend the first day as my mother was in town from North Dakota to visit my three month old daughter (and the rest of us).  If only I could have cloned myself&#8230;  Don&#8217;t forget to check out the <a href="http://www.flickr.com/groups/flourish_conference_2008/">Flickr photo group</a> for the Flourish 2008 Conference in Chicago!</p>
]]></content:encoded>
			<wfw:commentRss>http://froebe.net/blog/2008/04/08/flourish-2008-conference-roundup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

