Skip to content

Instantly share code, notes, and snippets.

@zmallen
Created December 8, 2015 15:36
Show Gist options
  • Save zmallen/dc75f522ba8c435b0d95 to your computer and use it in GitHub Desktop.
Save zmallen/dc75f522ba8c435b0d95 to your computer and use it in GitHub Desktop.
java.lang.RuntimeException: java.io.NotSerializableException: com.fasterxml.jackson.module.paranamer.shaded.CachingParanamer
at backtype.storm.serialization.DefaultSerializationDelegate.serialize(DefaultSerializationDelegate.java:43) ~[storm-core-0.9.5.jar:0.9.5]
at backtype.storm.utils.Utils.serialize(Utils.java:85) ~[storm-core-0.9.5.jar:0.9.5]
at backtype.storm.topology.TopologyBuilder.createTopology(TopologyBuilder.java:106) ~[storm-core-0.9.5.jar:0.9.5]
at fastly.storm.topology.FastlyTopology$.main(Topology.scala:21) ~[classes/:na]
at fastly.storm.topology.FastlyTopology.main(Topology.scala) ~[classes/:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_66]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) ~[idea_rt.jar:na]
Caused by: java.io.NotSerializableException: com.fasterxml.jackson.module.paranamer.shaded.CachingParanamer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment