You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Neo Anderson <ne...@googlemail.com> on 2008/02/19 07:37:58 UTC

UNSUPPORTED_FEATURE dynamic-height

Just now, I updated my code and I build my gadget server using
mvn package
mvn jetty:run

And no modifications to my gadgets javascript code. Just I used new code for
gadgets server and I got the following error.


HTTP ERROR: 400

UNSUPPORTED_FEATURE dynamic-height

RequestURI=/gadgets/ifr

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Arun Kumar <ar...@gmail.com>.
Neo, is it working for you?


On Feb 20, 2008 2:04 PM, Arun Kumar <ar...@gmail.com> wrote:

> Yes.
>
> I think I can run mvn if there is pom.xml
>
>
> On Feb 20, 2008 1:49 PM, Cassie <do...@google.com> wrote:
>
> > Oh, just replied to you in another thread. So, unfortunately, from
> > within a
> > clean client I can not reproduce. Are you within the java/gadgets
> > directory
> > when you run mvn?
> >
> > - Cassie
> >
> >
> > On Tue, Feb 19, 2008 at 11:03 PM, Neo Anderson <
> > neoanderson123@googlemail.com> wrote:
> >
> > > This means that features are loaded. But I'm getting the above said
> > error.
> > >
> > > On Feb 20, 2008 12:32 PM, Neo Anderson <ne...@googlemail.com>
> > > wrote:
> > >
> > > > Even when I use mvn clean, I got the same error.
> > > >
> > > > When I start jetty, I got this:
> > > >
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> > > > INFO: Loading resources from: features/features.txt
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/analytics/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/caja/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/core.io/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/core/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/flash/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/ifpc/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/minimessage/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in
> > > features/opensocial-reference/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in
> > > > features/opensocial-samplecontainer/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/rpc/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/setprefs/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/settitle/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/skins/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/tabs/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/views/feature.xml
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.msgbundlesubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.bidisubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.modulesubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.prefsubst
> > > > Feb 20, 2008 12:35:36 PM
> > > > org.apache.shindig.gadgets.http.GadgetRenderingServlet
> > > > outputErrors
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Feb 20, 2008 11:36 AM, Neo Anderson <
> > neoanderson123@googlemail.com>
> > > > wrote:
> > > >
> > > > > I simply deleted the target folder in which all the compiled files
> > are
> > > > > there.Then I compiled code again and then also, it is not working.
> > > > >
> > > > >
> > > > > On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
> > > > >
> > > > > > In another thread someone mentioned that doing mvn clean might
> > solve
> > > > > > your
> > > > > > errors.
> > > > > > Have you guys tried that?
> > > > > >
> > > > > > - Cassie
> > > > > >
> > > > > >
> > > > > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > > > > arunkumar.boppudi.514@gmail.com> wrote:
> > > > > >
> > > > > > > Hi Neo,
> > > > > > >
> > > > > > > I got this error:
> > > > > > >
> > > > > > > UNSUPPORTED_FEATURE setprefs
> > > > > > >
> > > > > > > When I'm running a gadget that is using that uses setpref
> > feature.
> > > > > > >
> > > > > > >
> > > > > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > > > > neoanderson123@googlemail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Just now, I updated my code and I build my gadget server
> > using
> > > > > > > > mvn package
> > > > > > > > mvn jetty:run
> > > > > > > >
> > > > > > > > And no modifications to my gadgets javascript code. Just I
> > used
> > > > > > new code
> > > > > > > > for
> > > > > > > > gadgets server and I got the following error.
> > > > > > > >
> > > > > > > >
> > > > > > > > HTTP ERROR: 400
> > > > > > > >
> > > > > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > > > > >
> > > > > > > > RequestURI=/gadgets/ifr
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Neo Anderson <ne...@googlemail.com>.
No



On Feb 20, 2008 2:04 PM, Arun Kumar <ar...@gmail.com> wrote:

