You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by daccman <du...@hotmail.com> on 2003/07/07 15:47:23 UTC

please help.....

i am a new user to the list i have downloaded james 2.1.3 and have tried to install it have have the newest jre as well 1.4 i think and my machine is windows nt server sp 6a can you please help me to understand what is is i am doing wrong with this install. James tries to run but crashes. at the end. here is the log file i hope this helps. 

INFO 2003-07-07 08:24:06.611 [Phoenix ] (): Logger started

WARN 2003-07-07 08:24:09.886 [Phoenix ] (): Phoenix was not started by the daemon thus it will not be possible to restart the JVM via the Management interface.

INFO 2003-07-07 08:24:12.219 [Phoenix.] (): Installing Sar located at file:/C:/htm/james-2.1.3/apps/james.sar.

INFO 2003-07-07 08:24:17.697 [Phoenix.] (): No policy specified in server.xml, giving full permissions to ServerApplication.

INFO 2003-07-07 08:24:23.416 [Phoenix.] (): Verifying that the name specified for Blocks and BlockListeners are valid.

INFO 2003-07-07 08:24:23.436 [Phoenix.] (): Verifying that the name specified for Blocks and BlockListeners are unique.

INFO 2003-07-07 08:24:23.446 [Phoenix.] (): Verifying that the specified Dependencies are valid according to BlockInfo.

INFO 2003-07-07 08:24:23.446 [Phoenix.] (): Verifying that the dependencies of Blocks are valid with respect to other Blocks.

INFO 2003-07-07 08:24:23.456 [Phoenix.] (): Verifying that there are no circular dependencies between Blocks.

INFO 2003-07-07 08:24:23.486 [Phoenix.] (): Verifying that the specified Blocks have valid types.

INFO 2003-07-07 08:24:25.218 [Phoenix.] (): Verifying that the specified BlockListeners have valid types.

INFO 2003-07-07 08:24:27.161 [Phoenix.] (): 17 Blocks to process for phase "startup". Order of processing = [dnsserver, objectstorage, database-connections, mailstore, users-store, thread-manager, connections, sockets, scheduler, James, spoolmanager, remotemanager, pop3server, smtpserver, nntp-repository, nntpserver, fetchpop].

ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).

ERROR 2003-07-07 08:24:44.286 [Phoenix.] (): There was an error running phase "startup" for Block named "pop3server". (Reason: Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).).

org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).

at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)

at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)

at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:480)

at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:428)

at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:364)

at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:138)

at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)

rethrown from

java.net.BindException: Address already in use: JVM_Bind

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)

at java.net.ServerSocket.bind(ServerSocket.java:318)

at java.net.ServerSocket.<init>(ServerSocket.java:185)

at org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory.createServerSocket(DefaultServerSocketFactory.java:65)

at org.apache.james.core.AbstractJamesService.initialize(AbstractJamesService.java:347)

at org.apache.james.pop3server.POP3Server.initialize(POP3Server.java:171)

INFO 2003-07-07 08:24:44.466 [Phoenix.] (): exception while starting:Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).

WARN 2003-07-07 08:26:40.543 [Phoenix.] (): Failed to start application james.

org.apache.avalon.framework.CascadingException: Failed to start application james.

at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:195)

at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)

at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFiles(DefaultEmbeddor.java:476)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployDefaultApplications(DefaultEmbeddor.java:466)

rethrown from

org.apache.avalon.phoenix.interfaces.ApplicationException: Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).

at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:144)

at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)

at org.apache.avalon.phoenix.components.kernel.DefaultKernel.startup(DefaultKernel.java:178)

at org.apache.avalon.phoenix.components.kernel.DefaultKernel.addApplication(DefaultKernel.java:254)

at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:353)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:498)

at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.deployFile(DefaultEmbeddor.java:491)

rethrown from

org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named "pop3server" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind).

at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(LifecycleHelper.java:289)

at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(LifecycleHelper.java:159)

at org.apache.avalon.phoenix.components.application.DefaultApplication.startup(DefaultApplication.java:480)

at org.apache.avalon.phoenix.components.application.DefaultApplication.doRunPhase(DefaultApplication.java:428)

at org.apache.avalon.phoenix.components.application.DefaultApplication.runPhase(DefaultApplication.java:364)

at org.apache.avalon.phoenix.components.application.DefaultApplication.start(DefaultApplication.java:138)

at org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)

rethrown from

java.net.BindException: Address already in use: JVM_Bind

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)

at java.net.ServerSocket.bind(ServerSocket.java:318)

at java.net.ServerSocket.<init>(ServerSocket.java:185)

at org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory.createServerSocket(DefaultServerSocketFactory.java:65)

