in recent days I have downloaded (from javaapache.org) James-1_0B2.gz,
during the test runs I discovered that SMTP send mail failed and traced
the error to getHeaders method, then i made an intrusion in the code
(commenting offending lines) and got SMTP to work, second I attempted
to retrieve POP3 mail using javamail-1.1.3 SDK and pop3-1.1.1 POP3 provider
without much success, I looked in the logs and saw a POP3 command
TOP 0 1 being last and unsuccessful command being processed, (interestingly
running Outlook Express client I was able to retrieve POP3 mail, I also
saw a completely different set of POP3 commands being issued by this
client!)
Then i turned to the CVS version of James, after getting it from repository
(on 6/28/2000) I ran ant build, which successfully compiled the project,
creating appropriate JARS and property xml files.
After running run.bat: I saw the console popping the following exception:
Main: Loop! Node JamesObjectStore is already child of node JamesObjectStore
org.apache.avalon.utils.Circuit$CircuitException: Loop! Node
JamesObjectStore is
already child of node JamesObjectStore
at org.apache.avalon.utils.Circuit.link(Circuit.java:62)
...
Any explanation, guidance will be highly appreciated as I want to move on
and learn more about the product which
appears to be very interesting alternative to the Exchange Server!
Cheers! Greetings from NYC!
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]