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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
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

Hi , i update java, my antivirus is NODE32,
This is my wireshark test of network.
Please I need help, that tpop work correctly is very important for my project.
Anonymous
Not applicable
Author

- try on another machine ( new installation of talend )
- assure that you have unzipped all the talend installation correctly ( not with the system zip, but with 7zip )
- disable the antivirus
- attach the file in the forum of the full payload pcap trace of wireshark
- look with procmon which version of java jar gets loaded and which file is written and post the procmon trace on forum
...
Anonymous
Not applicable
Author

Hi,
I try new instalation of talend which I unzipped it with 7zip, I can't attach full payload pcap of wireshark because of size max is 200KO and only picture.
I use procmon , this is the capture ecran of it and wiresharck one.
Please any help
Anonymous
Not applicable
Author

Can't help with only images... sorry... we must have the full traces when you run the job.
Anyway, have you tried on another machine?
Anonymous
Not applicable
Author

I have all the file but i can't post it in the forum because of size:

Yes I try it and this is the result:
Démarrage du jobpop a 13:42 28/08/2009.
connecting to socket on port 3924
connected
Exception in component tPOP_1
java.io.IOException: java.io.EOFException: EOF on socket
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:241)
at test.pop_0_1.pop.runJobInTOS(pop.java:414)
at test.pop_0_1.pop.main(pop.java:326)
disconnected
Job pop terminé à 13:43 28/08/2009.
Anonymous
Not applicable
Author

This should indicate connectivity problem...
are you sure that you have disable all the antivirus and firewalls?
Anonymous
Not applicable
Author

hi , can I send you the files with mail , if you haven't problem?
thank you
Anonymous
Not applicable
Author

I repeat, it is CLEAR a network communication problem, no doubt about that.
Do you see in the wireshark screencapture the red line after the RETR command???
RETR is used to retrieve the message and just after that the communication channel is prematurely shut down ( so the message body is not retrieved and EOFException rise in the java stack because the tcp/ip socket is abruptly close).
Check you software firewall (disable it), antivirus (disable it) or any equipment before you and the internet ( sometimes some cheapo router/firewall/av/all-in-one are very crappy and do weird things on channels).
Anonymous
Not applicable
Author

Hi , try all , i disabele firewall and antivirus but the same error appear :
Démarrage du jobtestpop a 12:23 29/08/2009.
connecting to socket on port 4306
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 test.testpop_0_1.testpop.tPOP_1Process(testpop.java:242)
at test.testpop_0_1.testpop.runJobInTOS(testpop.java:416)
at test.testpop_0_1.testpop.main(testpop.java:327)
disconnected
Job testpop terminé à 12:23 29/08/2009.
what is the probleme i don't now?
Anonymous
Not applicable
Author

Surely a network problem... the fact that you have tried on another machine on the same network proves that there is something in between that is doing strange thing to communication sockets...
maybe the firewall/internet device that allows you to share the connection..