I updated my local Lucee install that I use to develop from 4.5.1.020 to
4.5.2.004 and encountered a weird error after restarting my app.
The stacktrace is pasted under the message. Anyone seen this before? And if
so, where do I need to start looking to fix this error. I will delete the
4.5.2.004 update for now, but this might be a breaking issue, so wanted to
check if anyone seen this error before.
Lucee 4.5.2.004 Error (java.lang.IllegalArgumentException)MessageNegative
delay.Causejava.lang.IllegalArgumentExceptionStacktraceThe Error Occurred in /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.cfc:
line 163
called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Query.cfc:
line 53 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/sys/usermanager.cfc:
line 59 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/pages/login.cfm:
line 19 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/index.cfm:
line 64
Java StacktraceNegative delay.
at java.util.Timer.schedule(Timer.java:192):192
at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2136):2136
at
com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379):1379
at lucee.runtime.db.driver.state.StateUtil.execute(StateUtil.java:145):145
at
lucee.runtime.db.driver.state.StatePreparedStatement.execute(StatePreparedStatement.java:135):135
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:240):240
at lucee.runtime.type.QueryImpl.(QueryImpl.java:252):252
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at org.lucee.cfml.base_cfc$cf.udfCall1(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.cfc:163):163
at org.lucee.cfml.base_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.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:1589):1589
at org.lucee.cfml.query_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Query.cfc:53):53
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:606):606
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at sys.usermanager_cfc$cf.udfCall1(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/sys/usermanager.cfc:59):59
at sys.usermanager_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/sys/usermanager.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:607):607
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1777):1777
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
at
lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1599):1599
at pages.login_cfm$cf.call(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/pages/login.cfm:19):19
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921):921
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:854):854
at index_cfm$cf.call(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/index.cfm:64):64
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921):921
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:902):902
at
lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:223):223
at
lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:35):35
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2257):2257
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2224):2224
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:725):725
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219):219
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501):501
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610):610
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537):537
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1085):1085
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658):658
at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222):222
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1556):1556
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1513):1513
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145):1145
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615):615
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745–
Michael van Leest
Going from 4.5.2.000 to 4.5.2.004 has also caused all of our queries to
fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option value changed.[iAnywhere
Solutions][Advantage ODBC Driver]Option value changed.
Stack Trace: at sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:
7045):7045
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.
java:711):711
at lucee.runtime.db.driver.StatementProxy.setQueryTimeout(StatementProxy
.java:299):299
at lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall1(
C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice
invoiceDAO.cfc:32):32
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall(C
:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice
invoiceDAO.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):
1589
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
invoice\invoiceService.cfc:12):12
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
invoice\invoiceService.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):
1589
at modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:\dev\apps
\boldintranetorig\app\modules\Fox\modules\Orders\handlers\Orders.cfc:41):41
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:1599):1599
at system.eventhandler_cfc$cf.udfCall(C:\dev\apps\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:642):642
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:
1777):1777
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(
VariableUtilImpl.java:773):773
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(
PageContextImpl.java:1599):1599
at system.web.controller_cfc$cf.udfCall3(C:\dev\apps\coldbox-4.2.0
system\web\Controller.cfc:761):761
at system.web.controller_cfc$cf.udfCall(C:\dev\apps\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:1599):1599
at system.web.controller_cfc$cf.udfCall2(C:\dev\apps\coldbox-4.2.0
system\web\Controller.cfc:599):599
at system.web.controller_cfc$cf.udfCall(C:\dev\apps\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:1599):1599
at system.web.controller_cfc$cf.udfCall2(C:\dev\apps\coldbox-4.2.0
system\web\Controller.cfc:425):425
at system.web.controller_cfc$cf.udfCall(C:\dev\apps\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:642):642
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:
1777):1777
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(
VariableUtilImpl.java:773):773
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(
PageContextImpl.java:1599):1599
at system.bootstrap_cfc$cf.udfCall1(C:\dev\apps\coldbox-4.2.0\system
Bootstrap.cfc:197):197
at system.bootstrap_cfc$cf.udfCall(C:\dev\apps\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:1589):
1589
at system.bootstrap_cfc$cf.udfCall1(C:\dev\apps\coldbox-4.2.0\system
Bootstrap.cfc:353):353
at system.bootstrap_cfc$cf.udfCall(C:\dev\apps\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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):
1589
at application_cfc$cf.udfCall(C:\dev\apps\boldintranetorig\app
Application.cfc:45):45
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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
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:2257):2257
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2224):2224
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:725):725
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:291):291
at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:206):206
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52
):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(
ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(
ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:219):219
at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:106):106
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(
AuthenticatorBase.java:501):501
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.
java:142):142
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.
java:79):79
at org.apache.catalina.core.StandardEngineValve.invoke(
StandardEngineValve.java:88):88
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.
java:516):516
at org.apache.coyote.ajp.AbstractAjpProcessor.process(
AbstractAjpProcessor.java:831):831
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(
AbstractProtocol.java:659):659
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(
NioEndpoint.java:1558):1558
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(
NioEndpoint.java:1515):1515
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:1145):1145
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:615):615
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(
TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745On Wednesday, August 5, 2015 at 12:58:26 AM UTC-7, Michael van Leest wrote:
I updated my local Lucee install that I use to develop from 4.5.1.020 to
4.5.2.004 and encountered a weird error after restarting my app.
The stacktrace is pasted under the message. Anyone seen this before? And
if so, where do I need to start looking to fix this error. I will delete
the 4.5.2.004 update for now, but this might be a breaking issue, so wanted
to check if anyone seen this error before.
Lucee 4.5.2.004 Error (java.lang.IllegalArgumentException)MessageNegative
delay.Causejava.lang.IllegalArgumentExceptionStacktraceThe Error Occurred
in /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.cfc:
line 163
called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Query.cfc:
line 53 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/sys/usermanager.cfc:
line 59 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/pages/login.cfm:
line 19 called from /Users/mvanleest/Projects/Vilala/vilala.com/webapps/ROOT/index.cfm:
line 64
Java StacktraceNegative delay.
at java.util.Timer.schedule(Timer.java:192):192
at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2136):2136
at
com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379):1379
at
lucee.runtime.db.driver.state.StateUtil.execute(StateUtil.java:145):145
at
lucee.runtime.db.driver.state.StatePreparedStatement.execute(StatePreparedStatement.java:135):135
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:240):240
at lucee.runtime.type.QueryImpl.(QueryImpl.java:252):252
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at org.lucee.cfml.base_cfc$cf.udfCall1(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.cfc:163):163
at org.lucee.cfml.base_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Base.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:1589):1589
at org.lucee.cfml.query_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/WEB-INF/lucee/components/org/lucee/cfml/Query.cfc:53):53
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:606):606
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at sys.usermanager_cfc$cf.udfCall1(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/sys/usermanager.cfc:59):59
at sys.usermanager_cfc$cf.udfCall(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/sys/usermanager.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:607):607
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1777):1777
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:773):773
at
lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1599):1599
at pages.login_cfm$cf.call(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/pages/login.cfm:19):19
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921):921
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:854):854
at index_cfm$cf.call(/Users/mvanleest/Projects/Vilala/ vilala.com/webapps/ROOT/index.cfm:64):64
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921):921
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:902):902
at
lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:223):223
at
lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:35):35
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2257):2257
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2224):2224
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:725):725
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219):219
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501):501
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610):610
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537):537
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1085):1085
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658):658
at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222):222
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1556):1556
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1513):1513
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145):1145
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615):615
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745
We’ve tried changing ODBC drivers from Sybase to Microsoft and get a
similar error. In short: we cannot access any of the databases if patching
past 4.5.2.000. I cannot tell if this breaking bug was introduced in
4.5.2.003 or 4.5.2.004 as those lco’s are now gone and you can only install
the latest cumulative patch - at least as far as I can tell?
Either way, I hope that this is fixed soon as we now cannot update the
security fix in 4.5.2.005 without including the breaking patches of
4.5.2.003/4.On Wednesday, August 5, 2015 at 1:28:39 AM UTC-7, ADK wrote:
Going from 4.5.2.000 to 4.5.2.004 has also caused all of our queries to
fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option value
changed.[iAnywhere Solutions][Advantage ODBC Driver]Option value changed.
Stack Trace: at sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:
7045):7045
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.
java:711):711
at lucee.runtime.db.driver.StatementProxy.setQueryTimeout(
StatementProxy.java:299):299
at lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceDAO.cfc:32):32
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall
(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
invoice\invoiceDAO.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589
):1589
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceService.cfc:12):12
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
\invoice\invoiceService.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589
):1589
at modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:
…
So using the war’s from cfmlprojects, I can confirm this breaks in 4.5.2.001On Friday, August 7, 2015 at 12:59:39 AM UTC-7, ADK wrote:
We’ve tried changing ODBC drivers from Sybase to Microsoft and get a
similar error. In short: we cannot access any of the databases if patching
past 4.5.2.000. I cannot tell if this breaking bug was introduced in
4.5.2.003 or 4.5.2.004 as those lco’s are now gone and you can only install
the latest cumulative patch - at least as far as I can tell?
Either way, I hope that this is fixed soon as we now cannot update the
security fix in 4.5.2.005 without including the breaking patches of
4.5.2.003/4.
On Wednesday, August 5, 2015 at 1:28:39 AM UTC-7, ADK wrote:
Going from 4.5.2.000 to 4.5.2.004 has also caused all of our queries to
fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option value
changed.[iAnywhere Solutions][Advantage ODBC Driver]Option value changed.
Stack Trace: at sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:
7045):7045
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.
java:711):711
at lucee.runtime.db.driver.StatementProxy.setQueryTimeout(
StatementProxy.java:299):299
at lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceDAO.cfc:32):32
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.
udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceDAO.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues
(VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:
1589):1589
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceService.cfc:12):12
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceService.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues
(VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:
1589):1589
at modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:
…
So using the war’s from cfmlprojects, I can confirm this breaks in
4.5.2.001
On Friday, August 7, 2015 at 12:59:39 AM UTC-7, ADK wrote:
We've tried changing ODBC drivers from Sybase to Microsoft and get
a similar error. In short: we cannot access any of the databases
if patching past 4.5.2.000. I cannot tell if this breaking bug was
introduced in 4.5.2.003 or 4.5.2.004 as those lco's are now gone
and you can only install the latest cumulative patch - at least as
far as I can tell?
Either way, I hope that this is fixed soon as we now cannot update
the security fix in 4.5.2.005 without including the breaking
patches of 4.5.2.003/4 <http://4.5.2.003/4>.
On Wednesday, August 5, 2015 at 1:28:39 AM UTC-7, ADK wrote:
Going from 4.5.2.000 to 4.5.2.004 has also caused all of our
queries to fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option value
changed.[iAnywhere Solutions][Advantage ODBC Driver]Option
value changed.
Stack Trace: at
sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:7045):7045
|
at
sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at
sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at
sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.java:711):711
at
lucee.runtime.db.driver.StatementProxy.setQueryTimeout(StatementProxy.java:299):299
at
lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at
lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at
modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceDAO.cfc:32):32
at
modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceDAO.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:641):641
at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at
modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceService.cfc:12):12
at
modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceService.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:641):641
at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at
modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:\
|
...
–
See Lucee at CFCamp Oct 22 & 23 2015 @ Munich Airport, Germany - Get
your ticket NOW - http://www.cfcamp.org/
Separate from the one posted by Michael (i.e. LDEV-471)? If so, happy
to do it, just didn’t want to pollute with a potential duplicate?
On Tuesday, August 11, 2015 at 2:51:47 AM UTC-7, Igal wrote:
please open a ticket in the JIRA
Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>
On 8/7/2015 2:03 AM, ADK wrote:
So using the war's from cfmlprojects, I can confirm this
breaks in 4.5.2.001
On Friday, August 7, 2015 at 12:59:39 AM UTC-7, ADK wrote:
We've tried changing ODBC drivers from Sybase to Microsoft
and get a similar error. In short: we cannot access any of
the databases if patching past 4.5.2.000. I cannot tell if
this breaking bug was introduced in 4.5.2.003 or 4.5.2.004
as those lco's are now gone and you can only install the
latest cumulative patch - at least as far as I can tell?
Either way, I hope that this is fixed soon as we now
cannot update the security fix in 4.5.2.005 without
including the breaking patches of 4.5.2.003/4
<http://4.5.2.003/4>.
On Wednesday, August 5, 2015 at 1:28:39 AM UTC-7, ADK wrote:
Going from 4.5.2.000 to 4.5.2.004 has also caused all
of our queries to fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option
value changed.[iAnywhere Solutions][Advantage ODBC
Driver]Option value changed.
Stack Trace: at
sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:7045):7045
|
at
sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at
sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at
sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.java:711):711
at
lucee.runtime.db.driver.StatementProxy.setQueryTimeout(StatementProxy.java:299):299
at
lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at
lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at
lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at
lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at
modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceDAO.cfc:32):32
at
modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceDAO.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:641):641
at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at
modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceService.cfc:12):12
at
modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models\invoice\invoiceService.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:641):641
at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at
lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589):1589
at
modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:\
|
...
...
–
See Lucee at CFCamp Oct 22 & 23 2015 @ Munich Airport, Germany - Get
your ticket NOW - http://www.cfcamp.org/
Separate from the one posted by Michael (i.e. LDEV-471)? If so, happy to do
it, just didn’t want to pollute with a potential duplicate?On Tuesday, August 11, 2015 at 2:51:47 AM UTC-7, Igal wrote:
So using the war’s from cfmlprojects, I can confirm this breaks in
4.5.2.001
On Friday, August 7, 2015 at 12:59:39 AM UTC-7, ADK wrote:
We’ve tried changing ODBC drivers from Sybase to Microsoft and get a
similar error. In short: we cannot access any of the databases if patching
past 4.5.2.000. I cannot tell if this breaking bug was introduced in
4.5.2.003 or 4.5.2.004 as those lco’s are now gone and you can only install
the latest cumulative patch - at least as far as I can tell?
Either way, I hope that this is fixed soon as we now cannot update the
security fix in 4.5.2.005 without including the breaking patches of
4.5.2.003/4.
On Wednesday, August 5, 2015 at 1:28:39 AM UTC-7, ADK wrote:
Going from 4.5.2.000 to 4.5.2.004 has also caused all of our queries to
fail with the following error:
[iAnywhere Solutions][Advantage ODBC Driver]Option value
changed.[iAnywhere Solutions][Advantage ODBC Driver]Option value changed.
Stack Trace: at sun.jdbc.odbc.JdbcOdbc.createSQLWarning(JdbcOdbc.java:
7045):7045
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7127):7127
at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:5226):5226
at sun.jdbc.odbc.JdbcOdbcStatement.setQueryTimeout(JdbcOdbcStatement.
java:711):711
at lucee.runtime.db.driver.StatementProxy.setQueryTimeout(
StatementProxy.java:299):299
at lucee.runtime.type.QueryImpl.setAttributes(QueryImpl.java:366):366
at lucee.runtime.type.QueryImpl.(QueryImpl.java:250):250
at lucee.runtime.tag.Query.executeDatasoure(Query.java:775):775
at lucee.runtime.tag.Query.doEndTag(Query.java:585):585
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceDAO.cfc:32):32
at modules.fox.modules.orders.models.invoice.invoicedao_cfc$cf.udfCall
(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
invoice\invoiceDAO.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589
):1589
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall1(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders
models\invoice\invoiceService.cfc:12):12
at modules.fox.modules.orders.models.invoice.invoiceservice_cfc$cf.
udfCall(C:\dev\apps\boldintranetorig\app\modules\Fox\modules\Orders\models
\invoice\invoiceService.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:641):641
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1760):1760
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(
VariableUtilImpl.java:742):742
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1589
):1589
at modules.fox.modules.orders.handlers.orders_cfc$cf.udfCall(C:
…