Unresolved
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 21 September 2021 at 10:01
Updated 21 June 2022 at 11:41
the following code now failing
application action="update" datasource="#server.getDatasource("oracle")#";
Errored: testConnection --> key [type] doesn't exist
[java] [script] at
[java] [script] C:\work\lucee\test\tickets\LDEV0902.cfc:101
[java] [script] C:\work\lucee\test\tickets\LDEV0902.cfc:24
[java] [script] C:\work\lucee\temp\testbox\testbox\system\BaseSpec.cfc:697
[java] [script] C:\work\lucee\temp\testbox\testbox\system\runners\UnitRunner.cfc:186
[java] [script] C:\work\lucee\temp\testbox\testbox\system\runners\UnitRunner.cfc:71
[java] [script] C:\work\lucee\temp\testbox\testbox\system\TestBox.cfc:369
[java] [script] C:\work\lucee\temp\testbox\testbox\system\TestBox.cfc:170
[java] [script] C:\work\lucee\temp\testbox\testbox\system\TestBox.cfc:98
[java] [script] at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67)
[java] [script] at lucee.runtime.type.StructImpl.get(StructImpl.java:139)
[java] [script] at lucee.runtime.listener.AppListenerUtil.toDataSource(AppListenerUtil.java:247)
[java] [script] at lucee.runtime.listener.AppListenerUtil.toDefaultDatasource(AppListenerUtil.java:637)
[java] [script] at lucee.runtime.tag.Application.setDatasource(Application.java:316)
[java] [script] at tickets.ldev0902_cfc$cf.udfCall(/test/tickets/LDEV0902.cfc:101)
[java] [script] at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
[java] [script] at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
[java] [script] at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
[java] [script] at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
[java] [script] at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
[java] [script] at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
[java] [script] at tickets.ldev0902_cfc$cf.udfCall(/test/tickets/LDEV0902.cfc:24)