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
9 replies
Subscribers
6 subscribers
Views
4009 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Have created one plugin extended by ApplicationSmartService. when deploy this pl
dhavals
over 11 years ago
Have created one plugin extended by ApplicationSmartService. when deploy this plugin jar file to appian then it gives below error.
2013-09-25 11:38:45,430 [Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'com.[company].plugins.[module].[co].[part]-1.0.1.jar' (com.[company].plugins.[module].[co].[part]-1.0.1.jar) version 0.0: 'No plugin factories found for plugin file Unit: \\\\...\\plugins\\com.[company].plugins.[module].[co].[part]-1.0.1.jar (1380109009567). Does it contain an appian-plugin.xml file?'
I have extracted jar file and its structure is as follow -
src/...
com/class files
meta-inf
appian-plugin.xml/
Please suggest what is wrong with this. (xml file is already there as above structure)
Thank You...
OriginalPostID-82644
OriginalPostID-82644
Discussion posts and replies are publicly visible
Parents
0
dhavals
over 11 years ago
JAR file was generated from eclipse which has below files when extracted:
-com/class files
-meta-inf
-appian-plugin.xml/
Now, after that, i have added java src folder into extracted source and again created jar file using below command:
jar cfM [jar-file] [input folder]
Then again verified by extracting updated jar file through below command:
jar -xf [jar file]
it gives structure as below:
src/...
com/class files
meta-inf
appian-plugin.xml/
can any one suggst whats wrong with this to deploy this jar file.
thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
dhavals
over 11 years ago
JAR file was generated from eclipse which has below files when extracted:
-com/class files
-meta-inf
-appian-plugin.xml/
Now, after that, i have added java src folder into extracted source and again created jar file using below command:
jar cfM [jar-file] [input folder]
Then again verified by extracting updated jar file through below command:
jar -xf [jar file]
it gives structure as below:
src/...
com/class files
meta-inf
appian-plugin.xml/
can any one suggst whats wrong with this to deploy this jar file.
thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data