Re: Containerising Storm

2016-11-22 Thread Cuneo, Nicholas
We tried doing the same but ran into deployment issues with storm workers being deployed on separate docker instances. I wasn't directly involved so I can't give much details, I just know that storm is no longer containerized on our end. --- Sent from Boxer |

Re: NullPointerException on startup

2016-11-18 Thread Cuneo, Nicholas
gmail.com> wrote: I think, you may want to start kafka and then give some time for its initialisation and then submit topology. On Sat, Nov 19, 2016 at 12:55 AM, Cuneo, Nicholas <ncu...@tycoint.com<mailto:ncu...@tycoint.com>> wrote: The cause of the null pointer exception is IN k

RE: NullPointerException on startup

2016-11-18 Thread Cuneo, Nicholas
Null Pointer Exception. I suggest you to use Debugger in your IDE, to find out where is this happening. You can try making a Local Cluster and runs it in IDE to figure it out easily. It never happens because of Storm, so do not raise ticket for now. On Sat, Nov 19, 2016 at 12:40 AM, Cuneo

NullPointerException on startup

2016-11-18 Thread Cuneo, Nicholas
Hello, We are working with storm 1.0.2 and using Kafka client to subscribe to kafka topics to retrieve data. Randomly when our topologies are starting up we receive a null pointer exception which is killing the topology. We can't seem to identify why this happens, or what measures we can