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
5 replies
Subscribers
6 subscribers
Views
2024 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
#Send HTTP Plugin We keeb on getting the following error on WAS 8 when using thi
moritzw
over 12 years ago
#Send HTTP Plugin We keeb on getting the following error on WAS 8 when using this Plugin with SSL: java.lang.ClassNotFoundException: Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory.
The funny thing is that it seems to work on one day and fails on the other day without our WAS team changing any configuration. It used to work for a long time after the certificate was installed and the class was provided, but now it constantly fails in one of our Appian instances.
Could this be related to the http client version that we're using? Anyone seen this before?
Thanks, Moritz...
OriginalPostID-71986
OriginalPostID-71986
Discussion posts and replies are publicly visible
Parents
0
moritzw
over 12 years ago
In case someone is interested in the solution. Support helped to find that adding the following lines to appian-plugin.xml solved the issue:
<bundle-instructions>
<DynamicImport-Package>META-INF.services,*;resolution:=optional</DynamicImport-Package>
</bundle-instructions>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
moritzw
over 12 years ago
In case someone is interested in the solution. Support helped to find that adding the following lines to appian-plugin.xml solved the issue:
<bundle-instructions>
<DynamicImport-Package>META-INF.services,*;resolution:=optional</DynamicImport-Package>
</bundle-instructions>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data