Brian found the problem with my setup. I'm too embarrassed to say what it was. :-) I'm all good now.
Dirk. On Mon, Jun 2, 2008 at 6:05 PM, Cassie <[EMAIL PROTECTED]> wrote: > Works for me. > > - Cassie > > > On Mon, Jun 2, 2008 at 9:48 AM, Dirk Balfanz <[EMAIL PROTECTED]> wrote: > That didn't do it (also, I thought "mvn" would be equivalent to "mvn > clean", followed by "mvn install" - at least the BUILD-JAVA readme > makes it sound like it is). > > Also, a fresh checkout still gave me the same problem. > > I deleted my whole local maven repository. Still same problem. > > maven version is 2.0.8 > > Am I really the only one seeing this? > > Dirk. > > > On Mon, Jun 2, 2008 at 12:44 AM, Kevin Brown <[EMAIL PROTECTED]> wrote: >> I tried it with the same JRE and got no problem there either. >> >> Can you try doing a mvn install? It's possible one of the packages is out > of >> date. >> >> On Sun, Jun 1, 2008 at 11:12 PM, Dirk Balfanz <[EMAIL PROTECTED]> >> wrote: >> >>> In the top-level directory of my local workspace I'm doing the following: >>> >>> $ svn up >>> $ svn status >>> M config/oauth.json >>> (so this is a clean checkout except for my oauth.json) >>> $ $JAVA_HOME/bin/java -version >>> java version "1.5.0_13" >>> ... >>> (JAVA_HOME points to something reasonable) >>> $ mvn clean >>> $ mvn >>> $ mvn -Prun >>> >>> At this point, Hello World gadget gets me the same error. I have >>> another local workspace where I get the same error. How strange. >>> >>> Dirk. >>> >>> $ svn info >>> Path: . >>> URL: http://svn.apache.org/repos/asf/incubator/shindig/trunk >>> Repository Root: http://svn.apache.org/repos/asf >>> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 >>> Revision: 662332 >>> Node Kind: directory >>> Schedule: normal >>> Last Changed Author: etnu >>> Last Changed Rev: 662212 >>> Last Changed Date: 2008-06-01 06:20:34 -0700 (Sun, 01 Jun 2008) >>> >>> >>> On Sun, Jun 1, 2008 at 9:09 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: >>> > I'm not seeing this. Did you run from the top level directory? >>> > >>> > I've tried: >>> > >>> > - your fireeagle gadget ( >>> http://dirk.balfanz.googlepages.com/fireeagle.xml) >>> > - hello world (http://www.google.com/ig/modules/hello.xml) >>> > - labpixies TODO (http://www.labpixies.com/campaigns/todo/todo.xml) >>> > >>> > As well as the sample gadget. >>> > >>> > On Sun, Jun 1, 2008 at 8:10 PM, Dirk Balfanz <[EMAIL PROTECTED]> >>> wrote: >>> > >>> >> Hi guys, >>> >> >>> >> I can't seem to get any gadget rendered in the sample container other >>> >> than the sample gadget it comes with. I tried my OAuth gadgets, but >>> >> also other random gadgets that are rendering fine in the orkut >>> >> sandbox. Anyone else seeing this? Am I missing something here? >>> >> >>> >> Dirk. >>> >> >>> >> P.S. The error usually looks something like this: >>> >> >>> >> Jun 1, 2008 7:04:54 PM >>> >> org.apache.abdera.protocol.server.impl.AbstractProvider process >>> >> SEVERE: java.lang.NullPointerException >>> >> Jun 1, 2008 7:04:54 PM >>> >> org.apache.abdera.protocol.server.ProviderHelper servererror >>> >> INFO: Server error >>> >> java.lang.NullPointerException >>> >> at >>> >> >>> > org.apache.shindig.social.samplecontainer.XmlStateFileFetcher.setupAppData(XmlStateFileFetcher.java:176) >>> >> at >>> >> >>> > org.apache.shindig.social.samplecontainer.XmlStateFileFetcher.resetStateFile(XmlStateFileFetcher.java:79) >>> >> at >>> >> >>> > org.apache.shindig.social.samplecontainer.SampleContainerRouteManager$SetStateAdapter.getResponse(SampleContainerRouteManager.java:146) >>> >> at >>> >> >>> > org.apache.shindig.social.abdera.SimpleJsonAdapter.getEntry(SimpleJsonAdapter.java:47) >>> >> at >>> >> >>> > org.apache.shindig.social.abdera.SimpleJsonAdapter.extensionRequest(SimpleJsonAdapter.java:72) >>> >> at >>> >> >>> > org.apache.abdera.protocol.server.impl.AbstractProvider.processExtensionRequest(AbstractProvider.java:216) >>> >> at >>> >> >>> > org.apache.abdera.protocol.server.impl.AbstractProvider.process(AbstractProvider.java:144) >>> >> at >>> >> > org.apache.abdera.protocol.server.FilterChain.next(FilterChain.java:42) >>> >> at >>> >> >>> > org.apache.shindig.social.abdera.json.JSONFilter.filter(JSONFilter.java:58) >>> >> at >>> >> > org.apache.abdera.protocol.server.FilterChain.next(FilterChain.java:42) >>> >> at >>> >> >>> > org.apache.shindig.social.abdera.util.ValidRequestFilter.filter(ValidRequestFilter.java:52) >>> >> at >>> >> > org.apache.abdera.protocol.server.FilterChain.next(FilterChain.java:42) >>> >> at >>> >> >>> > org.apache.abdera.protocol.server.servlet.AbderaServlet.service(AbderaServlet.java:90) >>> >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) >>> >> at >>> >> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) >>> >> at >>> >> > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362) >>> >> at >>> >> >>> > org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) >>> >> at >>> >> > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) >>> >> at >>> >> > org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726) >>> >> at >>> >> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) >>> >> at >>> >> >>> > org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206) >>> >> at >>> >> >>> > org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) >>> >> at >>> >> > org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) >>> >> at org.mortbay.jetty.Server.handle(Server.java:324) >>> >> at >>> >> > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505) >>> >> at >>> >> >>> > org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:842) >>> >> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648) >>> >> at >>> org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211) >>> >> at >>> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380) >>> >> at >>> >> >>> > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395) >>> >> at >>> >> >>> > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) >>> >> >>> > >>> >> >

