Hi,
I'm trying desperately to debug something in a Linux/PostGRE environment. But I can't seem to get a stable environment. I created my Content Server instance with its own user account. I added my user to the opentext wheel group and made sure that everything in OTHome was g+w (group writeable). Now I get this problem on seemingly random request handlers, but the more I use CSIDE, the more request handlers start failing.
Always in the CSIDE log is the message "Dispatcher error: Invalid request arguments.". I've tried running as myself and as root (sudo ./eclipse). Invariably the same result. In some cases, URLs that previously worked stop working. I tried setting a breakpoint on the Dispatcher in $WebDSP but it's never hitting it for some reason.
With CSIDE and Linux, has anyone run into anything like this?
-Hugh