Hi
I checkout the latest shindig code from the its Subversion repository, I got
the following error no matter I start it in jetty server or install the war
file to tomcat.
WARNING: Failed to initialize OAuth
org.apache.shindig.gadgets.GadgetException: Unable to retrieve gadget xml. HTTP
error 404
at
org.apache.shindig.gadgets.BasicGadgetSpecFactory.getGadgetSpec(BasicGadgetSpecFactory.java:81)
at
org.apache.shindig.gadgets.oauth.BasicGadgetOAuthTokenStore.storeProviderInfos(BasicGadgetOAuthTokenStore.java:73)
at
org.apache.shindig.gadgets.oauth.BasicGadgetOAuthTokenStore.initFromConfigFile(BasicGadgetOAuthTokenStore.java:57)
at
org.apache.shindig.gadgets.oauth.OAuthFetcherFactory.<init>(OAuthFetcherFactory.java:60)
at
org.apache.shindig.gadgets.oauth.OAuthFetcherFactory$$FastClassByGuice$$93352e00.newInstance(<generated>)
at
com.google.inject.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40)
at
com.google.inject.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:67)
How to fix the problem?
Thanks