Thanks Norman.
That was the final trick that allowed the server to start without exceptions thrown.
I'll now start to test the functionality.

A couple of comments for you:
During the startup, a log entry appears that indicates an incorrect version number - possibly this is hard coded or only changes when a major release is issued. See line 32 of the attachment. When the server has completed all initialisations and is ready for business a final log message to that effect would be nice (eg "James Server 3.x.y is ready"). The current last log entry (see attached) says "james.fetchmail | FetchMail Disabled" which doesn't communicate that startup is completed. Finally, when I look back on my difficulties getting to this point many of them could have been "self-caught" if all your config XML files included a schema reference AND all XML files were validated as they were loaded by James. I am willing to help build the schemas at an appropriate time but turning on validation for your XML parser would have to be your task. I appreciate that this is a potentially daunting task but the sooner we do it, the more likely that new users will be able to find/fix their own problems or at the least your support should become much easier. Just a reminder for you to ping me when you are ready.

Gerry
--------------------------------------------------
From: "Norman" <[email protected]>
Sent: Thursday, November 04, 2010 11:13 PM
To: <[email protected]>
Subject: Re: James 3.0-M2 fails to startup on Windows server 2003

Hi Gerry,

you are right the upgrade documentation suxx (or better say it just not
exist yet).

The problem you see come from the virtualusertable.xml file. I guess you
have two table configurations active, but only one is allowed.

See:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/virtualusertable.xml?view=co&content-type=text%2Fplain

#####

    <!-- Configure VirtualUserTable here. -->
    <!-- Only one table can be active -->

#####

Maybe we should use UPPERCASE here.

As a side note, I'm really happy with all your comments. Without feedback we wouldn't be able to catch bugs ;) Anyway its a milestone release so you sould be aware that it can have bugs, in reality every software has bugs even "stable" releases.. I hope we can cut the next milestone soon to make it easier for brave users (like you) to test it..

Thanks again,
Norman





Am 04.11.2010 22:06, schrieb Gerry Matte:
Ok - now with the XMLDomalist working, my startup gets much further.
However, I seem to still have problems with my SMTP server configuration.
I'm assuming that the spring-beans file is not the source of the problem anyway.

Much of my smtp server config was from comparing my 2.3.2 config file section to the new smtpserver.xml

I've attached the run log and my smtpserver.xml

