When the error above occurs, it prevents all features from being loaded. Because the features are not loaded into the system, all further requests to your server will return the unsupported exception.
Thus, the error above -is- causing the unsupported exception. If you look at the bug Kevin references above it seems that this is a known problem on the windows platform. So, if you have a non-windows box available then you can run shindig without exceptions. If not, then Shindig will not currently run for you. However, Kevin submitted one possible fix last night. (A change to the ResourceLoader class, it should now say "resource.trim()" on line 49) If someone could re-sync and try to run on windows it would be great to know if his change worked. If not, please let me know if the patch on this bug fixes the issue: https://issues.apache.org/jira/browse/SHINDIG-91 Thanks for your patience! - Cassie On Mon, Feb 25, 2008 at 1:48 AM, Arun Kumar <[EMAIL PROTECTED]> wrote: > But I'm getting this error even when I use serttitle or dynamic-height > features. > > On Mon, Feb 25, 2008 at 3:03 PM, Akash Xavier <[EMAIL PROTECTED]> > wrote: > > > No Arun, > > UNSUPPORTED_FEATURE is returned only when a feature is not supported by > > the > > container. > > Its not any problem. > > > > On Mon, Feb 25, 2008 at 1:28 AM, Arun Kumar < > > [EMAIL PROTECTED]> > > wrote: > > > > > Is that UNSUPPORTED_FEATURE error related to above gadget server > > > exception? > > > > > > If not, what would be the problem? > > > > > > Why do I got this problem? > > > > > > > > > > > -- > > Akash Xavier > > [EMAIL PROTECTED] > > >

