Go to Google Groups Home    StaticMatic
Re: Issue : I can't use staticmatic at all

Maxime Blaquière <mange.ton.dis...@gmail.com>

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