Hello again,
I just realized that Email Server Java is not connecting to my Interaction Server. I can’t find any RequestRegisterClient in logs even that both have eachother in Connections list. Is it anything else I should do?
They are both started! Email Server Java connects to my pop account and gets e-mails, URS is connecting to IxnServer, so they are both working but not talking to eachother.
I don’t see in your Email Server Java log any attempt to submit new interaction into routing so there is no reason for ESJ to connect to Interaction Server. Let’s send some email to the system and ESJ should connect to IxnServer then. If that fails provide us with new set of logs.
Retrieve message doesn’t seem to be valid email as reported size is -38 bytes. So ESJ doesn’t process this message and doesn’t store it to the database
Problem solved, not entirely tho. It seems that it was not working becuase I was sending e-mails with no body. If I put some text in the body of the e-mail is working. Is this normal?
By default, ESJ doesn't retrieve messages with negative size and keep them on mail server. If you want ESJ to retrieve even these messages you must change value of the option "allow-bad-msg-size" in corresponding pop-client section to "true".