<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:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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>Hi Group &#8211;<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>We&#8217;re running tilecache 2.01 on a Linux OS (using
mod_python and Apache 2.2) and have run into an issue where we receive random
errors while running the tilecache_seed.py command. It seems that the script
will run for a while but then all of the sudden return an exception and end abruptly.
Below is the exception output. Does anyone have any idea what could be causing
this?<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>11 (000737, 001401) = (-115.2246 33.1348 -115.1367 33.2227)
[0.0002s : 1777.911/s] 125/171<o:p></o:p></p>

<p class=MsoNormal>Cache hit:
-115.13671875,33.134765625,-115.048828125,33.22265625, Tile: x: 738, y: 1401,
z: 11, time: 0.000108957290649, debug: True<o:p></o:p></p>

<p class=MsoNormal>11 (000738, 001401) = (-115.1367 33.1348 -115.0488 33.2227)
[0.0002s : 1784.775/s] 126/171<o:p></o:p></p>

<p class=MsoNormal>Traceback (most recent call last):<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/tilecache_seed.py&quot;, line 9, in
?<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; TileCache.Client.main()<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Client.py&quot;, line
100, in main<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; seed(svc, base, layer, map(int,
sys.argv[3:5]), map(float, sys.argv[5].split(&quot;,&quot;)))<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Client.py&quot;, line 84,
in seed<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; svc.renderTile(tile)<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Service.py&quot;, line
119, in renderTile<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; data = layer.render(tile)<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Layer.py&quot;, line 258,
in render<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; return self.renderTile(tile)<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Layers/WMS.py&quot;, line
20, in renderTile<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; tile.data, response = wms.fetch()<o:p></o:p></p>

<p class=MsoNormal>&nbsp; File
&quot;/u01/app/ims/tilecache/tilecache-2.01/TileCache/Client.py&quot;, line 56,
in fetch<o:p></o:p></p>

<p class=MsoNormal>&nbsp;&nbsp;&nbsp; raise Exception(&quot;Did not get image
data back. \nURL: %s\nContent-Type Header: %s\nResponse: \n%s&quot; %
(self.url(), ctype, data))<o:p></o:p></p>

<p class=MsoNormal>Exception: Did not get image data back.<o:p></o:p></p>

<p class=MsoNormal>URL: <a
href="http://hwrgeo.3nonline.net/wmsconnector/com.esri.wms.Esrimap?layers=0%2C1%2C2%2C3%2C8%2C9%2C10%2C5%2C7%2C13%2C14%2C16%2C17%2C6%2C21%2C11%2C4%2C12%2C18%2C15%2C19%2C20&amp;styles=&amp;service=WMS&amp;width=256&amp;format=image%2Fpng&amp;request=GetMap&amp;height=256&amp;srs=EPSG%3A4326&amp;version=1.1.1&amp;bbox=-115.048828125%2C33.134765625%2C-114.9609375%2C33.22265625">http://www.myhost.net/wmsconnector/com.esri.wms.Esrimap?layers=0%2C1%2C2%2C3%2C8%2C9%2C10%2C5%2C7%2C13%2C14%2C16%2C17%2C6%2C21%2C11%2C4%2C12%2C18%2C15%2C19%2C20&amp;styles=&amp;service=WMS&amp;width=256&amp;format=image%2Fpng&amp;request=GetMap&amp;height=256&amp;srs=EPSG%3A4326&amp;version=1.1.1&amp;bbox=-115.048828125%2C33.134765625%2C-114.9609375%2C33.22265625</a><o:p></o:p></p>

<p class=MsoNormal>Content-Type Header: application/vnd.ogc.se_xml<o:p></o:p></p>

<p class=MsoNormal>Response:<o:p></o:p></p>

<p class=MsoNormal>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;
standalone=&quot;yes&quot; ?&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;ServiceExceptionReport version=&quot;1.1.1&quot;&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;ServiceException code=&quot;getMap&quot;&gt;<o:p></o:p></p>

<p class=MsoNormal>java.io.FileNotFoundException:
/u01/app/ims/arcgis/wms/wms/pburg2.3nonline.com-5300/TeleAtlas/capabilities_1_1_1.xml
(Too many open files)<o:p></o:p></p>

<p class=MsoNormal>&lt;/ServiceException&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;/ServiceExceptionReport&gt;<o:p></o:p></p>

<p class=MsoNormal>###### (21, 44, 6), (22, 44, 6)<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Thanks,<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Frank<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>