JAXB failure trying to convert typed value

Failed to Map Appian Document data type to Java Appian API - com.appiancorp.suiteapi.knowledge.Document. Any idea I am getting this error?

09:41:38,422 INFO [stdout] (default-short-running-threads-threads - 14) 2013-04-22 09:41:38,346 [default-short-running-threads-threads - 14] ERROR co
m.appiancorp.process.engine.UnattendedJavaActivityRequest - An error occurred while executing activity: id=6100, classname=com.hcl.appian.plugins.CMIS
.AddDocument
09:41:38,468 INFO [stdout] (default-short-running-threads-threads - 14) com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to con
vert typed value TypedValue[it=13,v=778] to java class com.appiancorp.suiteapi.knowledge.Document...

OriginalPostID-64820

OriginalPostID-64820

  Discussion posts and replies are publicly visible

Parents
  • 1. Do you know if restarting the application server solves the problem?
    2. Are you including any Appian JARs within your plug-ins META-INF\\lib directory? Please take a few minutes to verify you are NOT including them.
    3. Are you compiling this code with the latest JARs from the Appian version you are testing this on? Make sure you are not using the 6.6.1 JARs that come with the Appian Plug-in For Eclipse.
    4. Review the whole stack trace in the log and identify the lines in your code throwing the error so you can post them here.
Reply
  • 1. Do you know if restarting the application server solves the problem?
    2. Are you including any Appian JARs within your plug-ins META-INF\\lib directory? Please take a few minutes to verify you are NOT including them.
    3. Are you compiling this code with the latest JARs from the Appian version you are testing this on? Make sure you are not using the 6.6.1 JARs that come with the Appian Plug-in For Eclipse.
    4. Review the whole stack trace in the log and identify the lines in your code throwing the error so you can post them here.
Children
No Data