Cannot Reproduce
Details
Assignee
UnassignedUnassignedReporter
Michael SpragueMichael SpraguePriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Sprague
Michael SpraguePriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 11 July 2017 at 18:44
Updated 7 April 2018 at 07:41
Resolved 7 April 2018 at 07:41
The web and web-inf files for our install reside on a clustered resource. Whenever the cluster fails over to a new node, Lucee starts returning the following error for any file upload. It does not stop erroring until we restart the Lucee service. It seems that something internal to Lucee stops running if the drive is temporarily unavailable. During failover, the drive is not available for about 30 seconds.
lucee.runtime.exp.NativeException: The resources may not be accessed if they are not currently started
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 web_cfm$cf.call(/admin/web.cfm:281)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:928)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:842)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:224)
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)