NuTCRACKER errors in event viewer

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
josh.guffey
Participant
Posts: 40
Joined: Thu Apr 17, 2008 1:52 pm
Location: Huntsville, AL

NuTCRACKER errors in event viewer

Post by josh.guffey »

Hi Everyone,

I am not trying to ask a loaded question here, but when we have a lot of large jobs running I almost always see some sort of NuTCRACKER related errors in the event viewer on the server.

Code: Select all

Level	Date and Time	Source	Event ID	Task Category
Error	10/16/2012 10:08:19 AM	NuTCRACKER 4	16005	NuTCCleanup	Process 12312 appears to have hung. Cleaning up global critical sections held by this process. [nutsrv4.exe (sem.cpp:1160) PID=1188 TID=10680]
Error	10/16/2012 10:08:19 AM	NuTCRACKER 4	16004	NuTCCleanup	Process 12312 was blocked attempting to enter global critical section Nut4SemIdClassGlobalCriticalSection. [nutsrv4.exe (sem.cpp:1126) PID=1188 TID=10680]
Error	10/16/2012 10:07:59 AM	NuTCRACKER 4	16005	NuTCCleanup	Process 12312 appears to have hung. Cleaning up global critical sections held by this process. [nutsrv4.exe (sem.cpp:1160) PID=1188 TID=10680]
Error	10/16/2012 10:07:59 AM	NuTCRACKER 4	16004	NuTCCleanup	Process 12312 was blocked attempting to enter global critical section Nut4SemIdClassGlobalCriticalSection. [nutsrv4.exe (sem.cpp:1126) PID=1188 TID=10680]
Error	10/16/2012 10:07:39 AM	NuTCRACKER 4	16005	NuTCCleanup	Process 12312 appears to have hung. Cleaning up global critical sections held by this process. [nutsrv4.exe (sem.cpp:1160) PID=1188 TID=10680]

Error	10/16/2012 9:15:39 AM	NuTCRACKER 4	16005	NuTCCleanup	Process 12312 appears to have hung. Cleaning up global critical sections held by this process. [nutsrv4.exe (sem.cpp:1160) PID=1188 TID=10680]
Error	10/16/2012 9:15:39 AM	NuTCRACKER 4	16004	NuTCCleanup	Process 12312 was blocked attempting to enter global critical section Nut4SemIdClassGlobalCriticalSection. [nutsrv4.exe (sem.cpp:1126) PID=1188 TID=10680]
Error	10/16/2012 9:15:24 AM	NuTCRACKER 4	21016	Signals	SIGKILL signal has not caused process to die. Child watcher committing suicide. [osh.exe (.\ncchild.c:544) PID=9856 TID=8480]
Error	10/16/2012 9:15:19 AM	NuTCRACKER 4	16005	NuTCCleanup	Process 12312 appears to have hung. Cleaning up global critical sections held by this process. [nutsrv4.exe (sem.cpp:1160) PID=1188 TID=10680]
Error	10/16/2012 9:15:19 AM	NuTCRACKER 4	16004	NuTCCleanup	Process 12312 was blocked attempting to enter global critical section Nut4SemIdClassGlobalCriticalSection. [nutsrv4.exe (sem.cpp:1126) PID=1188 TID=10680]
Error	10/16/2012 9:14:59 AM	NuTCRACKER 4	11033	Service	Cleaning up process table entry 90 for process 5180, exit code 0x00000000, name unknown. [nutsrv4.exe (.\process.c:347) PID=1188 TID=10680]
Does anyone have any guidance on how to properly deal with this type of issue? Our application admin is no longer with the group and when this situation occurred in the past the response we were given was to reboot the server. I've went into DS.TOOLS via the Administration client and attempted to clear the PIDs, but the NuTCRACKER errors still persist. I know there are only so many resources available and if they are all consumed than we are limited to those constraints, but I was just wondering if anyone could give me another option other than rebooting the server.

Thanks in advance.

Josh
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: NuTCRACKER errors in event viewer

Post by SURA »

Hi

I created one of the thread for NuTracker and shared my experience what i had in this project in relates with NuTracker. In windows you can't avoid NuTracker! Herewith some of the reasons why you get NuTracker.

1. Data type mismatch
2. Not handling Null to Not Null or Not Null to Not Null / whatever
3. High Load
4. Continues run (Better to down the server weekly once)

sorry i couldn't remember more.

What version of MKS Tool kit you have?

Check with IBM and get the latest version (9x). It will do better!

Sometime i noticed, every second you have an entry for NuTracker and that time none of you Datastage won't run properly and you need to bounce the server will be the only way.

You need to live with this and you can't avoid it the end result.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
Post Reply