Home
TeamSite
TeamSite, LiveSite and OpenDeploy
cannot create TransformerFactory
System
Sporadically we are facing issues with component not transforming the output properly. While reviewing the generated html we found some exceptions (pasted below). This is happening in only specific environment.
Thanks in advance.
Caused by: javax.xml.transform.TransformerConfigurationException: java.net.MalformedURLException
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:992)
at com.interwoven.livesite.common.xml.StylesheetWrapper.getTemplate(StylesheetWrapper.java:375)
... 40 more
Caused by: java.net.MalformedURLException
at java.net.URL.(URL.java:635)
at java.net.URL.(URL.java:498)
at java.net.URL.(URL.java:447)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xalan.templates.StylesheetRootProxy.(StylesheetRootProxy.java:64)
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:961)
... 41 more
Find more posts tagged with
Comments
There are no comments yet