Socket Operation on a Non-socket

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nvuradi
Participant
Posts: 54
Joined: Tue Dec 12, 2006 11:03 pm

Socket Operation on a Non-socket

Post by nvuradi »

Hi all,

a job which used to run normally before is abending now with , following error messages

main_program: Unexpected exit status 1 (...)
5615 FATAL Wed Mar 11 18:59:10 2009
FUNL_Combine,3: Failure during execution of operator logic.
5618 FATAL Wed Mar 11 18:59:10 2009
FUNL_Combine,3: Fatal Error: waitForWriteSignal(): Premature EOF on node resource_server Socket operation on non-socket
5619 FATAL Wed Mar 11 18:59:10 2009
TRNS_Rej_Recs,3: APT_IOPort::receiveAcks(0,force): read on [fd 13: L10.116.174.111:11081, R10.116.174.107:35868] failed - 73 (Connection reset by peer).
5621 FATAL Wed Mar 11 18:59:10 2009
TRNS_Rej_Recs,3: sendWriteSignal() failed on node resource_server ds = 24 conspart = 3 Broken pipe
5625 FATAL Wed Mar 11 18:59:11 2009
FUNL_Bypass_Diff_Status_Dollar_Amt,3: Failure during execution of operator logic.
5628 FATAL Wed Mar 11 18:59:11 2009
FUNL_Bypass_Diff_Status_Dollar_Amt,3: Fatal Error: waitForWriteSignal(): Premature EOF on node resource_server Socket operation on non-socket
5629 FATAL Wed Mar 11 18:59:11 2009
resource_server_node2: APT_PMMP::makeMessage: bad message on port (5,14) - header is {2}
5630 FATAL Wed Mar 11 18:59:11 2009
resource_server_node2: Internal Error: (0):processmgr/msgport.C: 1267: FAILURE: Impossible code statement reached:
5631 FATAL Wed Mar 11 18:59:11 2009
main_program: The Section Leader on node resource_server_node2 has terminated unexpectedly.

the job design is

reading from the db2udb table using db2 ent stage, trnasformation (transformer + funnel + aggregator), finally loading to a already truncated table.


I have searched the forum for all of the error messages but could not find the solution, hence posting again...

any idea/thoughts on how to solve this?

guess it has all the FATAL errors a PX job will have :(
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

Would imply the server rejected your connection...

What is the extra information within:
main_program: Unexpected exit status 1 (...)
nvuradi
Participant
Posts: 54
Joined: Tue Dec 12, 2006 11:03 pm

Post by nvuradi »

Thanks Kryton for the quick reply!!
Kryt0n wrote:Would imply the server rejected your connection...

What is the extra information within:
main_program: Unexpected exit status 1 (...)
main_program: Unexpected exit status 1 (...)

it is actually the same error msg repeated thrice.
Would imply the server rejected your connection...
but when i run another similar job,its running fine.
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

And followed up with an extremely slow response... don't really have an answer, is the issue happening on the read or the write?

You have to be proud of yourself though, you've achieved the impossible

Code: Select all

Impossible code statement reached
nvuradi
Participant
Posts: 54
Joined: Tue Dec 12, 2006 11:03 pm

Post by nvuradi »

Kryt0n wrote:And followed up with an extremely slow response... don't really have an answer, is the issue happening on the read or the write?

You have to be proud of yourself though, you've achieved the impossible

Code: Select all

Impossible code statement reached
I did the Impossible...but even DS did..till yesterday this job was running perfectly fine,but from today donno what happened :(

I am not sure where it is happening....when i tried to view data from Source i could see it.... may be it is during the write..just a guess though..
nvuradi
Participant
Posts: 54
Joined: Tue Dec 12, 2006 11:03 pm

Re: Socket Operation on a Non-socket

Post by nvuradi »

today when i tried to run the same job...voila it ran......but my happiness was short lived as another job failed with same set of errors :(


still not able to figure out, what exactly the problem is :(
smishra.ds
Premium Member
Premium Member
Posts: 9
Joined: Wed Apr 23, 2008 12:11 pm
Location: Global

post the solution

Post by smishra.ds »

Please post the solution for this. How it get resolved?
Post Reply