Javaで記述されたメールサーバ(james-2.0a3)を利用しようとしているのですが、D:\james-2.0a3\bin内のrun.batをコマンドプロンプトにて実行したら
下記のエラーメッセージが出ます。意味がわからないのですが、わかる方おられたらご教授願います。(windows2000Professional, j2sdk1.4.0_01)
D:\james-2.0a3\bin>run
Phoenix 4.0a4
Application file:/D:/james-2.0a3/apps/james.sar uses a deprecated packaging form
at.
James 2.0a3-cvs
Started POP3 Server plain:110
There was an uncaught exception:
--- Message ---
Failed to initialize application james.
--- Stack Trace ---
org.apache.avalon.phoenix.interfaces.DeploymentException: Failed to initialize a
pplication james.
at
・
・
略
・
・
org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFacto
ry.createServerSocket(DefaultServerSocketFactory.java:35)
at org.apache.avalon.cornerstone.services.connection.AbstractService.ini
tialize(AbstractService.java:139)
at org.apache.james.smtpserver.SMTPServer.initialize(SMTPServer.java:62)
at org.apache.avalon.phoenix.components.application.LifecycleHelper.star
tup(LifecycleHelper.java:199)
... 19 more
---------------------------------------------------------
The log file may contain further details of error.
Please check the configuration files and restart Phoenix.
If the problem persists, contact the Avalon project. See
http://jakarta.apache.org/avalon for more information.
Shutting down Phoenix.
お礼
ご回答頂いたのに返事できず申し訳ありませんでした。 別のパソコンにて試してみたところ正常に動作しまして貴殿の言われる通り、 どうやら25番ポートが使われていたみたいです。ありがとうございました。