Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » DeploymentDescriptorLoadException???
DeploymentDescriptorLoadException??? [message #172766] Fri, 30 June 2006 04:32 Go to next message
Eclipse UserFriend
Originally posted by: calendarw.hotmail.com

Hi,

I got this exception but I don't know how to solve, I seen that it will not
cause error when I run the web project, but I still want to know what happen
on it.
Thanks.

Error
==================
CHKJ3000E: WAR Validation Failed:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.De ploymentDescriptorLoadException:
WEB-INF/web.xml

web.xml
==================
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>Notes</display-name>
<servlet>
<servlet-name>GetNoteServlet</servlet-name>
<servlet-class>GetNoteServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>GetNoteServlet</servlet-name>
<url-pattern>/GetNoteServlet</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>

--
Jr. P
Re: DeploymentDescriptorLoadException??? [message #172781 is a reply to message #172766] Fri, 30 June 2006 09:09 Go to previous message
Eclipse UserFriend
Hello,

This exception that is thrown during validation is a known problem.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=145529

There is a patch attached, and will be in the 151 release, but it didn't
meet the criteria needed for fixing in 1.5. The exceptions are
annoying, but shouldn't negatively affect other function.

Thanks - Chuck
Previous Topic:Problem from org.eclipse.core.resource plugin (ClassCastException)
Next Topic:java.lang.NoClassDefFoundError
Goto Forum:
  


Current Time: Wed Jul 23 07:45:42 EDT 2025

Powered by FUDForum. Page generated in 0.06772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top