This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

TransformerConfigurationException


Hello,
	I was using Xalan till now, and now I have switched to
Saxon. My code compiles fine, but when i try to run it, I get this dump:
_________
javax.xml.transform.TransformerConfigurationException: java.net.UnknownHostException: cis
        at
com.icl.saxon.PreparedStyleSheet.prepare(PreparedStyleSheet.java:123)
        at
com.icl.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:126)
        at XSLTApplier.<init>(XSLTApplier.java:37)
        at DataAcquire.cligenFile(DataAcquire.java:57)
        at DataAcquire.main(DataAcquire.java:646)
---------
java.net.UnknownHostException: cis
        at java.net.InetAddress.getAllByName0(InetAddress.java:571)
        at java.net.InetAddress.getAllByName0(InetAddress.java:540)
        at java.net.InetAddress.getByName(InetAddress.java:449)
...... many more lines........
also, 

	Line 37 of XSLTApplier is 
Templates templates 
= tf.newTemplates(new StreamSource("cligenFormat.xsl"));


Can someone tell what's happenning?
Thanks a lot!!!
Regards,
Mahesh
--
Mahesh Kondwilkar (maheshk@cis.ksu.edu, http://www.cis.ksu.edu/~maheshk)
Kansas State University




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]