FACEsサーバで

str2="<A attr=\"geho\" save=\"hoge\" key=\"x1\"/>"
sendStr(str2);
sendStr("<QR n=\"hoge\"/>");

と入力すると

Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/crimso
n/tree/XmlDocument
at jp.faces.RoomInfo.outputByNodeName(RoomInfo.java:138)
at jp.faces.FacesXML.processQR(FacesXML.java:213)
at jp.faces.FacesXML.DocumentAnalysis(FacesXML.java:563)
at jp.faces.FacesXML.readXML(FacesXML.java:52)
at jp.faces.FacesClient.run(FacesClient.java:102)

というエラーがでるのですが、どうすれば解消できるかわかる方いらっしゃいますか?