Mura, unsuccessfully trying to do a Multi-Site Version Update with Core Version 5.4.4602 and Site Version 5.4.4602 just after updating the core files from Core Version 5.3.3088 and Site Version 5.3.3675.
Cannot reload application. It results in the following error:
Unknown column 'draft.changesetID' in 'field list'
Also, cannot edit pages in the Site Manager, they will not open.
Mura on Ubuntu, Railo and MySQL.
Struct
Entries:17
|
additional
|
Struct
|
DatabaseName
|
|
|
DatabaseVersion
|
string
|
5.1.41-3ubuntu12.10
|
|
|
Datasource
|
|
|
DriverName
|
string
|
MySQL-AB JDBC Driver
|
|
|
DriverVersion
|
string
|
mysql-connector-java-5.0.6 ( $Date: 2007-03-09 22:13:57
+0100 (Fri, 09 Mar 2007) $, $Revision: 6341 $ )
|
|
|
SQL
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID
LEFT join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype, draft.MenuTitle,
draft.Filename, draft.ContentID, tmodule.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,
draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID,
draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join
tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite'
AND active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
|
|
cause
|
Struct
Entries:14
|
additional
|
Struct
|
DatabaseName
|
|
|
DatabaseVersion
|
string
|
5.1.41-3ubuntu12.10
|
|
|
Datasource
|
|
|
DriverName
|
string
|
MySQL-AB JDBC Driver
|
|
|
DriverVersion
|
string
|
mysql-connector-java-5.0.6 ( $Date: 2007-03-09 22:13:57
+0100 (Fri, 09 Mar 2007) $, $Revision: 6341 $ )
|
|
|
SQL
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
active INNER JOIN tcontent draft ON active.ContentID = draft.ContentID
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON
active.contentID=tcontentassignments.contentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1
AND draft.lastUpdate>active.lastupdate and draft.changesetID is null
and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, active.ModuleID, active.SiteID,
active.ParentID, active.Type, active.subType, active.MenuTitle,
active.Filename, active.ContentID, draft.IsNav, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID=
'mysite' union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, tmodule.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
draft INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID
INNER JOIN tcontentassignments ON
draft.contentID=tcontentassignments.contentID LEFT JOIN tcontent active
ON draft.ContentID = active.ContentID and active.approved=1 LEFT join
tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is
null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP
BY tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type, draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID,
draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' union SELECT
DISTINCT tmodule.Title AS module, active.ModuleID, active.SiteID,
active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
active INNER JOIN tcontent draft ON active.ContentID = draft.ContentID
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT
join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID='mysite' AND active.SiteID='mysite'
union SELECT DISTINCT module.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
draft INNER JOIN tcontent module ON draft.ModuleID = module.ContentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
|
|
DataSource
|
|
|
Detail
|
|
|
ErrorCode
|
|
|
ExtendedInfo
|
|
|
Message
|
string
|
Unknown column 'draft.changesetID' in 'field list'
|
|
|
NativeErrorCode
|
|
|
queryError
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID FROM tcontent active INNER JOIN tcontent draft ON
active.ContentID = draft.ContentID INNER JOIN tcontent tmodule ON
draft.ModuleID = tmodule.ContentID INNER JOIN tcontentassignments ON
active.contentID=tcontentassignments.contentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1 AND
draft.lastUpdate>active.lastupdate and draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
AND active.SiteID= 'mysite' union SELECT DISTINCT tmodule.Title AS
module, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,
draft.subtype, draft.MenuTitle, draft.Filename, draft.ContentID,
tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams,draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID FROM tcontent draft INNER JOIN tcontent tmodule ON
draft.ModuleID = tmodule.ContentID INNER JOIN tcontentassignments ON
draft.contentID=tcontentassignments.contentID LEFT JOIN tcontent active
ON draft.ContentID = active.ContentID and active.approved=1 LEFT join
tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is
null and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type, draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID FROM tcontent active INNER JOIN tcontent draft ON
active.ContentID = draft.ContentID INNER JOIN tcontent tmodule ON
draft.ModuleID = tmodule.ContentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1 AND
draft.lastUpdate>active.lastupdate and draft.changesetID is null and
draft.lastUpdateByID= '0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID, active.Type,active.subType,
active.MenuTitle, active.Filename, active.ContentID, draft.IsNav,
tmodule.SiteID, draft.SiteID, active.SiteID, active.targetparams,
draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt, draft.changesetID
HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite' AND
active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and active.approved=1
LEFT join tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is
null and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP
BY module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
Sql
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID
LEFT join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype, draft.MenuTitle,
draft.Filename, draft.ContentID, tmodule.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,
draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID,
draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join
tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite'
AND active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
SQLState
|
|
|
StackTrace
|
string
|
Unknown column 'draft.changesetID' in 'field list' at
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936):936 at
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934):2934 at
com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616):1616 at
com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708):1708 at com.mysql.jdbc.Connection.execSQL(Connection.java:3255):3255
at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1293):1293
at
com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:867):867
at railo.runtime.type.QueryImpl.<init>(QueryImpl.java:232):232 at
railo.runtime.tag.Query.executeDatasoure(Query.java:580):580 at
railo.runtime.tag.Query.doEndTag(Query.java:434):434 at
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799):799
at
content.contentgateway_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222):222
at
dashboard.dashboardmanager_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188):188
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717
at admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293):293
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2):2
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717
at admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915):915
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248):248
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:376):376
at
railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:200):200
at
railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1973):1973
at
railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:280):280
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176):176
at
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145):145
at
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92):92
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381):381
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235):235
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857):857
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588):588
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489):489
at java.lang.Thread.run(Unknown Source):-1
|
|
|
TagContext
|
Array
|
1
|
Struct
|
codePrintHTML
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate,<br> 798: draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID<br> <b>799: HAVING
module.SiteID='#arguments.siteid#' AND
draft.SiteID=<cfqueryparam
cfsqltype="cf_sql_varchar"
value="#arguments.siteID#"/></b><br>
800: </cfquery><br> 801: <br>
|
|
|
codePrintPlain
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, 798: draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID 799: HAVING module.SiteID='#arguments.siteid#' AND
draft.SiteID=<cfqueryparam cfsqltype="cf_sql_varchar"
value="#arguments.siteID#"/> 800: </cfquery> 801:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc
|
|
|
type
|
|
|
|
|
2
|
Struct
|
codePrintHTML
|
string
|
220: <cfargument
name="sortDirection"
type="string" required="true"
default="desc"><br> 221: <br>
<b>222: <cfreturn
variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/></b><br> 223:
</cffunction><br> 224: <br>
|
|
|
codePrintPlain
|
string
|
220: <cfargument name="sortDirection"
type="string" required="true"
default="desc"> 221: 222: <cfreturn
variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/> 223: </cffunction> 224:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc
|
|
|
type
|
|
|
|
|
3
|
Struct
|
codePrintHTML
|
string
|
186: </div><br> 187: <br>
<b>188: <cfset rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/></b><br> 189: <div
id="drafts"
class="divide"><br> 190:
<h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3><br>
|
|
|
codePrintPlain
|
string
|
186: </div> 187: 188: <cfset
rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/> 189: <div id="drafts" class="divide">
190: <h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm
|
|
|
type
|
|
|
|
|
4
|
Struct
|
codePrintHTML
|
string
|
291: </cfif><br> 292: <br>
<b>293: <cfsavecontent
variable='response'><cfinclude template="#arguments.path#"/></cfsavecontent></b><br>
294: <br> 295: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
291: </cfif> 292: 293: <cfsavecontent
variable='response'><cfinclude
template="#arguments.path#"/></cfsavecontent> 294:
295: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc
|
|
|
type
|
|
|
|
|
5
|
Struct
|
codePrintHTML
|
string
|
1: <cfset
rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")><br>
<b>2: <cfset rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")></b><br>
|
|
|
codePrintPlain
|
string
|
1: <cfset
rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")>
2: <cfset
rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm
|
|
|
type
|
|
|
|
|
6
|
Struct
|
codePrintHTML
|
string
|
913: </cfif><br> 914: <br>
<b>915: <cfsavecontent
variable='response'><cfinclude
template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent></b><br>
916: <br> 917: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
913: </cfif> 914: 915: <cfsavecontent
variable='response'><cfinclude
template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent>
916: 917: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
7
|
Struct
|
codePrintHTML
|
string
|
246: viewNotFound();<br> 247: }<br>
<b>248: out = view( request.view );</b><br> 249:
for ( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {<br>
250: if ( structKeyExists(request, 'layout') and not request.layout )
{<br>
|
|
|
codePrintPlain
|
string
|
246: viewNotFound(); 247: } 248: out = view(
request.view ); 249: for ( i = 1; i lte arrayLen(request.layouts); i
= i + 1 ) { 250: if ( structKeyExists(request, 'layout') and not
request.layout ) {
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
|
|
type
|
|
|
where
|
|
|
|
|
DataSource
|
|
|
Detail
|
|
|
ErrorCode
|
|
|
ExtendedInfo
|
|
|
Message
|
string
|
Unknown column 'draft.changesetID' in 'field list'
|
|
|
name
|
|
|
NativeErrorCode
|
|
|
queryError
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER JOIN
tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID LEFT
join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, active.SiteID,
active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
AND active.SiteID= 'mysite' union SELECT DISTINCT tmodule.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, tmodule.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type, draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER JOIN
tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1 AND
draft.lastUpdate>active.lastupdate and draft.changesetID is null and
draft.lastUpdateByID= '0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, active.SiteID,
active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite'
AND active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and active.approved=1
LEFT join tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is null
and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID,
draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt, draft.changesetID
HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
rootCause
|
Struct
Entries:14
|
additional
|
Struct
|
DatabaseName
|
|
|
DatabaseVersion
|
string
|
5.1.41-3ubuntu12.10
|
|
|
Datasource
|
|
|
DriverName
|
string
|
MySQL-AB JDBC Driver
|
|
|
DriverVersion
|
string
|
mysql-connector-java-5.0.6 ( $Date: 2007-03-09 22:13:57
+0100 (Fri, 09 Mar 2007) $, $Revision: 6341 $ )
|
|
|
SQL
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
active INNER JOIN tcontent draft ON active.ContentID = draft.ContentID
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON
active.contentID=tcontentassignments.contentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1
AND draft.lastUpdate>active.lastupdate and draft.changesetID is null
and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, active.ModuleID, active.SiteID,
active.ParentID, active.Type, active.subType, active.MenuTitle,
active.Filename, active.ContentID, draft.IsNav, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID=
'mysite' union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, tmodule.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
draft INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID
INNER JOIN tcontentassignments ON
draft.contentID=tcontentassignments.contentID LEFT JOIN tcontent active
ON draft.ContentID = active.ContentID and active.approved=1 LEFT join
tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is
null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP
BY tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type, draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' union SELECT
DISTINCT tmodule.Title AS module, active.ModuleID, active.SiteID,
active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
active INNER JOIN tcontent draft ON active.ContentID = draft.ContentID
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT
join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING tmodule.SiteID=
'mysite' AND draft.SiteID='mysite' AND active.SiteID='mysite' union
SELECT DISTINCT module.Title AS module, draft.ModuleID, draft.SiteID,
draft.ParentID, draft.Type, draft.subtype, draft.MenuTitle,
draft.Filename, draft.ContentID, module.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent
draft INNER JOIN tcontent module ON draft.ModuleID = module.ContentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
|
|
DataSource
|
|
|
Detail
|
|
|
ErrorCode
|
|
|
ExtendedInfo
|
|
|
Message
|
string
|
Unknown column 'draft.changesetID' in 'field list'
|
|
|
NativeErrorCode
|
|
|
queryError
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID
LEFT join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype, draft.MenuTitle,
draft.Filename, draft.ContentID, tmodule.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,
draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID,
draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join
tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title, active.ModuleID,
active.SiteID, active.ParentID, active.Type,active.subType,
active.MenuTitle, active.Filename, active.ContentID, draft.IsNav,
tmodule.SiteID, draft.SiteID, active.SiteID, active.targetparams,
draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt, draft.changesetID
HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite' AND
active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
Sql
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID
LEFT join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID HAVING
tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' AND active.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, draft.ModuleID,
draft.SiteID, draft.ParentID, draft.Type, draft.subtype, draft.MenuTitle,
draft.Filename, draft.ContentID, tmodule.SiteID, draft.SiteID,
draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682'
GROUP BY tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type, draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
union SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER
JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join
tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, active.SiteID,
active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite'
AND active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
module.Title, draft.ModuleID, draft.SiteID, draft.ParentID,
draft.Type,draft.subType, draft.MenuTitle, draft.Filename,
draft.ContentID, draft.IsNav, module.SiteID, draft.SiteID, draft.SiteID,
draft.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
SQLState
|
|
|
StackTrace
|
string
|
Unknown column 'draft.changesetID' in 'field list' at
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936):936 at
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934):2934 at
com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616):1616 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708):1708
at com.mysql.jdbc.Connection.execSQL(Connection.java:3255):3255 at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1293):1293
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:867):867
at railo.runtime.type.QueryImpl.<init>(QueryImpl.java:232):232 at
railo.runtime.tag.Query.executeDatasoure(Query.java:580):580 at
railo.runtime.tag.Query.doEndTag(Query.java:434):434 at
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799):799
at
content.contentgateway_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222):222
at
dashboard.dashboardmanager_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536
at railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188):188
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717
at admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293):293
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2):2
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717
at admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915):915
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248):248
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:376):376
at
railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:200):200
at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1973):1973
at
railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:280):280
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176):176
at
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145):145
at
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92):92
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381):381
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235):235
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857):857
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588):588
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489):489
at java.lang.Thread.run(Unknown Source):-1
|
|
|
TagContext
|
Array
|
1
|
Struct
|
codePrintHTML
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate,<br> 798: draft.lastUpdateBy,tfiles.fileExt, draft.changesetID<br>
<b>799: HAVING module.SiteID='#arguments.siteid#' AND
draft.SiteID=<cfqueryparam
cfsqltype="cf_sql_varchar"
value="#arguments.siteID#"/></b><br>
800: </cfquery><br> 801: <br>
|
|
|
codePrintPlain
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, 798: draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID 799: HAVING module.SiteID='#arguments.siteid#' AND
draft.SiteID=<cfqueryparam cfsqltype="cf_sql_varchar"
value="#arguments.siteID#"/> 800: </cfquery> 801:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc
|
|
|
type
|
|
|
|
|
2
|
Struct
|
codePrintHTML
|
string
|
220: <cfargument
name="sortDirection"
type="string" required="true"
default="desc"><br> 221: <br>
<b>222: <cfreturn
variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/></b><br> 223: </cffunction><br>
224: <br>
|
|
|
codePrintPlain
|
string
|
220: <cfargument name="sortDirection"
type="string" required="true"
default="desc"> 221: 222: <cfreturn
variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/> 223: </cffunction> 224:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc
|
|
|
type
|
|
|
|
|
3
|
Struct
|
codePrintHTML
|
string
|
186: </div><br> 187: <br>
<b>188: <cfset
rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/></b><br> 189: <div
id="drafts" class="divide"><br>
190: <h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3><br>
|
|
|
codePrintPlain
|
string
|
186: </div> 187: 188: <cfset
rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/> 189: <div id="drafts" class="divide">
190:
<h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm
|
|
|
type
|
|
|
|
|
4
|
Struct
|
codePrintHTML
|
string
|
291: </cfif><br> 292: <br>
<b>293: <cfsavecontent
variable='response'><cfinclude
template="#arguments.path#"/></cfsavecontent></b><br>
294: <br> 295: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
291: </cfif> 292: 293: <cfsavecontent
variable='response'><cfinclude
template="#arguments.path#"/></cfsavecontent> 294:
295: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc
|
|
|
type
|
|
|
|
|
5
|
Struct
|
codePrintHTML
|
string
|
1: <cfset
rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")><br>
<b>2: <cfset
rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")></b><br>
|
|
|
codePrintPlain
|
string
|
1: <cfset
rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")>
2: <cfset rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm
|
|
|
type
|
|
|
|
|
6
|
Struct
|
codePrintHTML
|
string
|
913: </cfif><br> 914: <br>
<b>915: <cfsavecontent variable='response'><cfinclude
template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent></b><br>
916: <br> 917: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
913: </cfif> 914: 915: <cfsavecontent
variable='response'><cfinclude template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent>
916: 917: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
7
|
Struct
|
codePrintHTML
|
string
|
246: viewNotFound();<br> 247: }<br>
<b>248: out = view( request.view );</b><br> 249:
for ( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {<br>
250: if ( structKeyExists(request, 'layout') and not request.layout )
{<br>
|
|
|
codePrintPlain
|
string
|
246: viewNotFound(); 247: } 248: out = view(
request.view ); 249: for ( i = 1; i lte arrayLen(request.layouts); i
= i + 1 ) { 250: if ( structKeyExists(request, 'layout') and not
request.layout ) {
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
|
|
type
|
|
|
where
|
|
|
|
|
Sql
|
string
|
SELECT DISTINCT tmodule.Title AS module, active.ModuleID,
active.SiteID, active.ParentID, active.Type, active.subtype,
active.MenuTitle, active.Filename, active.ContentID, tmodule.SiteID,
draft.SiteID, active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER JOIN
tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER JOIN
tcontentassignments ON active.contentID=tcontentassignments.contentID LEFT
join tfiles on active.fileID=tfiles.fileID WHERE draft.Active=0 AND
active.Active=1 AND draft.lastUpdate>active.lastupdate and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, active.ModuleID, active.SiteID, active.ParentID,
active.Type, active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, active.SiteID,
active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite'
AND active.SiteID= 'mysite' union SELECT DISTINCT tmodule.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, tmodule.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent tmodule ON draft.ModuleID = tmodule.ContentID INNER
JOIN tcontentassignments ON draft.contentID=tcontentassignments.contentID
LEFT JOIN tcontent active ON draft.ContentID = active.ContentID and
active.approved=1 LEFT join tfiles on draft.fileID=tfiles.fileID WHERE
draft.Active=1 AND draft.approved=0 and active.contentid is null and
draft.changesetID is null and
tcontentassignments.userID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
tmodule.Title, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,
draft.subType, draft.MenuTitle, draft.Filename, draft.ContentID, draft.IsNav,
tmodule.SiteID, draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt, draft.changesetID
HAVING tmodule.SiteID= 'mysite' AND draft.SiteID= 'mysite' union SELECT
DISTINCT tmodule.Title AS module, active.ModuleID, active.SiteID,
active.ParentID, active.Type, active.subtype, active.MenuTitle,
active.Filename, active.ContentID, tmodule.SiteID, draft.SiteID,
active.SiteID, active.targetparams, draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent active
INNER JOIN tcontent draft ON active.ContentID = draft.ContentID INNER JOIN
tcontent tmodule ON draft.ModuleID = tmodule.ContentID LEFT join tfiles on
active.fileID=tfiles.fileID WHERE draft.Active=0 AND active.Active=1 AND draft.lastUpdate>active.lastupdate
and draft.changesetID is null and draft.lastUpdateByID=
'0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY tmodule.Title,
active.ModuleID, active.SiteID, active.ParentID,
active.Type,active.subType, active.MenuTitle, active.Filename,
active.ContentID, draft.IsNav, tmodule.SiteID, draft.SiteID, active.SiteID,
active.targetparams, draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID HAVING tmodule.SiteID= 'mysite' AND draft.SiteID='mysite'
AND active.SiteID='mysite' union SELECT DISTINCT module.Title AS module,
draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type, draft.subtype,
draft.MenuTitle, draft.Filename, draft.ContentID, module.SiteID,
draft.SiteID, draft.SiteID, draft.targetparams,draft.lastUpdate,
draft.lastUpdateBy,tfiles.fileExt, draft.changesetID FROM tcontent draft
INNER JOIN tcontent module ON draft.ModuleID = module.ContentID LEFT JOIN
tcontent active ON draft.ContentID = active.ContentID and active.approved=1
LEFT join tfiles on draft.fileID=tfiles.fileID WHERE draft.Active=1 AND
draft.approved=0 and active.contentid is null and draft.changesetID is null
and draft.lastUpdateByID='0C8064B5-2017-4382-B316D40B79FA9682' GROUP BY
module.Title, draft.ModuleID, draft.SiteID, draft.ParentID, draft.Type,draft.subType,
draft.MenuTitle, draft.Filename, draft.ContentID, draft.IsNav,
module.SiteID, draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, draft.lastUpdateBy,tfiles.fileExt, draft.changesetID
HAVING module.SiteID='mysite' AND draft.SiteID='mysite'
|
|
|
SQLState
|
|
|
StackTrace
|
string
|
Unknown column 'draft.changesetID' in 'field list' at
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936):936 at
com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934):2934 at
com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616):1616 at
com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708):1708 at
com.mysql.jdbc.Connection.execSQL(Connection.java:3255):3255 at
com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1293):1293
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:867):867
at railo.runtime.type.QueryImpl.<init>(QueryImpl.java:232):232 at
railo.runtime.tag.Query.executeDatasoure(Query.java:580):580 at
railo.runtime.tag.Query.doEndTag(Query.java:434):434 at
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799):799
at
content.contentgateway_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222):222
at dashboard.dashboardmanager_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188):188
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764 at
railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717 at
admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293):293
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at
railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2):2
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:764):764 at
railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:717):717 at
admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915):915
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1438):1438
at admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248):248
at admin.framework_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:226):226 at
railo.runtime.type.UDFImpl._call(UDFImpl.java:394):394 at
railo.runtime.type.UDFImpl.call(UDFImpl.java:359):359 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:536):536 at
railo.runtime.ComponentImpl._call(ComponentImpl.java:465):465 at
railo.runtime.ComponentImpl.call(ComponentImpl.java:1729):1729 at
railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:376):376
at
railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:200):200
at
railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1973):1973 at
railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:280):280
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at
javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176):176
at
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145):145
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92):92
at
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381):381
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235):235
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857):857
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588):588
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489):489
at java.lang.Thread.run(Unknown Source):-1
|
|
|
TagContext
|
Array
|
1
|
Struct
|
codePrintHTML
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate,<br> 798: draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID<br> <b>799: HAVING
module.SiteID='#arguments.siteid#' AND
draft.SiteID=<cfqueryparam
cfsqltype="cf_sql_varchar" value="#arguments.siteID#"/></b><br>
800: </cfquery><br> 801: <br>
|
|
|
codePrintPlain
|
string
|
797: draft.SiteID, draft.SiteID, draft.targetparams,
draft.lastUpdate, 798: draft.lastUpdateBy,tfiles.fileExt,
draft.changesetID 799: HAVING module.SiteID='#arguments.siteid#' AND draft.SiteID=<cfqueryparam
cfsqltype="cf_sql_varchar"
value="#arguments.siteID#"/> 800: </cfquery> 801:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
content.contentgateway_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc:799)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/content/contentGateway.cfc
|
|
|
type
|
|
|
|
|
2
|
Struct
|
codePrintHTML
|
string
|
220: <cfargument name="sortDirection"
type="string" required="true"
default="desc"><br> 221: <br>
<b>222: <cfreturn
variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/></b><br> 223:
</cffunction><br> 224: <br>
|
|
|
codePrintPlain
|
string
|
220: <cfargument name="sortDirection"
type="string" required="true"
default="desc"> 221: 222: <cfreturn variables.contentGateway.getDraftList(arguments.siteID,arguments.userID,arguments.limit,arguments.startDate,arguments.stopDate,arguments.sortBy,arguments.sortDirection)
/> 223: </cffunction> 224:
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
dashboard.dashboardmanager_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc:222)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/requirements/mura/dashboard/dashboardManager.cfc
|
|
|
type
|
|
|
|
|
3
|
Struct
|
codePrintHTML
|
string
|
186: </div><br> 187: <br>
<b>188: <cfset
rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/></b><br> 189: <div
id="drafts" class="divide"><br>
190:
<h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3><br>
|
|
|
codePrintPlain
|
string
|
186: </div> 187: 188: <cfset
rsList=application.dashboardManager.getDraftList(attributes.siteID,session.mura.userID,5)
/> 189: <div id="drafts" class="divide">
190:
<h3>#application.rbFactory.getKeyValue(session.rb,"dashboard.draftsforreview")#</h3>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.view.vdashboard.dsp_main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm:188)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/view/vDashboard/dsp_main.cfm
|
|
|
type
|
|
|
|
|
4
|
Struct
|
codePrintHTML
|
string
|
291: </cfif><br> 292: <br>
<b>293: <cfsavecontent
variable='response'><cfinclude
template="#arguments.path#"/></cfsavecontent></b><br>
294: <br> 295: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
291: </cfif> 292: 293: <cfsavecontent
variable='response'><cfinclude
template="#arguments.path#"/></cfsavecontent> 294:
295: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.application_cfc$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc:293)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/Application.cfc
|
|
|
type
|
|
|
|
|
5
|
Struct
|
codePrintHTML
|
string
|
1: <cfset rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")><br>
<b>2: <cfset
rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")></b><br>
|
|
|
codePrintPlain
|
string
|
1: <cfset rc.ajax=doFBInclude("/muraWRM/admin/view/vDashboard/ajax/dsp_javascript.cfm")>
2: <cfset
rc.layout=doFBInclude("/muraWRM/admin/view/vDashboard/dsp_main.cfm")>
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.fw1.views.cdashboard.main_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm:2)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/fw1/views/cdashboard/main.cfm
|
|
|
type
|
|
|
|
|
6
|
Struct
|
codePrintHTML
|
string
|
913: </cfif><br> 914: <br>
<b>915: <cfsavecontent
variable='response'><cfinclude
template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent></b><br>
916: <br> 917: <cfreturn response /><br>
|
|
|
codePrintPlain
|
string
|
913: </cfif> 914: 915: <cfsavecontent
variable='response'><cfinclude
template="#pathInfo.base#views/#pathInfo.path#.cfm"/></cfsavecontent>
916: 917: <cfreturn response />
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall5(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:915)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
7
|
Struct
|
codePrintHTML
|
string
|
246: viewNotFound();<br> 247: }<br>
<b>248: out = view( request.view );</b><br> 249: for
( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {<br> 250:
if ( structKeyExists(request, 'layout') and not request.layout ) {<br>
|
|
|
codePrintPlain
|
string
|
246: viewNotFound(); 247: } 248: out = view( request.view
); 249: for ( i = 1; i lte arrayLen(request.layouts); i = i + 1 ) {
250: if ( structKeyExists(request, 'layout') and not request.layout ) {
|
|
|
column
|
|
|
id
|
|
|
line
|
|
|
raw_trace
|
string
|
admin.framework_cfc$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc:248)
|
|
|
template
|
string
|
/opt/railo/tomcat/webapps/ROOT/stg.mysite.com/admin/framework.cfc
|
|
|
type
|
|
|
|
|
|
|
type
|
|
|
where
|
|
|