Thanks for the followup. I was able to trap the error in the failed event but there was nothing in the event data, so I am not sure what the root of the problem is. For now, I am going to use the PHP library to communicate to Couch and get the data from my server instead of trying to do everything in the client. It's a little slower but it also gives me the ability to do some other stuff on the server as well, so I'm OK with it.
Thanks, Jim On Sun, Feb 6, 2011 at 10:44 PM, Tristan Koch <[email protected]> wrote: > Hi Jim, > > have you tried to configure Firebug to break on uncaught exceptions? Not sure > what you're observing is actually an exception, but its worth a try and might > provide you with more details about what is going on. > > Other than that, do you get the expected result when you issue the request > with a command line utility such as curl? > > Tristan > > Am 05.02.2011 um 20:35 schrieb Jim Hunter: > >> Has anyone worked with the CouchDB using qooxdoo? I am trying a simple >> test and in the NET tab of FireBug the request looks good, it returns >> a 200 OK status, but in the Console tab the request is a red error, >> oddly still has a 200 OK status. Naturally, since it is being >> processed as an error, none of the code in the Completed event is >> getting executed. I am trying a very simple GET against the database >> just to get the database status info. The response is normally sent >> back as JSON, but for testing I have also tried to setParseJson to >> false so that I can see the text, but I still get the error condition. >> >> So if someone has worked with the CouchDB before, any trick on what to >> do to get this to work would be greatly appreciated. >> >> Thanks, >> Jim >> >> ------------------------------------------------------------------------------ >> The modern datacenter depends on network connectivity to access resources >> and provide services. The best practices for maximizing a physical server's >> connectivity to a physical network are well understood - see how these >> rules translate into the virtual world? >> http://p.sf.net/sfu/oracle-sfdevnlfb >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ The modern datacenter depends on network connectivity to access resources and provide services. The best practices for maximizing a physical server's connectivity to a physical network are well understood - see how these rules translate into the virtual world? http://p.sf.net/sfu/oracle-sfdevnlfb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
