James-mail

Does anyone know how to configure james mail server to run on windows 2000 ?
I followed the steps from documentation without any results !!!
Thanks !!!

- set both the CLASSPATH and the JAVA_HOME environment variables
- unpack james-x.x.tar.gz (or the -with-phoenix variant) into a folder
- open a Command prompt and cd to the folder where you extracted James
- > cd dist\james-x.x\bin
- > run (Phoenix should start and load James)
- press control-c to kill the JVM
- edit ..\apps\james\SAR_INF\config.xml
- > run (Phoenix should start and load James)
and James should be up and running in the command window.
There is also a wrapper to run Phoenix as a service.

Similar Messages

  • James Mail Server Password Encoding From PHP

    Hi,
    I am writing a PHP website server administration component for the MYSQL database used by James Mail server.
    When I encode the password in PHP using MD5, Crypt, SHA, SHA1 or use MSQL encoding functions (MD5 or SHA) when I try to send mail to the Java server it keeps telling me "ERROR smtpserver: AUTH method LOGIN failed".
    1)In PHP what encoding should I use so the JavaMail API can encode the authentication the same way?
    2) If I want to use no encoding what code do I put in the pwdAlgorithm field?
    PHP Version 5.2.6
    Apache 2.0 Handler
    James 2.3.1
    Regards,
    Jaco
    Edited by: Buglish on Mar 4, 2009 10:59 PM
    Edited by: Buglish on Mar 4, 2009 11:05 PM

    This is a interaction with Java thus who better to ask then the people that work with JavaMail password encryption all the time.
    What I am trying to solve is to find out the encryption format of James. Does James encrypt the passwords itself when a new mailbox is created or JavaMail's security class?
    You will notice my second question is what code does james or javamail use when no encryption is used. (e.g. pwdAlgorithm). This field is the MySQL field used to store the encryption type.
    James still has to encrypt the password in the format which is specified to verify the password.
    Thus my main question, why does PHP encoding not match James's encoding?
    In PHP the same encoding format should be used.
    PHP uses :
    SHA1 - RFC 3174 - US Secure Hash Algorithm 1 (SHA1)
    MD5 - RSA Data Security, Inc. MD5 Message-Digest Algorithm
    Edited by: Buglish on Mar 5, 2009 12:24 AM

  • Help : i cant start  James Mail Server

    hiii everybody , it seems to me that u all had started apache james mail server ... that's very good ... god with u all ... i am trying to start james server but i always fail ...
    i run the run.bat but it always give me exception ... the same exception i posted on many forums they told me that this exception is because that there is a service that users the port 25 of the smtp ... and they were right cause i had an iis running ... so i stoped it no change ... i formated the computer and installed xp ... i run it again ... the same exception
    so ...
    please help me to start james server any solutions ... why this exception
    here is the exception
    There was an uncaught exception:
    --- Message ---
    Error building configuration from file:/D:/Recovery from c/Java Samples/JAMES MAIL SERVER/james-2.2.0/apps/james/SAR-INF/config.
    --- Stack Trace ---
    org.apache.avalon.phoenix.interfaces.DeploymentException: Error building configuration from file:/D:/Recovery from c/Java Sample
    at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.getConfigurationFor(DefaultDeployer.java:499)
    at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:325)
    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)
    at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    at org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:144)
    at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:102)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:94)
    at org.apache.avalon.phoenix.launcher.Main.main(Main.java:46)
    Caused by: java.net.MalformedURLException: no protocol: ../conf/james-fetchmail.xml
    at java.net.URL.<init>(URL.java:537)
    at java.net.URL.<init>(URL.java:434)
    at java.net.URL.<init>(URL.java:383)
    at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:796)
    at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:725)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(XMLDocumentFragmentScannerImpl.java:1073)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerIm
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
    at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:524)
    at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:580)
    at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1169)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:129)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:116)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:97)
    at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.getConfigurationFor(DefaultDeployer.java:493)
    ... 15 more
    rethrown from
    java.net.MalformedURLException: no protocol: ../conf/james-fetchmail.xml
    at java.net.URL.<init>(URL.java:537)
    at java.net.URL.<init>(URL.java:434)
    at java.net.URL.<init>(URL.java:383)
    at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:796)
    at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.java:725)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityReference(XMLDocumentFragmentScannerImpl.java:1073)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerIm
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:333)
    at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:524)
    at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:580)
    at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1169)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:129)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:116)
    at org.apache.avalon.phoenix.tools.configuration.ConfigurationBuilder.build(ConfigurationBuilder.java:97)
    at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.getConfigurationFor(DefaultDeployer.java:493)
    at org.apache.avalon.phoenix.components.deployer.DefaultDeployer.deploy(DefaultDeployer.java:325)
    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)
    at org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.execute(DefaultEmbeddor.java:224)
    at org.apache.avalon.phoenix.frontends.CLIMain.run(CLIMain.java:158)
    at org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:144)
    at org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:102)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:94)
    at org.apache.avalon.phoenix.launcher.Main.main(Main.java:46)
    The log file may contain further details of error.
    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.
    i am waiting for replies please help me ...

    Hi,
    I had the same problem.
    Simply had some spaces in my path to james.
    Moved it to another directory and it worked.
    Found this, helped me.
    http://www.mail-archive.com/[email protected]/msg02980.html
    Have fun!

  • Sending Mail Via  James Mail Server

    Is it possible to send mail to other domains like hotmail,yahoo,wipro etc from James Mail Server.

    Yes ofcourse its possible. James is a fully functional mail server. The easiest way to do it is to use James as POP server & configure a mail client like Outlook to send it using the POP server.
    Cheers
    Rajesh

  • James mail server

    I am having a problem with the James email service. At different times during the day, users are unable to connect to the email server. After I reset the James Email service, they are able to get back in. I'm not sure if it has something to do with the number of concurrent connections being maxed out. Can anyone give me some ideas on what to look at?
    Thanks Joe

    I have a messagewith a content type "text/plainboundary..." but when I get it in IMAP using the getContent().toString , all I get is com.sun.mail.imap.IMAPInputStream@c5577c... I have triep type casting it to IMAPInputStream but I still get the same result. I can only open it in POP3 but not in IMAP. This really sucks.

  • James Apache Mail Server how to

    Hye there im using james apache mailserver first time and stucked with the configuration ,thing is conf. xml file ? how to config this xml file and use it . Plz any links or any suggestion for any other server encouraged plz its urgent

    Hi all
    I am trying to set up James mail server for an enterprise. I have installed James and the server is up and running. Also I am able to send and recieve mails for a particular domain. How do I generalise it so as to send and recieve mails from and to any account such as yahoo / hotmail / gmail.com etc....
    Plz reply soon

  • James -  Java Mail Server

    I would really appreciate any help or support from the forum on the
    follwing queries.
    I am presently developing an application using the James Mail Server,
    however after initially setting it up to recieve mail on a local machine
    using pop3, I am not able to find any documentation on it's support for
    creating other folders like a 'sent' or even 'trash folder'.
    [II]
    If it is possible to create other folders in James i.e. a 'trash' folder,
    how would one delete mail so as to:
    (a)Relocate the message from an inbox folder to another folder i.e.
    'trash' folder and
    (b) completely delete it from the server?

    Get rid of the j2ee jar file.

  • Sending Mail Via Apache James

    HI all,
    I am new to both Java and Apache James. Please help me. I just installed Apache James 1.2.1. It seems to work fine. Because I can use MS Outlook express and send mail and receive it(I set up couple users and mail from one address to other). The host is localhost(I am connected to internet). But when i try to send mail say for example to hotmail domain or yahoo domain, I dont
    see mail being delivered. But MS outlook express does not show any error when I do send/receive either.
    Could somebody explain me if I am missing any config on Apache James that is not delivering the mail.

    Hi everyone,
    Currently, I am working on a project which requires email facilities.... I have chosen JAMES mail server....
    But I have some difficulty to make it work properly.... Hence, Is it possible to send me a working sample of the config.xml.... Course I have problems in configuration....
    So far...I have run the server and added a few users.... I test it out with the mailclient.java, but I get authenticate errors and pop3 error....
    Thanks for all your time.....

  • Sending mail from James

    I used JavaMail API and James Mail Server to send mail, the code for mail was working in other projects. I tried this in home with James, the message seemed sent but I could not find the test mail in my hotmail mail box where my mail was sent. Any ideas? James configuration? I set host to "localhost" which is where my James runs. I turned on DEBUG, then I see following:
    D:\jdk1.3.1\bin\javaw -classic -classpath "activation.jar;mail.jar;D:\jdk1.3.1\jre\lib\i18n.jar;D:\jdk1.3.1\jre\lib\jaws.jar;D:\jdk1.3.1\jre\lib\rt.jar;D:\jdk1.3.1\jre\lib\sunrsasign.jar;D:\jdk1.3.1\lib\dt.jar;D:\jdk1.3.1\lib\htmlconverter.jar;D:\jdk1.3.1\lib\tools.jar" -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,address=javadebug,suspend=y com.mdynamic.utility.mail.MailBean
    DEBUG: not loading system providers in <java.home>/lib
    DEBUG: not loading optional custom providers file: /META-INF/javamail.providers
    DEBUG: successfully loaded default providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
    DEBUG: not loading optional address map file: /META-INF/javamail.address.map
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth false
    DEBUG: SMTPTransport trying to connect to host "localhost", port 25
    DEBUG SMTP RCVD: 220 eMachine2GHz SMTP Server (JAMES SMTP Server 2.1) ready Tue, 28 Jan 2003 13:46:20 -0500 (EST)
    DEBUG: SMTPTransport connected to host "localhost", port: 25
    DEBUG SMTP SENT: EHLO eMachine2GHz
    DEBUG SMTP RCVD: 250 eMachine2GHz Hello eMachine2GHz (localhost [127.0.0.1])
    DEBUG SMTP: use8bit false
    DEBUG SMTP SENT: MAIL FROM:<[email protected]>
    DEBUG SMTP RCVD: 250 Sender <[email protected]> OK
    DEBUG SMTP SENT: RCPT TO:<[email protected]>
    DEBUG SMTP RCVD: 250 Recipient <[email protected]> OK
    Verified Addresses
    [email protected]
    DEBUG SMTP SENT: DATA
    DEBUG SMTP RCVD: 354 Ok Send data ending with <CRLF>.<CRLF>
    DEBUG SMTP SENT:
    DEBUG SMTP RCVD: 250 Message received
    DEBUG SMTP SENT: QUIT
    What's wrong?
    Thanks a bunch.
    Zemin

    I don't think this is a problem with JAMES guys. I think it is a problem with Java Mail. The problem is in authentication. Notice your authentication is set to false. I am using authentication, currently plain auth, and java mail just can't handle it. Every other email client I have used can however, so I have come to the conclusion that the java mail api needs fixed. Seems pretty lame however. The problem seems to be that Java Mail doesn't support Plain Authentication a.k.a clear text authentication.
    I turned debug on, and I noticed that useAuth=false was showing up. I had created an Authentication class to return my userid and password and used it, and this was still being set. I did notice that the server sent it Auth info about the type to use when the software requested. I noticed "LOGIN PLAIN". Well, I have a properties object called mailprops. I added mailprops.put("mail.smtp.auth", "true"); to my code to force it to try to use Auth so I could try to see what it was sending. And instead of PLAIN TEXT which is what the server is asking for it recieved.....................here's the debug output....
    DEBUG SMTP Found extension "AUTH", arg "LOGIN PLAIN"
    DEBUG SMTP Found extension "AUTH=LOGIN", arg "PLAIN"
    DEBUG SMTP: Attempt to authenticate
    DEBUG SMTP SENT: AUTH LOGIN
    DEBUG SMTP RCVD: 334 VXNlcm5hbWU6
    DEBUG SMTP SENT: d2NoYW4=
    DEBUG SMTP RCVD: 334 UGFzc3dvcmQ6
    DEBUG SMTP SENT: bWlzNTExNzc=
    DEBUG SMTP RCVD: 535 Authentication Failed
    The values I'm seeing are cryptic. The server didn't tell the client to use any cryptography...?? So, to me this is the underlying problem. I will try to address my issue by seeing if I can set JAMES up to do other authentication mechanisms. I don't expect to have to purchase a certificate just to use a simple authentication scheme to keep people from spamming email from my system. ???? Could someone please pass the problem along to a developer?

  • Reading Mails When CC'd to Mail Address

    Here is the Screnario
    i have a mail address created in Apache James Mail Server 'test1@localhost'.
    When send mail to 'test1@localhost' keeping that address in CC. I'm unable to read mail
    Here is the Code Snippet
    folder = store.getFolder("INBOX");
    if(folder != null){
          folder.open(Folder.READ_WRITE);
           Message message[] = folder.getMessages();Any Guess or Clue why this is happenning
    I tried to read default folder also but didnt solve my issue??????
    Please Help

    The JavaMail FAQ has debugging tips, did you find it?
    Turn on session debugging and the protocol trace will help you
    figure out what's going wrong.

  • Receiving mails in BPEL

    Hi All
    I am trying to implement a buisness scenario where
    (1) User are receiving email notification
    (2) Bpel is receiving email notification
    For the scenario 1 , i am able implement using email notification services provided in BPEL
    but for Scenario 2 i need help
    I tried using the sample tutotial 117.ReceiveEmails , but it is not working .
    The service used in the tutoria is MailService and the wsdl file is provided .
    I am not able to figure out where the service is delpoyed as the wsdl file is not discussing anything about the end point ?,
    Can any one please suggest some way of receiving mails in BPEL ,.. or any information about the sample tutorial which could lead to a working solution.
    Cheers

    Thanx pater.Ya i'm trying the same thing which is given in 117.ReceiveEmails tutorial.
    I got the thing.its working. Actually i m using JAMES Mail Server and ThunderBird cliet GUI.
    The first problem was it was throwing Exception but was not displaying
    Which Execption Error . Then i saw application server command window there it was giving "Exception....Summary:Authenticatuion Failed". So it menas username/password is worng. But i was passing correct values then also it was throwing same exception.Later i cretaed new user in mail server then i got it.It was working. But why it was not working with previous username/password is still mistry.
    Second problem i faced was BPEL process was waitng infinitely on receive activity for mails even though i have sent the mail. Then some how i observed that after sending the mail if i use ThunderBird tool to see that mail then tht mail was getting deleted from Inbox so BPEL process was not getting tht mail. So what i did is after sendng the mail i didnt check thru ThunderBird tool then BPEL process was getting tht mail n its working.
    i think its Server setting problem. Mails are getting deleted once u read them.So either BPEL or ThunderBird only one of then was able to detect the new mail.
    Anyways, now m working with Search string option in Mails.
    i may ask u if i wont get it. Fine??
    Thanx,
    -Mishit

  • How do we get the usernames list from the james server

    hi guys,
    i would like to get the total registered users in James Mail server.is there any way to get the total list of users ?. pls help me...if possible send me sample code.
    thanks & regards,
    siva

    telnet localhost 4555
    -> log in with the credentials you set in the config file
    -> list users
    or, if you have set up the users in a database, you can connect to the DB to manipulate them.
    see http://james.apache.org/FAQ.html

  • Multipart message has "text/plain" content type.

    Hi all,
    I am developing an application which can send and receive email messages including attachments.Because i dont have easy access to real mail servers at the moment, i am using my laptop to test everything("localhost"). my code so far have been able to send,receive and display text messages. it can also send email messages with attachments. The problem comes when i want to retrieve the attachment messages from the "multipart" message. message.isMimeType("multipart/*") returns false and getContentType() method on the message returns "text/plain". as a result my code can not start retreiving the attachments.
    I saved the email message after Transport.Sent(mymsg). Content of the file looks like bellow.
    From: user1@localhost
    To: user2@localhost, user1@localhost
    Message-ID: <22643639.0.1212046661890.JavaMail.user1@localhost>
    Subject: test
    MIME-Version: 1.0
    Thu May 29 10:37:41 EAT 2008: Thu May 29 10:37:41 EAT 2008
    Date: Thu, 29 May 2008 10:37:42 +0300 (EAT)
    ------=_Part_1_30831739.1212046661890
    This is text body part.
    ------=_Part_1_30831739.1212046661890
    Content-Disposition: attachment; filename=testfile1.txt
    content of testfile1.txt
    ------=_Part_1_30831739.1212046661890
    Content-Disposition: attachment; filename=card1.pub
    content of card1.pub
    ------=_Part_1_30831739.1212046661890
    I can also see the received messages in the inbox( JAMES mail server is in my local machine). when opened using notpad, content of these messages is same as the content of the sent messages.
    I am a biginner to java mail(using 1.4.1). so any kind of help would be appreciated. can this problem be linked to using my local machine as mail server or what? I have uninstalled AVG antivirus thinking that it can be interfering. but to no vail. am really stuck at the moment.
    Regards

    Are you sure you're using JavaMail 1.4.1? It looks like you're running into
    an issue that existed back in JavaMail 1.2. How are you saving the message
    to the file?
    Try call msg.saveChanges() before sending the message.
    Also, try using the demo programs that come with JavaMail to see if they're
    working correctly, e.g., msgmultisendsample.java.

  • Not able to see farsi words in email on windows server 2003

    Hi all,
    I am using james mail server 2.3.0 along with jsieve(java implementation for the Sieve mail filtering language )mail content filter on OS windows xp along with jboss for putting the mail on the queue.
    I am sending farsi words in my email they are been seen in email body in windows XP but the same thing on windows server 2003 is appearing as ????. i am using outlook express for sending mails.
    Pls can anybody give me the solution why the farsi words are appearing in ???? format on windows server 2003.
    Thanks,
    Ketan.B.Parekh

    I'm not clear on where JavaMail fits into the picture. You're using OE to
    send the message. Are you using JavaMail to read the message? What
    are you using to display the message? What charset are you using when
    you send the message?
    Mostly likely the problem is with displaying the message. Perhaps Windows
    Server 2003 doesn't understand the charset you're using.

  • Install.cmd is missing in oracle revenue management folder

    I have downloaded the ORMB softwares from oracle edelivery site and i found that ORMB folder doesnt have install.cmd file, may I know whats wrong?

    Hello Marc,
    Thanks for the link, I tried using the method mentioned in
    http://blogs.oracle.com/matt/2006/03/10
    Matt Wright's Blog
    But where I struck is at the last, meaning the activation agaent keep saying "No such user"
    <2007-03-07 20:43:32,031> <ERROR> <default.collaxa.cube.activation> <HeartBeatListenerJob::execute> Error while invoking onHeartBeat() method, exception is "No Such User".
    Whereas I did the james server installation and I could able to use the command login mode using telnet.
    I don't know what to do now???
    Any idea??
    For reference
    the email account xml content is
    <mailAccount xmlns="http://services.oracle.com/bpel/mail/account">
         <userInfo>
              <displayName>Arunachalam</displayName>
              <organization>PCFC</organization>
              <replyTo>[email protected]</replyTo>
         </userInfo>
         <incomingServer>
              <protocol>pop3</protocol>
              <host>localhost</host>
              <port>112</port>
              <email>dpp</email>
              <password>dpp</password>
         </incomingServer>
    </mailAccount>
    My local meail server setup
    C:\JamesMailServer\james-2.3.0\bin>run
    Using PHOENIX_HOME: C:\JamesMailServer\james-2.3.0
    Using PHOENIX_TMPDIR: C:\JamesMailServer\james-2.3.0\temp
    Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_03\
    Phoenix 4.2
    James Mail Server 2.3.0
    Remote Manager Service started plain:4555
    POP3 Service started plain:110
    SMTP Service started plain:25
    NNTP Service started plain:119
    bpel.xml content
    added after partnerLinkBindings
    <activationAgents>
    <activationAgent className="com.collaxa.cube.activation.mail.MailActivationAgent" heartBeatInterval="35">
    <property name="accountName">emailaccount</property>
    </activationAgent>
    </activationAgents>
    Thanks
    Arun

Maybe you are looking for

  • Firmware Upgrade: p1102w, p1606dn, m1210 series, cp 1025nw

    The following products require a firmware upgrade (FW older than 20130210 ) and re-registration with ePrint center for use of the ePrint feature. Please print a configuration page to see what version of firmware your printer has. HP LaserJet P1100 Se

  • Different Capabilities between BW 3.0 and 3.5

    Hi Everyone, I am currently gathering user requirements for BW FICO. There's a user requirement to edit/change the data that has been updated in the infoproviders. Has anyone of you done such a requirement before? How can we edit the data once it has

  • 2010 MBP to TV

    I'm working away from home and my 52" flat screen. I have my new 13" MBP and a used bulky TV with RCA and SVideo inputs. I have netflix, movies in iTunes, etc I'd like to watch on the TV. How can I connect the MBP to the TV? This MBP doesn't have an

  • Subject: QM : Unit of Mesure of Field Cant find in any table

    Dear All sap Gurus, I have one inspection lot , for that inspection lot no of characteristics & specification & result are maintained . the t-code is QE13 in that t-code i am maintained this things . in that t-code in specification column FC maintan

  • HT1657 Can I watch the rented movie more than once?

    Can I watch the rented movie more than once?