비그래픽 명령 해석기인 WebSphere Application Server wsadmin 도구로 전환할 필요 없이 개발 환경 내에서 관리 스크립트를 실행할 수 있습니다. WebSphere® Application Server 관리 스크립트 실행기를 사용하여 WebSphere Application Server에서 관리 스크립트 파일을 실행하십시오. 개발 환경 내에서 스크립트 파일을 실행하려면 스크립트의 위치, 스크립트를 해석할 런타임 환경 및 보안 서버에 대해 스크립트를 실행 중인 경우 보안 설정을 지정해야 합니다.
!MESSAGE Error reading configuration: /opt/IBM/WAS_install_directory/profiles/unsecure/configuration/org.eclipse.osgi/.manager/.fileTableLock (Permission denied)
!STACK 0
java.io.FileNotFoundException: /opt/IBM/WAS_install_directory/profiles/unsecure/configuration/org.eclipse.osgi/.manager/.fileTableLock (Permission denied)
해당
오류는 WebSphere Application Server
관리 스크립트 실행기가 루트 사용자만 쓸 수 있는
WebSphere Application
Server 프로파일에 데이터를 쓰려고 하기 때문에 발생합니다. 비루트
사용자는 루트 프로파일에 쓰기에 대한 올바른 파일
권한이 없습니다.
임시 해결책은 비루트 프로파일로 WebSphere Application Server 관리 스크립트 실행기를 실행하는 것입니다. WebSphere Application Server 관리 스크립트 실행기에서 사용 가능한 프로파일 이름 목록을 사용하여 비루트 프로파일을 선택할 수 있습니다. 비루트 프로파일 작성에 대한 자세한 정보는 WebSphere Application Server 문서에서 사용 가능한 비루트 사용자의 프로파일 작성 주제를 참조하십시오.
WebSphere Application Server에서 관리 스크립트 파일을 실행하십시오.