Catch
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't create file [/var/www/massey/_mucache/wagtail/menu_nav.cfm]
StackTrace
stringlucee.runtime.exp.NativeException: Can't create file [/var/www/massey/_mucache/wagtail/menu_nav.cfm] at lucee.commons.io.res.type.file.FileResource.getOutputStream(FileResource.java:262) at lucee.runtime.functions.file.FileStreamWrapperWrite._getOS(FileStreamWrapperWrite.java:138) at lucee.runtime.functions.file.FileStreamWrapperWrite.write(FileStreamWrapperWrite.java:69) at lucee.runtime.functions.file.FileWrite.call(FileWrite.java:51) at massey.app_templates._pagetemplates._templatefiles.tmp_ot_wagtail.menu_wagtail_auto_cfm$cf.call(/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/menu_wagtail_auto.cfm:39) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at massey.app_templates._pagetemplates._templatefiles.tmp_ot_wagtail.base_cfm$cf.call(/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/base.cfm:27) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at massey.app_templates._pagetemplates.tmp_ot_wagtail_cfm$cf.call(/massey/app_templates/_pagetemplates/tmp_OT_wagtail.cfm:10) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at massey.app_templates.index_cfm$cf.call(/massey/app_templates/index.cfm:329) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:219) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:287) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:532) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1793) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.IOException: Can't create file [/var/www/massey/_mucache/wagtail/menu_nav.cfm] ... 58 more
TagContext
Array
1
Struct
codePrintHTML
string37: request.wagtail_menu_nav &amp;= '&lt;script id=&quot;primary-nav-config&quot; type=&quot;application/json&quot;&gt;#request.primary_nav#&lt;/script&gt;#chr(10)#';<br> 38: request.wagtail_menu_nav &amp;= '&lt;script id=&quot;secondary-nav-config&quot; type=&quot;application/json&quot;&gt;#request.secondary_nav#&lt;/script&gt;#chr(10)#';<br> <b>39: fileWrite(filePath=request.cacheWagtailMenuFile, data=request.wagtail_menu_nav, charset=&quot;utf-8&quot;);</b><br> 40: server.wagtail_menu_cache_time = now();<br> 41: <br>
codePrintPlain
string37: request.wagtail_menu_nav &= '<script id="primary-nav-config" type="application/json">#request.primary_nav#</script>#chr(10)#'; 38: request.wagtail_menu_nav &= '<script id="secondary-nav-config" type="application/json">#request.secondary_nav#</script>#chr(10)#'; 39: fileWrite(filePath=request.cacheWagtailMenuFile, data=request.wagtail_menu_nav, charset="utf-8"); 40: server.wagtail_menu_cache_time = now(); 41:
column
number0
id
string??
line
number39
Raw_Trace
stringmassey.app_templates._pagetemplates._templatefiles.tmp_ot_wagtail.menu_wagtail_auto_cfm$cf.call(/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/menu_wagtail_auto.cfm:39)
template
string/var/www/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/menu_wagtail_auto.cfm
type
stringcfml
2
Struct
codePrintHTML
string25: <br> 26: &lt;cfinclude template=&quot;./set_wagtail_menu_cache_time.cfm&quot;&gt;<br> <b>27: &lt;cfinclude template=&quot;./menu_wagtail_auto.cfm&quot;&gt;</b><br> 28: &lt;cfinclude template=&quot;./header.cfm&quot;&gt;<br> 29: <br>
codePrintPlain
string25: 26: <cfinclude template="./set_wagtail_menu_cache_time.cfm"> 27: <cfinclude template="./menu_wagtail_auto.cfm"> 28: <cfinclude template="./header.cfm"> 29:
column
number0
id
string??
line
number27
Raw_Trace
stringmassey.app_templates._pagetemplates._templatefiles.tmp_ot_wagtail.base_cfm$cf.call(/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/base.cfm:27)
template
string/var/www/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/base.cfm
type
stringcfml
3
Struct
codePrintHTML
string8: &lt;cfset directoryCreate(ExpandPath(&quot;/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/_js/cache/&quot;))&gt;<br> 9: &lt;/cfif&gt;<br> <b>10: &lt;cfinclude template=&quot;_templatefiles/#request.template_name#/base.cfm&quot; &gt;</b><br>
codePrintPlain
string8: <cfset directoryCreate(ExpandPath("/massey/app_templates/_pagetemplates/_templatefiles/tmp_OT_wagtail/_js/cache/"))> 9: </cfif> 10: <cfinclude template="_templatefiles/#request.template_name#/base.cfm" >
column
number0
id
string??
line
number10
Raw_Trace
stringmassey.app_templates._pagetemplates.tmp_ot_wagtail_cfm$cf.call(/massey/app_templates/_pagetemplates/tmp_OT_wagtail.cfm:10)
template
string/var/www/massey/app_templates/_pagetemplates/tmp_OT_wagtail.cfm
type
stringcfml
4
Struct
codePrintHTML
string327: &lt;/cfsavecontent&gt;<br> 328: &lt;/cfif&gt;<br> <b>329: &lt;cfinclude template=&quot;#request.sapi.site.getTemplate()#&quot;&gt;</b><br> 330: &lt;cfelse&gt;<br> 331: &lt;!--- presume if page_title doesn't exist that they are trying to view a page that does not exist in another language' ---&gt;<br>
codePrintPlain
string327: </cfsavecontent> 328: </cfif> 329: <cfinclude template="#request.sapi.site.getTemplate()#"> 330: <cfelse> 331: <!--- presume if page_title doesn't exist that they are trying to view a page that does not exist in another language' --->
column
number0
id
string??
line
number329
Raw_Trace
stringmassey.app_templates.index_cfm$cf.call(/massey/app_templates/index.cfm:329)
template
string/var/www/massey/app_templates/index.cfm
type
stringcfml
type
stringjava.io.IOException

Prudence Fisher

Doctor of Philosophy, (Psychology)
Study Completed: 2010
College of Humanities & Social Sciences

Citation

Thesis Title
Young women, power, intimate relationships and wellbeing: The circumstances that enable young women's resistant subjective desires: "A pash and a dash"

Read article at Massey Research Online: MRO icon

This research examines the silences operating in current feminist poststructuralist theory that restrains health practices in the area of young women’s wellbeing and intimate heterosexual relationships.  Within this research I facilitated positive visibility, humour and silenced heterosexual risk discourses in order to increase the participant’s access to resistant subjective desires.  This research took  a ‘critical realist’ theoretical position that rejected relativist poststructuralist ideas of knowledge being solely constituted  through language and  explored how the force of the corporeal body, language and material resources intersected to co-constitute resistant subject desires that enhanced participants wellbeing.   

Supervisors
Professor Antonia Lyons
Associate Professor Leigh Coombes