-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 Error: transaction cannot be null #14
Comments
What version of Mura are you using? |
7.0.7057
…On Wed, Jan 31, 2018 at 9:46 AM, Grant Shepert ***@***.***> wrote:
What version of Mura are you using?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AexgAzQIG86KGU1CAAyVhyjdMPehNIfRks5tQHy0gaJpZM4Rz8vJ>
.
|
Can you post the entire error message up? It looks like there's a controller missing, but I can't see which one it would be. |
MuraGoogleSitemaps ERROR
Catch
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string 0
Extended_Info
string
ExtendedInfo
string
Message
string transaction cannot be null
StackTrace
string lucee.runtime.exp.NativeException: transaction cannot be null at
lucee.runtime.exp.NativeException.newInstance(NativeException.java:73) at
lucee.runtime.op.Caster.toPageException(Caster.java:3201) at
lucee.runtime.op.Caster.toPageException(Caster.java:3176) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:349) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772) at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:758)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1701) at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:338) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:697) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:580) at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at
lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:420)
at
lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:222)
at
lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2408) at
lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2398) at
lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2366) at
lucee.runtime.engine.Request.run(Request.java:34)
TagContext
Array
1
Struct
codePrintHTML
string 779: if ( !structKeyExists( once, tuple.key ) ) {
780: once[ tuple.key ] = i;
*781: doController( tuple, 'before', 'before' );*
782: if ( structKeyExists( request._fw1, 'abortController' ) )
abortController();
783: }
codePrintPlain
string 779: if ( !structKeyExists( once, tuple.key ) ) { 780: once[
tuple.key ] = i; 781: doController( tuple, 'before', 'before' ); 782: if (
structKeyExists( request._fw1, 'abortController' ) ) abortController();
783: }
column
number 0
id
string ??
line
number 781
Raw_Trace
string
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
template
string
E:\wwwroot\www-kings\plugins\MuraGoogleSitemaps\includes\framework\one.cfc
type
string cfml
type
string java.lang.IllegalArgumentException
Detail
string
ErrorCode
string 0
Extended_Info
string
ExtendedInfo
string
Message
string transaction cannot be null
name
string onRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string 0
Extended_Info
string
ExtendedInfo
string
Message
string transaction cannot be null
StackTrace
string lucee.runtime.exp.NativeException: transaction cannot be null at
lucee.runtime.exp.NativeException.newInstance(NativeException.java:73) at
lucee.runtime.op.Caster.toPageException(Caster.java:3201) at
lucee.runtime.op.Caster.toPageException(Caster.java:3176) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:349) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772) at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:758)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1701) at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:338) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:697) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:580) at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at
lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:420)
at
lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:222)
at
lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2408) at
lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2398) at
lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2366) at
lucee.runtime.engine.Request.run(Request.java:34)
TagContext
Array
1
Struct
codePrintHTML
string 779: if ( !structKeyExists( once, tuple.key ) ) {
780: once[ tuple.key ] = i;
*781: doController( tuple, 'before', 'before' );*
782: if ( structKeyExists( request._fw1, 'abortController' ) )
abortController();
783: }
codePrintPlain
string 779: if ( !structKeyExists( once, tuple.key ) ) { 780: once[
tuple.key ] = i; 781: doController( tuple, 'before', 'before' ); 782: if (
structKeyExists( request._fw1, 'abortController' ) ) abortController();
783: }
column
number 0
id
string ??
line
number 781
Raw_Trace
string
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
template
string
E:\wwwroot\www-kings\plugins\MuraGoogleSitemaps\includes\framework\one.cfc
type
string cfml
type
string java.lang.IllegalArgumentException
StackTrace
string lucee.runtime.exp.NativeException: transaction cannot be null at
lucee.runtime.exp.NativeException.newInstance(NativeException.java:73) at
lucee.runtime.op.Caster.toPageException(Caster.java:3201) at
lucee.runtime.op.Caster.toPageException(Caster.java:3176) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:349) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772) at
lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:758)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1701) at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
at
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at
lucee.runtime.type.UDFImpl._call(UDFImpl.java:338) at
lucee.runtime.type.UDFImpl.call(UDFImpl.java:225) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:697) at
lucee.runtime.ComponentImpl._call(ComponentImpl.java:580) at
lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at
lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:420)
at
lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:222)
at
lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2408) at
lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2398) at
lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2366) at
lucee.runtime.engine.Request.run(Request.java:34)
TagContext
Array
1
Struct
codePrintHTML
string 779: if ( !structKeyExists( once, tuple.key ) ) {
780: once[ tuple.key ] = i;
*781: doController( tuple, 'before', 'before' );*
782: if ( structKeyExists( request._fw1, 'abortController' ) )
abortController();
783: }
codePrintPlain
string 779: if ( !structKeyExists( once, tuple.key ) ) { 780: once[
tuple.key ] = i; 781: doController( tuple, 'before', 'before' ); 782: if (
structKeyExists( request._fw1, 'abortController' ) ) abortController();
783: }
column
number 0
id
string ??
line
number 781
Raw_Trace
string
plugins.muragooglesitemaps.includes.framework.one_cfc$cf.udfCall5(/plugins/MuraGoogleSitemaps/includes/framework/one.cfc:781)
template
string
E:\wwwroot\www-kings\plugins\MuraGoogleSitemaps\includes\framework\one.cfc
type
string cfml
type
string java.lang.IllegalArgumentException
…On Mon, Feb 5, 2018 at 11:48 AM, Grant Shepert ***@***.***> wrote:
Can you post the entire message up? It looks like there's a controller
missing, but I can't see which one it would be.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AexgA8n5bcSEMakMviDlQpPSxnyRi24fks5tRzDWgaJpZM4Rz8vJ>
.
|
Updated Mura to 7.0.7074 and the plugin is working as expected. Must have been an issue with the previous Mura version (I think it was 7.0.5xxx). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installed the latest version (4.2.0) from the github repository and when I try to access the admin I get:
500 Error
transaction cannot be null
Code:0
Type:java.lang.IllegalArgumentException
lucee.runtime.exp.NativeException: transaction cannot be null
at lucee.runtime.exp.NativeException.newInstance(NativeException.java:73)
at lucee.runtime.op.Caster.toPageException(Caster.java:3201)
at lucee.runtime.op.Caster.toPageException(Caster.java:3176)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:349)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:225)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:758)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1701)
at includes.framework.one_cfc$cf.udfCall5(/MuraGoogleSitemaps/includes/framework/one.cfc:781)
at includes.framework.one_cfc$cf.udfCall(/MuraGoogleSitemaps/includes/framework/one.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:338)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:225)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:580)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:420)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:222)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2408)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2398)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2366)
at lucee.runtime.engine.Request.run(Request.java:34)
Column: 0
ID: ??
Line: 781
Raw Trace: includes.framework.one_cfc$cf.udfCall5(/MuraGoogleSitemaps/includes/framework/one.cfc:781)
Template: C:\path\plugins\MuraGoogleSitemaps\includes\framework\one.cfc
Type: cfml
The text was updated successfully, but these errors were encountered: