See <https://hudson.apache.org/hudson/job/Click/326/changes>
Changes:
[sabob] roadmap and upgrade path changes. CLK-726
[sabob] removed bypass validation as it raised security concerns. CLK-726
------------------------------------------
[...truncated 2714 lines...]
[junit] [Click] [trace] deployed /click/not-found.htm
[junit] [Click] [trace] deployed /click/table.css
[junit] [Click] [trace] deployed /click/VM_global_library.vm
[junit] [Click] [trace] deployed files from jars and folders - 7 ms
[junit] [Click] [debug] automapped pages:
[junit] [Click] [debug] /BinaryPage.htm -> org.apache.click.pages.BinaryPage
[junit] [Click] [debug] /ListenerPage.htm ->
org.apache.click.pages.ListenerPage
[junit] [Click] [debug] /click/error.htm -> CLASS NOT FOUND
[junit] [Click] [trace] class not found: org.apache.click.pages.click.Error
[junit] [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND
[junit] [Click] [trace] class not found:
org.apache.click.pages.click.NotFound
[junit] [Click] [debug] /pages/ListenerPage.htm -> CLASS NOT FOUND
[junit] [Click] [trace] class not found:
org.apache.click.pages.pages.ListenerPage
[junit] [Click] [debug] automapped pages:
[junit] [Click] [debug] /click/error.htm -> CLASS NOT FOUND
[junit] [Click] [trace] class not found: org.apache.click.click.Error
[junit] [Click] [debug] /click/not-found.htm -> CLASS NOT FOUND
[junit] [Click] [trace] class not found: org.apache.click.click.NotFound
[junit] [Click] [debug] /pages/ListenerPage.htm ->
org.apache.click.pages.ListenerPage
[junit] [Click] [debug] initializing FileLoadService:
org.apache.click.service.CommonsFileUploadService
[junit] [Click] [debug] initializing TemplateService:
org.apache.click.service.VelocityTemplateService
[junit] [Click] [trace] velocity properties:
{class.resource.loader.cache=false,
class.resource.loader.class=org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader,
directive.if.tostring.nullcheck=false, resource.loader=webapp, class,
runtime.log.logsystem.class=org.apache.click.service.VelocityTemplateService$LogChuteAdapter,
velocimacro.library=/click/VM_global_library.vm,
velocimacro.library.autoreload=true, webapp.resource.loader.cache=false,
webapp.resource.loader.class=org.apache.velocity.tools.view.WebappResourceLoader}
[junit] [Click] [debug] initializing ResourceService:
org.apache.click.service.ClickResourceService
[junit] [Click] [debug] initializing MessagesMapService:
org.apache.click.service.DefaultMessagesMapService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in trace mode
[junit] WEB root directory defined at -> /tmp/click3235899299688067847
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click4906129946545410637
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click2572434104701885847
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] java.lang.RuntimeException: No class was found for the Page
classname: 'org.apache.click.pages.noSuchPage'.
[junit] at
org.apache.click.service.XmlConfigService$PageElm.<init>(XmlConfigService.java:2025)
[junit] at
org.apache.click.service.XmlConfigService.buildManualPageMapping(XmlConfigService.java:1088)
[junit] at
org.apache.click.service.XmlConfigService.loadPages(XmlConfigService.java:1058)
[junit] at
org.apache.click.service.XmlConfigService.onInit(XmlConfigService.java:259)
[junit] at
org.apache.click.ClickServlet.initConfigService(ClickServlet.java:2054)
[junit] at org.apache.click.ClickServlet.init(ClickServlet.java:197)
[junit] at javax.servlet.GenericServlet.init(GenericServlet.java:258)
[junit] at
org.apache.click.MockContainer.configure(MockContainer.java:693)
[junit] at org.apache.click.MockContainer.start(MockContainer.java:308)
[junit] at
org.apache.click.service.XmlConfigServiceTest.testLoadManualNonExistentPageByClassname(XmlConfigServiceTest.java:426)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at junit.framework.TestCase.runTest(TestCase.java:154)
[junit] at junit.framework.TestCase.runBare(TestCase.java:127)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:106)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:124)
[junit] at junit.framework.TestResult.run(TestResult.java:109)
[junit] at junit.framework.TestCase.run(TestCase.java:118)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:208)
[junit] at junit.framework.TestSuite.run(TestSuite.java:203)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)
[junit] Caused by: java.lang.ClassNotFoundException:
org.apache.click.pages.noSuchPage
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:247)
[junit] at
org.apache.click.util.ClickUtils.classForName(ClickUtils.java:857)
[junit] at
org.apache.click.service.XmlConfigService$PageElm.<init>(XmlConfigService.java:2004)
[junit] ... 24 more
[junit] java.lang.RuntimeException: No class was found for the Page
classname: 'org.apache.click.pages.noSuchPage'.
[junit] at
org.apache.click.service.XmlConfigService$PageElm.<init>(XmlConfigService.java:2025)
[junit] at
org.apache.click.service.XmlConfigService.buildManualPageMapping(XmlConfigService.java:1088)
[junit] at
org.apache.click.service.XmlConfigService.loadPages(XmlConfigService.java:1058)
[junit] at
org.apache.click.service.XmlConfigService.onInit(XmlConfigService.java:259)
[junit] at
org.apache.click.ClickServlet.initConfigService(ClickServlet.java:2054)
[junit] at org.apache.click.ClickServlet.init(ClickServlet.java:197)
[junit] at javax.servlet.GenericServlet.init(GenericServlet.java:258)
[junit] at
org.apache.click.MockContainer.configure(MockContainer.java:693)
[junit] at org.apache.click.MockContainer.start(MockContainer.java:308)
[junit] at
org.apache.click.service.XmlConfigServiceTest.testLoadManualNonExistentPageByClassname(XmlConfigServiceTest.java:426)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit] at java.lang.reflect.Method.invoke(Method.java:597)
[junit] at junit.framework.TestCase.runTest(TestCase.java:154)
[junit] at junit.framework.TestCase.runBare(TestCase.java:127)
[junit] at junit.framework.TestResult$1.protect(TestResult.java:106)
[junit] at junit.framework.TestResult.runProtected(TestResult.java:124)
[junit] at junit.framework.TestResult.run(TestResult.java:109)
[junit] at junit.framework.TestCase.run(TestCase.java:118)
[junit] at junit.framework.TestSuite.runTest(TestSuite.java:208)
[junit] at junit.framework.TestSuite.run(TestSuite.java:203)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
[junit] at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)
[junit] Caused by: java.lang.ClassNotFoundException:
org.apache.click.pages.noSuchPage
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[junit] at java.lang.Class.forName0(Native Method)
[junit] at java.lang.Class.forName(Class.java:247)
[junit] at
org.apache.click.util.ClickUtils.classForName(ClickUtils.java:857)
[junit] at
org.apache.click.service.XmlConfigService$PageElm.<init>(XmlConfigService.java:2004)
[junit] ... 24 more
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click4680932755692969908
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click8626937671311809153
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] click-servlet: error while initializing Click servlet; throwing
javax.servlet.UnavailableException
[junit] WEB root directory defined at -> /tmp/click9085976389527050924
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click8146653340897429616
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click1389101280740367022
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click2349247926306795861
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click1531955500396596325
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click53551442732767137
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click4419246123794228620
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click9009649626013747769
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] onDeploy
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] WEB root directory defined at -> /tmp/click281268776776999946
[junit] WEB temp directory defined at -> /tmp/click-temp
[junit] click-servlet: init
[junit] [Click] [info ] *** Initializing Click 2.3.0-M1 in development
mode ***
[junit] [Click] [info ] initialized LogService:
org.apache.click.service.ConsoleLogService
[junit] [Click] [info ] Click 2.3.0-M1 initialized in development mode
[junit] Deleting temporary directory '/tmp/click-temp'
[junit] click-servlet: init
[junit] [Click] [debug] Form -> SampleObject.id : 1234
[junit] [Click] [debug] Form -> SampleObject.name : john smith
[junit] [Click] [debug] Form -> SampleObject.dateOfBirth : Wed Feb 02
00:00:00 UTC 2000
[junit] [Click] [debug] Form -> SampleObject.int : 98
[junit] [Click] [debug] Form -> SampleObject.double : -87.23
[junit] [Click] [debug] Form -> SampleObject.boolean : true
[junit] [Click] [debug] Form -> SampleObject.telephone : 9877262
[junit] [Click] [debug] Form -> User.address.state.code : NSW
[junit] click-servlet: init
[junit] [Click] [debug] Form <- SampleObject.id : 1234
[junit] [Click] [debug] Form <- SampleObject.name : john smith
[junit] [Click] [debug] Form <- SampleObject.dateOfBirth : Wed Feb 02
00:00:00 UTC 2000
[junit] [Click] [debug] Form <- SampleObject.int : 98
[junit] [Click] [debug] Form <- SampleObject.double : -87.23
[junit] [Click] [debug] Form <- SampleObject.boolean : true
[junit] [Click] [debug] Form <- User.address.state.code : NSW
[junit] [Click] [debug] Form <- HashMap.name : malcolm
[junit] click-servlet: init
[junit] [Click] [debug] Form <- HashMap.id : 9876
[junit] [Click] [debug] Form <- HashMap.name : Rocky Balboa
[junit] [Click] [debug] Form <- HashMap.age : 61
[junit] [Click] [debug] Form <- HashMap.address.street : 12 Short street
[junit] [Click] [debug] Form <- HashMap.address.state.code : NSW
[junit] click-servlet: init
[junit] [Click] [debug] Form -> HashMap.id : 9876
[junit] [Click] [debug] Form -> HashMap.name : Rocky Balboa
[junit] [Click] [debug] Form -> HashMap.age : 61
[junit] [Click] [debug] Form -> HashMap.address.street : 12 Short street
[junit] [Click] [debug] Form -> HashMap.address.state.code : NSW
[junit] click-servlet: init
[junit] [Click] [debug] Form -> User.address.id : null
[junit] [Click] [debug] Form -> User.address.lineOne : 55 Dunkley Avenue
[junit] [Click] [debug] Form -> User.address.active : false
[junit] [Click] [debug] Form -> User.address.registered : true
[junit] [Click] [debug] Form -> User.address.state.code : NSW
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
[junit] click-servlet: init
BUILD FAILED
<https://hudson.apache.org/hudson/job/Click/ws/click/build/build.xml>:734: Test
org.apache.click.util.ContainerUtilsTest failed
Total time: 1 minute 4 seconds
Publishing Javadoc