I am using jboss 6x and jdk 1.6.0_25. Would that be causing problem.

On Thu, Sep 15, 2011 at 11:57 AM, Jasha Joachimsthal <
j.joachimst...@onehippo.com> wrote:

> On 14 September 2011 16:38, Stanton Sievers <ssiev...@us.ibm.com> wrote:
>
> > Sorry about that.  I overlooked the fact that you're using Shindig 2.0.
> > The common container resources I pointed to are only available in Shindig
> > 3.0.  Is there any reason you can't use one of the Shindig 3.0 betas?
> > Maybe someone can help you out and point you to where you can get it. Off
> > the top of my head I don't know where to get a 3.0 beta2 war.
> >
>
> 3.0.0-beta2 has been distributed into the central maven repository:
>
> http://search.maven.org/remotecontent?filepath=org/apache/shindig/shindig-server/3.0.0-beta2/shindig-server-3.0.0-beta2.war
>
> Jasha
>
>
> >
> > Try this url instead (it should exist)
> > http://localhost:8180/samplecontainer/samplecontainer.html
> >
> > -Stanton
> >
> >
> >
> > From:   Naresh Chaurasia <nc.java...@gmail.com>
> > To:     dev@shindig.apache.org,
> > Date:   09/14/2011 10:23
> > Subject:        Re: Installation Instructions
> >
> >
> >
> > Stanton,
> > when i try the URL
> > http://localhost:8180/gadgets/ifr?url=http://www.labpixies.<
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> > >
> > com/campaigns/todo/todo.xml<
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> > >
> > &view=canvas
> > I get the following error msg:
> >
> > org.apache.shindig.common.uri.Uri$UriException:
> > java.lang.IllegalArgumentException: java.net.URISyntaxException: Illegal
> > character in authority at index 7:
> > http://localhostaKey=/shindig/gadgets/proxy?container=default&url=
> > shindig.port=:8080
> > org.apache.shindig.common.uri.Uri.parse(Uri.java:109)
> >
> >
> org.apache.shindig.gadgets.uri.DefaultJsUriManager.makeExternJsUri(DefaultJsUriManager.java:64)
> >
> >
> org.apache.shindig.gadgets.render.RenderingGadgetRewriter.injectFeatureLibraries(RenderingGadgetRewriter.java:231)
> >
> >
> org.apache.shindig.gadgets.render.RenderingGadgetRewriter.rewrite(RenderingGadgetRewriter.java:158)
> >
> org.apache.shindig.gadgets.render.HtmlRenderer.render(HtmlRenderer.java:88)
> > org.apache.shindig.gadgets.render.Renderer.render(Renderer.java:93)
> >
> >
> org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.render(GadgetRenderingServlet.java:104)
> >
> >
> org.apache.shindig.gadgets.servlet.GadgetRenderingServlet.doGet(GadgetRenderingServlet.java:82)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
> >
> >
> org.apache.shindig.auth.AuthenticationServletFilter.callChain(AuthenticationServletFilter.java:124)
> >
> >
> org.apache.shindig.auth.AuthenticationServletFilter.doFilter(AuthenticationServletFilter.java:87)
> >
> >
> > i am trying to hit the URL myself.
> >
> >
> > If i go to *
> >
> http://localhost:8180/samplecontainer/examples/commoncontainer/index.html*
> > I get resource not available error. Actually i un-zipped the war, there
> is
> > no index file in the path specified.
> >
> >
> >
> > http://localhost:8180/gadgets/ifr?url=http://www.labpixies.<
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> > >
> > com/campaigns/todo/todo.xml<
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> > >
> > &view=canvas
> >
> >
> > On Wed, Sep 14, 2011 at 7:25 PM, Stanton Sievers
> > <ssiev...@us.ibm.com>wrote:
> >
> > > The problem is that the gadget does not define a Content section with
> no
> > > view attribute or a view attribute of "default".  Try this:
> > >
> > >
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> >
> > > &view=canvas
> > >
> > > Are you hitting this URL yourself or is this being hit via one of the
> > > sample containers?  Normally you don't hit the ifr endpoint manually,
> > > rather, the common container APIs are used to navigate to the gadget.
> > See
> > >
> >
> http://localhost:8180/samplecontainer/examples/commoncontainer/index.html
> > >
> > > -Stanton
> > >
> > >
> > >
> > > From:   Naresh Chaurasia <nc.java...@gmail.com>
> > > To:     dev@shindig.apache.org,
> > > Date:   09/14/2011 09:49
> > > Subject:        Re: Installation Instructions
> > >
> > >
> > >
> > > I renamed the shindig-server-2.0.0.war to ROOT.war and copied it
> > > in D:\JBoss_Tomcat\server\default\deploy. I also deleted ROOT.war
> > folder.
> > >
> > > When i hit the URL: *
> > >
> > >
> >
> >
> http://localhost:8180/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> >
> > >
> > > *
> > > i get the following error
> > >
> > > Unable to locate an appropriate view in this gadget. Requested:
> > 'default'
> > > Available: [home, preview, canvas, profile]
> > >
> > > On Wed, Sep 14, 2011 at 6:36 PM, Ciancetta, Jesse E.
> > > <jc...@mitre.org>wrote:
> > >
> > > > Shindig (by default) expects to be deployed to the root context -- so
> > > try
> > > > deploying to / instead of /shindig-server-2.0.0.
> > > >
> > > > If your using tomcat you can do this by just renaming the war file to
> > > > ROOT.war
> > > >
> > > > >-----Original Message-----
> > > > >From: Naresh Chaurasia [mailto:nc.java...@gmail.com]
> > > > >Sent: Wednesday, September 14, 2011 8:56 AM
> > > > >To: dev@shindig.apache.org
> > > > >Subject: Installation Instructions
> > > > >
> > > > >I was following installation instructions specified in the following
> > > page
> > > > :
> > > > >*http://shindig.apache.org/download/index.html*
> > > > >
> > > > >When i try to open the following URL.
> > > > >*
> > > > >http://localhost:8180/shindig-server-
> > > > >2.0.0/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
> > > > >* (where shindig-server-2.0.0.war is the name of file i deployed)
> > > > >
> > > > >I get the following error message
> > > > >
> > > > >HTTP Status 404 - /shindig-server-2.0.0/ifr
> > > > >
> > > > >type Status report
> > > > >
> > > > >message /shindig-server-2.0.0/ifr
> > > > >
> > > > >description The requested resource (/shindig-server-2.0.0/ifr) is
> not
> > > > >available.
> > > > >
> > > > >Q: Why i am not able to open the widget?
> > > > >
> > > > >Note:I am able to load the page with url : *
> > > > >http://localhost:8180/shindig-server-
> > > > >2.0.0/samplecontainer/samplecontainer.html
> > > > >*
> > > > >
> > > > >--
> > > > >Regards,
> > > > >Naresh C
> > > >
> > >
> > >
> > >
> > > --
> > > Regards,
> > > Naresh C
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Regards,
> > Naresh C
> >
> >
> >
> >
>



-- 
Regards,
Naresh C

Reply via email to