Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tPOP usage

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 ?
Labels (2)
38 Replies
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

IF someone can help me i would to have such result the body of mail .
Anonymous
Not applicable
Author

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?
Anonymous
Not applicable
Author

Hi raja
Can you upload some screenshots of your job?
Best regards
shong
Anonymous
Not applicable
Author

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,

Please any help
Anonymous
Not applicable
Author

my job how i would to realise is this:
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

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 .
Anonymous
Not applicable
Author

Regarding----> File Not found exception "\C:\Program Files\Java\jre1.6.0_05\lib\sunrsasign.jar"
Try ----> "C:\\Program Files\\Java\\jre1.6.0_05\\lib\\sunrsasign.jar"

Regards,
Anish
Anonymous
Not applicable
Author

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
- .......