Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-10548

NPE in Ajp listener

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Jenkins/1.424 Apache/2.2.16 mod_jk/1.2.32 OpenJDK/1.6.0_18

      Seems like an attribute with no value. I guess null values are valid, because the Hashtable has been replaced by HashMap.

      [Winstone 2011/08/01 21:40:04] - Error within request handler thread
      java.lang.NullPointerException
              at java.util.Hashtable.put(Hashtable.java:411)
              at winstone.ajp13.Ajp13IncomingPacket.parsePacket(Ajp13IncomingPacket.java:163)
              at winstone.ajp13.Ajp13Listener.allocateRequestResponse(Ajp13Listener.java:179)
              at winstone.RequestHandlerThread.run(RequestHandlerThread.java:79)
              at java.lang.Thread.run(Thread.java:636)
      

            kohsuke Kohsuke Kawaguchi
            frantam Franta Mejta
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: