When I try to import an updated bdm.zip file, I’m getting the error:
java.lang.NoClassDefFoundError: Could not initialize class com.sun.org.apache.xml.internal.serializer.ToXMLStream
Any thoughts?
When I try to import an updated bdm.zip file, I’m getting the error:
java.lang.NoClassDefFoundError: Could not initialize class com.sun.org.apache.xml.internal.serializer.ToXMLStream
Any thoughts?
How did you update it? Manually?
Check the XML and also check the zip has been done correctly. I’ve seen this problem before.
I think you will find there is a top level folder in the zip that shouldn’t be there. You need to zip the file from inside the top folder…
regards
Seán
PS: If this reply answers your question, please mark a resolved.
Thanks for your speedy response, Seán. I was updating it through the web interface as the tenant admin. However, I got it to work: I shut down tomcat and restarted it. It then accepted it without any error.