I'm trying to use tPOP compoment to retrieve emails from a Novell-Groupwise system After having setup all necessary data (host,port, user,pwd,etc..) , if I run the job it remains running with no way to know what is doing and if there are any issue Is the component working or has some bugs ? How else could I retrieve emails ?
my result of execution: Exception in component tPOP_1 java.io.IOException: error fetching POP3 content at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSource.java:106) at javax.activation.DataHandler.getInputStream(Unknown Source) at javax.mail.internet.MimeMessage.getInputStream(MimeMessage.java:1277) at test.pop_0_1.pop.tPOP_1Process(pop.java:243) at test.pop_0_1.pop.runJobInTOS(pop.java:628) at test.pop_0_1.pop.main(pop.java:547) Job pop terminé à 13:48 21/08/2009. but the result don't content the body of mail
Hi, this my resut of execution when i use tpop Exception in component tPOP_1 java.io.IOException: error fetching POP3 content at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSource.java:106) at javax.activation.DataHandler.getInputStream(Unknown Source) at javax.mail.internet.MimeMessage.getInputStream(MimeMessage.java:1277) at test.tpop_0_1.tpop.tPOP_1Process(tpop.java:238) at test.tpop_0_1.tpop.runJobInTOS(tpop.java:404) at test.tpop_0_1.tpop.main(tpop.java:323) Job tpop terminé à 23:48 22/08/2009. How can i solve it?
hi, ok sure, first t try to use only tpop compent, but it doesn't works, it exist eror in fetch content, The 2 picture show, the code error and the conficuration of tpop compent,
The configuration is correct. I can only suggest to: - check connectivity - download and use the last version of open talend ( 3.2 ) - download and use the last version of java
Hi, I try the last version of talend, also java ,but the same error appear:
Démarrage du jobpop a 10:40 25/08/2009.
connecting to socket on port 3340
connected
Exception in component tPOP_1
java.io.IOException: error fetching POP3 content
at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSource.java:106)
at javax.activation.DataHandler.getInputStream(Unknown Source)
at javax.mail.internet.MimeMessage.getInputStream(MimeMessage.java:1277)
at testpop.pop_0_1.pop.tPOP_1Process(pop.java:241)
at testpop.pop_0_1.pop.runJobInTOS(pop.java:415)
at testpop.pop_0_1.pop.main(pop.java:326)
disconnected
Job pop terminé à 10:40 25/08/2009.
Any help please , I need that this copenent work correctly .
I've used your server parameters and Talend connects ok and retrieve the mail...
Sincerely, I don't what to say... It can be all...
- disable maybe some crappy antivirus that disrupt the communication channel
- update java mail components to last version in classpath
- check the communication exchanged with Wireshark and post in in the forum
- .......