Mike; The patch file cleared the IllegalStateException error. The error being hidden is "A connection to the Database instance 'db' could not be created. Error: Connection refused: connect".
I had not started Xindice prior to starting Tomcat. I find that there is another error in starting Xindice "Unable to parse document". I need to chase that error down. The patch does fix the IllegalStateException error. Thanks Jeff [CC'ed to xindice-dev to get somone to review and commit the fix. ;) ] Hey Jeff, Stewart, Jeffrey E wrote: > I'm getting the following exception from the listcontacts url: > http://localhost:8080/Addressbook/servlet/Task?action=listcontacts > Your installation of the addressbook is encountering a problem when you are running it. An exception is getting thrown and the Task class is trying to output an error message. Unfortunately, a response has already been comittted back to the browser so the IllegalStateException you are seeing is getting thrown, and masking the real error. Apply the attached patch and rebuild the Addressbook example. Redeploy it and you should see a stack trace for the real problem instead, which may tell what the real problem actually is. HTH, Mike -- Mike Gratton <[EMAIL PROTECTED]>, <http://web.vee.net/> "Every motive escalate."
