Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created September 17, 2024 at 11:08 AM
Updated September 17, 2024 at 9:46 PM
Resolved September 17, 2024 at 9:46 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
Not sure how to reproduce as a test case but it looks like hyper if failing when instantiated, has it been tested with boxlang?
Then it should have constructed the http request (107 ms) - 0 > -1 /app/forgebox/hyper/models/HyperRequest.cfc:1258 1256: */ 1257: public HyperRequest function clone() { 1258: var req = new HyperRequest(); 1259: req.setInterceptorService( variables.interceptorService ); 1260: req.setAsyncManager( variables.asyncManager ); java.lang.IllegalArgumentException: 0 > -1 at java.base/java.util.Arrays.copyOfRange(Arrays.java:3808) at java.base/java.util.Arrays.copyOfRange(Arrays.java:3768) at ortus.boxlang.runtime.util.FQN.getPackage(FQN.java:124) at ortus.boxlang.runtime.util.ResolvedFilePath.getPackage(ResolvedFilePath.java:110) at ortus.boxlang.runtime.loader.resolvers.BoxResolver.findByRelativeLocation(BoxResolver.java:283) at ortus.boxlang.runtime.loader.resolvers.BoxResolver.findFromLocal(BoxResolver.java:172) at ortus.boxlang.runtime.loader.resolvers.BoxResolver.lambda$resolve$0(BoxResolver.java:133) at java.base/java.util.Optional.or(Optional.java:313) at ortus.boxlang.runtime.loader.resolvers.BoxResolver.resolve(BoxResolver.java:133) at ortus.boxlang.runtime.loader.ClassLocator.lambda$resolveFromSystem$2(ClassLocator.java:585) at java.base/java.util.Optional.or(Optional.java:313) at ortus.boxlang.runtime.loader.ClassLocator.resolveFromSystem(ClassLocator.java:585) at ortus.boxlang.runtime.