>From your log file: <quote> Component named "smtpserver" failed to pass through the Initialization stage. (Reason: java.net.BindException: Address already in use: JVM_Bind). </quote>
That means that the SMTP port (25) is already in use. Probably some other email server is already listening on that port, so James is not able to open a server socket on the same port. You will have to stop the other email server, before you can start James. -Michael --- Caroline Jen <[EMAIL PROTECTED]> wrote: > I am the one reporting the James server > disappearance. > > I followed your instruction, and typed run.bat at > C:\james-2.2.0\bin> > > I got lots of messages in the DOS console and by the > end of the messages, I have: '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. > > The phoenix.log file is in the attachment. > > > PROBLEM: > I have the Windows-XP. My JAVA_HOME=C:\j2sdk1.4.2 > > 1. I downloaded both james-2.2.0.zip and > james-with-phoenix-2.2.0-src.zip files from > http://james.apache.org/download.cgi > and saved in my C:\ > 2. I unzipped the C:\james-2.2.0.zip > 3. went to the C:\james-2.2.0\bin and run the > "run.bat" script by double clicking on it. > 4. copied james.sar to the C:\phoenix-bin\apps > directory > > when I double clicked on the run.bat in the > C:\james-2.2.0\bin or the C:\phoenix-bin\apps > directories, the server window pops up. I could see > > > Using PHOENIX_HOME: F:\dev\james-2.1\james-2.1 > Using PHOENIX_TMPDIR: > F:\dev\james-2.1\james-2.1\temp > Using JAVA_HOME: F:\system\jdk\1.4.2 > > Phoenix 4.0.1 > > but, I do not see > > James 2.2 > Remote Manager Service started plain:4555 > POP3 Service started plain:110 > SMTP Service started plain:25 > NNTP Service Disabled > Fetch POP Disabled > > Instead, I got lots of messages and then the server > window disappears from my PC screen. > > > > --- Victor Mart�nez Conte <[EMAIL PROTECTED]> > wrote: > > > First of all, run a "cmd" shell session, and > execute > > "run.bat" from the shell session instead of > "double > > click". You will see the stdout and will be easier > > to diagnose the problem. > > > > > > > > -----Mensaje original----- > > De: Caroline Jen [mailto:[EMAIL PROTECTED] > > Enviado el: mi� 22/09/2004 16:57 > > Para: [EMAIL PROTECTED] > > CC: > > Asunto: James Server Disappears After Starting It > > > > > > > > I have the Windows-XP. My > JAVA_HOME=C:\j2sdk1.4.2 > > > > 1. I downloaded both james-2.2.0.zip and > > james-with-phoenix-2.2.0-src.zip files from > > http://james.apache.org/download.cgi > > and saved in my C:\ > > 2. I unzipped the C:\james-2.2.0.zip > > 3. went to the C:\james-2.2.0\bin and run the > > "run.bat" script by double clicking on it. > > 4. copied james.sar to the C:\phoenix-bin\apps > > directory > > > > when I double clicked on the run.bat in the > > C:\james-2.2.0\bin or the C:\phoenix-bin\apps > > directories, the server window pops up. I could > > see > > > > Using PHOENIX_HOME: > F:\dev\james-2.1\james-2.1 > > Using PHOENIX_TMPDIR: > > F:\dev\james-2.1\james-2.1\temp > > Using JAVA_HOME: F:\system\jdk\1.4.2 > > > > Phoenix 4.0.1 > > > > but, I do not see > > > > James 2.2 > > Remote Manager Service started plain:4555 > > POP3 Service started plain:110 > > SMTP Service started plain:25 > > NNTP Service Disabled > > Fetch POP Disabled > > > > instead, I see lots of other things in the server > > window. Then, the server window disappears from > my > > PC > > screen. > > > > Could someone help? > > > > > > > > > > > > > > _______________________________ > > Do you Yahoo!? > > Declare Yourself - Register online to vote today! > > http://vote.yahoo.com > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > ATTACHMENT part 2 application/octet-stream name=phoenix.log > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
