Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by RyanKanno:
http://wiki.apache.org/struts/DebuggingShaleClay

------------------------------------------------------------------------------
+ Various tips on helping debug the various issues that a developer would find 
using ShaleClay.
  
- == Incorrect public id ==
+ [[TableOfContents()]]
  
+ === Incorrect public id ===
+ 
- === Problem ===
+ ==== Problem ====
  
  When running a web application in offline mode (ie, no Internet), ShaleClay 
attempts to download the appropriate dtd to validate the various ShaleClay 
configuration files.  However, with no Internet connection, the web server 
should report the following error:
  
  {{{java.net.UnknownHostException: struts.apache.org
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)}}}
  
- === Solution ===
+ ==== Solution ====
  
  The reason is that there is an incorrect public id in one (or more) of your 
ShaleClay configuration files.
  
@@ -18, +21 @@

  
  {{{"-//Apache Software Foundation//DTD Shale Clay View Configuration 
1.0//EN"}}}
          
- === See ===
+ ==== See ====
  
  [http://www.mail-archive.com/user%40struts.apache.org/msg45712.html Struts 
Mailing List Message]
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to