at org.apache.james.core.AbstractJamesService.initialize(AbstractJamesService.java:347)

at org.apache.james.pop3server.POP3Server.initialize(POP3Server.java:171)

WARN 2003-07-07 08:26:40.983 [Phoenix.] (): Error deleting Work Directory "C:\htm\james-2.1.3\work\james-1057580652300". (Reason: File C:\htm\james-2.1.3\work\james-1057580652300\SAR-INF\lib\mm.mysql-2.0.14.jar unable to be deleted.)

java.io.IOException: File C:\htm\james-2.1.3\work\james-1057580652300\SAR-INF\lib\mm.mysql-2.0.14.jar unable to be deleted.

at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:638)

at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)

at org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)

at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)

at org.apache.avalon.excalibur.io.FileUtil.cleanDirectory(FileUtil.java:806)

at org.apache.avalon.excalibur.io.FileUtil.deleteDirectory(FileUtil.java:762)

at org.apache.avalon.excalibur.io.FileUtil.forceDelete(FileUtil.java:630)

WARN 2003-07-07 08:28:30.831 [Phoenix.] (): Failed to stop application james as it is not initialized/started.

i am very sorry to make this so long but i have looked for other help other places with no luck. if you can help me it would be appreciated. thank you so much for your time. 

Sincerely 

ken foster







RE: proper shutdown? Thanks Steve James is RUNNNING........

Posted by Robert Koberg <ro...@koberg.com>.
Can you just do:

/my/james/bin/phoenix.sh -start

/my/james/bin/phoenix.sh -stop

Are there any problems starting James this way?

-Rob

p.s. my first message sent through James to the outside world! :)

> -----Original Message-----
> From: Vincenzo Gianferrari Pini
> [mailto:vincenzo.gianferraripini@praxis.it]
> Sent: Wednesday, July 09, 2003 6:49 AM
> To: James Users List
> 
> Just connect to the James remote manager and shutdown.
> 
> Vincenzo
> 
> > -----Original Message-----
> > From: daccman [mailto:dubscomputers@hotmail.com]
> > Sent: mercoledì 9 luglio 2003 15.27
> > To: James Users List
> > Subject: Re: proper shutdown? Thanks Steve James is RUNNNING........
> >
> >
> > if you could let me know how to shut down James properly from the
> command
> > prompt would be great. thanks for everyouns help...
> > ----- Original Message -----
> > From: "daccman" <du...@hotmail.com>
> > To: "James Users List" <se...@james.apache.org>
> > Sent: Tuesday, July 08, 2003 10:00 PM
> > Subject: Thanks Steve James is RUNNNING........
> >
> >
> > > Thanks Steve, I did look at the service I had running i already had
> IIS
> > > uninstalled from my machine so I new it might have been something else
> i
> > was
> > > missing. I found that another useless mail program I installed had
> been
> > > running a service I stopped it and disabled the startup for it and
> > rebooted
> > > my machine. Once rebooted I ran the James run.bat file and it then did
> > what
> > > it was suppose to do. But I did however answer my own question, Yes
> the
> > > config.xml will only show up after you have completed the first run of
> > James
> > > successfuly. Maybe they could change that in future versions. That
> seems
> > > very confusing to me. If you are having problems to look for this file
> > that
> > > is not even there until you have a succesful install. hopefully they
> can
> > > change that. I do realize however, it is part of the Phoenix Avalon
> code
> > so
> > > it may not be adaptable, but just a suggestion.
> > >
> > > Any ways thanks again for all your help. By the way how do you shut
> down
> > the
> > > james server safely. I know apache has a windows binary file
> > for shutdown
> > > now, but is it the same with James? If anyone could answer this
> question
> > > please do.
> > >
> > > Thanks again I do have James Running Now.
> > > Ken Foster
> > > ----- Original Message -----
> > > From: "Steve" <st...@browsermedia.com>
> > > To: "James Users List" <se...@james.apache.org>
> > > Sent: Tuesday, July 08, 2003 8:02 PM
> > > Subject: Re: please help.....
> > >
> > >
> > > > Note the first ERROR message:
> > > >
> > > > ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named
> > "pop3server"
> > > > failed to pass through the Initialization stage. (Reason:
> > > > java.net.BindException: Address already in use: JVM_Bind).
> > > >
> > > >
> > > > The POP server is trying to listen on port 110 (unless you
> > changed this
> > > > setting in the config file). You probably have another email service
> > > > running. Note that this could be mail software you previously
> > installed,
> > > or
> > > > part of another service. IIS I believe installs a mail service for
> > > example.
> > > >
> > > > Steve B.
> > > >
> > > >
> > > >
> > > >
> > > > --------------------------------------------------------------------
> -
> > > > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > > > For additional commands, e-mail: server-user-help@james.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > > For additional commands, e-mail: server-user-help@james.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: proper shutdown? Thanks Steve James is RUNNNING........

