| Sai Kumar kantimahanthi 2007-04-27, 1:22 pm |
| Hello All,
In our application we have a jar file containig the DTD's and I placed that jar file in <WPS_root>/Shared/app,<WAS-Root>/lib and also in the application's war file </WEB-INF/lib>.
But iam getting the following exception in SystemErr log file.
java.io.FileNotFoundException: D:\WEBSPH~1\APPSER~1\My.dtd (The system cannot find the file specified)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at java.io.FileInputStream.open(Native Method)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at java.io.FileInputStream.<init>(FileInputStream.java(Compiled Code))
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at java.io.FileInputStream.<init>(FileInputStream.java:89)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:103)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:191)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
[4/27/07 19:52:31:828 IST] 1cf606dc SystemErr R at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
If any one come across with the same error , Pls revert back to us
Thanks in Advance.
|