[JBOSS] jboss 7.x 커뮤니티 버전 에러 - java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE
WAS 2015. 9. 14. 16:39
Just for future reference, to fix this issue on JBoss AS 7.1.1, add the following to your jboss-7.1.1/modules/sun/jdk/main/module.xml file:
<path name="com/sun/crypto"/>
<path name="com/sun/crypto/provider"/>
in the area where all the other <path></path> stuff is.
http://www.liferay.com/community/forums/-/message_boards/message/20757653
java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE - Forums
Hi, I copied my liferay 6.1.0 installation (i.e. liferay-portal-6.1.0-ce-ga1) from my desktop to my laptop and get the following message. Do you know what I am doing wrong? I saw some postings resolve this by adding com/sun/crypto and com/sun/crypto/provid
liferay.dev
'WAS' 카테고리의 다른 글
[Tomcat] unable to compile class for JSP (0) | 2015.12.17 |
---|---|
[JBOSS] jboss standalone 사용시 library classpath 추가 방법 (0) | 2015.10.16 |
[JBOSS] [Troubleshooting] JBoss EAP6 에서 server.log에 로그가 출력되지 않아요? (0) | 2015.09.04 |
[Tomcat] 톰캣7 root context 변경 및 log path 변경 (0) | 2015.08.05 |
한글인코딩의 이해 (0) | 2015.03.22 |