Posted by Vincenzo Gianferrari Pini <vi...@praxis.it>.
Just connect to the James remote manager and shutdown.

Vincenzo

> -----Original Message-----
> From: daccman [mailto:dubscomputers@hotmail.com]
> Sent: mercoledì 9 luglio 2003 15.27
> To: James Users List
> Subject: Re: proper shutdown? Thanks Steve James is RUNNNING........
> 
> 
> if you could let me know how to shut down James properly from the command
> prompt would be great. thanks for everyouns help...
> ----- Original Message ----- 
> From: "daccman" <du...@hotmail.com>
> To: "James Users List" <se...@james.apache.org>
> Sent: Tuesday, July 08, 2003 10:00 PM
> Subject: Thanks Steve James is RUNNNING........
> 
> 
> > Thanks Steve, I did look at the service I had running i already had IIS
> > uninstalled from my machine so I new it might have been something else i
> was
> > missing. I found that another useless mail program I installed had been
> > running a service I stopped it and disabled the startup for it and
> rebooted
> > my machine. Once rebooted I ran the James run.bat file and it then did
> what
> > it was suppose to do. But I did however answer my own question, Yes the
> > config.xml will only show up after you have completed the first run of
> James
> > successfuly. Maybe they could change that in future versions. That seems
> > very confusing to me. If you are having problems to look for this file
> that
> > is not even there until you have a succesful install. hopefully they can
> > change that. I do realize however, it is part of the Phoenix Avalon code
> so
> > it may not be adaptable, but just a suggestion.
> >
> > Any ways thanks again for all your help. By the way how do you shut down
> the
> > james server safely. I know apache has a windows binary file 
> for shutdown
> > now, but is it the same with James? If anyone could answer this question
> > please do.
> >
> > Thanks again I do have James Running Now.
> > Ken Foster
> > ----- Original Message ----- 
> > From: "Steve" <st...@browsermedia.com>
> > To: "James Users List" <se...@james.apache.org>
> > Sent: Tuesday, July 08, 2003 8:02 PM
> > Subject: Re: please help.....
> >
> >
> > > Note the first ERROR message:
> > >
> > > ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named
> "pop3server"
> > > failed to pass through the Initialization stage. (Reason:
> > > java.net.BindException: Address already in use: JVM_Bind).
> > >
> > >
> > > The POP server is trying to listen on port 110 (unless you 
> changed this
> > > setting in the config file). You probably have another email service
> > > running. Note that this could be mail software you previously 
> installed,
> > or
> > > part of another service. IIS I believe installs a mail service for
> > example.
> > >
> > > Steve B.
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > > For additional commands, e-mail: server-user-help@james.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: proper shutdown? Thanks Steve James is RUNNNING........

Posted by daccman <du...@hotmail.com>.
if you could let me know how to shut down James properly from the command
prompt would be great. thanks for everyouns help...
----- Original Message ----- 
From: "daccman" <du...@hotmail.com>
To: "James Users List" <se...@james.apache.org>
Sent: Tuesday, July 08, 2003 10:00 PM
Subject: Thanks Steve James is RUNNNING........


> Thanks Steve, I did look at the service I had running i already had IIS
> uninstalled from my machine so I new it might have been something else i
was
> missing. I found that another useless mail program I installed had been
> running a service I stopped it and disabled the startup for it and
rebooted
> my machine. Once rebooted I ran the James run.bat file and it then did
what
> it was suppose to do. But I did however answer my own question, Yes the
> config.xml will only show up after you have completed the first run of
James
> successfuly. Maybe they could change that in future versions. That seems
> very confusing to me. If you are having problems to look for this file
that
> is not even there until you have a succesful install. hopefully they can
> change that. I do realize however, it is part of the Phoenix Avalon code
so
> it may not be adaptable, but just a suggestion.
>
> Any ways thanks again for all your help. By the way how do you shut down
the
> james server safely. I know apache has a windows binary file for shutdown
> now, but is it the same with James? If anyone could answer this question
> please do.
>
> Thanks again I do have James Running Now.
> Ken Foster
> ----- Original Message ----- 
> From: "Steve" <st...@browsermedia.com>
> To: "James Users List" <se...@james.apache.org>
> Sent: Tuesday, July 08, 2003 8:02 PM
> Subject: Re: please help.....
>
>
> > Note the first ERROR message:
> >
> > ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named
"pop3server"
> > failed to pass through the Initialization stage. (Reason:
> > java.net.BindException: Address already in use: JVM_Bind).
> >
> >
> > The POP server is trying to listen on port 110 (unless you changed this
> > setting in the config file). You probably have another email service
> > running. Note that this could be mail software you previously installed,
> or
> > part of another service. IIS I believe installs a mail service for
> example.
> >
> > Steve B.
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-user-help@james.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Thanks Steve James is RUNNNING........

