- Code: Select all
WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"body"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}body>,<{http://schemas.microsoft.com/office/2006/xmlPackage}background>
INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
Which leads to a NULL body object. When continuing parsing, the same error occurs for style.xml with errors for every style-tag. Basicly, docx4j doesn't seem to recognize a single openXML tag anymore. I won't include an xml example since this occurs on every single document.
Complete log from trying to parse a document containing a single letter:
- Code: Select all
11 Apr 2011 15:04:15,783 DEBUG ContentTypeManager : unmarshalling org.docx4j.openpackaging.contenttype.ContentTypeManager
11 Apr 2011 15:04:15,785 DEBUG ContentTypeManager : org.docx4j.openpackaging.contenttype.CTTypes unmarshalled
11 Apr 2011 15:04:15,785 DEBUG ContentTypeManager : Registered rels
11 Apr 2011 15:04:15,785 DEBUG ContentTypeManager : Registered xml
11 Apr 2011 15:04:15,785 INFO ContentTypeManager : Registered /word/document.xml of type application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
11 Apr 2011 15:04:15,785 INFO ContentTypeManager : Registered /word/styles.xml of type application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
11 Apr 2011 15:04:15,785 INFO ContentTypeManager : Registered /docProps/app.xml of type application/vnd.openxmlformats-officedocument.extended-properties+xml
11 Apr 2011 15:04:15,785 INFO ContentTypeManager : Registered /word/settings.xml of type application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
11 Apr 2011 15:04:15,786 INFO ContentTypeManager : Registered /word/theme/theme1.xml of type application/vnd.openxmlformats-officedocument.theme+xml
11 Apr 2011 15:04:15,786 INFO ContentTypeManager : Registered /word/fontTable.xml of type application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
11 Apr 2011 15:04:15,786 INFO ContentTypeManager : Registered /word/webSettings.xml of type application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
11 Apr 2011 15:04:15,786 INFO ContentTypeManager : Registered /docProps/core.xml of type application/vnd.openxmlformats-package.core-properties+xml
11 Apr 2011 15:04:15,786 DEBUG ContentTypeManager : Inspecting org.docx4j.openpackaging.contenttype.CTOverride@56fe026e
11 Apr 2011 15:04:15,786 DEBUG ContentTypeManager : Inspecting org.docx4j.openpackaging.contenttype.CTOverride@3e51b060
11 Apr 2011 15:04:15,786 DEBUG ContentTypeManager : Inspecting org.docx4j.openpackaging.contenttype.CTOverride@65128e96
11 Apr 2011 15:04:15,786 DEBUG ContentTypeManager : Matched!
11 Apr 2011 15:04:15,786 INFO ContentTypeManager : Detected WordProcessingML package
11 Apr 2011 15:04:15,798 DEBUG PartName : Trying to create part name /
11 Apr 2011 15:04:15,800 DEBUG PartName : /_rels/.rels part name created.
11 Apr 2011 15:04:15,800 DEBUG PartName : /docProps/core.xml part name created.
11 Apr 2011 15:04:15,800 DEBUG PartName : / part name created.
11 Apr 2011 15:04:15,800 DEBUG PartName : / part name created.
11 Apr 2011 15:04:15,802 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml on part /
11 Apr 2011 15:04:15,807 DEBUG PartName : Trying to create part name /_rels/.rels
11 Apr 2011 15:04:15,807 DEBUG PartName : /_rels/.rels part name created.
11 Apr 2011 15:04:15,807 INFO Part : Constructing /_rels/.rels
11 Apr 2011 15:04:15,807 DEBUG Base :
Set contentType application/vnd.openxmlformats-package.relationships+xml on part /_rels/.rels
11 Apr 2011 15:04:15,807 INFO Part : unmarshalling org.docx4j.openpackaging.parts.relationships.RelationshipsPart
11 Apr 2011 15:04:15,809 INFO Part :
org.docx4j.openpackaging.parts.relationships.RelationshipsPart unmarshalled
11 Apr 2011 15:04:15,809 DEBUG RelationshipsPart : nextId reset to : 4
11 Apr 2011 15:04:15,809 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.relationships.RelationshipsPart
11 Apr 2011 15:04:15,809 INFO LoadFromZipNG : Object created for: _rels/.rels
11 Apr 2011 15:04:15,809 INFO LoadFromZipNG :
For Relationship Id=rId3 Source is /, Target is docProps/app.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties
11 Apr 2011 15:04:15,809 DEBUG LoadFromZipNG : resolved uri: docProps/app.xml
11 Apr 2011 15:04:15,809 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.extended-properties+xml' for /docProps/app.xml
11 Apr 2011 15:04:15,810 DEBUG PartName : Trying to create part name /docProps/app.xml
11 Apr 2011 15:04:15,810 DEBUG PartName : /docProps/app.xml part name created.
11 Apr 2011 15:04:15,810 INFO Part : Constructing /docProps/app.xml
11 Apr 2011 15:04:15,810 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.extended-properties+xml on part /docProps/app.xml
11 Apr 2011 15:04:15,810 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.extended-properties+xml on part /docProps/app.xml
11 Apr 2011 15:04:15,810 INFO DocPropsExtendedPart : unmarshalling org.docx4j.openpackaging.parts.DocPropsExtendedPart
11 Apr 2011 15:04:15,811 INFO DocPropsExtendedPart :
org.docx4j.openpackaging.parts.DocPropsExtendedPart unmarshalled
11 Apr 2011 15:04:15,811 INFO Part : Loading part /docProps/app.xml
11 Apr 2011 15:04:15,811 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.DocPropsExtendedPart
11 Apr 2011 15:04:15,811 INFO WordprocessingMLPackage : Set shortcut for docPropsExtendedPart
11 Apr 2011 15:04:15,811 INFO LoadFromZipNG : Convenience method established from / to /docProps/app.xml
11 Apr 2011 15:04:15,811 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,811 INFO LoadFromZipNG : No relationships docProps/_rels/app.xml.rels
11 Apr 2011 15:04:15,811 INFO LoadFromZipNG :
For Relationship Id=rId2 Source is /, Target is docProps/core.xml, type: http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties
11 Apr 2011 15:04:15,811 DEBUG LoadFromZipNG : resolved uri: docProps/core.xml
11 Apr 2011 15:04:15,811 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-package.core-properties+xml' for /docProps/core.xml
11 Apr 2011 15:04:15,812 DEBUG PartName : Trying to create part name /docProps/core.xml
11 Apr 2011 15:04:15,812 DEBUG PartName : /docProps/core.xml part name created.
11 Apr 2011 15:04:15,812 INFO Part : Constructing /docProps/core.xml
11 Apr 2011 15:04:15,812 DEBUG Base :
Set contentType application/vnd.openxmlformats-package.core-properties+xml on part /docProps/core.xml
11 Apr 2011 15:04:15,812 DEBUG Base :
Set contentType application/vnd.openxmlformats-package.core-properties+xml on part /docProps/core.xml
11 Apr 2011 15:04:15,812 INFO DocPropsCorePart : unmarshalling org.docx4j.openpackaging.parts.DocPropsCorePart
11 Apr 2011 15:04:15,813 INFO DocPropsCorePart :
org.docx4j.openpackaging.parts.DocPropsCorePart unmarshalled
11 Apr 2011 15:04:15,813 INFO Part : Loading part /docProps/core.xml
11 Apr 2011 15:04:15,813 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.DocPropsCorePart
11 Apr 2011 15:04:15,813 INFO WordprocessingMLPackage : Set shortcut for docPropsCorePart
11 Apr 2011 15:04:15,813 INFO LoadFromZipNG : Convenience method established from / to /docProps/core.xml
11 Apr 2011 15:04:15,813 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,813 INFO LoadFromZipNG : No relationships docProps/_rels/core.xml.rels
11 Apr 2011 15:04:15,813 INFO LoadFromZipNG :
For Relationship Id=rId1 Source is /, Target is word/document.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument
11 Apr 2011 15:04:15,813 DEBUG LoadFromZipNG : resolved uri: word/document.xml
11 Apr 2011 15:04:15,813 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml' for /word/document.xml
11 Apr 2011 15:04:15,814 DEBUG PartName : Trying to create part name /word/document.xml
11 Apr 2011 15:04:15,814 DEBUG PartName : /word/document.xml part name created.
11 Apr 2011 15:04:15,814 INFO Part : Constructing /word/document.xml
11 Apr 2011 15:04:15,814 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml on part /word/document.xml
11 Apr 2011 15:04:15,814 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml on part /word/document.xml
11 Apr 2011 15:04:15,815 INFO MainDocumentPart : For MDP, unmarshall via binder
11 Apr 2011 15:04:15,817 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"body"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}body>,<{http://schemas.microsoft.com/office/2006/xmlPackage}background>
11 Apr 2011 15:04:15,817 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,818 INFO Part : Loading part /word/document.xml
11 Apr 2011 15:04:15,818 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.WordprocessingML.MainDocumentPart
11 Apr 2011 15:04:15,818 INFO WordprocessingMLPackage : Set shortcut for mainDoc
11 Apr 2011 15:04:15,818 INFO LoadFromZipNG : Convenience method established from / to /word/document.xml
11 Apr 2011 15:04:15,818 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,818 INFO LoadFromZipNG : Found relationships word/_rels/document.xml.rels
11 Apr 2011 15:04:15,818 INFO LoadFromZipNG : Recursing ...
11 Apr 2011 15:04:15,818 DEBUG PartName : Trying to create part name /word/_rels/document.xml.rels
11 Apr 2011 15:04:15,818 DEBUG PartName : /word/_rels/document.xml.rels part name created.
11 Apr 2011 15:04:15,818 INFO Part : Constructing /word/_rels/document.xml.rels
11 Apr 2011 15:04:15,818 DEBUG Base :
Set contentType application/vnd.openxmlformats-package.relationships+xml on part /word/_rels/document.xml.rels
11 Apr 2011 15:04:15,818 INFO Part : unmarshalling org.docx4j.openpackaging.parts.relationships.RelationshipsPart
11 Apr 2011 15:04:15,820 INFO Part :
org.docx4j.openpackaging.parts.relationships.RelationshipsPart unmarshalled
11 Apr 2011 15:04:15,820 DEBUG RelationshipsPart : nextId reset to : 6
11 Apr 2011 15:04:15,820 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.relationships.RelationshipsPart
11 Apr 2011 15:04:15,820 INFO LoadFromZipNG :
For Relationship Id=rId3 Source is /word/document.xml, Target is webSettings.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings
11 Apr 2011 15:04:15,820 DEBUG LoadFromZipNG : resolved uri: word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml' for /word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG PartName : Trying to create part name /word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG PartName : /word/webSettings.xml part name created.
11 Apr 2011 15:04:15,820 INFO Part : Constructing /word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml on part /word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml on part /word/webSettings.xml
11 Apr 2011 15:04:15,820 DEBUG Part : unmarshalling org.docx4j.openpackaging.parts.WordprocessingML.WebSettingsPart
11 Apr 2011 15:04:15,829 DEBUG XmlUtils : Set TRANSFORMER_FACTORY_ORIGINAL to com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
11 Apr 2011 15:04:15,875 DEBUG XmlUtils : Unwrapped org.docx4j.wml.CTWebSettings
11 Apr 2011 15:04:15,875 DEBUG XmlUtils : name: {http://schemas.openxmlformats.org/wordprocessingml/2006/main}webSettings
11 Apr 2011 15:04:15,875 DEBUG Part : org.docx4j.openpackaging.parts.WordprocessingML.WebSettingsPart unmarshalled
11 Apr 2011 15:04:15,875 INFO Part : Loading part /word/webSettings.xml
11 Apr 2011 15:04:15,875 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.WordprocessingML.WebSettingsPart
11 Apr 2011 15:04:15,875 INFO LoadFromZipNG : Convenience method established from /word/document.xml to /word/webSettings.xml
11 Apr 2011 15:04:15,875 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,875 INFO LoadFromZipNG : No relationships word/_rels/webSettings.xml.rels
11 Apr 2011 15:04:15,875 INFO LoadFromZipNG :
For Relationship Id=rId2 Source is /word/document.xml, Target is settings.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings
11 Apr 2011 15:04:15,875 DEBUG LoadFromZipNG : resolved uri: word/settings.xml
11 Apr 2011 15:04:15,875 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml' for /word/settings.xml
11 Apr 2011 15:04:15,875 DEBUG PartName : Trying to create part name /word/settings.xml
11 Apr 2011 15:04:15,876 DEBUG PartName : /word/settings.xml part name created.
11 Apr 2011 15:04:15,876 INFO Part : Constructing /word/settings.xml
11 Apr 2011 15:04:15,876 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml on part /word/settings.xml
11 Apr 2011 15:04:15,876 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml on part /word/settings.xml
11 Apr 2011 15:04:15,876 DEBUG Part : unmarshalling org.docx4j.openpackaging.parts.WordprocessingML.DocumentSettingsPart
11 Apr 2011 15:04:15,879 DEBUG XmlUtils : Unwrapped org.docx4j.wml.CTSettings
11 Apr 2011 15:04:15,880 DEBUG XmlUtils : name: {http://schemas.openxmlformats.org/wordprocessingml/2006/main}settings
11 Apr 2011 15:04:15,880 DEBUG Part : org.docx4j.openpackaging.parts.WordprocessingML.DocumentSettingsPart unmarshalled
11 Apr 2011 15:04:15,880 INFO Part : Loading part /word/settings.xml
11 Apr 2011 15:04:15,880 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.WordprocessingML.DocumentSettingsPart
11 Apr 2011 15:04:15,880 INFO LoadFromZipNG : Convenience method established from /word/document.xml to /word/settings.xml
11 Apr 2011 15:04:15,880 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,880 INFO LoadFromZipNG : No relationships word/_rels/settings.xml.rels
11 Apr 2011 15:04:15,880 INFO LoadFromZipNG :
For Relationship Id=rId1 Source is /word/document.xml, Target is styles.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles
11 Apr 2011 15:04:15,880 DEBUG LoadFromZipNG : resolved uri: word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml' for /word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG PartName : Trying to create part name /word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG PartName : /word/styles.xml part name created.
11 Apr 2011 15:04:15,880 INFO Part : Constructing /word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml on part /word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml on part /word/styles.xml
11 Apr 2011 15:04:15,880 DEBUG Part : unmarshalling org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart
11 Apr 2011 15:04:15,882 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"docDefaults"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,882 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,882 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"latentStyles"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,883 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,884 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"style"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,884 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,884 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"style"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,884 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,884 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"style"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,884 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,884 WARN JaxbValidationEventHandler : [ERROR] : unexpected element (uri:"http://schemas.openxmlformats.org/wordprocessingml/2006/main", local:"style"). Expected elements are <{http://schemas.microsoft.com/office/2006/xmlPackage}docDefaults>,<{http://schemas.microsoft.com/office/2006/xmlPackage}style>,<{http://schemas.microsoft.com/office/2006/xmlPackage}latentStyles>
11 Apr 2011 15:04:15,884 INFO JaxbValidationEventHandler : continuing (with possible element/attribute loss)
11 Apr 2011 15:04:15,885 DEBUG Part : org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart unmarshalled
11 Apr 2011 15:04:15,885 INFO Part : Loading part /word/styles.xml
11 Apr 2011 15:04:15,885 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart
11 Apr 2011 15:04:15,885 INFO LoadFromZipNG : Convenience method established from /word/document.xml to /word/styles.xml
11 Apr 2011 15:04:15,885 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,885 INFO LoadFromZipNG : No relationships word/_rels/styles.xml.rels
11 Apr 2011 15:04:15,885 INFO LoadFromZipNG :
For Relationship Id=rId5 Source is /word/document.xml, Target is theme/theme1.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme
11 Apr 2011 15:04:15,885 DEBUG LoadFromZipNG : resolved uri: word/theme/theme1.xml
11 Apr 2011 15:04:15,885 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.theme+xml' for /word/theme/theme1.xml
11 Apr 2011 15:04:15,885 DEBUG PartName : Trying to create part name /word/theme/theme1.xml
11 Apr 2011 15:04:15,885 DEBUG PartName : /word/theme/theme1.xml part name created.
11 Apr 2011 15:04:15,885 INFO Part : Constructing /word/theme/theme1.xml
11 Apr 2011 15:04:15,885 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.theme+xml on part /word/theme/theme1.xml
11 Apr 2011 15:04:15,886 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.theme+xml on part /word/theme/theme1.xml
11 Apr 2011 15:04:15,886 INFO ThemePart : unmarshalling org.docx4j.openpackaging.parts.ThemePart
11 Apr 2011 15:04:15,896 INFO ThemePart :
org.docx4j.openpackaging.parts.ThemePart unmarshalled
11 Apr 2011 15:04:15,896 INFO Part : Loading part /word/theme/theme1.xml
11 Apr 2011 15:04:15,896 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.ThemePart
11 Apr 2011 15:04:15,896 INFO LoadFromZipNG : Convenience method established from /word/document.xml to /word/theme/theme1.xml
11 Apr 2011 15:04:15,896 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,896 INFO LoadFromZipNG : No relationships word/theme/_rels/theme1.xml.rels
11 Apr 2011 15:04:15,896 INFO LoadFromZipNG :
For Relationship Id=rId4 Source is /word/document.xml, Target is fontTable.xml, type: http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable
11 Apr 2011 15:04:15,896 DEBUG LoadFromZipNG : resolved uri: word/fontTable.xml
11 Apr 2011 15:04:15,896 DEBUG ContentTypeManager : Found content type 'application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml' for /word/fontTable.xml
11 Apr 2011 15:04:15,896 DEBUG PartName : Trying to create part name /word/fontTable.xml
11 Apr 2011 15:04:15,897 DEBUG PartName : /word/fontTable.xml part name created.
11 Apr 2011 15:04:15,897 INFO Part : Constructing /word/fontTable.xml
11 Apr 2011 15:04:15,897 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml on part /word/fontTable.xml
11 Apr 2011 15:04:15,897 DEBUG Base :
Set contentType application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml on part /word/fontTable.xml
11 Apr 2011 15:04:15,897 INFO FontTablePart : unmarshalling org.docx4j.openpackaging.parts.WordprocessingML.FontTablePart
11 Apr 2011 15:04:15,899 INFO FontTablePart :
org.docx4j.openpackaging.parts.WordprocessingML.FontTablePart unmarshalled
11 Apr 2011 15:04:15,899 INFO Part : Loading part /word/fontTable.xml
11 Apr 2011 15:04:15,899 DEBUG Part : setPackage called for org.docx4j.openpackaging.parts.WordprocessingML.FontTablePart
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : Convenience method established from /word/document.xml to /word/fontTable.xml
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : .. added.
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : No relationships word/_rels/fontTable.xml.rels
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : docProps/app.xml false
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : word/styles.xml false
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : [Content_Types].xml false
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : word/_rels/document.xml.rels false
11 Apr 2011 15:04:15,899 INFO LoadFromZipNG : docProps/core.xml false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : word/fontTable.xml false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : word/settings.xml false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : word/document.xml false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : _rels/.rels false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : word/webSettings.xml false
11 Apr 2011 15:04:15,900 INFO LoadFromZipNG : word/theme/theme1.xml false
using the latest Snapshot has no effect on this.
Any help would be greatly appreciated.