Error on importing a new business data model in 7.1.5

1
0
-1

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?

2 answers

1
0
-1

1
0
-1

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.

Comments

Submitted by phil.allred on Wed, 04/27/2016 - 17:07

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.

Notifications