[mayaa-user:534] Re: OASでmayaa-hangman-struts-1.1.10デプロイエラー

suga [E-MAIL ADDRESS DELETED]
2007年 8月 2日 (木) 16:09:46 JST


suga です。

On 8/2/07, Shigeaki Wakizaka <[E-MAIL ADDRESS DELETED]> wrote:
> mayaa-hangman-struts-1.1.10.warをダウンロードし、
> 現在、Oracle10g ApplicationServer(10.1.3.2)に
> デプロイした際に添付したようなエラーが出力されました。
>
> どのような原因が考えられますでしょうか?

Struts 1.2.7 の ActionServlet#init() で失敗していますので、このあたりの
原因を探ってみてください。

ソースを見てみたところ、ActionServlet.class の error レベルでログ出力
されているようですので、下記のようなログにあるトレースを見てみると
何かわかるかもしれません。
mayaa-hangman-struts では commons-logging.properties で SimpleLog
を使うようにしていますので、OAS そのもののログに出ているかも
しれません。


Log log = LogFactory.getLog(ActionServlet.class);

  log.error("Unable to initialize Struts ActionServlet due to an "
      + "unexpected exception or error thrown, so marking the "
      + "servlet as unavailable.  Most likely, this is due to an "
      + "incorrect or missing library dependency.", t);

-- 
suga ( [E-MAIL ADDRESS DELETED] )


mayaa-user メーリングリストの案内