Page 1 of 3 1 2 3 >
Topic Options
Rate This Topic
#136053 - 11/29/06 09:02 AM Message delivery problem.
YemiAd Offline
Stealth Member

Registered: 03/31/06
Posts: 70
Loc: TX, US
I am not getting messages (notifications) from Remedy system. And many messages are in queue in the Email Messages form.
I thought the email deamon was stopped, so I restarted
the email deamon,yet I am still not getting the messages.

My email-deamon environment is Unix, and this message-delivery problem had not happened before.

What could make the messages not being sending after the
email-deamon is re-started?


Please help. An early response will be appreciated.

(However, when I copied the unix-environment 'EmailDaemon.properties' on to my Windows-XP based laptop, and re-started the email engine service on the laptop,
the messages started going out. I cannot not be using the laptop like this permanently.
)

Top
#136054 - 11/29/06 09:16 AM Re: Message delivery problem. [Re: YemiAd]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
What did you find in the Email Engine logs?
_________________________
Vincent.

Top
#136057 - 11/29/06 10:56 AM Re: Message delivery problem. [Re: Vincent_RIEDWEG]
YemiAd Offline
Stealth Member

Registered: 03/31/06
Posts: 70
Loc: TX, US
The email.sh_log file only has the following:

Application has started Version: 06.00.01
Using JRE: 1.4.2_07

Top
#136059 - 11/29/06 11:04 AM Re: Message delivery problem. [Re: YemiAd]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Check your Email Engine configuration...

You should have :

$ head emaild.sh_log
Application has started Version: 06.03.00 patch 016
Using JRE: 1.4.2_05
Checking connection to server: your_server ...
loaded library
Successfully connected.
_________________________
Vincent.

Top
#136060 - 11/29/06 11:10 AM Re: Message delivery problem. [Re: Vincent_RIEDWEG]
aravind Offline
Stealth Member

Registered: 08/22/06
Posts: 37
Make sure that 'Disable Unqualified Searches' is un-checked in aradmin->server information->configuration.

If placing this restriction is necessary, do the following:
1) Allow unqualified searches
2) restart email engine (./Emailstart.sh start)
3) Disable unqualified searches.

HTH

Top
#136062 - 11/29/06 11:44 AM Re: Message delivery problem. [Re: aravind]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
I'm helping YemiAd on site
(Using Solaris 9)

I have an emaildebug.sh that has the -Dmail.debug=true parameter and still only get this:

Application has started Version: 06.00.01
Using JRE: 1.4.2_07

The only thing I can think of is patches are not compatible
ARS is on 6.00.01 path 1539
and I assume the ARMail is on no patch (looking at the little bit of the log i do get)
I will try to patch the email server (by replacing the files) to patch 1539 and see if this fixes the problem.

The funny thing is, the email engine worked and just stopped working out of the blue (client says "NOOOoo we haven't changed anything !!", yeah right)
I have email engine 7 on my machine and when I use the EmailDeamon.Properties file and place it on mine it works until i get this message in stderr.log:

2006/11/29 05:55:25 com.sun.mail.smtp.SMTPTransport rcptTo
SEVERE: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 501 5.5.4 Invalid Address

javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 501 5.5.4 Invalid Address

at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1130)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:525)
at com.remedy.arsys.emaildaemon.SenderModule.sendMessage(SenderModule.java:353)
at com.remedy.arsys.emaildaemon.SenderModule.doWork(SenderModule.java:213)
at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
at java.lang.Thread.run(Unknown Source)






According to my knowledge this actually only means it couldn't send the email to a specific user/adr (thinking back to my RFC text files i remember rcptTo is the TO command on SMTP)

so it works on my machine then the (One) sender thread dies..
As far a i Know ARS 6.0.1 and email 7 is not compatible but it seems to be working.

Is there any other email logs I've missed or can I set the log level somewhere?

Thanks guys,

S7
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top
#136063 - 11/29/06 11:47 AM Re: Message delivery problem. [Re: Shark_7-11]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
Oh I've noticed the time on the server is an hour ahead of time and in the same timezone as my laptop thus i can run queries like
'3' > $TIMESTAMP$ and it will actually return data, not sure if this can have an effact on the email (they are running a multi server (part of server group) environment, and so server A has the wrong time and server B has the right time)

But any ideas on the email (that is a MUCH HIGHER priority) :-)

Thanks
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top
#136064 - 11/29/06 11:55 AM Re: Message delivery problem. [Re: Shark_7-11]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
oh AND :-)

when I ran the ./emaild.sh and have a look at prstat i get a java/22 Process/NLWP
after a while it just disapears
but When I look at
ps -ef | grep java
its stil there ?
This is a grown man crying "BOO HOO"

Thanks
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top
#136065 - 11/29/06 11:58 AM Re: Message delivery problem. [Re: Shark_7-11]
Shark_7-11 Offline
Stealth Member
*****

Registered: 09/26/06
Posts: 267
PS.

There was 52'000 unsent messages in the AR System Email Messages table
_________________________
Mayhem, Chaos and Anarchy
My job here is complete!

Top
#136067 - 11/29/06 05:45 PM Re: Message delivery problem. [Re: Shark_7-11]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Which version of Java are you using? (java -version or java --version)
_________________________
Vincent.

Top
Page 1 of 3 1 2 3 >