【トラブル】【Axis2】Axis2を実行時に、エラーが表示され、実行できない

現象詳細

以下のような現象になり、Axis2のサービスが実行できない

エラー内容

エラーその1

Error
Failed while installing axis2 web services core 1.1
Reason:
The Axis2 facets cannot be installed since the Axis2 runtime location has not been set.
Go to the Web Services preferences page and set the Axis2 runtime location under Axis2 Preferences.

\webapp(指定されたファイルが見つかりません)

日本語訳

Axis2 web サービスコア 1.1 のインストール中に失敗しました。

解決策

 * Eclipse において [Window]-[Preferences]-[Web Services]-[Axis2 Preferences] の
  「Axis2 Runtime」タブの「Axis2 Runtime location」において、Axis2のある場所を指定する

 * 例えば、以下の記事の通りに、環境を作成した場合は、
  「C:\pg\axis2-1.6.2」を指定すればいい
http://blogs.yahoo.co.jp/dk521123/31944955.html


関連記事

EclipseAxis2 を設定する

http://blogs.yahoo.co.jp/dk521123/31944955.html

WSDLから Webサービス/クライアントを作成時に発生したトラブル

http://blogs.yahoo.co.jp/dk521123/32009389.html