Oopsy! Something went wrong!

Event: image.get
Routed URL: N/A
Layout: N/A (Module: )
View: N/A
Timestamp: 04/24/2024 06:14:05 PM
Type: java.lang.ArithmeticException
Messages: Division by zero is not possible

Tag Context:

Template: /storage/pixelpower/handlers/image.cfc
LINE: 229: // zb: breite 90% der originalgröße, höhe 80% der originalgröße -> breite und höhe werden auf 80% reduziert
230: if (rc.prop) {
231: var widthRatio = scalingWidth / orgWidth;
232: var heightRatio = scalingHeight / orgHeight;
233:
Template: /storage/coldbox/4.2.0/system/EventHandler.cfc
LINE: 76: any function _privateInvoker( required method, required argCollection ){
77: var _targetAction = variables[ arguments.method ];
78: var _targetResults = _targetAction( argumentCollection=argCollection );
79: if( !isNull( _targetResults ) ){ return _targetResults; }
80: }
Template: /storage/coldbox/4.2.0/system/web/Controller.cfc
LINE: 759: boolean private=false
760: ){
761: return arguments.target._privateInvoker( method=arguments.method, argCollection=arguments.argCollection );
762: }
763:
Template: /storage/coldbox/4.2.0/system/web/Controller.cfc
LINE: 597: else{
598: // Normal execution
599: loc.results = invoker( target=oHandler, method=ehBean.getMethod(), argCollection=argsMain, private=arguments.private );
600: }
601: }
Template: /storage/coldbox/4.2.0/system/web/Controller.cfc
LINE: 423: // relay if no event caching activated or no caching needed
424: if( !getSetting( "eventCaching" ) OR !arguments.cache ){
425: return _runEvent( argumentCollection=arguments );
426: }
427:
Template: /storage/coldbox/4.2.0/system/Bootstrap.cfc
LINE: 195: //****** EXECUTE MAIN EVENT *******/
196: if( NOT event.isNoExecution() ){
197: refResults.results = cbController.runEvent( defaultEvent=true );
198: }
199: //****** RENDERING PROCEDURES *******/
Template: /storage/coldbox/4.2.0/system/Bootstrap.cfc
LINE: 351: // Process A ColdBox Request Only
352: if( findNoCase( 'index.cfm', listLast( arguments.targetPage, '/' ) ) ){
353: processColdBoxRequest();
354: }
355: return true;
Template: /storage/pixelpower/Application.cfc
LINE: 60:
61: // Process ColdBox Request
62: application.cbBootstrap.onRequestStart( arguments.targetPage );
63: return true;
64: }

Stack Trace:

Division by zero is not possible
    at lucee.runtime.op.Operator.divRef(Operator.java:884):884
    at handlers.image_cfc$cf.udfCall(/storage/pixelpower/handlers/image.cfc:231):231
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:216):216
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:775):775
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1600):1600
    at system.eventhandler_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/EventHandler.cfc:78):78
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:216):216
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:608):608
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
    at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1778):1778
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1600):1600
    at system.web.controller_cfc$cf.udfCall3(/storage/coldbox/4.2.0/system/web/Controller.cfc:761):761
    at system.web.controller_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/web/Controller.cfc):-1
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:216):216
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:775):775
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1600):1600
    at system.web.controller_cfc$cf.udfCall2(/storage/coldbox/4.2.0/system/web/Controller.cfc:599):599
    at system.web.controller_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/web/Controller.cfc):-1
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:216):216
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:775):775
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1600):1600
    at system.web.controller_cfc$cf.udfCall2(/storage/coldbox/4.2.0/system/web/Controller.cfc:425):425
    at system.web.controller_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/web/Controller.cfc):-1
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:216):216
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:608):608
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
    at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1778):1778
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1600):1600
    at system.bootstrap_cfc$cf.udfCall1(/storage/coldbox/4.2.0/system/Bootstrap.cfc:197):197
    at system.bootstrap_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/Bootstrap.cfc):-1
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229
    at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:766):766
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1590):1590
    at system.bootstrap_cfc$cf.udfCall1(/storage/coldbox/4.2.0/system/Bootstrap.cfc:353):353
    at system.bootstrap_cfc$cf.udfCall(/storage/coldbox/4.2.0/system/Bootstrap.cfc):-1
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:607):607
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1761):1761
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1590):1590
    at application_cfc$cf.udfCall(/storage/pixelpower/Application.cfc:62):62
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:607):607
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1761):1761
    at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:405):405
    at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:131):131
    at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:35):35
    at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2262):2262
    at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2225):2225
    at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:456):456
    at lucee.loader.servlet.CFMLServlet.service(Unknown Source):-1
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292):292
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207):207
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240):240
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207):207
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212):212
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502):502
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141):141
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
    at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676):676
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522):522
    at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:868):868
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672):672
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500):1500
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456):1456
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149):1149
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624):624
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
    at java.lang.Thread.run(Thread.java:748):748

FRAMEWORK SNAPSHOT:

Bug Date: 04/24/2024 06:14:05 PM
Coldfusion ID: CFID=1b4590bb-ff53-46b3-9061-aa88a42f4601 ; CFToken=0 ; JSessionID=ppwr_1b4590bb-ff53-46b3-9061-aa88a42f4601_0
Template Path : /storage/pixelpower/index.cfm
Path Info :
Host & Server: 9images.cgames.de ppwr-01
Query String: event=image.get&foreignnamespace=gamestar&foreignid=2741298&format=jpg&imgformatid=226
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote Address: 3.139.82.23
Form variables:
Session Storage:
cfid: 1b4590bb-ff53-46b3-9061-aa88a42f4601
timecreated: {ts '2024-04-24 18:14:05'}
sessionid: ppwr_1b4590bb-ff53-46b3-9061-aa88a42f4601_0
urltoken: CFID=1b4590bb-ff53-46b3-9061-aa88a42f4601&CFTOKEN=0
lastvisit: {ts '2024-04-24 18:14:05'}
cftoken: 0
Cookies:
cfid: 1b4590bb-ff53-46b3-9061-aa88a42f4601
cftoken: 0
Extra Information Dump
[N/A]