2016-09-26 5 views
1

websphereliberty 용 server.xml을 통해 db2Datasource 및 oracle datasource를 추가하려고하는데 서버를 시작할 때 오류가 표시됩니다.Websphere Liberty in eclipse

오류 :

[AUDIT ] CWWKF0012I: The server installed the following features: [jsp-2.3, servlet-3.1, jndi-1.0, localConnector-1.0, el-3.0]. 
[AUDIT ] CWWKF0011I: The server WebServer is ready to run a smarter planet. 
[AUDIT ] CWWKG0016I: Starting server configuration update. 
[ERROR ] CWWKF0042E: A feature definition cannot be found for the jdbc-4.0 feature. Try running the command, bin/installUtility install jdbc-4.0, to install the feature. Alternatively, you can run the command, bin/installUtility install WebServer, to install all features that are referenced by this configuration. 
[ERROR ] CWPKI0033E: The keystore located at F:/WGD/Dep 497281-DSA_JAVA/kashish/softwares/WEB server/usr/servers/WebServer/resources/security/key.jks did not load because of the following error: Keystore was tampered with, or password was incorrect 
[WARNING ] CWPKI0809W: There is a failure loading the defaultKeyStore keystore. If an SSL configuration references the defaultKeyStore keystore, then the SSL configuration will fail to initialize. 
[AUDIT ] CWWKG0017I: The server configuration was successfully updated in 16,199 seconds. 
[AUDIT ] CWWKF0012I: The server installed the following features: [ssl-1.0, distributedMap-1.0, appSecurity-2.0]. 
[AUDIT ] CWWKF0008I: Feature update completed in 16,092 seconds. 
[AUDIT ] CWWKE0036I: The server WebServer stopped after 2 minutes, 14,767 seconds. 
******************************************************************************** 
product = WebSphere Application Server 16.0.0.2 (wlp-1.0.13.cl160220160526-2258) 
wlp.install.dir = F:/WGD/Dep 497281-DSA_JAVA/kashish/softwares/WEB server/ 
java.home = C:\Program Files\Java\jre1.8.0_101 
java.version = 1.8.0_101 
java.runtime = Java(TM) SE Runtime Environment (1.8.0_101-b13) 
os = Windows 7 (6.1; amd64) (en_US) 
process = [email protected] 
******************************************************************************** 
[AUDIT ] CWWKE0001I: The server WebServer has been launched. 
[AUDIT ] CWWKE0100I: This product is licensed for development, and limited production use. The full license terms can be viewed here: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/base_ilan/ilan/16.0.0.2/lafiles/en.html 
[ERROR ] CWWKF0042E: A feature definition cannot be found for the jdbc-4.0 feature. Try running the command, bin/installUtility install jdbc-4.0, to install the feature. Alternatively, you can run the command, bin/installUtility install WebServer, to install all features that are referenced by this configuration. 
[AUDIT ] CWWKZ0058I: Monitoring dropins for applications. 
[ERROR ] CWWKE0702E: Could not resolve module: com.ibm.ws.transaction.cdi [49] 
    Unresolved requirement: Import-Package: com.ibm.tx.jta; version="[2.1.0,3.0.0)" 

[ERROR ] CWWKE0702E: Could not resolve module: com.ibm.ws.jca [73] 
    Unresolved requirement: Import-Package: com.ibm.tx.jta; version="[2.1.0,3.0.0)" 

[ERROR ] CWWKE0702E: Could not resolve module: com.ibm.ws.jca-1.7 [76] 
    Unresolved requirement: Import-Package: com.ibm.ws.jca.cm 

[ERROR ] CWWKE0702E: Could not resolve module: com.ibm.ws.app.manager.rar [77] 
+0

감사합니다. –

답변

1

핵심이 오류 메시지이다

[ERROR] CWWKF0042E : 특징 정의는 JDBC-4.0 기능을 찾을 수 없다. 기능을 설치하려면 bin/installUtility install jdbc-4.0 명령을 실행 해보십시오. 또는 bin/installUtility install WebServer 명령을 실행하여이 구성에서 참조하는 모든 기능을 설치할 수 있습니다.

+0

음 ... 리버티에있는 웹 서버 기능을 기억하지 못합니다. 아마도 오타가 있습니다 .-) – Gas

+0

서버 이름입니다. 삽입 된 값인 IIRC입니다. – ebullient

1

기본적으로 Liberty 16.0.0.2에는 Java EE 7 기능 만 있으므로 jdbc-4.1 기능을 사용하거나 jdbc-4.0을 설치해야합니다.

나는 당신이 (자바 EE 6에서) 내가 webProfile-6.0 기능이나 baseBundle 중 하나가 추가 설치하는 것이 좋습니다 것보다 오래된 기능이 필요하면 바로

:-) 4.1로 변경 건의 할 것입니다. 둘 다 installUtility과 함께 설치할 수 있습니다.

관련 문제