Hi Sascha, thanks for your help.

factor 0.94 (the binary download)
mongodb v1.6.2

I tried to mix in latest mongodb from git but this does not compile (due to 
some missing <oid>) so I suppose I need some more vocabs updated.

I also tried to build factor from git completely but somehow end up with a 
non-startable system. 
Are you aware of any documentation on how to build factor from scratch?

Thanks again,

- Jörg

On 27.09.2010, at 07:47, Sascha Matzke wrote:

> Hi,
> 
> what version of mongodb are you using (and which version of factor)?
> 
> The MongoDB guys changed some internal structures (from integer to boolean) - 
> so the decoding fails.
> 
> For the latest and greatest please merge
> 
> git://github.com/x6j8x/factor.git mongodb-changes
> 
> locally.
> 
> Sascha
> 
> On Sun, Sep 26, 2010 at 18:39, Jörg Plewe <pl...@hardcode.de> wrote:
> Hi list!
> 
> I'm trying to use the mongodb binding but run into an issue very soon and 
> cannot help myself. Can anybody please help me to intepret the error?
> 
> Thank you very much in advance,
> 
>  - Jörg 
> 
> Code:
> USING: mongodb.driver ;
> "db" "127.0.0.1" 27017 <mdb>
> 
> Error message:
> Generic word >integer does not define a method for the word class.
> Dispatching on object: t
> 
> 
> Call stack:
> (U) Quotation: [ set-namestack init-catchstack self quot>> call -> stop ]
> (O) Word: listener-thread
> (O) Word: listener
> (O) Word: (listener)
> (U) Quotation: [
>         [ ~quotation~ dip swap ~quotation~ dip ] dip swap
>         [ call datastack ] dip -> swap [ set-datastack ] dip
>     ]
> (U) Quotation: [ call -> datastack ]
> (O) Word: <mdb>
> (O) Word: verify-nodes
> (O) Word: check-node
> (O) Word: eval-ismaster-result
> (O) Method: M\ object >integer
> (O) Word: no-method
> (O) Method: M\ object throw
> (U) Quotation: [
>         63 special-object error-thread set-global
>         continuation -> error-continuation set-global rethrow
>     ]
> 
> 
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
> 
> 
> 
> 
> -- 
> Through the darkness of future past 
> the magician longs to see 
> One chants out between two worlds 
> Fire walk with me.
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev_______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to