<?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>Ramble On &#187; Crash</title>
	<atom:link href="http://blog.pahudson.net/archives/tag/crash/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pahudson.net</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 19:25:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Line Input crashes when importing Unicode</title>
		<link>http://blog.pahudson.net/archives/193</link>
		<comments>http://blog.pahudson.net/archives/193#comments</comments>
		<pubDate>Tue, 14 Apr 2009 18:50:14 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Domino]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://blog.pahudson.net/?p=193</guid>
		<description><![CDATA[We have a facility for staff that allows them to download an Excel marking scheme, enter student marks and then to upload it as a tab delimited file (or xml file) back into the system. Last night a member of staff using the facility crashed both servers in our cluster. On further inspection (and a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.pahudson.net%2Farchives%2F193"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.pahudson.net%2Farchives%2F193&amp;source=pahudson&amp;style=compact" height="61" width="50" /><br />
			</a>
		</div>
<p>We have a facility for staff that allows them to download an Excel marking scheme, enter student marks and then to upload it as a tab delimited file (or xml file) back into the system. Last night a member of staff using the facility crashed both servers in our cluster.</p>
<p>On further inspection (and a lot of development server crashes!) I finally narrowed the problem down to a single line of code</p>
<pre>Line Input #fileID, strLine</pre>
<p>On further investigation it appears that the user exported their marking scheme from Excel using the &#8216;Unicode (.txt)&#8217; rather than &#8216; Text (.txt)&#8217; and it&#8217;s the import of Unicode that was causing Domino to crash. My quick solution to stop the server crash is to use &#8216;Dos2Unix&#8217; convert the file before importing. Although it seems to alter the format so that it no long imports correctly, it&#8217;s stopped the server from crashing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pahudson.net/archives/193/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
