简体   繁体   English

ubuntu上使用Java桥的Cryptix设置抛出算法未找到错误

[英]Cryptix setup with java-bridge on ubuntu is throwing algorithm not found error

I am trying to setup a payment gateway. 我正在尝试设置付款网关。 For which I have setup a java bridge as the portal is a java machine. 为此,我设置了一个Java桥,因为门户是一台Java机器。 My setup is following : 我的设置如下:

  1. Apache server Apache服务器
  2. Tomcat 7 雄猫7
  3. Java-6-open jdk Java-6开放式JDK

following is error from catalina.out 以下是来自catalina.out的错误

PospostSSL><Exception in encrypting data. algorithm DES/ECB is
 not available from provider Cryptix>
<PostLib><postSSL><SFAApplicationException. Error while encrypting
data. Transaction cannot be processed.>

I have placed the cryptix32.jar in shared folder of tomcat. 我已经将cryptix32.jar放置在tomcat的共享文件夹中。 Also adding or removing line from java.security for cryptix provider is also not having any effect. 另外,从cryptix提供程序的java.security中添加或删除行也没有任何作用。

Please can any one tell me what needs to be done to get this error out. 请任何人告诉我需要采取什么措施才能消除此错误。

So you are trying to set up a payment portal using DES and Cryptix ? 因此,您正在尝试使用DESCryptix设置付款门户吗? Then you are proposing to use Apache - probably with OpenSSL - as proxy. 然后,您建议使用Apache(可能与OpenSSL一起 )作为代理。 A proxy to a Java version that is basically end of life . Java版本的代理,该版本基本上已经寿终正寝 And you are using one without commercial support. 而且您正在使用没有商业支持的产品。

"DES/ECB" is part of the standard SunJCE provider as well. "DES/ECB"也是标准SunJCE提供程序的一部分。 No need for Cryptix there. 那里不需要Cryptix。

Please stop resurrecting the dead and go do something else. 请停止复活死者并去做其他事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM