Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Vishu1
Employee
Employee

java.security.NoSuchAlgorithmException

Hi, I have exposed a soap service created in talend which is running fine on my local computer.
But when I deploy it on server, It is giving error 
java.security.NoSuchAlgorithmException: DES SecretKeyFactory not available at javax.crypto.SecretKeyFactory.<init>(SecretKeyFactory.java:121) at javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:159)
need help!
Thanks,
Labels (4)
3 Replies
Anonymous
Not applicable

Hi,
On which build version you got this issue? Did you deploy your job on talend runtime server? 
More information will be helpful for us to address your issue.
Best regards
Sabrina
Vishu1
Employee
Employee
Author

Hi,
I moved service to runtime 6.1, there is working fine.
Actually I have created service in talend 5.6.2 version. and initially deployed it on 5.2.X version.
There it was giving the problem.
Moving service to 6.1.0 version, solved issue for me.
But I am not getting the exact reason behind the exception that I got on 5.2 version.
Thanks
Anonymous
Not applicable

Hi,
You created a soap service on studio V 5.6.x and deployed it on runtime 5.2.X? 
The karaf, cxf, camel version are different. Your issue is probably caused by the karaf, cxf, camel version.
Best regards
Sabrina