Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java8 貌似有兼容性问题 #58

Open
kcloze opened this issue Aug 22, 2017 · 1 comment
Open

java8 貌似有兼容性问题 #58

kcloze opened this issue Aug 22, 2017 · 1 comment

Comments

@kcloze
Copy link

kcloze commented Aug 22, 2017

以下截取log文件一段报错日志:

[2017-08-22 12:59:56] 初始化Cipher出错:
java.security.InvalidKeyException: Illegal key size
	at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
	at javax.crypto.Cipher.implInit(Cipher.java:805)
	at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
	at javax.crypto.Cipher.init(Cipher.java:1396)
	at javax.crypto.Cipher.init(Cipher.java:1327)
	at press.gfw.Encrypt.encryptNet(Encrypt.java:595)
	at press.gfw.EncryptForwardThread.run(EncryptForwardThread.java:119)
[2017-08-22 12:59:59] 初始化Cipher出错:
java.security.InvalidKeyException: Illegal key size
	at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
	at javax.crypto.Cipher.implInit(Cipher.java:805)
	at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
	at javax.crypto.Cipher.init(Cipher.java:1396)
	at javax.crypto.Cipher.init(Cipher.java:1327)
	at press.gfw.Encrypt.encryptNet(Encrypt.java:595)
	at press.gfw.EncryptForwardThread.run(EncryptForwardThread.java:119)
[2017-08-22 13:00:02] 初始化Cipher出错:
java.security.InvalidKeyException: Illegal key size
	at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
	at javax.crypto.Cipher.implInit(Cipher.java:805)
	at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
	at javax.crypto.Cipher.init(Cipher.java:1396)
	at javax.crypto.Cipher.init(Cipher.java:1327)
	at press.gfw.Encrypt.encryptNet(Encrypt.java:595)
	at press.gfw.EncryptForwardThread.run(EncryptForwardThread.java:119)
[2017-08-22 13:00:02] 初始化Cipher出错:
java.security.InvalidKeyException: Illegal key size
	at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039)
	at javax.crypto.Cipher.implInit(Cipher.java:805)
	at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
	at javax.crypto.Cipher.init(Cipher.java:1396)
	at javax.crypto.Cipher.init(Cipher.java:1327)
	at press.gfw.Encrypt.encryptNet(Encrypt.java:595)
	at press.gfw.EncryptForwardThread.run(EncryptForwardThread.java:119)
[2017-08-22 13:00:05] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:06] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:08] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:08] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:11] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:12] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:13] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:13] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:14] 连接服务器出错:203.104.194.5:10041
[2017-08-22 13:00:15] 连接服务器出错:203.104.194.5:10041
@funray
Copy link

funray commented Aug 22, 2017

#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants