tons of ui updates #11
4 errors, 6 pass in 2s
1 files 5 suites 2s ⏱️
10 tests 6 ✅ 0 💤 0 ❌ 4 🔥
6 runs 10 ✅ 0 💤 0 ❌ -4 🔥
Results for commit cc93e44.
Annotations
Check failure on line 0 in tests.specs.unit.security.SecurityServiceTest
github-actions / Test Results
tests.specs.unit.security.SecurityServiceTest (tests.specs.unit.security.SecurityServiceTest) with error
tests/results/test-results-junit.xml [took 0s]
Raw output
The requested class [app.models.SecurityService] has not been located in the [bx] resolver.
ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException: The requested class [app.models.SecurityService] has not been located in the [bx] resolver.
at ortus.boxlang.runtime.loader.ClassLocator.load(ClassLocator.java:588)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createBoxClass(CreateObject.java:268)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createObject(CreateObject.java:172)
at ortus.boxlang.runtime.bifs.global.system.CreateObject._invoke(CreateObject.java:113)
at ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:131)
at ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:205)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:657)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.invokeFunction_createMock(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc:78)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.invokeFunction_setup(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc:27)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.tests.specs.unit.security.Securityservicetest$bx.invokeFunction_beforeAll(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/security/SecurityServiceTest.bx:16)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.tests.specs.unit.security.Securityservicetest$bx.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/security/SecurityServiceTest.bx)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc:71)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_testBundle(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:856)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_runRaw(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:465)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:351)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:641)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:572)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2424)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2395)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:136)
at boxgenerated.templates.testbox.system.runners.Htmlrunner$cfm._invoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/HTMLRunner.cfm:70)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.components.system.Include._invoke(Include.java:57)
at ortus.boxlang.runtime.components.Component.invoke(Component.java:183)
at ortus.boxlang.runtime.components.ComponentDescriptor.invoke(ComponentDescriptor.java:284)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeComponent(BaseBoxContext.java:607)
at boxgenerated.templates.tests.Runner$bxm._invoke(/home/runner/work/cbGenesis/cbGenesis/tests/runner.bxm:35)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.application.ApplicationClassListener.onRequest(ApplicationClassListener.java:128)
at ortus.boxlang.web.WebRequestExecutor.execute(WebRequestExecutor.java:159)
at ortus.boxlang.servlet.BoxLangServlet.service(BoxLangServlet.java:113)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at runwar.servlet.RegexPathInfoFilter.doFilter(RegexPathInfoFilter.java:57)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at runwar.undertow.SSLCertHeaderHandler.handleRequest(SSLCertHeaderHandler.java:171)
at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:75)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:271)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:130)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:127)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:251)
at io.undertow.servlet.handlers.ServletInitialHandler.handleRequest(ServletInitialHandler.java:171)
at io.undertow.server.handlers.HttpContinueReadHandler.handleRequest(HttpContinueReadHandler.java:69)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at runwar.undertow.WelcomeFileHandler.handleRequest(WelcomeFileHandler.java:49)
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
at runwar.undertow.SiteDeployment$1.handleRequest(SiteDeployment.java:169)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.DisallowedMethodsHandler.handleRequest(DisallowedMethodsHandler.java:62)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
at runwar.undertow.LifecyleHandler.handleRequest(LifecyleHandler.java:150)
at runwar.undertow.SiteDeployment$4.handleRequest(SiteDeployment.java:360)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:418)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:938)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2691)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2670)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1615)
at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
at java.base/java.lang.Thread.run(Unknown Source)
Check failure on line 0 in tests.specs.unit.system.SettingTest
github-actions / Test Results
tests.specs.unit.system.SettingTest (tests.specs.unit.system.SettingTest) with error
tests/results/test-results-junit.xml [took 0s]
Raw output
The requested class [app.models.Setting] has not been located in the [bx] resolver.
ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException: The requested class [app.models.Setting] has not been located in the [bx] resolver.
at ortus.boxlang.runtime.loader.ClassLocator.load(ClassLocator.java:588)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createBoxClass(CreateObject.java:268)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createObject(CreateObject.java:172)
at ortus.boxlang.runtime.bifs.global.system.CreateObject._invoke(CreateObject.java:113)
at ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:131)
at ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:205)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:657)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.invokeFunction_createMock(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc:78)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.invokeFunction_setup(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc:27)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.tests.specs.unit.system.Settingtest$bx.invokeFunction_beforeAll(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/SettingTest.bx:15)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.tests.specs.unit.system.Settingtest$bx.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/SettingTest.bx)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc:71)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_testBundle(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:856)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_runRaw(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:465)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:351)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:641)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:572)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2424)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2395)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:136)
at boxgenerated.templates.testbox.system.runners.Htmlrunner$cfm._invoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/HTMLRunner.cfm:70)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.components.system.Include._invoke(Include.java:57)
at ortus.boxlang.runtime.components.Component.invoke(Component.java:183)
at ortus.boxlang.runtime.components.ComponentDescriptor.invoke(ComponentDescriptor.java:284)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeComponent(BaseBoxContext.java:607)
at boxgenerated.templates.tests.Runner$bxm._invoke(/home/runner/work/cbGenesis/cbGenesis/tests/runner.bxm:35)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.application.ApplicationClassListener.onRequest(ApplicationClassListener.java:128)
at ortus.boxlang.web.WebRequestExecutor.execute(WebRequestExecutor.java:159)
at ortus.boxlang.servlet.BoxLangServlet.service(BoxLangServlet.java:113)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at runwar.servlet.RegexPathInfoFilter.doFilter(RegexPathInfoFilter.java:57)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at runwar.undertow.SSLCertHeaderHandler.handleRequest(SSLCertHeaderHandler.java:171)
at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:75)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:271)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:130)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:127)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:251)
at io.undertow.servlet.handlers.ServletInitialHandler.handleRequest(ServletInitialHandler.java:171)
at io.undertow.server.handlers.HttpContinueReadHandler.handleRequest(HttpContinueReadHandler.java:69)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at runwar.undertow.WelcomeFileHandler.handleRequest(WelcomeFileHandler.java:49)
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
at runwar.undertow.SiteDeployment$1.handleRequest(SiteDeployment.java:169)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.DisallowedMethodsHandler.handleRequest(DisallowedMethodsHandler.java:62)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
at runwar.undertow.LifecyleHandler.handleRequest(LifecyleHandler.java:150)
at runwar.undertow.SiteDeployment$4.handleRequest(SiteDeployment.java:360)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:418)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:938)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2691)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2670)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1615)
at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
at java.base/java.lang.Thread.run(Unknown Source)
Check failure on line 0 in tests.specs.unit.system.UserServiceTest
github-actions / Test Results
tests.specs.unit.system.UserServiceTest (tests.specs.unit.system.UserServiceTest) with error
tests/results/test-results-junit.xml [took 0s]
Raw output
The requested class [app.models.UserService] has not been located in the [bx] resolver.
ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException: The requested class [app.models.UserService] has not been located in the [bx] resolver.
at ortus.boxlang.runtime.loader.ClassLocator.load(ClassLocator.java:588)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createBoxClass(CreateObject.java:268)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createObject(CreateObject.java:172)
at ortus.boxlang.runtime.bifs.global.system.CreateObject._invoke(CreateObject.java:113)
at ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:131)
at ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:205)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:657)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.invokeFunction_createMock(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc:78)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.invokeFunction_setup(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc:27)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.tests.specs.unit.system.Userservicetest$bx.invokeFunction_beforeAll(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/UserServiceTest.bx:15)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.tests.specs.unit.system.Userservicetest$bx.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/UserServiceTest.bx)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc:71)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_testBundle(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:856)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_runRaw(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:465)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:351)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:641)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:572)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2424)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2395)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:136)
at boxgenerated.templates.testbox.system.runners.Htmlrunner$cfm._invoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/HTMLRunner.cfm:70)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.components.system.Include._invoke(Include.java:57)
at ortus.boxlang.runtime.components.Component.invoke(Component.java:183)
at ortus.boxlang.runtime.components.ComponentDescriptor.invoke(ComponentDescriptor.java:284)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeComponent(BaseBoxContext.java:607)
at boxgenerated.templates.tests.Runner$bxm._invoke(/home/runner/work/cbGenesis/cbGenesis/tests/runner.bxm:35)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.application.ApplicationClassListener.onRequest(ApplicationClassListener.java:128)
at ortus.boxlang.web.WebRequestExecutor.execute(WebRequestExecutor.java:159)
at ortus.boxlang.servlet.BoxLangServlet.service(BoxLangServlet.java:113)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at runwar.servlet.RegexPathInfoFilter.doFilter(RegexPathInfoFilter.java:57)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at runwar.undertow.SSLCertHeaderHandler.handleRequest(SSLCertHeaderHandler.java:171)
at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:75)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:271)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:130)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:127)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:251)
at io.undertow.servlet.handlers.ServletInitialHandler.handleRequest(ServletInitialHandler.java:171)
at io.undertow.server.handlers.HttpContinueReadHandler.handleRequest(HttpContinueReadHandler.java:69)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at runwar.undertow.WelcomeFileHandler.handleRequest(WelcomeFileHandler.java:49)
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
at runwar.undertow.SiteDeployment$1.handleRequest(SiteDeployment.java:169)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.DisallowedMethodsHandler.handleRequest(DisallowedMethodsHandler.java:62)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
at runwar.undertow.LifecyleHandler.handleRequest(LifecyleHandler.java:150)
at runwar.undertow.SiteDeployment$4.handleRequest(SiteDeployment.java:360)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:418)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:938)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2691)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2670)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1615)
at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
at java.base/java.lang.Thread.run(Unknown Source)
Check failure on line 0 in tests.specs.unit.system.UserTest
github-actions / Test Results
tests.specs.unit.system.UserTest (tests.specs.unit.system.UserTest) with error
tests/results/test-results-junit.xml [took 0s]
Raw output
The requested class [app.models.User] has not been located in the [bx] resolver.
ortus.boxlang.runtime.types.exceptions.ClassNotFoundBoxLangException: The requested class [app.models.User] has not been located in the [bx] resolver.
at ortus.boxlang.runtime.loader.ClassLocator.load(ClassLocator.java:588)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createBoxClass(CreateObject.java:268)
at ortus.boxlang.runtime.bifs.global.system.CreateObject.createObject(CreateObject.java:172)
at ortus.boxlang.runtime.bifs.global.system.CreateObject._invoke(CreateObject.java:113)
at ortus.boxlang.runtime.bifs.BIF.invoke(BIF.java:131)
at ortus.boxlang.runtime.bifs.BIFDescriptor.invoke(BIFDescriptor.java:205)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:657)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.invokeFunction_createMock(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc:78)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.Mockbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/MockBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.invokeFunction_setup(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc:27)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.coldbox.system.testing.Basemodeltest$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/coldbox/system/testing/BaseModelTest.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.tests.specs.unit.system.Usertest$bx.invokeFunction_beforeAll(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/UserTest.bx:15)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.tests.specs.unit.system.Usertest$bx.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/tests/specs/unit/system/UserTest.bx)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc:71)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:544)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:467)
at boxgenerated.boxclass.testbox.system.runners.Bddrunner$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/BDDRunner.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2327)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2296)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:89)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_testBundle(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:856)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_runRaw(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:465)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeFunction(BaseBoxContext.java:695)
at ortus.boxlang.runtime.context.FunctionBoxContext.invokeFunction(FunctionBoxContext.java:701)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.invokeFunction_run(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc:351)
at ortus.boxlang.runtime.types.CompiledFunction._invoke(CompiledFunction.java:251)
at ortus.boxlang.runtime.types.Function.invoke(Function.java:306)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:641)
at ortus.boxlang.runtime.runnables.BoxClassSupport.dereferenceAndInvoke(BoxClassSupport.java:572)
at boxgenerated.boxclass.testbox.system.Testbox$cfc.dereferenceAndInvoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/TestBox.cfc)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2424)
at ortus.boxlang.runtime.interop.DynamicInteropService.dereferenceAndInvoke(DynamicInteropService.java:2395)
at ortus.boxlang.runtime.dynamic.Referencer.getAndInvoke(Referencer.java:136)
at boxgenerated.templates.testbox.system.runners.Htmlrunner$cfm._invoke(/home/runner/work/cbGenesis/cbGenesis/lib/testbox/system/runners/HTMLRunner.cfm:70)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.components.system.Include._invoke(Include.java:57)
at ortus.boxlang.runtime.components.Component.invoke(Component.java:183)
at ortus.boxlang.runtime.components.ComponentDescriptor.invoke(ComponentDescriptor.java:284)
at ortus.boxlang.runtime.context.BaseBoxContext.invokeComponent(BaseBoxContext.java:607)
at boxgenerated.templates.tests.Runner$bxm._invoke(/home/runner/work/cbGenesis/cbGenesis/tests/runner.bxm:35)
at ortus.boxlang.runtime.runnables.BoxTemplate.invoke(BoxTemplate.java:63)
at ortus.boxlang.runtime.context.BaseBoxContext.includeTemplate(BaseBoxContext.java:763)
at ortus.boxlang.runtime.application.ApplicationClassListener.onRequest(ApplicationClassListener.java:128)
at ortus.boxlang.web.WebRequestExecutor.execute(WebRequestExecutor.java:159)
at ortus.boxlang.servlet.BoxLangServlet.service(BoxLangServlet.java:113)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at runwar.servlet.RegexPathInfoFilter.doFilter(RegexPathInfoFilter.java:57)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at runwar.undertow.SSLCertHeaderHandler.handleRequest(SSLCertHeaderHandler.java:171)
at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:75)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:271)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:130)
at io.undertow.servlet.handlers.ServletInitialHandler$1.call(ServletInitialHandler.java:127)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:251)
at io.undertow.servlet.handlers.ServletInitialHandler.handleRequest(ServletInitialHandler.java:171)
at io.undertow.server.handlers.HttpContinueReadHandler.handleRequest(HttpContinueReadHandler.java:69)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at runwar.undertow.WelcomeFileHandler.handleRequest(WelcomeFileHandler.java:49)
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
at runwar.undertow.SiteDeployment$1.handleRequest(SiteDeployment.java:169)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:141)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.DisallowedMethodsHandler.handleRequest(DisallowedMethodsHandler.java:62)
at io.undertow.predicate.PredicatesHandler.handleRequest(PredicatesHandler.java:113)
at io.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
at runwar.undertow.LifecyleHandler.handleRequest(LifecyleHandler.java:150)
at runwar.undertow.SiteDeployment$4.handleRequest(SiteDeployment.java:360)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:418)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:938)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2691)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2670)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1615)
at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
at java.base/java.lang.Thread.run(Unknown Source)
Check notice on line 0 in .github
github-actions / Test Results
10 tests found
There are 10 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.integration.MainSpec ‑ Main Handler Request Events fires on end
tests.specs.integration.MainSpec ‑ Main Handler Request Events fires on start
tests.specs.integration.MainSpec ‑ Main Handler Session Events fires on end
tests.specs.integration.MainSpec ‑ Main Handler Session Events fires on start
tests.specs.integration.MainSpec ‑ Main Handler can handle exceptions
tests.specs.integration.MainSpec ‑ Main Handler can startup executable code
tests.specs.unit.security.SecurityServiceTest ‑ tests.specs.unit.security.SecurityServiceTest
tests.specs.unit.system.SettingTest ‑ tests.specs.unit.system.SettingTest
tests.specs.unit.system.UserServiceTest ‑ tests.specs.unit.system.UserServiceTest
tests.specs.unit.system.UserTest ‑ tests.specs.unit.system.UserTest