Better language for email polling, C# or C++?

There's currently a small internal debate over what language we should be writing an email polling service.
It is a part of a much broader system. Various accounts will be set up, and emails will be pulled from them and then encrypted and stored in a database.
As it is part of a larger system we are planning on using an ORM such as Entity Framework and have a DAL or C# API to handle all things database. C# .NET has a solid networking API and some mail related stuff already, as well as solid encryption.
Concerns surrounding using C++ include;
Having to write network code from scratch (limited on external library use)
Can not use Entity Framework or the C# database API, would require database code to be repeated in 2 languages allowing for transfer of bugs, more time taken etc..
Encryption.. The clients are going to be .NET and so we want to use .NET encryption from start to finish so that encryption is standardized throughout
Later in the projects life we want to support more than just Pop3 and IMAP, Microsoft provide a managed API for it's exchange web services. To achieve this in C++ is not elegant and not recommended by Microsoft
What are the advantages of using C++ in this scenario if any?

Hi Lee,
first of all: I would choose C# for the task.
That said, C++ does have some advantages:
Better control over memory usage (it's especially easier to vanish sensitive information from memory)
Having to build it up from scratch means you can optimize performance to your specific needs.
I don't see how that would justify adding that much more work-hours though.
Cheers,
Fred
There's no place like 127.0.0.1

Similar Messages

  • Any better option for email than iCloud?

    I've endured iCloud for long enough.  Apple keeps promising to get it working, rebranding MobileMe as iCloud, but still delivering a badly flawed product.
    I've never had such an unreliable email service in all the years I've used the internet, which goes back to the days of bulletin boards before the internet was available.
    I've had large numbers of emails deleted to oblivion, emails disappear then reappear, and yesterday 400+ emails retagged as "unread".
    Now people are ringing me to say emails sent to me are bouncing back.  Even the unsolicited discounts and extensions of service offered by Apple don't make up for such an unacceptably shoddy service that is just unreliable.
    Does anyone with similar experiences have suggestions for a better alternative email system?

    Paid systems offer higher reliability and retention than free. Your choice.

  • Need help to setup UMS adapter for email polling using BPEL

    I am trying to use UMS adapter to read emails from a mailbox.
    I have followed the link(http://technology.amis.nl/2012/05/18/proces-email-with-the-new-ums-adapter-of-soa-suite-ps5/) to do the setup.
    But after the BPEL deployment in the logs i am seeing the below error:; Please help me on this.
    java.lang.Exception: Cannot locate Java class oracle.tip.adapter.ums.inbound.UmsActivationSpec
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.getActionSpecClass(SCALifecycleNotifier.java:232)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onLifecycleEventActivationSpec(SCALifecycleNotifier.java:184)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onEvent(SCALifecycleNotifier.java:128)
    at oracle.integration.platform.blocks.adapter.fw.util.SCALifecycleNotifier.onLoad(SCALifecycleNotifier.java:92)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.endpointLoad(AdapterServiceRevisionRegistry.java:565)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.activate(AdapterServiceRevisionRegistry.java:443)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceRevision.setDefaultRevision(AdapterServiceRevisionRegistry.java:409)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceSeries.setDefaultRevision(AdapterServiceRevisionRegistry.java:334)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry$AdapterServiceSeriesSet.setDefaultRevision(AdapterServiceRevisionRegistry.java:140)
    at oracle.integration.platform.blocks.adapter.fw.metadata.AdapterServiceRevisionRegistry.setDefaultRevision(AdapterServiceRevisionRegistry.java:103)
    at oracle.integration.platform.blocks.adapter.AdapterService.defaultRevisionChanged(AdapterService.java:348)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.notifyDefaultRevisionListeners(StandaloneCompositeDeploymentCoordinatorImpl.java:249)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:69)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:415)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:250)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:168)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:112)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:100)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:81)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    Regards,
    Syam

    Syam,
    In PS5, this feature was introduced in preview mode and is not recommended to be used in production. Please use PS6 (11.1.1.7.0) if you want to implement this feature for a production solution.
    java.lang.Exception: Cannot locate Java class oracle.tip.adapter.ums.inbound.UmsActivationSpecMake sure that you have installed the UMSAdapter.rar on SOA servers (step#2 of above mentioned blog).
    Regards,
    Anuj

  • Better search for emails

    Is there a way to search for multiple criteria in mail using spotlight or even the mail program.
    I want to search for things like
    From AND TO AND part of message body

    HI,
    Mac OS X v10.5 Leopard - Mac Mail
    Try here: Mac Mail advanced searches in Leopard
    And here: http://discussions.apple.com/thread.jspa?threadID=1235553&tstart=0
    Carolyn

  • Why are creative cloud members penalized for email marketing?

    We already have basic website accounts yet have to pay the same as those that don't if we add email marketing . There should be a discount. Better yet it should be included. We are the people doing websites & if it is included we would be better salesman for email marketing

    Hi there,
    Confused. Webbasic is basic, that what it is, creative cloud 5 free sites are small wet your appetitie sort of sites to help beginers etc to get something out there. Email marketing systems are expensive, look at what you need to pay for mailchimp. If you want email marketing you need to upgrade.
    Before the Creative Cloud BC runs a partner system, there are a lot of us and we build and sell amazing websites to people across the globe and many (most?) use the higher plans.

  • Only use a computer for email, internet, basic computing. Is the ipad a better option than a macbook?

    Used to have a macbook, bought it back in '07, had to sell it shortly thereafter.
    Don't have a computer now and need one.
    Looking over the macbook pro, I am wondering if it is too much computer for me.
    I use a computer for emails, surfing the web and twitter.
    I'm wondering if the ipad would be a better fit, or if I should be looking for a computer.
    Thanks.

    MacBook air just perfect i have an iPad 2 ( I know it's an old one but it is almost same ) i mostly need pc for stuff and normally I like to download movies for that I need a good memory which you won't get on an iPad best choice for you is a 11 or 13 inch MacBook air iPad is bettween comp and a phone it is good but not enought ( altleast for me ) if you take an iPad u won't the benefits of downloading zip files and many other files but with a MacBook you can do it as it supports all iPad is good for presenting stuff good for reading books , web pages are good too ( flash is not there so some sites are not good ) editing word docs or slidshows are nice and easy but not fully usefull ( simple editing options) if you convert the files say into doc it gets messy on a comp to see , plus doc files with lots of stuff like photos and tables gets messed up but if we convert to PDF then you get a nice experience , MacBook has many options in pages , numbers , keynote , you will like an iPad even I like it but like u even I am looking for a MacBook right now as I need to back up files and download movies anyways it decides unto u so go to the apple shop he will help u choice the right choice a person here will only tell good stuff and suggest what he likes but if you go to the apple store he will give you the perfect choice for u

  • Is there an up-to-date forum for email coding issues?

    There's a lot of info online but these issues change almost monthly with new webmail "features" that tend to break old format rules. Is there an ongoing discussion group for this?  Or is there a Dreamweaver email perfect plugin?
    Also, does the Outlook 2007 validator (made for Dreamweaver 8 it says) work in CS5?  If so, how do you find it in the Validator in Dreamweaver?
    Charles

    I installed the Dreamweaver Outlook 2007 validator but I found an immediate problem with it.  I tried validating an en email that I built from a template that I was given by a client which has the font style only in the body tag. It validates the code as being perfect. It may validate perfectly but the template doesn't work in Outlook 2007 because the font style is not inline.  A working code validator that would report problems in different email clients would be brilliant - but it would have to be continually updated. Just last month Yahoo launched a new version of its online webmail which already has caused problems for me (such as tables mysteriously separating which doesn't appear anywhere else). Articles are OK but the problem is requirements are always changing.
    Charles I agree with a lot of what you are saying and from my personal experience I don't even worry about Lotus Notes anymore because of the low volume of recipients.  It is true what you are saying though about Outlook and inline styles, but Microsoft has been pretty consistent since the change in 2007 with the "Word Rendering Engine".  You should be able to easily modify the client's email though with the font so that it is inline and renders, not that it should be a big concern because you are very limited in the fonts you use unless you are doing emails for a company like Panic which targets Mac & mobile users, all of which have clients that allow CSS3 effects in emails.  It's very good to see their optimism with the way the rest of world looks at email.
    The problem with Constant Contact and Mail Chimp are that they are commercial blasting companys.  I can't use them for our clients - we have to code and blast  the emails ourself. 
    This is a very dangerous practice and I don't understand what why that wouldn't work for your clients?  If it's sensitive content there are other email providers who can do that sort of thing if you give more industry specifics.  The part that would worry me as an outside contractor is that the client needs to know up front, if they send spam, their server is done for.  Your hosting provider for the mail server could shut you down, the ISPs could blacklist you and it would affect the everyday email traffic and not just the promotional email pieces that you send out.
    And I will say this about Mailchimp.  I did find consistent results using their templates with the exception of their footer, which I did write to them about.  I've noticed some issues with some !important tags not being read correctly in Outlook 2010.  But other than that, the service was good, and I did try to learn their template language for some custom emails, but then someone had a change of mind about services so I never saw it through.

  • Arabic language for play book

    I have bought a play book on 22 November 2013 but I cannot write in Arabic
    when will you update the software to support Arabic language writing?
    many thanx

    josuefunes wrote:
    Hi and Welcome to the Community!
    Whille we are all waiting for OS BB10 to be ported onto Playbook, I doubt there will be any major improvements to OS2.1
    It's possibe you will have all the languages currently enjoyed on Z10 and I understand that includes Arabic.
    We will all have to wait. Probably into second half of this year as no betas are available yet.
    Have you searched Blackberry World for arabic keyboard apps?
    VIA | jarviser
    http://supportforums.blackberry.com/t5/BlackBerry-PlayBook/arabic-language-for-playbook/td-p/2314783
    I really doubt that there will be any language(s) add to the PlayBook, it was announced a few months ago that the PlayBook will only receive maintenance update and that the BB10 OS will not be made available to the PlayBook because the requirement for the new OS is behound the capability of the PlayBook (BB10 need 2Gb RAM, PlayBook only has 1Gb).
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • Call upon even better support for Unicode

    Hello
    Following some messages I have posted regarding problems I encountered while developing a non-English web application, I would like to call upon an even better support for Unicode. Before I describe my call, I want to say that I consider Berkeley DBXML a superb product. Superb. It lets us develop very clean and maintainable applications. Maintainability is, in my view, the keyword in good software development practices.
    In this message I would like to remind you that the US-ASCII 8-bit set of characters only represents 0.4% of all characters in the world. It is also true to say that most of our software comes from efforts of American developers, for which I am of course very grateful.
    But problems with non US-ASCII characters are very very time consuming to solve. To start with, our operating systems need to be configured especially for unicode, our servers too, our development tools too, our source code too and, finally, our data too. That's a lot of configuring, isn't it? Believe me, as a Flemish french-speaking, danish-speaking developer who develops currently a new application in Portuguese, I know what I am talking about.
    Have you ever tried to write a Java class called Ação.java, that loads an xml instance called Ação.xml that contains something like <?xml version="1.0" charset="utf-8"?></ação variável="descrição"/>? It takes at least the double of time to have all this work right in a web application on a Linux server than it would take to write a Acao.java that loads Acao.xml containing <?xml version="1.0" charset="us-ascii"?></acao variavel="descricao"/> (which is clearly something we do not want in Portugal).
    I have experienced a problem while using the dbxml shell to load documents that have utf-8 encoded names. See difficulties retrieving documents with non ascii characters in name The work around is not to use the dbxml shell, with which I am of course not very happy.
    So, while trying not to be arrogant and while trying to express my very very great appreciation for this great product, I call upon even better support for Unicode. After all, when the rest of us, that use another 65279 characters in our software, will be able to use this great product without problems, will it not contribute to the success of Berkeley DBXML?
    Thank you
    Koen
    Edited by: koenheene on 29/Out/2009 3:09

    Hello John and thank you for replying,
    You are completely correct that it is a shell problem. I investigated and found solutions for running dbxml in a Linux shell. On Windows, as one could expect, no solution so far.
    Here is an overview of my investigation, which I hope will be useful for other developers which also presist writing code and xml in their language.
    difficulties retrieving documents with non ascii characters in name
    I was wondering though if it would not be possible to write the dbxml shell in such a way that it becomes independent from the encoding of the shell. Surely their must be, not? Rewrite dbxml in Java? Any candidates :-) ?
    Thanks again for the very good work,
    Koen

  • Middle East, Arabic, Hebrew language for Adobe Design Standard or Premium?

    Where can I find those? Are there trials for Adobe Design Premium or Standard, any version from CS3 onwards in Middle East, Arabic or Hebrew language?
    Either to buy or to download. If not from Adobe itself, what sites can be trusted?
    I see some upgrade language kits from languagesource dot com for example but not sure about those.
    Any suggestions?

    Dear  Jeff A eright I wish to use CS3 I am not Expert I am new in this field therefor I wanted to use CS3 trial Middle Eastern b/c I am working in Muslim country this time, If I could be able to use & understand CS3 I will buy it but I don't want to try each software alone, I want to download suite, if I would be satisfied with CS3 I will use it, if I couldn't then will buy CS2 Middle Eastern, also I had downloaded Photoshop CS3 English version it was asking for searial I wanted to use that 30 days trial but I couldn't get that as trial, you are Adobe employee & you can do some thing for me, I just want only legal Copy & you are able to provide its link & thats is not piracy you know it, about win-soft I don't like them, there is no any thing to download for me I also want to try InDesign & Photoshop CS2 Middle Eastern, but I can't download from there site, CS2 or CS3 would be better & enough for me, so kindly do something for me if you can.

  • How to specify language for non-default stoplist

    Dear All,
    I want to CREATE 2 INDEXes for Text Search
    For the first index I want the stoplist to be ctxsys.default_stoplist - my database language is English
    For the 2nd index I want to indicate that the stoplist in the PARAMETERS section should be the supplied stoplist for Dutch. I have gone thru all the documnetation but still I wonder: How??? Please help!!! TIA
    Kind regards,
    Dobedani

    Please ask questions regarding Oracle Text (formerly interMedia text) in teh Oracle Text forum. You will get a better audience for your question.

  • Oracle bpel 11g email polling ?

    could oracle bpel 11g support email polling(checking inbox of an email account for a defined period time) ?
    try to google and find some tutorial to enable email polling in bpel 10g.
    but try to implement it and can't find folder BPEL in <SOA_HOME>
    now i can utilize email polling from fusion middleware Oracle Service Bus. but it would be more suitable if i can do the polling from my bpel instance.
    if someone has experience in this, pls share and will be very appreciated it.

    using the tutorial from amis.nl, how can i get the sender, subject (email header) from the email that i'm polling ? with an empty body message email.
    i'm facing issue the xml that ums adapter poll and send to the bpel process is only the message body part. can not get the header part.

  • Query language for XML documents

    Which is a better (efficiency in terms of memory management) query language for interacting with XML documents.The query language shouls support 'insert', 'delete', 'update' and 'select' commands. How fast is database as compared to XML ( database being replaced by XML) when only 'insert' n 'select' commands are issued?

    Hi,
    I suggest you use the Sunopsis JDBC for XML driver that will let you perform all kind of SQL statements on your XML files. It is a type 4 driver so it's very use to use. You may have more information and download it here:
    http://www.sunopsis.com/corporate/us/products/jdbcforxml/
    Hope that will help
    Simo Fernandez

  • My keyboard has no at for emails and the letters are not the same as I can see. Y is Z, My keyboard has no at for emails and the letters are not the same as I can see. Y is Z

    My keyboard has a probleme because I cannot use at for emails and Y is Z for exemple. Can someone just explain the way to get anormal keyboard.
    Thanks

    Do you have a German keyboard? German and a few other languages are "qwertz" instead of the usual "qwerty"
    go to System Preferences > Language and Text, in Input Sources tab choose the language relevant to your keyboard. if your PHYSICAL keyboard is "qwerty" then choose english/american english or whatever language you bought your keyboard in, if it's "qwertz" then choose german or whatever language you bought your keyboard in

  • OSB Email Polling 10gr3

    Hi,
    I have a problem at one of my customer sites using the OSB email polling mechanism. We created a proxy service that monitors and downloads mail from an Exchange 2007 mailbox. Last week they moved the mailbox to an Exchange 2010 server... After the move I saw the following error in the Service Bus log:
    <2010/08/02 03:38:03 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280756283684> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We moved the mailbox back to 2007 and the server processed the messages normally...
    Does anybody know what would cause this error?
    Another interesting, but alarming fact is that when this error was generated, no messages where written to the error folder location specified in the proxy service configuration... The messages were successfully "popped" from the server and then simply went missing... Is this maybe a bug?

    Hi Anuj,
    I'm using IMAP to connect to the mailbox. Just to give you a bit of background, the mail message contains attachments so will be multipart messages.. I was able to replicate the issue by sending a mail with attachment from my Apple Mail client, so it would seem like this error has something to do with the format of the multipart message...
    Basically to error repeats in the domain log:
    ####<2010/07/30 05:21:55 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503315053> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:15 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503335836> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:36 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503356631> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:57 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503377407> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:23:18 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503398233> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Are there any other logs I can look for? Taking into account that this is our production machine...
    Edited by: Ben Taljaard on Aug 3, 2010 2:55 AM

Maybe you are looking for

  • How can I get my music from icloud to my ipod?

    I;ve beenm trying to put music I bought from Apple into my ipod from icloud It keeps telling me i have wrong apple id I've changed my password 10 times today It's really ******* me off

  • Delivery Complete Flag in PO for Services

    Hi, For a Material or text PO when I make the GR for the total quantity, I get for that PO the flag in field Deliveri Complete for the item. This Flag doesn't exist when I use Item Category D - Services. Can I've this flag for this Item Category also

  • How to park invoice ( Incoming Idoc )

    Hi, I have a requiremnt where i need to park the incoming idoc(INVOIC01). I am using the standard program "IDOC_INPUT_INVOIC_MRM". I made the copy of this FM into a Z Function Module and using "MRM_CREATE_INVOICE" passing RBSTAT_NEW = 'A' which is fo

  • Would this ram fit into my macbook pro 15inch i5?

    http://www.memoryexpress.com/Products/MX36931 Also, would somebody do a search on that site for ddr3 ram and recommend me something?   Im looking for 16gb ram. The prices are awesome on there it think.  Thanks for your help.

  • Z10 problem restoring data from back-up file

    I recently had to restore my factory settings of my bricked Z10. However, when I go to BB link to restore my last back up file, when I click Restore and say Yes to restored settings... it opens a dialogue box that says restoring my Blackberry (with t