> Yes.
>
> I think I can run mvn if there is pom.xml
>
> On Feb 20, 2008 1:49 PM, Cassie <do...@google.com> wrote:
>
> > Oh, just replied to you in another thread. So, unfortunately, from
> within
> > a
> > clean client I can not reproduce. Are you within the java/gadgets
> > directory
> > when you run mvn?
> >
> > - Cassie
> >
> >
> > On Tue, Feb 19, 2008 at 11:03 PM, Neo Anderson <
> > neoanderson123@googlemail.com> wrote:
> >
> > > This means that features are loaded. But I'm getting the above said
> > error.
> > >
> > > On Feb 20, 2008 12:32 PM, Neo Anderson <ne...@googlemail.com>
> > > wrote:
> > >
> > > > Even when I use mvn clean, I got the same error.
> > > >
> > > > When I start jetty, I got this:
> > > >
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> > > > INFO: Loading resources from: features/features.txt
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/analytics/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/caja/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/core.io/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/core/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/flash/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/ifpc/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/minimessage/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in
> > > features/opensocial-reference/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in
> > > > features/opensocial-samplecontainer/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/rpc/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/setprefs/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/settitle/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/skins/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/tabs/feature.xml
> > > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > > getContent
> > > > INFO: Looking for feature.xml in features/views/feature.xml
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.msgbundlesubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.bidisubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.modulesubst
> > > > Feb 20, 2008 12:34:53 PM
> > > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > > er
> > > > INFO: Registering feature: core.prefsubst
> > > > Feb 20, 2008 12:35:36 PM
> > > > org.apache.shindig.gadgets.http.GadgetRenderingServlet
> > > > outputErrors
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Feb 20, 2008 11:36 AM, Neo Anderson <
> neoanderson123@googlemail.com>
> > > > wrote:
> > > >
> > > > > I simply deleted the target folder in which all the compiled files
> > are
> > > > > there.Then I compiled code again and then also, it is not working.
> > > > >
> > > > >
> > > > > On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
> > > > >
> > > > > > In another thread someone mentioned that doing mvn clean might
> > solve
> > > > > > your
> > > > > > errors.
> > > > > > Have you guys tried that?
> > > > > >
> > > > > > - Cassie
> > > > > >
> > > > > >
> > > > > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > > > > arunkumar.boppudi.514@gmail.com> wrote:
> > > > > >
> > > > > > > Hi Neo,
> > > > > > >
> > > > > > > I got this error:
> > > > > > >
> > > > > > > UNSUPPORTED_FEATURE setprefs
> > > > > > >
> > > > > > > When I'm running a gadget that is using that uses setpref
> > feature.
> > > > > > >
> > > > > > >
> > > > > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > > > > neoanderson123@googlemail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Just now, I updated my code and I build my gadget server
> using
> > > > > > > > mvn package
> > > > > > > > mvn jetty:run
> > > > > > > >
> > > > > > > > And no modifications to my gadgets javascript code. Just I
> > used
> > > > > > new code
> > > > > > > > for
> > > > > > > > gadgets server and I got the following error.
> > > > > > > >
> > > > > > > >
> > > > > > > > HTTP ERROR: 400
> > > > > > > >
> > > > > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > > > > >
> > > > > > > > RequestURI=/gadgets/ifr
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Arun Kumar <ar...@gmail.com>.
Yes.

I think I can run mvn if there is pom.xml

On Feb 20, 2008 1:49 PM, Cassie <do...@google.com> wrote:

> Oh, just replied to you in another thread. So, unfortunately, from within
> a
> clean client I can not reproduce. Are you within the java/gadgets
> directory
> when you run mvn?
>
> - Cassie
>
>
> On Tue, Feb 19, 2008 at 11:03 PM, Neo Anderson <
> neoanderson123@googlemail.com> wrote:
>
> > This means that features are loaded. But I'm getting the above said
> error.
> >
> > On Feb 20, 2008 12:32 PM, Neo Anderson <ne...@googlemail.com>
> > wrote:
> >
> > > Even when I use mvn clean, I got the same error.
> > >
> > > When I start jetty, I got this:
> > >
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> > > INFO: Loading resources from: features/features.txt
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/analytics/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/caja/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/core.io/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/core/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/flash/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/ifpc/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/minimessage/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in
> > features/opensocial-reference/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in
> > > features/opensocial-samplecontainer/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/rpc/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/setprefs/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/settitle/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/skins/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/tabs/feature.xml
> > > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> > getContent
> > > INFO: Looking for feature.xml in features/views/feature.xml
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.msgbundlesubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.bidisubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.modulesubst
> > > Feb 20, 2008 12:34:53 PM
> > org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > > er
> > > INFO: Registering feature: core.prefsubst
> > > Feb 20, 2008 12:35:36 PM
> > > org.apache.shindig.gadgets.http.GadgetRenderingServlet
> > > outputErrors
> > >
> > >
> > >
> > >
> > >
> > > On Feb 20, 2008 11:36 AM, Neo Anderson <ne...@googlemail.com>
> > > wrote:
> > >
> > > > I simply deleted the target folder in which all the compiled files
> are
> > > > there.Then I compiled code again and then also, it is not working.
> > > >
> > > >
> > > > On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
> > > >
> > > > > In another thread someone mentioned that doing mvn clean might
> solve
> > > > > your
> > > > > errors.
> > > > > Have you guys tried that?
> > > > >
> > > > > - Cassie
> > > > >
> > > > >
> > > > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > > > arunkumar.boppudi.514@gmail.com> wrote:
> > > > >
> > > > > > Hi Neo,
> > > > > >
> > > > > > I got this error:
> > > > > >
> > > > > > UNSUPPORTED_FEATURE setprefs
> > > > > >
> > > > > > When I'm running a gadget that is using that uses setpref
> feature.
> > > > > >
> > > > > >
> > > > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > > > neoanderson123@googlemail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Just now, I updated my code and I build my gadget server using
> > > > > > > mvn package
> > > > > > > mvn jetty:run
> > > > > > >
> > > > > > > And no modifications to my gadgets javascript code. Just I
> used
> > > > > new code
> > > > > > > for
> > > > > > > gadgets server and I got the following error.
> > > > > > >
> > > > > > >
> > > > > > > HTTP ERROR: 400
> > > > > > >
> > > > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > > > >
> > > > > > > RequestURI=/gadgets/ifr
> > > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Cassie <do...@google.com>.
Oh, just replied to you in another thread. So, unfortunately, from within a
clean client I can not reproduce. Are you within the java/gadgets directory
when you run mvn?

- Cassie


On Tue, Feb 19, 2008 at 11:03 PM, Neo Anderson <
neoanderson123@googlemail.com> wrote:

> This means that features are loaded. But I'm getting the above said error.
>
> On Feb 20, 2008 12:32 PM, Neo Anderson <ne...@googlemail.com>
> wrote:
>
> > Even when I use mvn clean, I got the same error.
> >
> > When I start jetty, I got this:
> >
> > Feb 20, 2008 12:34:53 PM
> org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> > INFO: Loading resources from: features/features.txt
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/analytics/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/caja/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/core.io/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/core/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/flash/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/ifpc/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/minimessage/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in
> features/opensocial-reference/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in
> > features/opensocial-samplecontainer/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/rpc/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/setprefs/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/settitle/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/skins/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/tabs/feature.xml
> > Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader
> getContent
> > INFO: Looking for feature.xml in features/views/feature.xml
> > Feb 20, 2008 12:34:53 PM
> org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > er
> > INFO: Registering feature: core.msgbundlesubst
> > Feb 20, 2008 12:34:53 PM
> org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > er
> > INFO: Registering feature: core.bidisubst
> > Feb 20, 2008 12:34:53 PM
> org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > er
> > INFO: Registering feature: core.modulesubst
> > Feb 20, 2008 12:34:53 PM
> org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> > er
> > INFO: Registering feature: core.prefsubst
> > Feb 20, 2008 12:35:36 PM
> > org.apache.shindig.gadgets.http.GadgetRenderingServlet
> > outputErrors
> >
> >
> >
> >
> >
> > On Feb 20, 2008 11:36 AM, Neo Anderson <ne...@googlemail.com>
> > wrote:
> >
> > > I simply deleted the target folder in which all the compiled files are
> > > there.Then I compiled code again and then also, it is not working.
> > >
> > >
> > > On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
> > >
> > > > In another thread someone mentioned that doing mvn clean might solve
> > > > your
> > > > errors.
> > > > Have you guys tried that?
> > > >
> > > > - Cassie
> > > >
> > > >
> > > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > > arunkumar.boppudi.514@gmail.com> wrote:
> > > >
> > > > > Hi Neo,
> > > > >
> > > > > I got this error:
> > > > >
> > > > > UNSUPPORTED_FEATURE setprefs
> > > > >
> > > > > When I'm running a gadget that is using that uses setpref feature.
> > > > >
> > > > >
> > > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > > neoanderson123@googlemail.com>
> > > > > wrote:
> > > > >
> > > > > > Just now, I updated my code and I build my gadget server using
> > > > > > mvn package
> > > > > > mvn jetty:run
> > > > > >
> > > > > > And no modifications to my gadgets javascript code. Just I used
> > > > new code
> > > > > > for
> > > > > > gadgets server and I got the following error.
> > > > > >
> > > > > >
> > > > > > HTTP ERROR: 400
> > > > > >
> > > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > > >
> > > > > > RequestURI=/gadgets/ifr
> > > > > >
> > > > >
> > > >
> > >
> > >
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Neo Anderson <ne...@googlemail.com>.
This means that features are loaded. But I'm getting the above said error.

