Manolo, That stacktrace doesn't look at all familiar? Where is it comming from? Objective-C or something?
Paul Davis On Fri, Apr 24, 2009 at 5:51 AM, Manolo Padron Martinez <[email protected]> wrote: > Hi: > > I have the last svn version (0.9.0a747011 updated today (24/apr)). I > have a design document into my database (the one to use with > couchdb-lucene) and I get this from the console. > > [info] [<0.1675.0>] 127.0.0.1 - - 'PUT' /fisica-demo/_design/lucene 201 > [info] [<0.1676.0>] 127.0.0.1 - - 'GET' /_all_dbs 200 > [info] [<0.1676.0>] 127.0.0.1 - - 'GET' /fisica-demo/_design/lucene 200 > [info] [<0.1676.0>] 127.0.0.1 - - 'GET' /fisica-demo 200 > [info] [<0.1676.0>] 127.0.0.1 - - 'GET' /fisica-test/_design/lucene 404 > > I've tried to recreate all the database and I get the same problem... > If I point to that design document from the browser I get this two > asserts: > > ASSERT: *** Search: _installLocation: engine has no file! > Stack Trace: > 0:ENSURE_WARN(false,_installLocation: engine has no file!,2147500037) > 1:() > 2:() > 3:() > 4:epsGetAttr([object Object],alias) > 5:() > 6:SRCH_SVC_getEngineByAlias(http://localhost:5984/fisica-test/_design/lucene) > 7:getEngineByAlias(http://localhost:5984/fisica-test/_design/lucene) > 8:getShortcutOrURI(http://localhost:5984/fisica-test/_design/lucene,[object > Object]) > 9:(http://localhost:5984/fisica-test/_design/lucene,[object Object]) > 10:(http://localhost:5984/fisica-test/_design/lucene,[object Object]) > 11:canonizeUrl([object KeyboardEvent],[object Object]) > 12:handleURLBarCommand([object KeyboardEvent]) > 13:anonymous(textentered,[object KeyboardEvent]) > 14:fireEvent(textentered,[object KeyboardEvent]) > 15:onTextEntered() > 16:handleEnter(false) > 17:onKeyPress([object KeyboardEvent]) > 18:onxblkeypress([object KeyboardEvent]) > > > ASSERT: *** Search: _installLocation: engine has no file! > Stack Trace: > 0:ENSURE_WARN(false,_installLocation: engine has no file!,2147500037) > 1:() > 2:() > 3:() > 4:epsGetAttr([object Object],alias) > 5:() > 6:SRCH_SVC_getEngineByAlias(http://localhost:5984/fisica-test/_design/lucene) > 7:getEngineByAlias(http://localhost:5984/fisica-test/_design/lucene) > 8:getShortcutOrURI(http://localhost:5984/fisica-test/_design/lucene,[object > Object]) > 9:(http://localhost:5984/fisica-test/_design/lucene,[object Object]) > 10:(http://localhost:5984/fisica-test/_design/lucene,[object Object]) > 11:canonizeUrl([object KeyboardEvent],[object Object]) > 12:handleURLBarCommand([object KeyboardEvent]) > 13:anonymous(textentered,[object KeyboardEvent]) > 14:fireEvent(textentered,[object KeyboardEvent]) > 15:onTextEntered() > 16:handleEnter(false) > 17:onKeyPress([object KeyboardEvent]) > 18:onxblkeypress([object KeyboardEvent]) > > > Anyone knows what this is about? > > Regards from Canary Islands > > Manuel Padron Martinez >
