Hi, I don't know if this is a bug or whether I am simply doing something wrong, so I wanted to ask here before raising anything on Github. When I attempt to install a plugin on the latest graylog2 version (0.20.1) I receive the following error:
$ java -jar graylog2-server.jar --install-plugin twitter_input > --plugin-version 0.11.0 > Plugin installation requested. > Attempting to install plugin <twitter_input> version <0.11.0>. > com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: > Unrecognized field "shortname" (class > org.graylog2.plugins.PluginApiResponse), not marked as ignorable (0 known > properties: ]) > at [Source: java.io.StringReader@1c126da; line: 1, column: 15] (through > reference chain: org.graylog2.plugins.PluginApiResponse["shortname"]) > at > com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:51) > at > com.fasterxml.jackson.databind.DeserializationContext.reportUnknownProperty(DeserializationContext.java:671) > at > com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:761) > at > com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1297) > at > com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownVanilla(BeanDeserializerBase.java:1275) > at > com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:247) > at > com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:118) > at > com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:2986) > at > com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:2091) > at > org.graylog2.plugins.PluginInstaller.getPluginInformation(PluginInstaller.java:135) > at > org.graylog2.plugins.PluginInstaller.install(PluginInstaller.java:86) > at org.graylog2.Main.main(Main.java:124) Can anyone say whether this is just local to my instance, or whether others have seen the same problem? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