On Feb 20, 2008 12:32 PM, Neo Anderson <ne...@googlemail.com>
wrote:

> Even when I use mvn clean, I got the same error.
>
> When I start jetty, I got this:
>
> Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
> INFO: Loading resources from: features/features.txt
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/analytics/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/caja/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/core.io/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/core/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/dynamic-height/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/flash/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/ifpc/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/minimessage/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/opensocial-reference/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in
> features/opensocial-samplecontainer/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/rpc/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/setprefs/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/settitle/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/skins/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/tabs/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
> INFO: Looking for feature.xml in features/views/feature.xml
> Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> er
> INFO: Registering feature: core.msgbundlesubst
> Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> er
> INFO: Registering feature: core.bidisubst
> Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> er
> INFO: Registering feature: core.modulesubst
> Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
> er
> INFO: Registering feature: core.prefsubst
> Feb 20, 2008 12:35:36 PM
> org.apache.shindig.gadgets.http.GadgetRenderingServlet
> outputErrors
>
>
>
>
>
> On Feb 20, 2008 11:36 AM, Neo Anderson <ne...@googlemail.com>
> wrote:
>
> > I simply deleted the target folder in which all the compiled files are
> > there.Then I compiled code again and then also, it is not working.
> >
> >
> > On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
> >
> > > In another thread someone mentioned that doing mvn clean might solve
> > > your
> > > errors.
> > > Have you guys tried that?
> > >
> > > - Cassie
> > >
> > >
> > > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > > arunkumar.boppudi.514@gmail.com> wrote:
> > >
> > > > Hi Neo,
> > > >
> > > > I got this error:
> > > >
> > > > UNSUPPORTED_FEATURE setprefs
> > > >
> > > > When I'm running a gadget that is using that uses setpref feature.
> > > >
> > > >
> > > > On Feb 19, 2008 12:07 PM, Neo Anderson <
> > > neoanderson123@googlemail.com>
> > > > wrote:
> > > >
> > > > > Just now, I updated my code and I build my gadget server using
> > > > > mvn package
> > > > > mvn jetty:run
> > > > >
> > > > > And no modifications to my gadgets javascript code. Just I used
> > > new code
> > > > > for
> > > > > gadgets server and I got the following error.
> > > > >
> > > > >
> > > > > HTTP ERROR: 400
> > > > >
> > > > > UNSUPPORTED_FEATURE dynamic-height
> > > > >
> > > > > RequestURI=/gadgets/ifr
> > > > >
> > > >
> > >
> >
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Neo Anderson <ne...@googlemail.com>.
Even when I use mvn clean, I got the same error.

When I start jetty, I got this:

Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.JsFeatureLoaderloadFeatures
INFO: Loading resources from: features/features.txt
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/analytics/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/caja/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/core.io/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/core/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/dynamic-height/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/flash/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/ifpc/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/minimessage/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/opensocial-reference/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in
features/opensocial-samplecontainer/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/rpc/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/setprefs/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/settitle/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/skins/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/tabs/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.util.ResourceLoader getContent
INFO: Looking for feature.xml in features/views/feature.xml
Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
er
INFO: Registering feature: core.msgbundlesubst
Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
er
INFO: Registering feature: core.bidisubst
Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
er
INFO: Registering feature: core.modulesubst
Feb 20, 2008 12:34:53 PM org.apache.shindig.gadgets.GadgetFeatureRegistryregist
er
INFO: Registering feature: core.prefsubst
Feb 20, 2008 12:35:36 PM
org.apache.shindig.gadgets.http.GadgetRenderingServlet
outputErrors





On Feb 20, 2008 11:36 AM, Neo Anderson <ne...@googlemail.com>
wrote:

> I simply deleted the target folder in which all the compiled files are
> there.Then I compiled code again and then also, it is not working.
>
>
> On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:
>
> > In another thread someone mentioned that doing mvn clean might solve
> > your
> > errors.
> > Have you guys tried that?
> >
> > - Cassie
> >
> >
> > On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> > arunkumar.boppudi.514@gmail.com> wrote:
> >
> > > Hi Neo,
> > >
> > > I got this error:
> > >
> > > UNSUPPORTED_FEATURE setprefs
> > >
> > > When I'm running a gadget that is using that uses setpref feature.
> > >
> > >
> > > On Feb 19, 2008 12:07 PM, Neo Anderson <ne...@googlemail.com>
> > > wrote:
> > >
> > > > Just now, I updated my code and I build my gadget server using
> > > > mvn package
> > > > mvn jetty:run
> > > >
> > > > And no modifications to my gadgets javascript code. Just I used new
> > code
> > > > for
> > > > gadgets server and I got the following error.
> > > >
> > > >
> > > > HTTP ERROR: 400
> > > >
> > > > UNSUPPORTED_FEATURE dynamic-height
> > > >
> > > > RequestURI=/gadgets/ifr
> > > >
> > >
> >
>
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Neo Anderson <ne...@googlemail.com>.
I simply deleted the target folder in which all the compiled files are
there.Then I compiled code again and then also, it is not working.

On Feb 20, 2008 3:31 AM, Cassie <do...@apache.org> wrote:

> In another thread someone mentioned that doing mvn clean might solve your
> errors.
> Have you guys tried that?
>
> - Cassie
>
>
> On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
> arunkumar.boppudi.514@gmail.com> wrote:
>
> > Hi Neo,
> >
> > I got this error:
> >
> > UNSUPPORTED_FEATURE setprefs
> >
> > When I'm running a gadget that is using that uses setpref feature.
> >
> >
> > On Feb 19, 2008 12:07 PM, Neo Anderson <ne...@googlemail.com>
> > wrote:
> >
> > > Just now, I updated my code and I build my gadget server using
> > > mvn package
> > > mvn jetty:run
> > >
> > > And no modifications to my gadgets javascript code. Just I used new
> code
> > > for
> > > gadgets server and I got the following error.
> > >
> > >
> > > HTTP ERROR: 400
> > >
> > > UNSUPPORTED_FEATURE dynamic-height
> > >
> > > RequestURI=/gadgets/ifr
> > >
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Cassie <do...@apache.org>.
In another thread someone mentioned that doing mvn clean might solve your
errors.
Have you guys tried that?

- Cassie


On Mon, Feb 18, 2008 at 11:58 PM, Arun Kumar <
arunkumar.boppudi.514@gmail.com> wrote:

> Hi Neo,
>
> I got this error:
>
> UNSUPPORTED_FEATURE setprefs
>
> When I'm running a gadget that is using that uses setpref feature.
>
>
> On Feb 19, 2008 12:07 PM, Neo Anderson <ne...@googlemail.com>
> wrote:
>
> > Just now, I updated my code and I build my gadget server using
> > mvn package
> > mvn jetty:run
> >
> > And no modifications to my gadgets javascript code. Just I used new code
> > for
> > gadgets server and I got the following error.
> >
> >
> > HTTP ERROR: 400
> >
> > UNSUPPORTED_FEATURE dynamic-height
> >
> > RequestURI=/gadgets/ifr
> >
>

Re: UNSUPPORTED_FEATURE dynamic-height

Posted by Arun Kumar <ar...@gmail.com>.
Hi Neo,

I got this error:

UNSUPPORTED_FEATURE setprefs

When I'm running a gadget that is using that uses setpref feature.


On Feb 19, 2008 12:07 PM, Neo Anderson <ne...@googlemail.com>
wrote:

> Just now, I updated my code and I build my gadget server using
> mvn package
> mvn jetty:run
>
> And no modifications to my gadgets javascript code. Just I used new code
> for
> gadgets server and I got the following error.
>
>
> HTTP ERROR: 400
>
> UNSUPPORTED_FEATURE dynamic-height
>
> RequestURI=/gadgets/ifr
>