You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting the following error after installing the plugin for Grails 2.0 :
Error Error executing script RunApp: loader constraint violation: loader (instance of ) previously initiated loading for a different type with name "org/w3c/dom/TypeInfo" (Use --stacktrace to see the full trace)
I have managed to solve it by replacing the C:\Users.grails\ivy-cache\org.apache.xmlbeans\xmlbeans\jars\xmlbeans-2.3.0.jar with the one comes with the plugin
C:\Users.grails\2.0.0\projects\testing\plugins\excel-import-1.0.0\lib\xmlbeans-2.3.0-without-w3c.jar
Just wondering whether there is a better way ? Thx.
The text was updated successfully, but these errors were encountered:
Hmm. That one I am not sure. I git it to work on the sample app included, but I didn't yet upgrade our main application to 2.0. The main app would likely have issues with xml libraries such as one you saw.
Hi, I am getting the following error after installing the plugin for Grails 2.0 :
Error Error executing script RunApp: loader constraint violation: loader (instance of ) previously initiated loading for a different type with name "org/w3c/dom/TypeInfo" (Use --stacktrace to see the full trace)
I have managed to solve it by replacing the C:\Users.grails\ivy-cache\org.apache.xmlbeans\xmlbeans\jars\xmlbeans-2.3.0.jar with the one comes with the plugin
C:\Users.grails\2.0.0\projects\testing\plugins\excel-import-1.0.0\lib\xmlbeans-2.3.0-without-w3c.jar
Just wondering whether there is a better way ? Thx.
The text was updated successfully, but these errors were encountered: