1

iPad から「写真を撮る」機能を使用しようとしていますが、保存時に以下のエラーが発生します。ちゃんと写真が撮れ、送信をクリックしている間どこでも詳細を見ることができ、発行が始まります。

app-features.properties、build.properties にも既に構成変更を加えています。

エラーログ:

[ERROR   ] FWLSE0048E: Unhandled exception caught: SRVE0190E: File not found: /anywhereAttachment

java.io.FileNotFoundException: SRVE0190E: File not found: /anywhereAttachment

at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:528)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:127)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:88)

at com.worklight.core.auth.impl.AuthenticationFilter$1.execute(AuthenticationFilter.java:215)

at com.worklight.core.auth.impl.AuthenticationServiceBean.accessResource(AuthenticationServiceBean.java:76)

at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:220)

at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)

at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:85)

at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:968)

at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1056)

at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4553)

at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.handleRequest(DynamicVirtualHost.java:301)

at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:954)

at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.run(DynamicVirtualHost.java:266)

at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink$TaskWrapper.run(HttpDispatcherLink.java:776)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:745)

 [project MaximoAnywhere]

SRVE0190E: File not found: /anywhereAttachment
4

2 に答える 2

1

このエラーは、MaximoAnywhere.ear を MobileFirst Server にデプロイしたときに、(何らかの理由で) Anywhere Attachment サーブレットが正常にデプロイされなかったことを意味します。

MaximoAnywhere/bin ディレクトリー内の MaximoAnywhere.war からの web.xml を、実行中の MobileFirst Server 内の web.xml と比較できますか? 実行中の MobileFirst サーバーのバージョンで、欠落しているセクションがいくつか見つかるはずです。

通常、それらが一致しない場合、これは MobileFirst の動作 (バグ?/機能?) が原因であり、MaximoAnywhere.war が、 MobileFirst サーバー。この問題を回避するために、パッケージ化された MobileFirst ビルド・ライブラリーと一致する正確なバージョンの MobileFirst サーバー iFix を出荷し、文書化していますが、MobileFirst サーバーのバージョンが同期していない場合でも発生する可能性があります。

不足している情報を web.xml から切り取って、デプロイ済みの MaximoAnywhere.war web.xml に貼り付けるだけです。

于 2016-01-14T02:58:29.963 に答える
0

どこにも欠落している attachmentServlet 展開、

/bin ディレクトリーの MaximoAnywhere.war で War を探します。websphere を使用している場合は、websphere jvm のこの war 部分をデプロイする必要があります。build.properties を探し、ローカル サーバーまたはリモート サーバーを使用しているかどうかを確認し、正しくデプロイします。

于 2016-01-27T13:36:48.190 に答える