Skip to content
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

Open
kucits opened this issue Jan 31, 2018 · 5 comments
Open

500 Error: transaction cannot be null #14

kucits opened this issue Jan 31, 2018 · 5 comments

Comments

@kucits
Copy link

kucits commented Jan 31, 2018

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

@grantshepert
Copy link
Contributor

What version of Mura are you using?

@kucits
Copy link
Author

kucits commented Jan 31, 2018 via email

@grantshepert
Copy link
Contributor

grantshepert commented Feb 5, 2018

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.

@kucits
Copy link
Author

kucits commented Feb 7, 2018 via email

@kucits
Copy link
Author

kucits commented Feb 14, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants