axis2 File "/axis2-web/listSingleService.jsp" not found

type Exception report

message File "/axis2-web/listSingleService.jsp" not found

description The server encountered an internal error that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: File "/axis2-web/listSingleService.jsp" not found
org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:412)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
org.apache.axis2.transport.http.AbstractAgent.renderView(AbstractAgent.java:119)
org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:200)
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)



Check service.xml service name is correct

Intelligent Recommendation

The declared package "com.how2java.j2se" does not match the expected package ""

The declared package "com.how2java.j2se" does not match the expected package "" I encountered this error, because the first written document, after loading the server caused it, de...

[Switch] Compile C++ file "hello world with Visual Studio2010

I started learning C++ language this week, using Visual Studio 2010 as a compiler, and found that there is no basic textbook on compiling programs with VS2010. And when you look online, the tutorial i...

Exception in thread "main" error when deploying web project

The main reason: the JDK version used by the container does not match For example, tomcat7 does not support JDK5, which is a fundamental problem. Solution: Use the matching JDK according to the corres...

Element type "len" must be followed by either attribute specifications, ">" o...

Yesterday in the company, I encountered an inexplicable bug, looking for a long time do not know the reason, the project framework is jsf, seam, use facelet to do view templates, spring, hibernate. Fi...

Exception in thread "main" java.lang.Error: Unresolved compilation problem

This is my first Hello world! Java applet, it suffered a heavy blow. This error, Baidu a moment thought it was for this reason: Found that the system is indeed installed several versions of Jdk [curre...

More Recommendation

crontab: "/usr/bin/vi" exited with status 1

method 1: Add at the bottom of .vimrc                                               &...

spring boot Could not resolve placeholder 'xxx' in value "${xxx}"

When Spring Boot starts, it reports an error: spring boot Could not resolve placeholder 'xxx' in value "${aaa.bbb.ccc}" Retrieve aaa.bbb.ccc in the project, check it, and find that the corre...

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException

An exception occurred when adding a mouse listener events awt Swing project Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException     at day02.LoginFrame$MyAct...

Spring Security There is no PasswordEncoder mapped for the id "null"

java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id "null"       at org.springframework.security.crypto.password.DelegatingPasswordEncoder$Unmapp...

django.template.exceptions.TemplateSyntaxError: '"myfilter"' is not a registered tag libra

Error may: 1. Create a new file in your templatetags app directory folder is defined as the package did not create __init__.py 2. issue written procedures Create a file in templatetags myfilter.py htm...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top