Сбой в процессе входа пользователя

Я загрузил сервер wso2 и попытался войти в систему с новым пользователем, и я получаю этот сбой:

Похоже, в конвейере jira есть аналогичная ошибка:

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

РЕДАКТИРОВАТЬ: я запускаю WSO2 1.1.0 по ссылке для скачивания здесь:
(https://docs.wso2.com/display/EMM110/Downloading+the+Product)

Я запускаю его на Yosemite (10.10.3)

Моя версия JDK — 1.8.0_45-b14.

Эта проблема обычно возникает, если в файле _1_ отсутствует следующий параметр.


person Leah McKelvey    schedule 24.07.2015    source источник
comment
Можете ли вы поделиться информацией об окружающей среде и информации о продукте, например. ОС, продукт, версия, версия jdk   -  person Rajkumar Rajaratnam    schedule 25.07.2015
comment
Обновлено, чтобы поделиться ОС, продуктом, версией и версией jdk.   -  person Thusitha Thilina Dayaratne    schedule 26.07.2015
comment
[2015-07-24 14:33:50,128] ОШИБКА {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) в org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465) в org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java :140) в org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117) в org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171) в org.apache. tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75) в org.apache.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.temp late_jsp._jspService(org.apache.jsp.admin.layout.template_jsp:335) в org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111) в 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) в org.apache.jasper.servlet .JspServlet.service(JspServlet.java:378) в javax.servlet.http.HttpServlet.service(HttpServlet.java:848) в org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155) в org. wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80) в javax.servlet.http.HttpServlet.service(HttpServlet.java:848) в org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor. java:37) на org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) на org.eclipse.equinox.http.ser vlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) в 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.service(DelegationServlet.java:68) в...   -  person Leah McKelvey    schedule 27.07.2015


Ответы (1)


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

что за продукт и версия?

-D org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false \
person Pubudu    schedule 03.05.2016