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 Davendra Kumar <da...@hotmail.com> on 2003/01/10 17:09:33 UTC

stopping james in XP

Hi everyone!
i'm a new user i would like to know how to stop
james ... i'm developing a email system... and i'm using mysql as the db
i checked the log file warnings and can anyone explain what it's trying to 
say..

INFO 2003-01-09 20:54:01.137 [Phoenix ] (): Logger started
WARN 2003-01-09 20:54:01.287 [Phoenix ] (): Phoenix was not started by the 
daemon thus it will not be possible to restart the JVM via the Management 
interface.
WARN 2003-01-09 20:54:01.557 [Phoenix.] (): Unknown resource. Bundle: 
'org.apache.avalon.phoenix.components.deployer.Resources' Key: 
'nodelete-workdir.error' Args: 'C:\james-2.1\work', 'File 
C:\james-2.1\work\james-1042115313400\SAR-INF\lib\mm.mysql-2.0.14.jar unable 
to be deleted.' Reason: java.util.MissingResourceException: Can't find 
resource for bundle java.util.PropertyResourceBundle, key 
nodelete-workdir.error
java.io.IOException: File 
C:\james-2.1\work\james-1042115313400\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)
FATAL_E 2003-01-09 20:54:02.489 [Phoenix ] (): There was a fatal error while 
starting Embeddor.
javax.management.MBeanException: nested exception is java.net.BindException: 
Address already in use: JVM_Bind
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.javINFO 2003-01-09 20:54:06.705 
[Phoenix.] (): 17 Blocks to process for phase "shutdown". Order of 
processing = [spoolmanager, remotemanager, pop3server, smtpserver, fetchpop, 
James, dnsserver, nntpserver, nntp-repository, mailstore, users-store, 
objectstorage, connections, sockets, scheduler, database-connections, 
thread-manager].
WARN 2003-01-09 20:54:07.376 [Phoenix.] (): Error deleting Work Directory 
"C:\james-2.1\work\james-1042115313400". (Reason: File 
C:\james-2.1\work\james-1042115313400\SAR-INF\lib\mm.mysql-2.0.14.jar unable 
to be deleted.)
java.io.IOException: File 
C:\james-2.1\work\james-1042115313400\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)
INFO 2003-01-09 20:54:07.546 [Phoenix ] (): Shutting down because there are 
not any applications running.


_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: stopping james in XP

Posted by "Noel J. Bergman" <no...@devtech.com>.
> i would like to know how to stop james

You want to access the Remote Manager.

   telnet localhost 4555

enter your configured admin account and password, then use the shutdown
command.

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

Do you already have a mail server running?

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>