[xwiki-users] XE 8.2.1 NullPointerException in Create action
Hi everybody, I've just got running a fresh new install of 8.2.1 in a Wildfly instance (9.0.x) with datasource and PostgreSQL. No problems until there, and nothing special in config settings other than the default ones. However, as I try to create a new page (child or whatever) clicking on the "+" in any place, XE fires a NullPointerException. Here's the extract of the Stack Trace: Error number 4001 in 4: Error while evaluating velocity template createinline.vm com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating velocity template createinline.vm ... Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [/templates/create.vm] ... Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getParameter' in class com.xpn.xwiki.web.XWikiServletRequest threw exception java.lang.NullPointerException at 284:/templates/create.vm[line 90, column 31] ... Caused by: java.lang.NullPointerException Am I missing something in configs? Regards, RAMON GOMES BRANDÃO
Would be great if you could create an issue on http://jira.xwiki.org with the complete error and the steps to reproduce. On Mon, Aug 1, 2016 at 1:52 PM, Ramon Gomes Brandao <[email protected]> wrote:
Hi everybody,
I've just got running a fresh new install of 8.2.1 in a Wildfly instance (9.0.x) with datasource and PostgreSQL. No problems until there, and nothing special in config settings other than the default ones.
However, as I try to create a new page (child or whatever) clicking on the "+" in any place, XE fires a NullPointerException. Here's the extract of the Stack Trace:
Error number 4001 in 4: Error while evaluating velocity template createinline.vm com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating velocity template createinline.vm ...
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [/templates/create.vm] ...
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getParameter' in class com.xpn.xwiki.web.XWikiServletRequest threw exception java.lang.NullPointerException at 284:/templates/create.vm[line 90, column 31] ...
Caused by: java.lang.NullPointerException
Am I missing something in configs?
Regards,
RAMON GOMES BRANDÃO
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Hi Thomas, Thanks for your quick answer. I've opened two JIRA issues, as follows: A) XWIKI-13617 - the error originally reported in my previous message; B) XWIKI-13618 - issue regarding what it seems to be related in some cause: there's a similar problem with the Template Application. A NPE is fired when trying to access the Template Admin Section. Regards, RAMON GOMES BRANDÃO -----Mensagem original----- De: users [mailto:[email protected]] Em nome de Thomas Mortagne Enviada em: segunda-feira, 1 de agosto de 2016 09:33 Para: XWiki Users Assunto: Re: [xwiki-users] XE 8.2.1 NullPointerException in Create action Would be great if you could create an issue on http://jira.xwiki.org with the complete error and the steps to reproduce. On Mon, Aug 1, 2016 at 1:52 PM, Ramon Gomes Brandao <[email protected]> wrote:
Hi everybody,
I've just got running a fresh new install of 8.2.1 in a Wildfly instance (9.0.x) with datasource and PostgreSQL. No problems until there, and nothing special in config settings other than the default ones.
However, as I try to create a new page (child or whatever) clicking on the "+" in any place, XE fires a NullPointerException. Here's the extract of the Stack Trace:
Error number 4001 in 4: Error while evaluating velocity template createinline.vm com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while evaluating velocity template createinline.vm ...
Caused by: org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with id [/templates/create.vm] ...
Caused by: org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getParameter' in class com.xpn.xwiki.web.XWikiServletRequest threw exception java.lang.NullPointerException at 284:/templates/create.vm[line 90, column 31] ...
Caused by: java.lang.NullPointerException
Am I missing something in configs?
Regards,
RAMON GOMES BRANDÃO
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Ramon Gomes Brandao -
Thomas Mortagne