<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>What about xml-apis? You should have a few more in there:</div>
<div><br>
</div>
<div>
<div>serializer-2.10.0.jar</div>
<div>xalan-2.7.1.jar</div>
<div>xercesImpl-2.10.0.jar</div>
<div>xml-apis-2.10.0.jar</div>
<div>xml-resolver-1.2.jar</div>
</div>
<div><br>
</div>
<div>I believe that is the correct list (barring updated versions), but the wiki should note what packages to endorse. The xalan/xerces documentation should also tell you what needs to be endorsed.</div>
<div><br>
</div>
<div>Paul</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Mustapha Aoussar <<a href="mailto:mustapha.aoussar@gmail.com">mustapha.aoussar@gmail.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>Shibboleth Users <<a href="mailto:users@shibboleth.net">users@shibboleth.net</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, July 9, 2013 8:38 AM<br>
<span style="font-weight:bold">To: </span>Shibboleth Users <<a href="mailto:users@shibboleth.net">users@shibboleth.net</a>><br>
<span style="font-weight:bold">Subject: </span>Re: NoClassDefFoundError: org/w3c/dom/ElementTraversal<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Thank you so much, but I already did it. I copied the <b>xalan-2.7.1.jar</b> and
<b>xercesImpl-2.10.0.jar</b> correctly to JETTY_HOME/lib/endorsed/ and I added the following line to
<b>start.ini</b>: -Djava.endorsed.dirs=lib/endorsed I followed all the steps of this guide: <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPJetty7Prepare">https://wiki.shibboleth.net/confluence/display/SHIB2/IdPJetty7Prepare</a>.<span style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, FreeSans, sans-serif; font-size: 13px; line-height: 17.328125px; "> </span></div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2013/7/9 Paul Hethmon <span dir="ltr"><<a href="mailto:paul.hethmon@clareitysecurity.com" target="_blank">paul.hethmon@clareitysecurity.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>You need to properly endorse xalan and xerces for use with your container (Jetty). Check the wiki for the information on how to do this and what it means.</div>
<div><br>
</div>
<div>Paul</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">
<span style="font-weight:bold">From: </span>Mustapha Aoussar <<a href="mailto:mustapha.aoussar@gmail.com" target="_blank">mustapha.aoussar@gmail.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>Shibboleth Users <<a href="mailto:users@shibboleth.net" target="_blank">users@shibboleth.net</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, July 9, 2013 8:08 AM<br>
<span style="font-weight:bold">To: </span>Shibboleth Users <<a href="mailto:users@shibboleth.net" target="_blank">users@shibboleth.net</a>><br>
<span style="font-weight:bold">Subject: </span>NoClassDefFoundError: org/w3c/dom/ElementTraversal<br>
</div>
<div>
<div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div style="font-size:13px;font-family:arial,sans-serif">Hello! </div>
<div style="font-size:13px;font-family:arial,sans-serif">I tried to install and run the <b>Shibboleth IdP</b> under <b>Jetty 7</b>, but I got this error: </div>
<div style="font-size:13px;font-family:arial,sans-serif"><b><u><font color="#ff0000">java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal</font></u></b></div>
<div style="font-size:13px;font-family:arial,sans-serif"><br>
</div>
<div style="font-size:13px;font-family:arial,sans-serif">See the complete error here: <u><a href="http://pastebin.com/idFBgnjd" target="_blank">http://pastebin.com/idFBgnjd</a></u></div>
<div style="font-size:13px;font-family:arial,sans-serif"><br>
</div>
<div style="font-size:13px;font-family:arial,sans-serif">I opened a ticket in my web host to ask for help about this problem, and they answered as follows:</div>
<div style="font-size:13px;font-family:arial,sans-serif"><br>
</div>
<blockquote style="font-size:13px;margin:0px 0px 0px 40px;font-family:arial,sans-serif;padding:0px;border:none">
You need to make sure that the xml-apis-2.10.0.jar file is properly included on your CLASSPATH. I tried to get this working for you, but it looks like there is some code inside the program that is overriding the environment's CLASSPATH settings. I suggest that
you start simple -- just a test Java program that tries to import the ElementTraversal class, and build up from there until you understand the obstacle that is preventing your app from starting.</blockquote>
<div style="font-size:13px;font-family:arial,sans-serif"><br>
</div>
<div style="font-size:13px;font-family:arial,sans-serif">but unfortunately i don't know to programming in java. So how can I solve this problem?</div>
<div style="font-size:13px;font-family:arial,sans-serif">Thank you very much for any help! :)</div>
<div style="font-size:13px;font-family:arial,sans-serif"><br>
</div>
<div style="font-size:13px;font-family:arial,sans-serif">Best regards!</div>
</div>
</div>
</div>
</div>
</div>
</span></div>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">
users-unsubscribe@shibboleth.net</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>