2016-09-26 41 views
1

websphereliberty用にserver.xml経由でdb2Datasourceおよびoracleデータソースを追加しようとしていますが、サーバーの起動中に何らかのエラーが表示されています。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をインストールする必要があります。

私はあなた(のJava EE 6から)もっと古いの機能が必要な場合は、私はwebProfile-6.0機能やbaseBundleアドオンのいずれかをインストールすることをお勧めしたいだけ

:-) 4.1に変更することをお勧めしたいです。どちらもinstallUtilityでインストールできます。

関連する問題