It looks like your XML parser is trying to validate the DTD using the server (www.ibatis.com/dtd). There may be firewall issues in your environment that prevent this from working.
iBATIS is configured to validate from the JAR file, but some parsers (I wish I knew which ones) don't seem to support EntityResolvers. So the solution for you might be to download the DTDs with your browser (or just grab them from the JAR), and then use a "file:///usr/local/ibatis/dtd" path or something like that. Cheers, Clinton On Wed, 16 Mar 2005 02:57:38 -0800 (PST), Swati Singhal <[EMAIL PROTECTED]> wrote: > Hi, > > I was able to fix that. > But now I am getting this error: > > Error in DAOConfig:Error while configuring > DaoManager. Cause: > com.ibatis.common.exception.NestedRuntimeException: > Error occurred. Cause: > com.ibatis.common.xml.NodeletException: Error parsing > XML. Cause: > com.ibatis.common.exception.NestedRuntimeException: > Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: > com.ibatis.common.xml.NodeletException: Error parsing > XML. Cause: java.net.ConnectException: Connection > timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: com.ibatis.common.xml.NodeletException: > Error parsing XML. Cause: java.net.ConnectException: > Connection timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: > com.ibatis.common.exception.NestedRuntimeException: > Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: > com.ibatis.common.xml.NodeletException: Error parsing > XML. Cause: java.net.ConnectException: Connection > timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: com.ibatis.common.xml.NodeletException: > Error parsing XML. Cause: java.net.ConnectException: > Connection timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: com.ibatis.common.xml.NodeletException: > Error parsing XML. Cause: > com.ibatis.common.exception.NestedRuntimeException: > Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: > com.ibatis.common.xml.NodeletException: Error parsing > XML. Cause: java.net.ConnectException: Connection > timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: com.ibatis.common.xml.NodeletException: > Error parsing XML. Cause: java.net.ConnectException: > Connection timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: > com.ibatis.common.exception.NestedRuntimeException: > Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: > com.ibatis.common.xml.NodeletException: Error parsing > XML. Cause: java.net.ConnectException: Connection > timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > Caused by: com.ibatis.common.xml.NodeletException: > Error parsing XML. Cause: java.net.ConnectException: > Connection timed out: connect > Caused by: java.net.ConnectException: Connection timed > out: connect > > I am realy not able to figure out what to do. > > Please help. > > Thanks > Swati > --- Aitor Imaz <[EMAIL PROTECTED]> wrote: > > Swati, > > > > It looks like you've got some problem in your DAO > > config file. Can you > > please send it to the list? > > > > Cheers, > > Aitor > > > > > __________________________________ > Do you Yahoo!? > Make Yahoo! your home page > http://www.yahoo.com/r/hs >

