Message from discussion
Issue : I can't use staticmatic at all
Received: by 10.210.120.17 with SMTP id s17mr628810ebc.9.1240969631181;
Tue, 28 Apr 2009 18:47:11 -0700 (PDT)
Return-Path: <mange.ton.dis...@gmail.com>
Received: from mail-ew0-f178.google.com (mail-ew0-f178.google.com [209.85.219.178])
by gmr-mx.google.com with ESMTP id 13si82420ewy.2.2009.04.28.18.47.10;
Tue, 28 Apr 2009 18:47:10 -0700 (PDT)
Received-SPF: pass (google.com: domain of mange.ton.dis...@gmail.com designates 209.85.219.178 as permitted sender) client-ip=209.85.219.178;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mange.ton.dis...@gmail.com designates 209.85.219.178 as permitted sender) smtp.mail=mange.ton.dis...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-ew0-f178.google.com with SMTP id 26so1183700ewy.1
for <staticmatic@googlegroups.com>; Tue, 28 Apr 2009 18:47:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=23quWWI/ngK6XdR+zrP+mix4zRjg7W9xkUTkN1N5FRk=;
b=qw+NzjLDrEr7zIfwn0GSDiKADUAQeWtCil4S6SuCkGoEQ1luduLIJ52j/AmAJ8mlFC
6FRo8yO6D0FN47zEgnjKCzbnPffj7EG15bu6z1Dq6oIODpGQyY+gdkslYnRjoljY5vTz
W7ml6g7e9suUdFIKWusQa7+hVXI91t8FHbNFQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=P2cqCJC+6MKilfkVQtPjb/0JRGKBBgriTyUdnQSGa8q8/I2ynx4auOynyWZqSh6qvB
c/9E6cB3dA17q30FEMzBV/N97BxBUC59CovgzGNobhBx54Vx74aI+IXAB6zGXqHkoALQ
+y/04+LEB1+dNmZT22PBS/a3CrSNz0FhRY0LE=
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="0015174c10a0f5bced0468a7c11c"
Received: by 10.210.127.13 with SMTP id z13mr6999271ebc.35.1240969629776; Tue,
28 Apr 2009 18:47:09 -0700 (PDT)
In-Reply-To: <b0911cd7-d05b-4ef4-91da-7d24e3eed0fc@j8g2000yql.googlegroups.com>
References: <62691b8c-a70d-4f57-b17b-bc2931d66...@q18g2000vbn.googlegroups.com>
<b0911cd7-d05b-4ef4-91da-7d24e3eed...@j8g2000yql.googlegroups.com>
Date: Tue, 28 Apr 2009 21:47:09 -0400
Message-ID: <223169550904281847g5b70ad3sf5e7a16183d7a...@mail.gmail.com>
Subject: Re: Issue : I can't use staticmatic at all
From: =?ISO-8859-1?Q?Maxime_Blaqui=E8re?= <mange.ton.dis...@gmail.com>
To: staticmatic@googlegroups.com
--0015174c10a0f5bced0468a7c11c
Content-Type: text/plain; charset=ISO-8859-1
Hi Steve,
thank you for helping me with this. However, after trying what you
suggested, I found out the problem might be deeper than that. I have copied
over the output at this address : http://www.pastie.org/pastes/461970
If you can help me out further or maybe give me a hint toward a possible
solution it would greatly be appreciated.
Max
2009/3/23 Stephen Bartholomew <st...@curve21.com>
>
> Hi Max,
>
> Wow - that's quite an error! I've never seen that happen before, but
> it looks like it might have something to do with either the
> 'fastthread' gem or your Ruby installation.
>
> Fastthread is used by a library called mongrel that is used by
> staticmatic.
>
> I suggest trying the following:
>
> sudo gem uninstall fastthread
>
> and then:
>
> sudo gem install fastthread
>
> If that doesn't work, post back.
>
> Steve
>
>
> >
>
--0015174c10a0f5bced0468a7c11c
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi Steve,<br>thank you for helping me with this. However, after trying what=
you suggested, I found out the problem might be deeper than that. I have c=
opied over the output at this address : <a href=3D"http://www.pastie.org/pa=
stes/461970">http://www.pastie.org/pastes/461970</a><br>
<br>If you can help me out further or maybe give me a hint toward a possibl=
e solution it would greatly be appreciated.<br><br>Max<br><br><div class=3D=
"gmail_quote">2009/3/23 Stephen Bartholomew <span dir=3D"ltr"><<a href=
=3D"mailto:st...@curve21.com">st...@curve21.com</a>></span><br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Max,<br>
<br>
Wow - that's quite an error! I've never seen that happen before, bu=
t<br>
it looks like it might have something to do with either the<br>
'fastthread' gem or your Ruby installation.<br>
<br>
Fastthread is used by a library called mongrel that is used by<br>
staticmatic.<br>
<br>
I suggest trying the following:<br>
<br>
=A0 sudo gem uninstall fastthread<br>
<br>
and then:<br>
<br>
=A0sudo gem install fastthread<br>
<br>
If that doesn't work, post back.<br>
<br>
Steve<br>
<div><div></div><div class=3D"h5"><br>
<br>
<br>
</div></div></blockquote></div><br>
--0015174c10a0f5bced0468a7c11c--