Hi, after upgrading our Appian to 7.4 from 7.3, one of our custom smart services

Hi, after upgrading our Appian to 7.4 from 7.3, one of our custom smart services no longer works. The error we get is attached. Do you know if any of the jars changed either in Appian or from JBoss eap that would mess up cxf/stax parsing.

From searching it seems like maybe a different implementation of stax parser is being used....

appian-stack.txt

OriginalPostID-103437

OriginalPostID-103437

  Discussion posts and replies are publicly visible

  • I don't think that's the complete stack trace, I see it's missing the "Caused by" clauses which would be really helpful.

    Try this

    1. Stop JBoss
    2. Delete runtime_ear|ear\\suite.ear\\web.war\\WEB-INF\\osgi-cache\\*
    3. Delete <JBOSS_HOME>\\standalone\\data\\
    4. Delete <JBOSS_HOME>\\standalone\          mp
    5. Delete <JBOSS_HOME>\\standalone\\log
    6. Start JBoss
    7. See if the issue persists
    8. Review sserver.log and see if there are any "Caused by" clauses that can gives us a better idea on the root cause.