I'm trying not to be lazy in my testing - relying on you to catch my mistakes. However, without accurate and comprehensive documentation I can't go far (Oh - Oh .... please don't consider that a criticism). You've been very helpful and I certainly don't mind sending all my feedback in hopes that the next release will be more bug free.... let me know if you want me to cut back for a while, ok ?

Gerry


From: Gerry Matte
Sent: Thursday, November 04, 2010 1:43 PM
To: James Users List
Subject: Re: James 3.0-M2 fails to startup on Windows server 2003


Thanks for catching my invalid tag in the domainlist. I believe I copied a block from my 2.3.2 config file ...... I know it's a lot of work but perhaps your team should consider publishing schema for each of these control files - my XML editor would have caught the invalid tags.
(I'd be happy to help with this if you like)

Anyway, it looks to me like I would still have a problem using the JPA Domain List, so I changed the JPA log level to TRACE and tried again.
The verbose results are attached.

I'll switch back to using a properly formatted XMLDomainList for further testing.

Gerry


From: Gerry Matte
Sent: Thursday, November 04, 2010 1:25 PM
To: James Users List
Subject: Re: James 3.0-M2 fails to startup on Windows server 2003


I tried commenting the XML Domain List and activating JPADomainList in the attached domainlist.xml Still no domain names are loaded but now I also see new errors related to JPA (I think).
Gerry
------------------- excerpt from run2 log
47 James WARN [main] openjpa.Runtime - An error occurred while registering a ClassTransformer with PersistenceUnitInfo: name 'James', root URL [file:/C:/s/james-3/conf/]. The error has been consumed. To see it, set your openjpa.Runtime log level to TRACE. Load-time class transformation will not be available. INFO 13:45:06,406 | james.domainlist | Bean org.apache.james.domainlist.jpa.JPADomainList started.
INFO  13:45:06,406 | james.mailserver | JAMES init...
WARN 13:45:09,390 | james.mailserver | Configured defaultDomain not exist in DomainList, please add it ASAP!
-------------------


From: Gerry Matte
Sent: Thursday, November 04, 2010 12:22 PM
To: James Users List
Subject: James 3.0-M2 fails to startup on Windows server 2003


Hi Guys.
I downloaded the M2 SNAPSHOT (build 41) and carefully changed all conf files while watching for files that have been modified since the snapshot was created. I noticed that many of the files included in this build are actually older than the files included in the M1 build (Oct 21 instead of Oct 26). Presumably this isn't important.

I am still unable to start the server using an XML Domain List. It appears as if the XML Domain list is loaded empty and other modules fail to find any domains defined. I've attached the run log and my config files - I've also duplicated the run log below.
Let me know if there's anything else I can do.

Gerry Matte
250-383-2466      http://www.gerrymatte.ca

Nov 4/10 12:02 PDT Server DMS1

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\s\james-3\bin>run
--------------------
EXTRA_JVM_ARGUMENTS: -Xms128m -Xmx512m -Djava.system.class.loader=org.apache.james.container.spring.JamesClassLoader -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.ssl=false -Dcom. sun.management.jmxremote.access.file=../conf/jmx.access -Dcom.sun.management.jmxremote.password.file=../conf/jmx.password -Dcom.sun.management.jmxremote.port=9999 -Dmail.mime.multipart.ignoremissingen dboundary=true -Dmail.mime.multipart.ignoremissingboundaryparameter=true -Dmail.mime.ignoreunknownencoding=true -Dmail.mime.uudecode.ignoreerrors=true -Dmail.mime.uudecode.ignoremissingbeginend=true - Dmail.mime.multipart.allowempty=true -Dmail.mime.base64.ignoreerrors=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dmail.mime.address.strict=false -Djames.message.usememory
copy=false
--------------------
Error: Password file read access must be restricted: ../conf/jmx.password

C:\s\james-3\bin>run [after adding to line 73 the java option to disable jmxremote uthentication -Dcom.sun.management.jmxremote.authenticate=false]
--------------------
EXTRA_JVM_ARGUMENTS: -Xms128m -Xmx512m -Djava.system.class.loader=org.apache.james.container.spring.JamesClassLoader -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.ssl=false -Dcom. sun.management.jmxremote.access.file=../conf/jmx.access -Dcom.sun.management.jmxremote.password.file=../conf/jmx.password -Dcom.sun.management.jmxremote.port=9999 -Dmail.mime.multipart.ignoremissingen dboundary=true -Dmail.mime.multipart.ignoremissingboundaryparameter=true -Dmail.mime.ignoreunknownencoding=true -Dmail.mime.uudecode.ignoreerrors=true -Dmail.mime.uudecode.ignoremissingbeginend=true - Dmail.mime.multipart.allowempty=true -Dmail.mime.base64.ignoreerrors=true -Dmail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dmail.mime.address.strict=false -Djames.message.usememory
copy=false -Dcom.sun.management.jmxremote.authenticate=false
--------------------
INFO 13:00:40,859 | org.apache.james.container.spring.JamesServerApplicationContext | Refreshing org.apache.james.container.spring.jamesserverapplicationcont...@1db4f6f: startup date [Thu Nov 04 13:00:40 GMT-06:00 2010]; root of context hierarchy log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.ConfigurationUtils).
log4j:WARN Please initialize the log4j system properly.
INFO 13:00:44,953 | org.apache.james.container.spring.JamesServerApplicationContext | Bean 'configurationProvider' of type [class org.apache.james.container.spring.lifecycle.SpringConfigurationProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) INFO 13:00:44,968 | org.apache.james.container.spring.JamesServerApplicationContext | Bean 'logProvider' of type [class org.apache.james.container.spring.lifecycle.SpringLogProvider] is not eligiblefor getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO  13:00:46,296 | james.domainlist | Set autodetect to: false
INFO  13:00:46,296 | james.domainlist | Set autodetectIP to: true
INFO 13:00:46,296 | james.domainlist | Bean org.apache.james.domainlist.xml.XMLDomainList started.
INFO  13:00:46,312 | james.mailserver | JAMES init...
INFO  13:00:46,515 | james.domainlist | Local host is: 192.168.12.10
WARN 13:00:46,515 | james.mailserver | Configured defaultDomain not exist in DomainList, please add it ASAP!
INFO  13:00:46,515 | james.domainlist | Local host is: 192.168.12.10
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exporter' defined in class path resource [spring-beans.xml]: Cannot resolve reference to bean 'smtpserver' while setting bean property 'beans' with key [TypedStringValue: value [org.apache.james:type=server,name=smtpserver], target type [null]]; nested exception is org.springframework .beans.factory.BeanCreationException: Error creating bean with name 'smtpserver': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException : Error creating bean with name 'mailserver': Invocation of init method failed; nested exception is org.apache.commons.configuration.ConfigurationException: No domainnames configured at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedMap(BeanDefinitionValueResolver.java:378) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:161) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139) at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93) at org.apache.james.container.spring.JamesServerApplicationContext.<init>(JamesServerApplicationContext.java:37)
         at org.apache.james.container.spring.Main.main(Main.java:27)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smtpserver': Injection of resource dependencies failed; nested exception is org.springframework.beans .factory.BeanCreationException: Error creating bean with name 'mailserver': Invocation of init method failed; nested exception is org.apache.commons.configuration.ConfigurationException: No domainname
s configured
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:300) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
         ... 18 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailserver': Invocation of init method failed; nested exception is org.apache.commons.configuration.C
