<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PostalCode"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="address"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
code
        {font-family:"Courier New";}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Hi all,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I&#8217;m working on a Catalyst app; currently in the early
stages.&nbsp; I&#8217;m also learning the framework, so this may be a beginner
question.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I started this app by defining the database tables, then
creating a .sql file, and using that to import to sqlite3 (I was following
along in the tutorial, for the most part).&nbsp; To verify everything was
working, I added autocrud, so I could watch the changes as I made them,
including doing some INSERTs to pre-populate the tables.&nbsp; Nothing fancy.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Then I create a &#8220;list&#8221; page (similar to &#8220;books/list&#8221;,
although in my case it&#8217;s &#8220;builds/list&#8221;), updated the code to
extract &#8220;all&#8221; (builds instead of books), and tested it.&nbsp; It
worked fine, or so I thought; each time I tested it, I first went to the autocrud
page to verify the data, and then loaded the list page.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Today, I restarted the server and then tried refreshing the &#8220;builds/list&#8221;
page.&nbsp; I got an exception, with lots of output.&nbsp; Rather than
including the entire output here, I&#8217;ll just say that it started with the
following, which is what leads me to believe it&#8217;s somehow related to
autocrud (and the other evidence that reloading any of the autocrud pages makes
the &#8220;builds/list&#8221; page work again).<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
 style='border-collapse:collapse;border:none'>
 <tr>
  <td width=899 valign=top style='width:674.6pt;border:solid windowtext 1.0pt;
  padding:0in 5.4pt 0in 5.4pt'><pre><code><font size=2 face="Courier New"><span
  style='font-size:10.0pt'>Caught exception in SubmitBuild::View::<span
  style='background:yellow'>AutoCRUD</span>::JSON-&gt;process &quot;must provide object to convert at C:/Perl/site/lib/Catalyst/View/JSON.pm line 43&quot;</span></font></code><o:p></o:p></pre></td>
 </tr>
</table>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Please let me know if the rest of the output (or a specific
portion of it) would help in determining the root cause.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Thanks,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=1 face=Arial><span style='font-size:8.0pt;
font-family:Arial'>--<br>
<b><span style='font-weight:bold'>Ken Beal</span></b><br>
Senior Software Engineer, Build/Release<br>
<br>
Cross Country Automotive Services<br>
<st1:address w:st="on"><st1:address w:st="on"><st1:Street w:st="on">One Cabot Road</st1:Street></st1:address><br>
<st1:place w:st="on"><st1:City w:st="on">Medford</st1:City>, <st1:State w:st="on">MA</st1:State>
  <st1:PostalCode w:st="on">02155</st1:PostalCode></st1:place></st1:address><br>
p: (781) 306-3605<br>
m: (978) 423-8977<br>
e: <a href="mailto:kbeal@crosscountry-auto.com"
title="mailto:kbeal@crosscountry-auto.com">kbeal@crosscountry-auto.com</a></span></font><font
size=1 face=Arial><span style='font-size:8.0pt;font-family:Arial'><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

<table><tr><td bgcolor=#ffffff><font color=#000000><pre>Confidentiality Note: This e-mail message and any attachments may contain 
confidential or privileged information. If you are not the intended recipient, 
please notify me immediately by replying to this message and destroy all 
copies of this message and any attachments. Thank you.</pre></font></td></tr></table>