采用IBM JDK启动TongWeb8.0报错如下:
java.lang.IllegalArgumentException: Missing provider
at javax.crypto.Cipher.getInstance(Unknown Source)
at com.tongweb.server.util.AdvancedDecoder$Compatible.a(Unknown Source)
at com.tongweb.server.util.AdvancedDecoder.a(Unknown Source)
at com.tongweb.server.util.AdvancedDecoder.decode(Unknown Source)
at com.tongweb.BaseUtil.a(Unknown Source)
at com.tongweb.BaseUtil.parseServerLic(Unknown Source)
at com.tongweb.BaseUtil.getServerLic(Unknown Source)
at com.tongweb.server.util.LicUtils.getServerLic(Unknown Source)
at com.tongweb.main.TongWebMain.c(Unknown Source)
at com.tongweb.main.TongWebMain.main(Unknown Source)
Exception in thread "main" java.lang.IllegalArgumentException: java.lang.NullPointerException
at com.tongweb.BaseUtil.parseServerLic(Unknown Source)
at com.tongweb.BaseUtil.getServerLic(Unknown Source)
at com.tongweb.server.util.LicUtils.getServerLic(Unknown Source)
at com.tongweb.main.TongWebMain.c(Unknown Source)
at com.tongweb.main.TongWebMain.main(Unknown Source)
Caused by: java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:61)
at com.tongweb.BaseUtil.a(Unknown Source)
... 5 more