-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
There are two lines that are often logged by shindig:
19 févr. 2013 14:49:42 org.apache.shindig.gadgets.render.RenderingGadgetRewriter injectFeatureLibraries INFO: Unknown feature(s) in extern &libs=: [core%253Arpc] 19 févr. 2013 14:58:35 org.apache.shindig.gadgets.render.DefaultServiceFetcher retrieveServices GRAVE: Failed to fetch services methods from endpoint //cms.univ-bordeauxsegalen.fr:8080/plugins/gadgets/rpc. Error Missing schema for request: //cms.univ-bordeauxsegalen.fr:8080/plugins/gadgets/rpc?method=system.listMethods
The first appears because the feature registry is asked to search a nonexisting "core%253Arpc" feature, whereas I think the features which should be searched are separated "core" and "rpc".
The GRAVE error appears because the "rpc" matcher is commented out in the sitemap, and even if uncommented, the call to the corresponding URL fails.
- Référence
-
GADGETS-54 Strange shinding logs
- Closed