• Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • core
    • Client:
       - Chrome 21.0
       - Windows x64

      Server:
       - Jenkins 1.483
       - Java 7
       - Windows x64

      In Chrome 21.0 (works in Firefox 13.0 and IE 9 x64):
      1. Click a drop list
      2. Select an item
      3. Expecting the item to be added but does nothing except closing the drop list

      This is a recurring issue.

      Some places where it's broken:

      • Job Configure > Add Parameter
      • Job Configure > Add build step
      • Job Configure > Add post-build action
      • Edit View > Add Section (for sectioned view)
      • Configure System > Add Installer

          [JENKINS-15304] Drop list broken, does nothing

          wernight added a comment -

          Chrome 22 fixed it after a full cache & cookies reset. Strangely I had to clear those else I couldn't log in Jenkins.

          wernight added a comment - Chrome 22 fixed it after a full cache & cookies reset. Strangely I had to clear those else I couldn't log in Jenkins.

          bcygan added a comment -

          Same here, running Jenkins 1.510 behind an Apache reverse proxy.

          The <proxied URL>/$stapler/bound/6e8ac2e4-2fa3-4326-abff-bac3f3381a4d/render fails with error 404. Doing the same with <non-proxied URL>/$stapler/bound/6e8ac2e4-2fa3-4326-abff-bac3f3381a4d/render works.

          Hopefully this information helps to diagnose the culprit.

          bcygan added a comment - Same here, running Jenkins 1.510 behind an Apache reverse proxy. The <proxied URL>/$stapler/bound/6e8ac2e4-2fa3-4326-abff-bac3f3381a4d/render fails with error 404. Doing the same with <non-proxied URL>/$stapler/bound/6e8ac2e4-2fa3-4326-abff-bac3f3381a4d/render works. Hopefully this information helps to diagnose the culprit.

          Felix Triebel added a comment - - edited

          Happens with:

          client: Chrome 29, Firefox 17.0.8, or IE8
          server: RHEL 6.4, Jenkins 1.529

          Jenkins is running behind Apache reverse proxy using AJP protocol (mod_proxy_ajp).

          I see this in Jenkins log file:
          SEVERE: Error within request handler thread

          winstone.WinstoneException: Unknown AJP packet type - 0
          at winstone.ajp13.Ajp13IncomingPacket.parsePacket(Ajp13IncomingPacket.java:80)
          at winstone.ajp13.Ajp13Listener.allocateRequestResponse(Ajp13Listener.java:184)
          at winstone.RequestHandlerThread.run(RequestHandlerThread.java:69)
          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
          at java.lang.Thread.run(Thread.java:662)

          Felix Triebel added a comment - - edited Happens with: client: Chrome 29, Firefox 17.0.8, or IE8 server: RHEL 6.4, Jenkins 1.529 Jenkins is running behind Apache reverse proxy using AJP protocol (mod_proxy_ajp). I see this in Jenkins log file: SEVERE: Error within request handler thread winstone.WinstoneException: Unknown AJP packet type - 0 at winstone.ajp13.Ajp13IncomingPacket.parsePacket(Ajp13IncomingPacket.java:80) at winstone.ajp13.Ajp13Listener.allocateRequestResponse(Ajp13Listener.java:184) at winstone.RequestHandlerThread.run(RequestHandlerThread.java:69) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662)

          Oleg Nenashev added a comment -

          I cannot reproduce the issue on Firefox 17

          Oleg Nenashev added a comment - I cannot reproduce the issue on Firefox 17

          Daniel Beck added a comment -

          I've never seen this either, despite reverse proxying.

          Also, needs to be reproduced in a more recent Jenkins version, 1.535 being the absolute minimum, as that is when Jenkins.war started bundling Jetty instead of Winstone.

          Daniel Beck added a comment - I've never seen this either, despite reverse proxying. Also, needs to be reproduced in a more recent Jenkins version, 1.535 being the absolute minimum, as that is when Jenkins.war started bundling Jetty instead of Winstone.

            Unassigned Unassigned
            wernight wernight
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: