• Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Blocker Blocker
    • core
    • JENKINS WAR VERSION 1.586
      WINDOWS SERVER 2008 R2 ENTERPRISE
      AMD OPTERON(TM) PROCESSOR 6136 2.4 GHZ (2 PROCESSORS)
      4.0 GB RAM
      64-BIT OPERATION SYSTEM
      WEBSPHERE APPLICATION SERVER 8.5.5

      After updating to version 1.586 the Jenkins application fails to load with stack trace of the following:

      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R Exception in thread "Jenkins initialization thread" java.lang.NoClassDefFoundError: hudson.util.HudsonFailedToLoad
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at hudson.WebAppMain$3.run(WebAppMain.java:234)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R Caused by: java.lang.ClassNotFoundException: hudson.util.HudsonFailedToLoad
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:204)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:699)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at java.lang.ClassLoader.loadClass(ClassLoader.java:678)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:119)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at java.lang.ClassLoader.loadClass(ClassLoader.java:661)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:62)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at com.ibm.ws.classloader.ProtectionClassLoader.loadClass(ProtectionClassLoader.java:58)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:616)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R at java.lang.ClassLoader.loadClass(ClassLoader.java:661)
      [10/28/14 7:10:57:152 EDT] 000000a0 SystemErr R ... 1 more
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/].
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:432)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:718)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1175)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:774)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1374)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2179)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:445)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5474)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5600)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1266)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at java.lang.reflect.Method.invoke(Method.java:611)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:69)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at java.lang.reflect.Method.invoke(Method.java:611)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:272)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1148)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at java.security.AccessController.doPrivileged(AccessController.java:298)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:30)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at sun.misc.JavaSecurityAccessWrapper.doIntersectionPrivilege(JavaSecurityAccessWrapper.java:41)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1142)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:995)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:847)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:783)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1335)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:241)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:578)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at org.apache.struts.action.RequestProcessor.processActionPerform(Unknown Source)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at org.apache.struts.action.RequestProcessor.process(Unknown Source)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at org.apache.struts.action.ActionServlet.process(Unknown Source)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1227)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:776)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
      [10/28/14 7:10:57:355 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:194)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.action.RequestProcessor.doForward(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.tiles.TilesRequestProcessor.doForward(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.action.RequestProcessor.processForwardConfig(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.action.RequestProcessor.process(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.action.ActionServlet.process(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1227)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:776)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistance(WSCUrlFilter.java:955)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:504)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:325)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3761)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:976)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1784)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1862)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/].
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:759)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:426)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R ... 99 more
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R Caused by: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/].
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:176)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:749)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R ... 101 more
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R Caused by: java.lang.RuntimeException: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=*, name=JSESSIONID, path=/].
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:442)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:169)
      [10/28/14 7:10:57:371 EDT] 0000008f SystemErr R ... 102 more

          [JENKINS-25337] Jenkins fails to start

          Daniel Beck added a comment -

          Have you investigated the error message? It seems the container prohibits making the cookie e.g. HttpOnly, so looks more like a config issue than anything else.

          Daniel Beck added a comment - Have you investigated the error message? It seems the container prohibits making the cookie e.g. HttpOnly, so looks more like a config issue than anything else.

          Bruce Coveny added a comment -

          Confused by this. So it shouldn't be HttpOnly? Why would this change between Jenkins 1.585 and 1.586. Also according to the property in WebSphere it makes it sound like you want it HttpOnly to prevent cross-site scripting attacks.

          WebSphere checkbox label:
          Set session cookies to HTTPOnly to help prevent cross-site scripting attacks

          Bruce Coveny added a comment - Confused by this. So it shouldn't be HttpOnly? Why would this change between Jenkins 1.585 and 1.586. Also according to the property in WebSphere it makes it sound like you want it HttpOnly to prevent cross-site scripting attacks. WebSphere checkbox label: Set session cookies to HTTPOnly to help prevent cross-site scripting attacks

          Daniel Beck added a comment -

          So it shouldn't be HttpOnly?

          It should. Jenkins configures it like that.

          Why would this change between Jenkins 1.585 and 1.586.

          Because it's mentioned in the change log.

          I don't know what's going on with WebSphere, but I suggest you try removing JSESSIONID from the

          restricted programmatic session cookies list

          and see what happens. Not a lot else changed.

          Daniel Beck added a comment - So it shouldn't be HttpOnly? It should. Jenkins configures it like that. Why would this change between Jenkins 1.585 and 1.586. Because it's mentioned in the change log . I don't know what's going on with WebSphere, but I suggest you try removing JSESSIONID from the restricted programmatic session cookies list and see what happens. Not a lot else changed .

          Bruce Coveny added a comment -

          I tried setting flags based on http://www-01.ibm.com/support/docview.wss?uid=swg21422185 however messing with either of the flags resulted in Jenkins still failing to start. The only way I was able to get Jenkins to start was to change the name of the cookie from JSESSIONID to JSESSIONID_SVR. I do not feel this is optimal and would like suggestions on how to continue. I tried all different combo's of the two checkboxes in the attached image.

          Bruce Coveny added a comment - I tried setting flags based on http://www-01.ibm.com/support/docview.wss?uid=swg21422185 however messing with either of the flags resulted in Jenkins still failing to start. The only way I was able to get Jenkins to start was to change the name of the cookie from JSESSIONID to JSESSIONID_SVR. I do not feel this is optimal and would like suggestions on how to continue. I tried all different combo's of the two checkboxes in the attached image.

          Daniel Beck added a comment -

          From http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.messages.doc/com.ibm.ws.webcontainer.resources.Messages.html?cp=SSAW57_8.5.5%2F1-18-8-415 (emphasis mine):

          SRVE8111E: The application, {0}, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=..., name=..., path=....
          Explanation The administrator has disabled changing the cookie configuration for the cookie matching the domain, name, and path
          Action Either modify the application to use a different cookie name, domain, or path or modify the restricted programmatic session cookie values

          So it's not a bug, just a WebSphere configuration issue.

          Daniel Beck added a comment - From http://www-01.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.messages.doc/com.ibm.ws.webcontainer.resources.Messages.html?cp=SSAW57_8.5.5%2F1-18-8-415 (emphasis mine): SRVE8111E: The application, {0}, is trying to modify a cookie which matches a pattern in the restricted programmatic session cookies list [domain=..., name=..., path=.... Explanation The administrator has disabled changing the cookie configuration for the cookie matching the domain, name, and path Action Either modify the application to use a different cookie name, domain, or path or modify the restricted programmatic session cookie values So it's not a bug, just a WebSphere configuration issue.

          Bruce Coveny added a comment -

          I understand what is it saying, just have no idea on how to fix since we have not changed any of the settings of WebSphere from the default settings. So I have not disabled anything it was already set like that by default. So how to unset it?

          Bruce Coveny added a comment - I understand what is it saying, just have no idea on how to fix since we have not changed any of the settings of WebSphere from the default settings. So I have not disabled anything it was already set like that by default. So how to unset it?

          Daniel Beck added a comment -

          I expect WebSphere related help forums or discussion groups to be your best bet in finding out how to configure WebSphere to properly deal with the changes in Jenkins.

          Daniel Beck added a comment - I expect WebSphere related help forums or discussion groups to be your best bet in finding out how to configure WebSphere to properly deal with the changes in Jenkins.

          Jesse Glick added a comment -

          Jesse Glick added a comment - When you figure this out please update: https://wiki.jenkins-ci.org/display/JENKINS/IBM+WebSphere+Configuration

          Daniel Beck added a comment -

          The correct wiki link would be this one: https://wiki.jenkins-ci.org/display/JENKINS/IBM+WebSphere

          Daniel Beck added a comment - The correct wiki link would be this one: https://wiki.jenkins-ci.org/display/JENKINS/IBM+WebSphere

          Jesse Glick added a comment -

          Ah, right, sorry.

          Jesse Glick added a comment - Ah, right, sorry.

            Unassigned Unassigned
            bcoveny Bruce Coveny
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: