ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Java EE運用ガイド

13.55.1 WSCONTAINER0000番台のメッセージ

WSCONTAINER0005: Two web services are being deployed with the same endpoint URL {0}; The service that gets loaded last will always be the one that is active for this URL

[可変情報]

{0}:web.xmlのurl-pattern値 または endopointo URL のpath部

[意味]

2つのWebサービスが同じエンドポイントURLで登録されています。

[システムの処理]

処理を続行します。

[ユーザの対処]

web.xmlの<url-pattern>値、または@javax.jws.WebServiceアノテーションなど、指定値を変更してurlが重複しないように修正してください。

WSCONTAINER0008: Client not authorized for invocation of {0}

[可変情報]

{0}:メソッド名

[意味]

クライアントには、メソッド{0}を実施する権限がありません。

[システムの処理]

処理を中断します。

[ユーザの対処]

メソッドに対する権限を確認してください。
詳細は、“6.4 Webサービスのセキュリティ設定”を参照してください。

WSCONTAINER0031: Service {0} seems to be a JAXRPC based web service but without the mandatory WSDL and Mapping file. Deployment cannot proceed

[可変情報]

{0}:webservices.xmlの<webservice-description-name>値

[意味]

Webサービスアプリケーションの配備に失敗しました。以下の原因が考えられます。

  • webserivces.xmlの仕様バージョンが正しくない。

  • Webサービスアプリケーションのアノテーション宣言(@WebServiceまたは@WebServiceProvider)が行われていない。

[システムの処理]

処理を中断します。

[ユーザの対処]

以下のいずれかの対処を行ってください。

  • webserivces.xmlの仕様バージョンを"1.2"(http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd)を指定してください。

  • Webサービスアプリケーションのアノテーション(@javax.jws.WebServiceまたは@javax.xml.ws.WebServiceProvider)の宣言をしてください。