Sun Java System Application Server Platform Edition 8.2 릴리스 노트

AS 8.2를 시작할 때 특정 Java System 등록 정보가 제대로 처리되지 않음(아이디 6372759)

JVM 프록시 설정에 다음을 추가하면 서버가 시작되지 않습니다.


<jvm—options>-Dhttp.proxyHost=webcache.east.sun.com</jvm—options>
<jvm—options> -Dhttp.proxyPort=8080</jvm—options>
<jvm—options>-Dhttp.nonProxyHosts="mssp.ctu.gov|*.ctu.gov|localhost"
</jvm—options>

* 문자를 삽입하면 No Class Def Found 오류(main java.lang.NoClassDefFoundError: com/sun/enterprise/security/store/IdentityManager 스레드의 예외)가 발생합니다. | 문자를 삽입하면 서버의 시작을 기다리는 동안 시작 스크립트가 시간 초과됩니다.

방화벽 뒤에 있으며 외부 서버와 내부 서버 모두에 액세스해야 하는 Application Server 배포(및 포털 배포)를 지원하려면 이 기능이 필수적입니다. 예를 들면 Portal Server URL 스크레이퍼가 있습니다. URL 스크레이퍼가 외부 소스의 내용을 가져오려면 이러한 설정이 필요합니다.

해결 방법

install-dir/config/asenv.conf 파일을 편집하여 AS_NATIVE_LAUNCHER="true" 행을 AS_NATIVE_LAUNCHER="false"로 변경합니다.