Hi John,

After a lot of looking around I finally found a temporary hack to make
it work on my box. I noticed the files on \work_ENV\expool\*.ruote
were being saved with some weird encoding. I looked around
fs_expstorage.rb and noticed you had the choice for storing the
persistence files with either Ruby Marshalling or YAML, so I forced it
to use YAML by replacing line 59, "@persist_as_yaml =
(application_context[:persist_as_yaml] == true)" with
"@persist_as_yaml = true"

However, I still don't know why the Marshalling fails. Maybe you have
to force UTF-8? Or Marshal files are not plain files but HEX or
something else?

Thanks again, and I hope this is useful for someone!


On Apr 17, 4:19 am, John Mettraux <[email protected]> wrote:
> On Fri, Apr 17, 2009 at 9:41 AM, John Mettraux <[email protected]> wrote:
> > On Fri, Apr 17, 2009 at 9:39 AM, Freddy Peña <[email protected]> wrote:
>
> >> No harm done :). However, I'm afraid to say that it still can't launch
> >> a process. Maybe we should focus back to the original
> >> ":remote_definitions_allowed is set to false" instead of the "marshal
> >> data too short" issue? or is it supposed to work fine when I define a
> >> process with "http://"; URI's instead of "C:\"?
>
> Hi Jeff + Freddy,
>
> I now have a windows install and I think I have fixed the C:/ issue 
> :http://github.com/jmettraux/ruote/commit/f33623b6f72224325f883f7076e2...
>
> I myself have an issue with mysql 5.0.77 and the gem mysql (version
> 2.7.3). Which version of this gem are you guys using ? (gem search
> mysql). I will try with sqlite3 for now.
>
> Best regards,
>
> --
> John Mettraux   -  http://jmettraux.wordpress.com
--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to