From: SourceForge.net <no...@so...> - 2008-05-23 08:56:07
|
Bugs item #1941629, was opened at 2008-04-14 02:02 Message generated for change (Settings changed) made by fpj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1941629&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: fpj (fpj) Summary: NPE on startup Initial Comment: I got this in my logs just now: 4/13/08 4:58:28 PM PDT [ClientCnxn.java@623][13]: Trying to connect to localhost/127.0.0.1:8181 4/13/08 4:58:28 PM PDT [ClientCnxn.java@544][13]: Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:60651 remote=localhost/127.0.0.1:8181] Exception in thread "EventThread" java.lang.NullPointerException at com.yahoo.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:253) It didn't seem to affect subsequent operation, but it probably shouldn't be happening (or should be caught). ---------------------------------------------------------------------- Comment By: fpj (fpj) Date: 2008-05-06 01:44 Message: Logged In: YES user_id=1926444 Originator: NO Patrick, you're right, looks like the same as 1956937. I'll work on the patch. -Flavio ---------------------------------------------------------------------- Comment By: Patrick Hunt (phunt) Date: 2008-05-06 01:02 Message: Logged In: YES user_id=12853 Originator: NO Flavio can you look at this, looks like the same as 1956937. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1941629&group_id=209147 |