Error Page exception

Status
Nicht offen für weitere Antworten.

Mores

Neues Mitglied
Hallo zusammen,

Ich hab ein web seite, und wenn ich verbinde,
bekomme diese nachricht.
Ich weiss nicht was ich tun un was bedeuted das.
könnt ihr bitte helfen ?hat jemand idea?
danke schon voraus



Error page exception
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.

Original Exception:
Error Message: Filter [RequestEncodingFilter]: Could not find required filter class - com.abh.bys.system.RequestEncodingFilter.class
Error Code: 500
Target Servlet: null
Error Stack:
java.lang.ClassNotFoundException: com.abh.bys.system.RequestEncodingFilter
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at java.beans.Beans.instantiate(Beans.java:202)
at java.beans.Beans.instantiate(Beans.java:63)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter(WebAppFilterManager.java:292)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterInstanceWrapper(WebAppFilterManager.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.getFilterChain(WebAppFilterManager.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
at com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java(Compiled Code))
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
 
S

SlaterB

Gast
es scheint, dass der Server einen RequestEncodingFilter benutzt, aber die zugehörige Klasse nicht findet,
siehe web.xml und andere Deployment-Dateien falls das deine WebApplikation ist,

normalerweise würde eine Errorpage angezeigt, diese kann aber auch nicht gefunden werden,
das ist entweder noch ein separater Fehler,
oder im günstigen Falle ist generell alles falsch konfiguriert, und eine Reparatur behebt beides
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
F error-page Allgemeines EE 4
S Fehlersuche in Eclipse/Tomcat -> Error-log?? Allgemeines EE 2
aze Tomcat:Error Pages werden nicht angezeigt Allgemeines EE 4
M EE6+EJB+JavaLib: Error in annotation processing: java.lang.NoClassDefFoundError Allgemeines EE 4
S Welcome und Error Pages Allgemeines EE 13
R Error ServletContextListener auf Tomcat 6 Allgemeines EE 2
S Validation error Allgemeines EE 4
K STRUTS The server encountered an internal error Allgemeines EE 5
D Eure Meinung über Internal Server Error Allgemeines EE 2
N JBoss run-error Allgemeines EE 3
B JBoss Error Allgemeines EE 5
G jsp error "only a type can be imported" Allgemeines EE 2
G Aktualisieren -> HTML- Page Allgemeines EE 5
G Admin- Page Allgemeines EE 5
M jsp include page - angabe dynamisch Allgemeines EE 10
K Page-import greift nicht in Methoden Allgemeines EE 5
N Include page mit expression und directory Allgemeines EE 2
S OpenJPA-Exception beim Tomee Allgemeines EE 0
P DTO, JPA Implementierungen, Exception Handling Allgemeines EE 6
P Kann jemand mit dieser Exception was anfangen? (JBoss) Allgemeines EE 5
S Servlet.service() threw exception Allgemeines EE 4
G Exception beim versenden einer Mail Allgemeines EE 3
MQue Session Exception Allgemeines EE 5
K Exception: getOutputStream() has already been called Allgemeines EE 8
A merkwürdige Exception in JSF Allgemeines EE 3
G JSF Exception: Could not retrieve value of component . Allgemeines EE 14
G Exception creating bean of class . (Struts) Allgemeines EE 8
T Warum wirft der mir diese Exception? Allgemeines EE 4
G BeanBox J2SE v 1.4 exception Allgemeines EE 5
B Exception - kann mit der Fehlermeldung nix anfangen Allgemeines EE 3
G hartnäckige NullPointer Exception in Servlet - wieso finde. Allgemeines EE 6
C [JSP] errorpage: Zugriff auf exception-Objekt Allgemeines EE 2

Ähnliche Java Themen

Neue Themen


Oben