2015-07-24 4 views
1

Я загрузился сервер WSO2 и попытался войти в систему с новым пользователем, и я получаю эту аварию:Краш В пользователя Логин Flow

[2015-07-24 14: 33: 50128] ERROR {org.apache.tiles.jsp.context.JspTilesRequestContext} - JSPException, включая путь '/user-registration/add_user.jsp'. javax.servlet.jsp.JspException: ServletException при включении страницы. на org.apache.tiles.jsp.context.JspUtil.doInclude (JspUtil.java:102) в org.apache.tiles.jsp.context.JspTilesRequestContext.include (JspTilesRequestContext.java:88) в org.apache. tiles.jsp.context.JspTilesRequestContext.dispatch (JspTilesRequestContext.java:82) at org.apache.tiles.impl.BasicTilesContainer.render (BasicTilesContainer.java:465) at org.apache.tiles.jsp.taglib.InsertAttributeTag. render (InsertAttributeTag.java:140) at org.apache.tiles.jsp.taglib.InsertAttributeTag.render (InsertAttributeTag.java:117) at org.apache.tiles.jsp.taglib.RenderTagSupport.execute (RenderTagSupport.java: 171) по адресу org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag (RoleSecurityTagSupport.java:75) at org.apach e.tiles.jsp.taglib.ContainerTagSupport.doEndTag (ContainerTagSupport.java:80) на org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_insertAttribute_7 (org.apache.jsp.admin.layout.template_jsp: 603) на org.apache.jsp.admin.layout.template_jsp._jspService (org.apache.jsp.admin.layout.template_jsp: 335) по адресу org.apache.jasper.runtime.HttpJspBase.service (HttpJspBase.java:111) at javax.servlet.http.HttpServlet.service (HttpServlet.java:848) на org.apache.jasper.servlet.JspServletWrapper.service (JspServletWrapper.java:403) на org.apache.jasper.servlet.JspServlet.serviceJspFile (JspServlet.java:492) at org.apache.jasper.servlet.JspServlet.service (JspServlet.java:378) at javax.servlet.http.HttpServlet.service (HttpServlet.java:848) at org.wso2.carbon.ui.JspServlet.service (JspServlet.java:155) at org.wso2.carbon.ui.TilesJspServlet.service (TilesJspServlet.java:80) at javax.servlet.http.HttpServlet. службы (HttpServlet.java:848) at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service (ContextPathServletAdaptor.java:37) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service (ServletRegistration. java: 61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias ​​(ProxyServlet.java:128) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service (ProxyServlet.java: 68) по адресу javax.servlet.http.HttpServlet.service (HttpServlet.java:848) по адресу org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.ser заместитель (DelegationServlet.java:68) на ...

Казалось, что есть подобная ошибка в трубопроводе JIRA:

https://www.wso2.org/jira/browse/CARBON-4616

EDIT: Я бегу WSO2 1.1. 0 по ссылке скачать здесь:
(https://docs.wso2.com/display/EMM110/Downloading+the+Product)

Я бегу это на Йосемити (10.10.3)

My JDK version is 1.8.0_45-b14

+0

Какое изделие и версия? –

+0

Можете ли вы поделиться информацией об окружающей среде и информацией о продукте e, g. ОС, продукт, версия, версия jdk –

+0

Обновлено для совместного использования ОС, продукта, версии и версии jdk. –

ответ

0

Эта проблема обычно возникает, если в файле [$HOME]/bin/wso2server.sh отсутствует следующий параметр.

Добавить это значение, где другие параметры -D определены в файле wso2server.sh.

-D org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false \ 
Смежные вопросы