Posted by daccman <du...@hotmail.com>.
Thanks Steve, I did look at the service I had running i already had IIS
uninstalled from my machine so I new it might have been something else i was
missing. I found that another useless mail program I installed had been
running a service I stopped it and disabled the startup for it and rebooted
my machine. Once rebooted I ran the James run.bat file and it then did what
it was suppose to do. But I did however answer my own question, Yes the
config.xml will only show up after you have completed the first run of James
successfuly. Maybe they could change that in future versions. That seems
very confusing to me. If you are having problems to look for this file that
is not even there until you have a succesful install. hopefully they can
change that. I do realize however, it is part of the Phoenix Avalon code so
it may not be adaptable, but just a suggestion.

Any ways thanks again for all your help. By the way how do you shut down the
james server safely. I know apache has a windows binary file for shutdown
now, but is it the same with James? If anyone could answer this question
please do.

Thanks again I do have James Running Now.
Ken Foster
----- Original Message ----- 
From: "Steve" <st...@browsermedia.com>
To: "James Users List" <se...@james.apache.org>
Sent: Tuesday, July 08, 2003 8:02 PM
Subject: Re: please help.....


> Note the first ERROR message:
>
> ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named "pop3server"
> failed to pass through the Initialization stage. (Reason:
> java.net.BindException: Address already in use: JVM_Bind).
>
>
> The POP server is trying to listen on port 110 (unless you changed this
> setting in the config file). You probably have another email service
> running. Note that this could be mail software you previously installed,
or
> part of another service. IIS I believe installs a mail service for
example.
>
> Steve B.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: please help.....

Posted by daccman <du...@hotmail.com>.
thanks for the response, it might be i do have another running, possibly
IIs's mailserver. The only thing is i could configure james to use a
different port if i had the conf.xml. But I don't for some reason. I wonder
if it is cause it crashes before it gets a chance to make the file. If any
one has an example of the file so i could see it, it would be appreciated.
thanks.
Ken Foster
----- Original Message ----- 
From: "Steve" <st...@browsermedia.com>
To: "James Users List" <se...@james.apache.org>
Sent: Tuesday, July 08, 2003 8:02 PM
Subject: Re: please help.....


> Note the first ERROR message:
>
> ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named "pop3server"
> failed to pass through the Initialization stage. (Reason:
> java.net.BindException: Address already in use: JVM_Bind).
>
>
> The POP server is trying to listen on port 110 (unless you changed this
> setting in the config file). You probably have another email service
> running. Note that this could be mail software you previously installed,
or
> part of another service. IIS I believe installs a mail service for
example.
>
> Steve B.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: please help.....

Posted by Steve <st...@browsermedia.com>.
Note the first ERROR message:

ERROR 2003-07-07 08:24:44.276 [Phoenix.] (): Component named "pop3server"
failed to pass through the Initialization stage. (Reason:
java.net.BindException: Address already in use: JVM_Bind).


The POP server is trying to listen on port 110 (unless you changed this
setting in the config file). You probably have another email service
running. Note that this could be mail software you previously installed, or
part of another service. IIS I believe installs a mail service for example.

Steve B.




---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: please help.....

Posted by Danny Angus <da...@apache.org>.
> org.apache.excalibur.containerkit.lifecycle.LifecycleException:
> Component named "pop3server" failed to pass through the
> Initialization stage. (Reason: java.net.BindException: Address
> already in use: JVM_Bind).

James is trying to start pop3 on port 110, it would appear that you already
have a process listening on this port.
Helping you to find it is perhaps beyond the scope of this list, but try
"netstat -a" from a command prompt and look for 110 or pop3 in the local
port column.

> WARN 2003-07-07 08:26:40.983 [Phoenix.] (): Error deleting Work
> Directory "C:\htm\james-2.1.3\work\james-1057580652300". (Reason:
> File
> C:\htm\james-2.1.3\work\james-1057580652300\SAR-INF\lib\mm.mysql-2
> .0.14.jar unable to be deleted.)

This is a problem related to Phoenix, on windows Phoenix sometimes has
problems trying to clean up the temporary directory into which it extracts
the jars from James.sar.

You can safely delete these by hand, hopefully it will work correctly on
normal shutdown.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org