Java WSO2碳管理控制台异常

Java WSO2碳管理控制台异常,java,web-services,wso2,wso2esb,wso2carbon,Java,Web Services,Wso2,Wso2esb,Wso2carbon,我使用的是WSO2Carbon版本4.0.3,并通过安装WSO2 WSAS应用服务器和WSO2 ESB对其进行了配置 我创建了一个RESTful(JAX-RS)示例web服务,并将其部署到WSO2应用程序Aerver(WSO2 AS)中。我使用浏览器测试了部署的服务,效果很好 在进行实验时,我决定使用WSO2 ESB与示例web服务进行交互。我使用WSO2碳管理控制台成功地创建了Web服务的端点 现在,当我尝试查看使用管理控制台上的菜单创建的端点时,只会显示一个空白页面。查看wso2server

我使用的是WSO2Carbon版本4.0.3,并通过安装WSO2 WSAS应用服务器和WSO2 ESB对其进行了配置

我创建了一个RESTful(JAX-RS)示例web服务,并将其部署到WSO2应用程序Aerver(WSO2 AS)中。我使用浏览器测试了部署的服务,效果很好

在进行实验时,我决定使用WSO2 ESB与示例web服务进行交互。我使用WSO2碳管理控制台成功地创建了Web服务的端点

现在,当我尝试查看使用管理控制台上的菜单创建的端点时,只会显示一个空白页面。查看wso2server控制台日志,每次尝试访问端点时都会引发此异常:

[2013-01-16 11:07:43,064] ERROR {org.apache.tiles.jsp.context.JspTilesRequestContext} -  JSPException while including path '/endpoints/index.jsp'. 
javax.servlet.jsp.JspException: ServletException while including page.
    at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:102)
    at org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
    at 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)
    at org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
    at org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
    at org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_insertAttribute_7(template_jsp.java:539)
    at org.apache.jsp.admin.layout.template_jsp._jspService(template_jsp.java:290)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:161)
    at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
    at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
    at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
    at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:690)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:477)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:402)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
    at org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
    at org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.forward(ContextPathServletAdaptor.java:258)
    at org.apache.tiles.servlet.context.ServletTilesRequestContext.forward(ServletTilesRequestContext.java:198)
    at org.apache.tiles.servlet.context.ServletTilesRequestContext.dispatch(ServletTilesRequestContext.java:185)
    at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:419)
    at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:370)
    at org.wso2.carbon.ui.action.ActionHelper.render(ActionHelper.java:52)
    at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:101)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
有人能帮我解决这个异常吗


WSO2文档非常模糊,缺乏,我看到示例/信息分散在各个博客中。我发现很难拼凑和收集有关WSO2 ESB设置、理解序列、中介、它们如何相互作用、为什么必须对它们进行配置等方面的信息。

我看到在配置中出现错误时会发生异常。您是否可以尝试转到服务总线->源代码视图,看看您创建的内容是否确实存在?如果您可以看到它,请尝试删除它,这样可能会消除异常。如果无法删除以这种方式创建的端点,请尝试通过转到以下位置来删除它:

$ESB_HOME/repository/deployment/server/synapse-configs/default/endpoints/
如果您发布您正在尝试的端点配置,以重现错误,这可能会有所帮助