Receiving an error on mobile forms when trying to start a process. I have access

Receiving an error on mobile forms when trying to start a process. I have access to the process via the portal and it works fine. Attached a pic...

OriginalPostID-54182

OriginalPostID-54182

  Discussion posts and replies are publicly visible

Parents
  • Also take a look at your application-server.log if you see the error below it will mean that the "Action not available. You may not have permission to complete this action " error's root cause is that your environment is running Java JDK 7, while Appian is certified to work with JDK 6 only as specified in the System Requirements Guide: forum.appian.com/.../Appian_6.6.x_System_Requirements

    2013-01-11 12:24:49,789 [http-0.0.0.0-8080-3] ERROR com.atlassian.plugin.servlet.DefaultServletModuleManager - Unable to create filter
    com.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.NoClassDefFoundError: javax/script/Bindings
    ....
    Caused by: java.lang.NoClassDefFoundError: javax/script/Bindings
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    ...
    2013-01-11 12:24:50,355 [http-0.0.0.0-8080-3] ERROR com.appiancorp.ap2.PortalResponse - Error: 404 Message: /suite/rest/a/model/latest/1073/form
Reply
  • Also take a look at your application-server.log if you see the error below it will mean that the "Action not available. You may not have permission to complete this action " error's root cause is that your environment is running Java JDK 7, while Appian is certified to work with JDK 6 only as specified in the System Requirements Guide: forum.appian.com/.../Appian_6.6.x_System_Requirements

    2013-01-11 12:24:49,789 [http-0.0.0.0-8080-3] ERROR com.atlassian.plugin.servlet.DefaultServletModuleManager - Unable to create filter
    com.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.NoClassDefFoundError: javax/script/Bindings
    ....
    Caused by: java.lang.NoClassDefFoundError: javax/script/Bindings
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    ...
    2013-01-11 12:24:50,355 [http-0.0.0.0-8080-3] ERROR com.appiancorp.ap2.PortalResponse - Error: 404 Message: /suite/rest/a/model/latest/1073/form
Children
No Data