onfigurationException: No domainnames configured
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1413) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:435) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:409) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:541) at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:156) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:297)
         ... 26 more
Caused by: org.apache.commons.configuration.ConfigurationException: No domainnames configured at org.apache.james.JamesMailServer.initializeServernames(JamesMailServer.java:169) at org.apache.james.JamesMailServer.init(JamesMailServer.java:124)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:340) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:293) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:130)
         ... 40 more

C:\s\james-3\bin>


--------------------------------------------------------------------------------



---------------------------------------------------------------------
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]


--------------------------------------------------------------------------------



---------------------------------------------------------------------
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]

Nov 5/10 09:15 PDT Server DMS1 3.0-M2-SNAPSHOT Build 46
After fixing multiple Virtual Users table

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\s\james-3\bin>run
--------------------
EXTRA_JVM_ARGUMENTS: -Xms128m -Xmx512m -Djava.system.class.loader=org.apache
.james.container.spring.JamesClassLoader -Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.ssl=false -Dcom.
sun.management.jmxremote.access.file=../conf/jmx.access -Dcom.sun.management
.jmxremote.password.file=../conf/jmx.password -Dcom.sun.management.jmxremote
.port=9999 -Dmail.mime.multipart.ignoremissingen
dboundary=true -Dmail.mime.multipart.ignoremissingboundaryparameter=true -Dm
ail.mime.ignoreunknownencoding=true -Dmail.mime.uudecode.ignoreerrors=true -
Dmail.mime.uudecode.ignoremissingbeginend=true -
Dmail.mime.multipart.allowempty=true -Dmail.mime.base64.ignoreerrors=true -D
mail.mime.encodeparameters=true -Dmail.mime.decodeparameters=true -Dmail.mim
e.address.strict=false -Djames.message.usememory
copy=false -Dcom.sun.management.jmxremote.authenticate=false
--------------------
INFO  10:11:02,092 |
org.apache.james.container.spring.JamesServerApplicationContext | Refreshing
org.apache.james.container.spring.jamesserverapplicationcont...@d6c16c:
startup date [Fri Nov 05 10:11:02 GMT-06:00 2010]; root of context hierarchy
log4j:WARN No appenders could be found for logger
(org.apache.commons.configuration.ConfigurationUtils).
log4j:WARN Please initialize the log4j system properly.
INFO  10:11:03,108 |
org.apache.james.container.spring.JamesServerApplicationContext | Bean
'configurationProvider' of type [class
org.apache.james.container.spring.lifecycle.SpringConfigurationProvider] is
not eligible for getting processed by all BeanPostProcessors (for example:
not eligible for auto-proxying)
INFO  10:11:03,124 |
org.apache.james.container.spring.JamesServerApplicationContext | Bean
'logProvider' of type [class
org.apache.james.container.spring.lifecycle.SpringLogProvider] is not
eligiblefor getting processed by all BeanPostProcessors (for example: not
eligible for auto-proxying)
INFO  10:11:03,842 | james.domainlist | Set autodetect to: false
INFO  10:11:03,842 | james.domainlist | Set autodetectIP to: true
INFO  10:11:03,842 | james.domainlist | Bean
org.apache.james.domainlist.xml.XMLDomainList started.
INFO  10:11:03,858 | james.mailserver | JAMES init...
INFO  10:11:03,921 | james.domainlist | Local host is: 192.168.12.10
ERROR 10:11:04,389 | james.domainlist | Cannot get IP address(es) for
localhost
INFO  10:11:04,389 | james.domainlist | Local host is: 192.168.12.10
ERROR 10:11:04,389 | james.domainlist | Cannot get IP address(es) for
localhost
INFO  10:11:04,389 | james.mailserver | Private Repository LocalInbox opened
INFO  10:11:04,389 | james.mailserver | VirtualHosting supported: true
INFO  10:11:04,389 | james.mailserver | Defaultdomain: gerrymatte.ca
WARN  10:11:04,389 | james.mailserver | The specified postmaster address (
[email protected] ) is not a local address.  This is not necessarily a
problem, but it does mean that emails addressed to the postmaster will be
routed to another server.  For some configurations this may cause problems.
Apache-James Mail Server 3.0-M1
INFO  10:11:04,389 | james.mailserver | JAMES ...init end
INFO  10:11:04,421 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.JamesWelcomeMessageHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.SMTPCommandDispatcherLineHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.esmtp.AuthCmdHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.JamesDataCmdHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.esmtp.EhloCmdHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.ExpnCmdHandler
INFO  10:11:04,436 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.HeloCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.HelpCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.JamesMailCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.NoopCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.QuitCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.JamesRcptCmdHandler
INFO  10:11:04,452 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.RsetCmdHandler
INFO  10:11:04,467 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.VrfyCmdHandler
INFO  10:11:04,467 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension
31  James  WARN   [main] openjpa.Runtime - An error occurred while
registering a ClassTransformer with PersistenceUnitInfo: name 'James', root
URL [file:/C:/s/james-3/conf/]. The error has been consumed. To see it, set
your openjpa.Runtime log level to TRACE. Load-time class transformation will
not be available.
INFO  10:11:04,733 | james.usersrepository | Bean  LocalUsers started.
INFO  10:11:04,733 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.UsersRepositoryAuthHook
INFO  10:11:04,733 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.AuthRequiredToRelayRcptHook
INFO  10:11:04,733 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook
INFO  10:11:04,749 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook
INFO  10:11:04,749 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.ReceivedDataLineFilter
INFO  10:11:04,749 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.DataLineJamesMessageHookHandler
INFO  10:11:04,749 | james.smtpserver | Added Handler:
org.apache.james.protocols.smtp.core.esmtp.StartTlsCmdHandler
INFO  10:11:04,749 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.AddDefaultAttributesMessageHook
INFO  10:11:05,921 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.SendMailHandler
INFO  10:11:05,936 | james.smtpserver | Added Handler:
org.apache.james.smtpserver.fastfail.ValidRcptHandler
INFO  10:11:05,936 | james.smtpserver | SMTP Service is running on:
192.168.12.10
INFO  10:11:05,936 | james.smtpserver | SMTP Service handler hello name is:
null
INFO  10:11:05,936 | james.smtpserver | SMTP Service handler connection
timeout is: 360
INFO  10:11:05,936 | james.smtpserver | SMTP Service connection backlog is:
200
INFO  10:11:05,936 | james.smtpserver | This SMTP server requires
authentication.
INFO  10:11:05,952 | james.smtpserver | Authorized addresses:
[127.0.0.0/255.0.0.0]
INFO  10:11:05,952 | james.smtpserver | No maximum message size is enforced
for this server.
INFO  10:11:05,952 | james.smtpserver | The idle timeout will be reset every
20480 bytes.
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.lmtpserver.LhloWelcomeMessageHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.SMTPCommandDispatcherLineHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.smtpserver.JamesDataCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.ExpnCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.lmtpserver.LhloCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.smtpserver.JamesMailCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.NoopCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.QuitCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.smtpserver.JamesRcptCmdHandler
INFO  10:11:06,046 | james.lmtpserver | Added Handler:
org.apache.james.smtpserver.fastfail.ValidRcptHandler
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.RsetCmdHandler
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.VrfyCmdHandler
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.smtpserver.AuthRequiredToRelayRcptHook
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook
INFO  10:11:06,061 | james.lmtpserver | Added Handler:
org.apache.james.protocols.smtp.core.ReceivedDataLineFilter
INFO  10:11:06,124 | james.lmtpserver | Added Handler:
org.apache.james.lmtpserver.DataLineLMTPMessageHookHandler
INFO  10:11:06,124 | james.lmtpserver | LMTP Service disabled by
configuration
INFO  10:11:06,155 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.WelcomeMessageHandler
INFO  10:11:06,155 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.POP3CommandDispatcherLineHandler
INFO  10:11:06,155 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.CapaCmdHandler
INFO  10:11:06,155 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.UserCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.PassCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.ListCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.UidlCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.RsetCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.DeleCmdHandler
INFO  10:11:06,171 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.NoopCmdHandler
INFO  10:11:06,186 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.RetrCmdHandler
INFO  10:11:06,186 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.TopCmdHandler
INFO  10:11:06,186 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.StatCmdHandler
INFO  10:11:06,186 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.QuitCmdHandler
INFO  10:11:06,186 | james.pop3server | Added Handler:
org.apache.james.pop3server.core.UnknownCmdHandler
INFO  10:11:06,202 | james.pop3server | POP3 Service is running on:
192.168.12.10
INFO  10:11:06,202 | james.pop3server | POP3 Service handler hello name is:
null
INFO  10:11:06,202 | james.pop3server | POP3 Service handler connection
timeout is: 1200
INFO  10:11:06,202 | james.pop3server | POP3 Service connection backlog is:
200
INFO  10:11:06,202 | james.pop3server | The idle timeout will be reset every
20480 bytes.
INFO  10:11:06,327 | james.imapserver | IMAP Service is running on:
192.168.12.10
INFO  10:11:06,327 | james.imapserver | IMAP Service handler hello name is:
192.168.12.10
INFO  10:11:06,327 | james.imapserver | IMAP Service handler connection
timeout is: 300
INFO  10:11:06,327 | james.imapserver | IMAP Service connection backlog is:
200
INFO  10:11:06,421 | james.remotemanager | RemoteManager Service is running
on: 192.168.12.10
INFO  10:11:06,436 | james.remotemanager | RemoteManager Service handler
hello name is: null
INFO  10:11:06,436 | james.remotemanager | RemoteManager Service handler
connection timeout is: 600
INFO  10:11:06,436 | james.remotemanager | RemoteManager Service connection
backlog is: 10
INFO  10:11:06,592 | james.mailstore | JamesMailStore init...
INFO  10:11:06,592 | james.mailstore | Registering Repository instance of
class org.apache.james.mailrepository.file.FileMailRepository to handle file
protocol requests for repositories of type MAIL with key fileMAIL
INFO  10:11:06,592 | james.mailstore | Registering Repository instance of
class org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle db
protocol requests for repositories of type MAIL with key dbMAIL
INFO  10:11:06,592 | james.mailstore | Registering Repository instance of
class org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle
dbfile protocol requests for repositories of type MAIL with key dbfileMAIL
INFO  10:11:06,592 | james.mailstore | Registering Repository instance of
class org.apache.james.mailrepository.file.MBoxMailRepository to handle mbox
protocol requests for repositories of type MAIL with key mboxMAIL
INFO  10:11:06,592 | james.mailstore | Registering Repository instance of
class org.apache.james.filepair.FilePersistentObjectRepository to handle
file protocol requests for repositories of type OBJECT with key fileOBJECT
INFO  10:11:06,608 | james.mailstore | Registering Repository instance of
class org.apache.james.filepair.FilePersistentStreamRepository to handle
file protocol requests for repositories of type STREAM with key fileSTREAM
INFO  10:11:06,639 | james.mailstore | Init
org.apache.james.filepair.FilePersistentObjectRepository Store
INFO  10:11:06,639 | james.mailstore |
org.apache.james.filepair.FilePersistentObjectRepository opened in
..\var\mail\error
INFO  10:11:06,639 | james.mailstore | added repository:
file://var/mail/error/OBJECT->org.apache.james.filepair.FilePersistentObject
Repository
INFO  10:11:06,639 | james.mailstore | Init
org.apache.james.filepair.FilePersistentStreamRepository Store
INFO  10:11:06,639 | james.mailstore |
org.apache.james.filepair.FilePersistentStreamRepository opened in
..\var\mail\error
INFO  10:11:06,639 | james.mailstore | added repository:
file://var/mail/error/STREAM->org.apache.james.filepair.FilePersistentStream
Repository
INFO  10:11:06,639 | james.mailstore | added repository:
file://var/mail/error/MAIL->org.apache.james.mailrepository.file.FileMailRep
ository
INFO  10:11:06,717 | james.mailetcontext | Authorized addresses:
[127.0.0.1/255.255.255.255]
INFO  10:11:06,764 | james.mailetcontext | maxRetries is larger than total
number of attempts specified.  Increasing last delayTime with 24 attempts
INFO  10:11:06,764 | james.mailetcontext | Delay of 300000 msecs is now
attempted: 25 times
INFO  10:11:06,764 | james.mailstore | Init
org.apache.james.filepair.FilePersistentObjectRepository Store
INFO  10:11:06,780 | james.mailstore |
org.apache.james.filepair.FilePersistentObjectRepository opened in
..\var\mail\spam
INFO  10:11:06,780 | james.mailstore | added repository:
file://var/mail/spam/OBJECT->org.apache.james.filepair.FilePersistentObjectR
epository
INFO  10:11:06,780 | james.mailstore | Init
org.apache.james.filepair.FilePersistentStreamRepository Store
INFO  10:11:06,780 | james.mailstore |
org.apache.james.filepair.FilePersistentStreamRepository opened in
..\var\mail\spam
INFO  10:11:06,780 | james.mailstore | added repository:
file://var/mail/spam/STREAM->org.apache.james.filepair.FilePersistentStreamR
epository
INFO  10:11:06,780 | james.mailstore | added repository:
file://var/mail/spam/MAIL->org.apache.james.mailrepository.file.FileMailRepo
sitory
INFO  10:11:06,858 | james.mailstore | Init
org.apache.james.filepair.FilePersistentObjectRepository Store
INFO  10:11:06,858 | james.mailstore |
org.apache.james.filepair.FilePersistentObjectRepository opened in
..\var\mail\address-error
INFO  10:11:06,858 | james.mailstore | added repository:
file://var/mail/address-error/OBJECT->org.apache.james.filepair.FilePersiste
ntObjectRepository
INFO  10:11:06,858 | james.mailstore | Init
org.apache.james.filepair.FilePersistentStreamRepository Store
INFO  10:11:06,858 | james.mailstore |
org.apache.james.filepair.FilePersistentStreamRepository opened in
..\var\mail\address-error
INFO  10:11:06,858 | james.mailstore | added repository:
file://var/mail/address-error/STREAM->org.apache.james.filepair.FilePersiste
ntStreamRepository
INFO  10:11:06,858 | james.mailstore | added repository:
file://var/mail/address-error/MAIL->org.apache.james.mailrepository.file.Fil
eMailRepository
INFO  10:11:06,858 | james.mailstore | Init
org.apache.james.filepair.FilePersistentObjectRepository Store
INFO  10:11:06,858 | james.mailstore |
org.apache.james.filepair.FilePersistentObjectRepository opened in
..\var\mail\relay-denied
INFO  10:11:06,858 | james.mailstore | added repository:
file://var/mail/relay-denied/OBJECT->org.apache.james.filepair.FilePersisten
tObjectRepository
INFO  10:11:06,874 | james.mailstore | Init
org.apache.james.filepair.FilePersistentStreamRepository Store
INFO  10:11:06,874 | james.mailstore |
org.apache.james.filepair.FilePersistentStreamRepository opened in
..\var\mail\relay-denied
INFO  10:11:06,874 | james.mailstore | added repository:
file://var/mail/relay-denied/STREAM->org.apache.james.filepair.FilePersisten
tStreamRepository
INFO  10:11:06,874 | james.mailstore | added repository:
file://var/mail/relay-denied/MAIL->org.apache.james.mailrepository.file.File
MailRepository
INFO  10:11:08,233 | james.fetchmail | FetchMail Disabled


[Ctrl-C]

INFO  10:21:52,467 |
org.apache.james.container.spring.JamesServerApplicationContext | Closing
org.apache.james.container.spring.jamesserverapplicationcont...@d6c16c:
startup date [Fri Nov 05 10:11:02 GMT-06:00 2010]; root of context hierarchy
INFO  10:21:53,467 | james.remotemanager | Dispose RemoteManager Service
INFO  10:21:53,483 | james.imapserver | Dispose IMAP Service
INFO  10:21:53,483 | james.pop3server | Dispose POP3 Service
INFO  10:21:53,483 | james.lmtpserver | Dispose LMTP Service
INFO  10:21:53,483 | james.smtpserver | Dispose SMTP Service
Terminate batch job (Y/N)?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to