Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
5 subscribers
Views
1734 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
@Run Process Expression Function Plugin I am getting the following er
moritzw
over 11 years ago
@Run Process Expression Function Plugin
I am getting the following error message when deploying this plugin to my Appian instance (7.0 latest HF).
2013-06-18 08:19:23,887 [Plugin Hot Deploy] ERROR com.atlassian.plugin.manager.DefaultPluginManager - There was an error loading the descriptor 'RunProcess Function' of plugin 'com.appiancorp.modelasexpression'. Disabling.
java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=com/appiancorp/modelasexpression/Main, offset=6
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:264)
Any ideas why this could happen?...
OriginalPostID-71266
OriginalPostID-71266
Discussion posts and replies are publicly visible
0
akhilan
over 11 years ago
This error generally indicates that the plugin was compiled with a higher level Java compiler than what the runtime can support.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
moritzw
over 11 years ago
OK. Thanks. Is there a version of the plugin for Java 1.6?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
akhilan
over 11 years ago
Doesn't appear so. The plugin has the source code. You may want to try recompiling the code using Java 1.6.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel