Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes in which we get these exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply locked New topic
Author

in which we get these exception

Arun Maalik
Ranch Hand

Joined: Oct 25, 2005
Posts: 216
Dear sir would you people tell me only this that in which situation we get this types of exception. I mean what is the cause so that we get this types of exception

org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/connect.tld: (line 4, col 23)

with regard
Arun kumar maalik
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

The content of TLD file(xml) is not correct. It must follow the rules of the tag library schema. The message tells you were the error is : line 4, column 23.


[My Blog]
All roads lead to JavaRanch
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: in which we get these exception
 
Similar Threads
not understand ( Exception )
Exception handling and general doh's
Using reflection to get the value of a final static field
Regarding Servelt exception
HTTP session Vs Request.getSession()