diongillard 04/08/05 17:18:21
Modified: was5/xdocs faq.fml
Log:
Add another FAQ
Revision Changes Path
1.2 +26 -0 maven-plugins/was5/xdocs/faq.fml
Index: faq.fml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/was5/xdocs/faq.fml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq.fml 5 Aug 2004 04:55:46 -0000 1.1
+++ faq.fml 6 Aug 2004 00:18:21 -0000 1.2
@@ -1,6 +1,32 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<faqs title="Frequently Asked Questions">
+ <part id="server-maintenance">
+ <title>Server Maintenance</title>
+ <faq id="stop-server-sax">
+ <question>How can I fix NoClassDefFoundErrors on the SAX classes?</question>
+ <answer>
+ If you see errors like this mananging WAS 5.1:
+ <source>
+was5:stopServer:
+ [stopServer] ADMU0116I: Tool information is being logged in file c:\Program
+ [stopServer] Files\WebSphere\AppServer\logs\server1\stopServer.log
+ [stopServer] ADMU3100I: Reading configuration for server: server1
+ [stopServer] ADMU0111E: Program exiting with error: java.lang.NoClassDefFoundError:
+ [stopServer] org/xml/sax/helpers/DefaultHandler
+ [stopServer] ADMU0211I: Error details may be seen in the file: c:\Program
+ [stopServer] Files\WebSphere\AppServer\logs\server1\stopServer.log
+ [stopServer] ADMU1211I: To obtain a full trace of the failure, use the -trace option.
+ [stopServer] [ERROR] Java Result: 111
+ </source>
+ <p>
+ This means you are using a 1.3 JDK rather than the 1.4 JDK shipped
+ with AppServer 5.1.
+ </p>
+ </answer>
+ </faq>
+ </part>
+
<part id="generate-ejb-code">
<title>Generating EJB Code</title>
|