A new topic, 'Incompatibility with jdk1.6.0_18 and higher?', has been made on a 
board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=477.new#new

The text of the topic is shown below:

We're seeing the following error when running Liquibase programs against JDKs 
with revisions of 1.6.0_18 and higher. It appears that those newer JDKs have 
made an XML-parsing API stricter, and that Liquibase (version 1.9.5) fails 
against that stricter API. Is there a Liquibase release that avoids this 
problem? Or do we need to stay with lower-numbered JDKs for a while? Or am I 
barking up the wrong tree?

===============================

[java] liquibase.exception.MigrationFailedException: Migration failed for 
change set foo.changelog.xml::bar::foobar:
     [java]      Reason: liquibase.exception.UnsupportedChangeException: 
liquibase.exception.CustomChangeException: java.lang.IllegalStateException: 
Method getLocalName() cannot be called for CHARACTERS event.:
     [java]           Caused By: liquibase.exception.CustomChangeException: 
java.lang.IllegalStateException: Method getLocalName() cannot be called for 
CHARACTERS event.:
     [java]           Caused By: java.lang.IllegalStateException: Method 
getLocalName() cannot be called for CHARACTERS event.:
     [java]           Caused By: Method getLocalName() cannot be called for 
CHARACTERS event.
     [java]     at liquibase.ChangeSet.execute(ChangeSet.java:260)
     [java]     at 
liquibase.parser.visitor.UpdateVisitor.visit(UpdateVisitor.java:26)
     [java]     at 
liquibase.parser.ChangeLogIterator.run(ChangeLogIterator.java:41)
     [java]     at liquibase.Liquibase.update(Liquibase.java:112)
     [java]     at liquibase.Liquibase.update(Liquibase.java:136)

=======================================

Are others seeing this error? I've searched the web, the Liquibase site, and 
the forum archives, and come up empty, so please forgive me if this has already 
been discussed.

Thanks for any help,

    Andy Cohen

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------

_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to