Hi Nicolas,
the error looks familiar. By the time of the release I heard it once
and put it off as setup weirdness. But I've gotten at least one other
report (hey Nils :) that looks similar.
Can you first try to run the test suite in Firefox(!). The built-in
web view won't work. (sorry about that :).
It should fail with similar errors in which case I could use all the
system information you have: OS version, prior couchdb installs,
macports yes/no, CouchDB with macports yes/no and really anything you
can think of :)
Like Chris said, thanks for reporting, I hope to get this hammered out
as soon as possible.
Cheers
Jan
--
On 15 Oct 2009, at 00:12, Nicolas Steinmetz wrote:
Hi,
I just installed CouchDBX on my macbook but my app doest not work,
neither sofa.
I thought first I fell into the API change from 0.9 to 0.10 for list
but not enough.
I have quite the same code as index.js from sofa.
When I try to go to
http://127.0.0.1:5984/sofa/_design/sofa/_list/index/recent-posts?descending=true&limit=5
I have : {"error":"os_process_error","reason":"{exit_status,133}"}
Sofa is an empty db just created with couchapp.
For index.js, I thought it was due to the return template
(templates.index.tail...) that I thought could be send(template
(templates.index.tail...) but that's not this.
So I do not know if it comes from CouchdbX or Sofa.
The only things that works well is Futon.
So is sofa compatible with 0.10 or do I have an issue with CouchdbX ?
Any thoughts on this ?
Nicolas