UNSOLVED

zt10588

updated

18 years ago

Z

zt10588

9 Posts

0

5210

August 14th, 2008 12:00

xsl transform repository file does not work in repoint

Please any advising is appreciated.

I am using repoint to browse xml content and using the xsl tranform repository file button to transform a xml file to html format. It does not work on my workstation (for some other workstation, it works!). Just can not figure out what is wrong in the environment setting for the repoint:

content server: 5.3 sp5

dfc version: 5.3.0.511 SP5

jdk: version 1.4.2_11

The system prompt out a window with the message:

Printing Operation Error List

End Printing Operation Error List

The log4j output is as following:

0 WARN com.documentum.fc.common.DfLogger - Failed to load log4j.properties. Using default log4j configuration

135722 ERROR com.documentum.devprog.eclipse.libraryfunc.XSLTransformMonitor - Error performing Transform

DfException:: THREAD: ModalContext; MSG: ; ERRORCODE: ff; NEXT: null

at com.documentum.operations.DfApplyTransformation.applyStyleSheet(DfApplyTransformation.java:531)

at com.documentum.operations.DfApplyTransformation.applyStyleSheet(DfApplyTransformation.java:468)

at com.documentum.operations.DfApplyTransformation.applyTransformation(DfApplyTransformation.java:119)

at com.documentum.operations.DfApplyTransformation.execute(DfApplyTransformation.java:59)

at com.documentum.operations.DfOperationStep.execute(DfOperationStep.java:135)

at com.documentum.operations.DfOperation.execute(DfOperation.java:432)

at com.documentum.devprog.eclipse.libraryfunc.XSLTransformMonitor.run(XSLTransformMonitor.java:74)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

Caused by: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Document root element is missing.

at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(Unknown Source)

at com.documentum.operations.DfApplyTransformation.applyStyleSheet(DfApplyTransformation.java:490)

... 7 more

Caused by: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Document root element is missing.

at org.apache.xalan.processor.TransformerFactoryImpl.processFromNode(Unknown Source)

at org.apache.xalan.processor.TransformerFactoryImpl.processFromNode(Unknown Source)

at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(Unknown Source)

... 9 more

Caused by: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Document root element is missing.

... 12 more

Caused by: org.xml.sax.SAXParseException: Document root element is missing.

at org.apache.crimson.parser.Parser2.fatal(Unknown Source)

at org.apache.crimson.parser.Parser2.fatal(Unknown Source)

at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)

at org.apache.crimson.parser.Parser2.parse(Unknown Source)

at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)

at org.apache.xalan.processor.ProcessorInclude.parse(Unknown Source)

at org.apache.xalan.processor.ProcessorInclude.startElement(Unknown Source)

at org.apache.xalan.processor.StylesheetHandler.startElement(Unknown Source)

at org.apache.xml.utils.TreeWalker.startNode(Unknown Source)

at org.apache.xml.utils.TreeWalker.traverse(Unknown Source)

... 12 more