簡體   English   中英

WebSphere Liberty概要文件:批處理容器不可用

[英]WebSphere Liberty Profile: Batch container is not available

嘗試從Servlet啟動批處理作業並收到以下錯誤:

javax.batch.operations.BatchRuntimeException:批處理容器不可用。 在javax.batch.runtime.BatchRuntime.getJobOperator(BatchRuntime.java:63)

啟用以下功能:

<!-- Enable features -->
<featureManager onError="FAIL">
    <feature>localConnector-1.0</feature>
    <feature>managedBatch-1.0</feature>
    <feature>ejbLite-3.2</feature>
    <feature>collectiveController-1.0</feature>
    <feature>javaBatch-1.0</feature>
    <feature>jdbc-4.0</feature>
</featureManager>

有任何想法嗎? 謝謝,蒂姆

我缺少正確配置的批處理持久性接口。 在啟動過程中沒有任何抱怨,因此很難調試。 有關詳細信息,請參見http://developer.ibm.com/answers/questions/29889/liberty-october-beta-batch-container-is-not-available/?community=wasdev

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM