[
https://issues.apache.org/jira/browse/COUCHDB-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Lehnardt closed COUCHDB-35.
-------------------------------
Resolution: Cannot Reproduce
Fix Version/s: 0.9
This was most likely in various refactorings.
> When accessing a view that doesn't exist an error occurs in the process
> -----------------------------------------------------------------------
>
> Key: COUCHDB-35
> URL: https://issues.apache.org/jira/browse/COUCHDB-35
> Project: CouchDB
> Issue Type: Bug
> Reporter: Sebastian Probst Eide
> Fix For: 0.9
>
>
> I am on the trunk release.
> Previously when accessing a view that didn't exist I would just get a
> document missing error which would be reasonable. Now the same happens if I
> just try to access a missing design document like this:
> [info] [<0.147.0>] HTTP Request: GET
> /kleio/_view/couch_object_has_many_relations/
> But if I try to invoke the view with it's full URL I get an error:
> [info] [<0.147.0>] HTTP Request: GET
> /kleio/_view/couch_object_has_many_relations/related_documents?key=[%22FF539E4677343A9F504D7BFB329F949E%22,%22subscriptions%22]
> HTTP/1.1
> [error] [emulator] Error in process <0.148.0> with exit value:
> {{nocatch,{not_found,missing}},[{couch_db,open_doc_int,3},{couch_db,open_doc,3},{couch_view,start_update_loop,4}]}
> =ERROR REPORT==== 9-Apr-2008::04:01:36 ===
> Error in process <0.148.0> with exit value:
> {{nocatch,{not_found,missing}},[{couch_db,open_doc_int,3},{couch_db,open_doc,3},{couch_view,start_update_loop,4}]}
> Hope this helps you!
> If you have any questions regarding how to reproduce the error please feel
> free to email me!
> Best regards
> Sebastian
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.