나는 문제점에 붙어있어 조언이 필요하다.메시지 저장소를 사용할 수 없습니다! WAS 6.1
메시징 엔진 (UP 오지 않아 오류, "com.ibm.ws.sib.msgstore.TransactionException : CWSIS1099E :. 예기치 않은 예외가 발생했습니다 예외 : com.ibm.ws.sib.msgstore합니다. MessageStoreUnavailableException : 작동 MessageStore를 사용할 수없는 것처럼 할 수 없습니다 ")
환경 : - 썬 OS 5.10, 6.1 WAS, 메시징 엔진이 파일 저장소를 사용하고 있습니다. 여기
는 JVM 로그에서 예외 :[2/5/13 4:48:06:242 EST] 0000002a SibMessage I [bsl_msg_bus:jabds3203v61x2bsl.bsl_scorecard-bsl_msg_bus] CWSIS1567E: Messaging engine jabds3203v61x2bsl.bsl_scorecard-bsl_msg_bus cannot obtain the lock on its file store, which ensures it has exclusive access to the data.
[2/5/13 4:48:06:262 EST] 0000002a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file /usr/local/web/bsl/WAS/61x2/jabds3203v61x2bsl/logs/ffdc/bsl_scorecard_0000002a_13.02.05_04.48.06_0.txt
[2/5/13 4:48:06:273 EST] 0000002a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file /usr/local/web/bsl/WAS/61x2/jabds3203v61x2bsl/logs/ffdc/bsl_scorecard_0000002a_13.02.05_04.48.06_0.txt
[2/5/13 4:48:06:282 EST] 0000002a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file /usr/local/web/bsl/WAS/61x2/jabds3203v61x2bsl/logs/ffdc/bsl_scorecard_0000002a_13.02.05_04.48.06_1.txt
[2/5/13 4:48:06:292 EST] 0000002a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream
내가 임시을 씻어 시도, 나는 한 번 파일 저장소 플러싱 생각 해요. 이것은 올바른 방법이, 그리고 할 것, 가능한 경우 사람이 어디 어떻게 든, 당신이하지 않는 사용자와 서버를 시작,
답장을 보내 주셔서 감사합니다. 문제 해결을 찾았습니다.이 경우 메시지 엔진에서 사용하는 파일 저장소가 동일한 프로필의 다른 앱에서 사용 중입니다. 어느 것이 메시지 엔진이 파일 저장소를 잠그는 것을 막고 있었습니까. 간단히 말해서 다른 앱을 수신 거부하면 Google에서 문제를 해결하는 데 도움이되었습니다. – Simer