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

net.sf.json..JSONException after submitting config screen

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • mailer-plugin
    • None
    • Platform: All, OS: Linux

      I've configured SMTP server (with authentication) and all other stuff on
      http://localhost:8080/configure I click on the "Test SMTP configuration button".
      However when I click on "Save" button I get the following exception:

      Exception:
      Stacktrace:

      net.sf.json.JSONException: JSONObject["smtpAuthUserName"] not found.
      at net.sf.json.JSONObject.getString(JSONObject.java:1767)
      at hudson.tasks.Mailer$DescriptorImpl.configure(Mailer.java:278)
      at hudson.model.Hudson.configureDescriptor(Hudson.java:2326)
      at hudson.model.Hudson.doConfigSubmit(Hudson.java:2262)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at
      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:185)
      at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:101)
      at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:54)
      at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:74)
      at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:30)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:487)
      at org.kohsuke.stapler.Stapler.invoke(Stapler.java:403)
      at org.kohsuke.stapler.Stapler.service(Stapler.java:116)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
      at winstone.ServletConfiguration.execute(ServletConfiguration.java:249)
      at winstone.RequestDispatcher.forward(RequestDispatcher.java:335)
      at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:378)
      at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
      at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
      at winstone.FilterConfiguration.execute(FilterConfiguration.java:195)
      at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:368)
      at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
      at winstone.FilterConfiguration.execute(FilterConfiguration.java:195)
      at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:368)
      at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
      at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
      at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:154)
      at winstone.FilterConfiguration.execute(FilterConfiguration.java:195)
      at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:368)
      at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
      at winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:244)
      at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
      at java.lang.Thread.run(Thread.java:619)

          [JENKINS-4596] net.sf.json..JSONException after submitting config screen

          rmoutinho added a comment -

          Created an attachment (id=935)
          Screen showing the configuration completed with test successfully

          rmoutinho added a comment - Created an attachment (id=935) Screen showing the configuration completed with test successfully

          rmoutinho added a comment -

          Created an attachment (id=936)
          Error shown after clicking 'save' button

          rmoutinho added a comment - Created an attachment (id=936) Error shown after clicking 'save' button

          Andrew Bayer added a comment -

          Looking into this - it's almost certainly caused by the changes in
          http://fisheye4.atlassian.com/changelog/hudson?cs=22001.

          Andrew Bayer added a comment - Looking into this - it's almost certainly caused by the changes in http://fisheye4.atlassian.com/changelog/hudson?cs=22001 .

          Andrew Bayer added a comment -

          Ok, I'm fairly sure the problem is, as I said, in r22001, and that it's somehow
          related to <f:entry>'s field parameter not playing nice with <f:optionalBlock>,
          but I don't know enough of the Stapler/jelly logic to fix it. So I'm reassigning
          to kohsuke.

          Andrew Bayer added a comment - Ok, I'm fairly sure the problem is, as I said, in r22001, and that it's somehow related to <f:entry>'s field parameter not playing nice with <f:optionalBlock>, but I don't know enough of the Stapler/jelly logic to fix it. So I'm reassigning to kohsuke.

          evernat added a comment -

          duplicate of JENKINS-4586 which is fixed "in general" since 1.328

          evernat added a comment - duplicate of JENKINS-4586 which is fixed "in general" since 1.328

            kohsuke Kohsuke Kawaguchi
            rmoutinho rmoutinho
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: