• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBOSS SOA EmailInflow Gateway connection issues

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey guys just was wondering if anyone could let me know is you guys have seen this issue iam trying to connect my JBOSS SOA application to the gmail service and all i get is a log message as show as below the same thing happens with office outlook email as well i see that mailActiovation class i consuming the exception when i decompiled the source code from the rar file. :-

ERROR [MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=pop.gmail.com, storeProtocol=pop, mailFolder=*, pollingInterval=5000, messageSelector=null, userName=*****@gmail.com, maxMessages=1, debug=false, starttls=false, port=993)
13:04:54,562 ERROR [MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=pop.gmail.com, storeProtocol=pop, mailFolder=*, pollingInterval=5000, messageSelector=null, userName=*******@gmail.com, maxMessages=1, debug=false, starttls=false, port=0)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic