java.lang.ExceptionInInitializerError
at fr.paris.lutece.plugins.actes.business.matieres.MatiereBusinessTest.testBusiness(MatiereBusinessTest.java:54)
Caused by: java.lang.NullPointerException
at fr.paris.lutece.plugins.actes.business.matieres.MatiereBusinessTest.testBusiness(MatiereBusinessTest.java:54)
class fr.paris.lutece.test.MokeHttpServletRequest cannot be cast to class fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest (fr.paris.lutece.test.MokeHttpServletRequest and fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest are in unnamed module of loader 'app')
java.lang.ClassCastException: class fr.paris.lutece.test.MokeHttpServletRequest cannot be cast to class fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest (fr.paris.lutece.test.MokeHttpServletRequest and fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest are in unnamed module of loader 'app')
at fr.paris.lutece.plugins.actes.web.ActesJspBeanTest.testDoCreateActe(ActesJspBeanTest.java:95)
java.lang.ExceptionInInitializerError
at fr.paris.lutece.plugins.actes.web.ActesJspBeanTest.testGetCreateActe(ActesJspBeanTest.java:75)
Caused by: java.lang.NullPointerException
at fr.paris.lutece.plugins.actes.web.ActesJspBeanTest.testGetCreateActe(ActesJspBeanTest.java:75)
The following has evaluated to null or missing:
==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1]
----
fr.paris.lutece.util.html.exception.LuteceFreemarkerException:
The following has evaluated to null or missing:
==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1]
----
at fr.paris.lutece.plugins.actes.web.ActesJspBeanTest.testManageActes(ActesJspBeanTest.java:61)
Caused by: freemarker.core.InvalidReferenceException:
The following has evaluated to null or missing:
==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1]
----
at fr.paris.lutece.plugins.actes.web.ActesJspBeanTest.testManageActes(ActesJspBeanTest.java:61)
java.lang.ClassCastException: class fr.paris.lutece.test.MokeHttpServletRequest cannot be cast to class fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest (fr.paris.lutece.test.MokeHttpServletRequest and fr.paris.lutece.portal.web.upload.MultipartHttpServletRequest are in unnamed module of loader 'app')
fr.paris.lutece.util.html.exception.LuteceFreemarkerException: The following has evaluated to null or missing:
==> adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 3]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: @adminContentHeader [in template "admin/feature_frameset.html" at line 1, column 1]
----