Signal errors - cocoa app

Hi Everyone,
I was wondering if anyone could point me in the way of any kind of documentation regarding signal errors in xcode. I build my application and sometimes it runs fine while other times I get errors such as signal 5,10, and 11. I don't change any of the code and I just run the application a few times and it just crashes frequently.
I can't really post the code cause i have a whole bunch of classes and stuff but maybe someone could try pointing me in the right direction. I don't know if this helps or not but i've noticed, when running in debug mode, that in at least one of my classes the awakefromnib function is called more than once.
I would really appreciate any help.
Thanks
Netta

hey guys,
thanks for all the responses.
I have narrowed down the problem to these functions:
(note field is an IBOutlet NSBox subview initializedd in the NIB file)
- (void)awakeFromNib
[self initializeField];
- (void)initializeField
int i;
int j;
int upperRightBeginX = 8;
int upperRightBeginY = 280;
int addToX = 0;
int addToY = 0;
for (i = 0; i < width; i++)
for (j = 0; j < height; j++)
NSRect frame;
frame.origin = NSMakePoint(upperRightBeginX + addToX, upperRightBeginY - addToY);
frame.size = NSMakeSize(30, 30);
NDButtonOverrider *aButton = [[NDButtonOverrider alloc] initWithFrame:frame];
[field addSubview:aButton positioned:NSWindowAbove relativeTo:nil];
[aButton setImagePosition:NSImageOnly];
[aButton setImage:[NSImage imageNamed:@"gymFloor2"]];
[aButton setIndexInArray:[cells count]];
[aButton setTheMatrix:self];
[cells addObject:aButton];
[aButton release];
addToY += 30;
addToY = 0;
addToX += 30;
srand (time(NULL));
[self setCells];
- (void) setCells
int totalNumberOfCells = height * width;
int i = 0;
while (i < numberOfM)
int cell = rand() % totalNumberOfCells;
NDButtonOverrider *button = (NDButtonOverrider *)[cells objectAtIndex:cell];
if (![button isM]) {
[button setIsM:YES];
i++;
[button release];
for reference purposes:
this function is in NDButtonOverrider
- (void)setTheMatrix:(NDMatrix *)matrix
[matrix retain];
theMatrix = matrix;
I honestly don't know what's going on. I've been at this for hours now. If anyone has some idea of what's going on please let me know.
Thanks for a all the help.
Netta
Powerbook G4 Mac OS X (10.4.2)

Similar Messages

  • How do I fix the error: Terminating app due to uncaught exception 'NSInvalidArgumentException'

    Help!
    I have a 3rd party application that used to work perfectly until this morning. The problem is not do to an update of that program nor of updating the Mac OS. This came out of the blue. When I try to open the application, it won't open and I get the error: Terminating app due to uncaught exception 'NSInvalidArgumentException'
    I looked around the forum and read it might be because of a bad font? But I don't find detailed instructions on how to delete or fix the corrupted font.
    I have tried deleting the application, then downloading a new copy and installing that - same problem.
    Please don't respond with I should go call the programmer of the 3rd party application. If you know where the problem is in my MacBook Air, please help me fix it.
    I have a MacBook Air running OSX version 10.6.8
    Thanks for your help

    Here's the full error report in case anyone who reads this has the same problem and figured out an answer:
    Process:    
    MacSecret [332]
    Path:       
    /Applications/MacSecret.app/Contents/MacOS/MacSecret
    Identifier: 
    de.tv-apathy.macsecretie
    Version:    
    1.2.1 (1.2.1)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [217]
    Date/Time:  
    2012-09-18 11:56:03.870 +0300
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    327588 sec
    Crashes Since Last Report:      
    82
    Per-App Interval Since Last Report:  1598253 sec
    Per-App Crashes Since Last Report:   83
    Anonymous UUID:                 
    2A3539ED-99F7-419E-8635-7FB629526BC3
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)'
    *** Call stack at first throw:
    0   CoreFoundation                 
    0x9a0396ca __raiseError + 410
    1   libobjc.A.dylib                
    0x911895a9 objc_exception_throw + 56
    2   CoreFoundation                 
    0x9a0393f8 +[NSException raise:format:arguments:] + 136
    3   CoreFoundation                 
    0x9a03936a +[NSException raise:format:] + 58
    4   Foundation                     
    0x917bdf31 -[NSKeyedUnarchiver initForReadingWithData:] + 3722
    5   Foundation                     
    0x91806bae +[NSKeyedUnarchiver unarchiveObjectWithFile:] + 151
    6   MacSecret                      
    0x00013380 -[MainController(Private) _getDBName:EntryCount:activeState:fromDB:] + 46
    7   MacSecret                      
    0x0000e074 -[MainController databases] + 461
    8   Foundation                     
    0x917cd850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
    9   Foundation                     
    0x917d117c -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 204
    10  AppKit                         
    0x996636d6 -[NSBinder _valueForKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 841
    11  AppKit                         
    0x99663301 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 188
    12  AppKit                         
    0x99821b2a -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 430
    13  AppKit                         
    0x996624b9 -[NSBinder _performConnectionEstablishedRefresh] + 85
    14  AppKit                         
    0x99654bc4 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 721
    15  AppKit                         
    0x99700bdf -[NSNibBindingConnector establishConnection] + 156
    16  AppKit                         
    0x9963008f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1249
    17  AppKit                         
    0x9962e1a4 loadNib + 257
    18  AppKit                         
    0x9962d59c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    19  AppKit                         
    0x9962d4ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    20  AppKit                         
    0x9962d3f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    21  AppKit                         
    0x9962a1fd NSApplicationMain + 434
    22  MacSecret                      
    0x000020a5 start + 53
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation 
    0x9a084a37 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib          
    0x911895a9 objc_exception_throw + 56
    2   com.apple.CoreFoundation 
    0x9a0393f8 +[NSException raise:format:arguments:] + 136
    3   com.apple.CoreFoundation 
    0x9a03936a +[NSException raise:format:] + 58
    4   com.apple.Foundation     
    0x917bdf31 -[NSKeyedUnarchiver initForReadingWithData:] + 3722
    5   com.apple.Foundation     
    0x91806bae +[NSKeyedUnarchiver unarchiveObjectWithFile:] + 151
    6   de.tv-apathy.macsecretie 
    0x00013380 -[MainController(Private) _getDBName:EntryCount:activeState:fromDB:] + 46
    7   de.tv-apathy.macsecretie 
    0x0000e074 -[MainController databases] + 461
    8   com.apple.Foundation     
    0x917cd850 -[NSObject(NSKeyValueCoding) valueForKey:] + 413
    9   com.apple.Foundation     
    0x917d117c -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 204
    10  com.apple.AppKit         
    0x996636d6 -[NSBinder _valueForKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 841
    11  com.apple.AppKit         
    0x99663301 -[NSBinder valueForBinding:resolveMarkersToPlaceholders:] + 188
    12  com.apple.AppKit         
    0x99821b2a -[NSArrayDetailBinder _refreshDetailContentInBackground:] + 430
    13  com.apple.AppKit         
    0x996624b9 -[NSBinder _performConnectionEstablishedRefresh] + 85
    14  com.apple.AppKit         
    0x99654bc4 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 721
    15  com.apple.AppKit         
    0x99700bdf -[NSNibBindingConnector establishConnection] + 156
    16  com.apple.AppKit         
    0x9963008f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1249
    17  com.apple.AppKit         
    0x9962e1a4 loadNib + 257
    18  com.apple.AppKit         
    0x9962d59c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 228
    19  com.apple.AppKit         
    0x9962d4ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    20  com.apple.AppKit         
    0x9962d3f8 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 383
    21  com.apple.AppKit         
    0x9962a1fd NSApplicationMain + 434
    22  de.tv-apathy.macsecretie 
    0x000020a5 start + 53
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib        
    0x9003c382 kevent + 10
    1   libSystem.B.dylib        
    0x9003ca9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib        
    0x9003bf59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib        
    0x9003bcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib        
    0x9003b781 _pthread_wqthread + 390
    5   libSystem.B.dylib        
    0x9003b5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib        
    0x9003b412 __workq_kernreturn + 10
    1   libSystem.B.dylib        
    0x9003b9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib        
    0x9003b5c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x91189585  ecx: 0xa0014540  edx: 0x0000003b
      edi: 0xa00f3ab0  esi: 0x00184720  ebp: 0xbffff238  esp: 0xbffff220
       ss: 0x0000001f  efl: 0x00000282  eip: 0x9a084a37   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x000ec000
    Binary Images:
    0x1000 -
    0x34fff +de.tv-apathy.macsecretie 1.2.1 (1.2.1) <BD63BA22-34C9-3C03-8609-AC3C6B45E10E> /Applications/MacSecret.app/Contents/MacOS/MacSecret
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90008000 - 0x90008ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90015000 - 0x901bcff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x901fe000 - 0x902bafff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9032b000 - 0x90368ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90369000 - 0x90411ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90561000 - 0x90561ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90562000 - 0x90576ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <644540B0-8335-6254-054B-9828E40CBC93> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90577000 - 0x905caff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90707000 - 0x9070aff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90855000 - 0x90855ff7  com.apple.Cocoa 6.6 (???) <27B791CF-F704-6AEF-A354-65416A7032A3> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90a2b000 - 0x90a7afe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90a94000 - 0x90aa6ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90aa7000 - 0x90b27feb  com.apple.SearchKit 1.3.0 (1.3.0) <507768AB-240E-D4C3-333F-C4F715DDC8DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90be7000 - 0x90ffdff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9100e000 - 0x9102cfe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91066000 - 0x91103fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91143000 - 0x9117effb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9117f000 - 0x9122cfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x91269000 - 0x91322fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x91323000 - 0x9132cff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <63DF2017-C618-8EBD-9377-BD536C5E5BE1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9132d000 - 0x9146afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91687000 - 0x9173ffeb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91743000 - 0x917acfe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <190291DA-68A6-4AEA-39CC-D51FD4A721BF> /usr/lib/libstdc++.6.dylib
    0x917ad000 - 0x91a1efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91a63000 - 0x91ab0feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91ab1000 - 0x91ab5ff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ad4000 - 0x91af0fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91af3000 - 0x91b19ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91fd6000 - 0x922f6ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x922f7000 - 0x92371fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92372000 - 0x92380ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92381000 - 0x92387fff  com.apple.CommonPanels 1.2.4 (91) <79B07686-EAE6-3E23-75EE-F29D08C5EF51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92391000 - 0x923a2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x923e5000 - 0x923e5ff7  com.apple.ApplicationServices 38 (38) <E6D15675-952B-8BC9-85D1-12D83A052CB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92427000 - 0x9246aff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x933ef000 - 0x933f3ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x933fc000 - 0x9347effb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93620000 - 0x93648ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x93649000 - 0x938afff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x938b0000 - 0x9395eff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9395f000 - 0x9396fff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <CDD943B2-72DD-A926-616D-30D4A2C04D9A> /usr/lib/libsasl2.2.dylib
    0x93970000 - 0x93a3bfef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93a3c000 - 0x93a48ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x93a7e000 - 0x93ab8ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x93c1c000 - 0x93ddffeb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x93e1e000 - 0x93e28ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93f25000 - 0x93f94ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94010000 - 0x94028ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94029000 - 0x94818557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94819000 - 0x94827fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x94828000 - 0x94829ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9577e000 - 0x9579dff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9579e000 - 0x9587efe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9587f000 - 0x95d91feb  com.apple.RawCamera.bundle 3.14.0 (646) <27962422-EA30-43CF-2B3E-E662BB4C46C7> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x95d92000 - 0x95d92ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95d93000 - 0x961c8ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9622a000 - 0x9624afe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9624b000 - 0x9624bff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96282000 - 0x962b5fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9650c000 - 0x96510ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x96562000 - 0x965fafe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x965fb000 - 0x96606ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96849000 - 0x9684cff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9684d000 - 0x9686efe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9686f000 - 0x96872ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96924000 - 0x96924ff7  liblangid.dylib ??? (???) <6874F829-12F5-DD31-F1A6-A5FC042F77C1> /usr/lib/liblangid.dylib
    0x96925000 - 0x9696bff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9696c000 - 0x9696dff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x969b6000 - 0x96cdafef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96d1c000 - 0x96d79ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96e30000 - 0x96f32fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x97039000 - 0x9707dfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x970cc000 - 0x971ccfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x971cd000 - 0x971effef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97291000 - 0x972e1ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x974bf000 - 0x97523fff  com.apple.htmlrendering 72 (1.1.4) <F8B66675-31DA-BBB9-E9E3-A6E3B9F3CE9C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x975af000 - 0x975b4ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x975df000 - 0x975dfff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x975e0000 - 0x9768cfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9779a000 - 0x977a1ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x977a2000 - 0x9783dfe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9783e000 - 0x978d0fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9791a000 - 0x97927ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97928000 - 0x97a56fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97a57000 - 0x97a9bff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97ca4000 - 0x97db0fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97db1000 - 0x97db3ff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9879d000 - 0x987a3fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x98837000 - 0x98841fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <66D6E63D-4D57-AD5C-DFF7-C222F22FC836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98842000 - 0x989c4fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x994fb000 - 0x99506ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9957f000 - 0x995e0fe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x99603000 - 0x99627ff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x99628000 - 0x99f0bff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x99f65000 - 0x9a0e0fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9a0e1000 - 0x9a114ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9a115000 - 0x9a117ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9a118000 - 0x9a11bfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9a11c000 - 0x9a15fff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9a19b000 - 0x9a1affe7  libbsm.0.dylib ??? (???) <3CDD5E51-2940-D03C-D62D-ABD8BA0FB255> /usr/lib/libbsm.0.dylib
    0x9a1bd000 - 0x9a1eeff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9a1ef000 - 0x9a2c9fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9a2ca000 - 0x9a30cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9a30d000 - 0x9a322fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9a552000 - 0x9a8bdff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookAir3,2, BootROM MBA31.0061.B01, 2 processors, Intel Core 2 Duo, 1.86 GHz, 2 GB, SMC 1.66f55
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD1), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en0
    Serial ATA Device: APPLE SSD TS256C, 233.76 GB
    USB Device: FaceTime Camera (Built-in), 0x05ac  (Apple Inc.), 0x850a, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x04500000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821b, 0x04530000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x023f, 0x04300000 / 2

  • Unexpected Signal Error

    I have a Struts application in a development environment that makes the jvm throw the "Unexpected Signal Error" and crash the JVM at will. The production version works fine. the application itself hasn't changed. All the other Struts apps work just fine. Does anyone know what the information in the log is referring to. thanks in advance:
    Unexpected Signal : 11 occurred at PC=0x40405E18
    Function=build_loop_late__14PhaseIdealLoopP4NodeR9VectorSetR9Node_ListPC14PhaseIdealLoop+0x554
    Library=/opt/java141/jre/lib/i386/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 08:06 131276 /opt/java141/bin/java
    0804e000-0804f000 rw-p 00005000 08:06 131276 /opt/java141/bin/java
    40000000-40012000 r-xp 00000000 08:0b 272003 /lib/ld-2.2.93.so
    40012000-40013000 rw-p 00012000 08:0b 272003 /lib/ld-2.2.93.so
    40013000-40016000 r--s 00000000 08:06 785327 /opt/java141/jre/lib/ext/dnsns.jar
    40016000-4001c000 r--s 00000000 08:06 1406281 /opt/tomcat-com/lib/common/etomcat.jar
    4001d000-4002a000 r-xp 00000000 08:0b 16006 /lib/i686/libpthread-0.10.so
    4002a000-4002d000 rw-p 0000d000 08:0b 16006 /lib/i686/libpthread-0.10.so
    4004e000-40050000 r-xp 00000000 08:0b 272016 /lib/libdl-2.2.93.so
    40050000-40051000 rw-p 00001000 08:0b 272016 /lib/libdl-2.2.93.so
    40051000-404e9000 r-xp 00000000 08:06 327506 /opt/java141/jre/lib/i386/server/libjvm.so
    404e9000-406f3000 rw-p 00497000 08:06 327506 /opt/java141/jre/lib/i386/server/libjvm.so
    40705000-40717000 r-xp 00000000 08:0b 272020 /lib/libnsl-2.2.93.so
    40717000-40718000 rw-p 00012000 08:0b 272020 /lib/libnsl-2.2.93.so
    4071a000-4073b000 r-xp 00000000 08:0b 16004 /lib/i686/libm-2.2.93.so
    4073b000-4073c000 rw-p 00021000 08:0b 16004 /lib/i686/libm-2.2.93.so
    4073c000-40745000 r-xp 00000000 08:06 965119 /opt/java141/jre/lib/i386/native_threads/libhpi.so
    40745000-40746000 rw-p 00008000 08:06 965119 /opt/java141/jre/lib/i386/native_threads/libhpi.so
    40747000-40757000 r-xp 00000000 08:06 965125 /opt/java141/jre/lib/i386/libverify.so
    40757000-40759000 rw-p 0000f000 08:06 965125 /opt/java141/jre/lib/i386/libverify.so
    40759000-4077a000 r-xp 00000000 08:06 965126 /opt/java141/jre/lib/i386/libjava.so
    4077a000-4077c000 rw-p 00020000 08:06 965126 /opt/java141/jre/lib/i386/libjava.so
    4077c000-40791000 r-xp 00000000 08:06 965128 /opt/java141/jre/lib/i386/libzip.so
    40791000-40793000 rw-p 00014000 08:06 965128 /opt/java141/jre/lib/i386/libzip.so
    40793000-41e61000 r--s 00000000 08:06 1112427 /opt/java141/jre/lib/rt.jar
    41ea4000-41ebb000 r--s 00000000 08:06 1112407 /opt/java141/jre/lib/sunrsasign.jar
    41ebb000-41f2c000 r--s 00000000 08:06 1112409 /opt/java141/jre/lib/jsse.jar
    41f2c000-41f3f000 r--s 00000000 08:06 1112408 /opt/java141/jre/lib/jce.jar
    41fe7000-41ff0000 r-xp 00000000 08:0b 272036 /lib/libnss_files-2.2.93.so
    41ff0000-41ff1000 rw-p 00008000 08:0b 272036 /lib/libnss_files-2.2.93.so
    41ff1000-41fff000 r--s 00000000 08:06 785329 /opt/java141/jre/lib/ext/ldapsec.jar
    42000000-42126000 r-xp 00000000 08:0b 16002 /lib/i686/libc-2.2.93.so
    42126000-4212b000 rw-p 00126000 08:0b 16002 /lib/i686/libc-2.2.93.so
    4212f000-423eb000 r--s 00000000 08:06 1112425 /opt/java141/jre/lib/charsets.jar
    443eb000-443ed000 r--s 00000000 08:06 1406286 /opt/tomcat-com/lib/common/core_util.jar
    443ed000-443ef000 r--s 00000000 08:06 1406287 /opt/tomcat-com/lib/common/AuthenticateNT.jar
    4c5f2000-4c7b1000 r--p 00000000 08:07 195467 /usr/lib/locale/locale-archive
    4cd36000-4cd53000 r--s 00000000 08:06 785326 /opt/java141/jre/lib/ext/sunjce_provider.jar
    4cd53000-4cdf2000 r--s 00000000 08:06 785328 /opt/java141/jre/lib/ext/localedata.jar
    4cdf2000-4cdfa000 r--s 00000000 08:06 1242764 /opt/tomcat-com/lib/tomcat.jar
    4cdfa000-4ce09000 r--s 00000000 08:06 1406280 /opt/tomcat-com/lib/common/jasper-runtime.jar
    4ce09000-4ce14000 r--s 00000000 08:06 1406285 /opt/tomcat-com/lib/common/tomcat_core.jar
    4ce14000-4ce1e000 r--s 00000000 08:06 1406283 /opt/tomcat-com/lib/common/servlet.jar
    4ce1e000-4ce2d000 r--s 00000000 08:06 1406284 /opt/tomcat-com/lib/common/connector_util.jar
    4ce2d000-4ce2f000 r--s 00000000 08:06 1406288 /opt/tomcat-com/lib/common/Authentication.jar
    4ce2f000-4ce47000 r--s 00000000 08:06 1406289 /opt/tomcat-com/lib/common/EJBDatasource.jar
    4ce47000-4ce49000 r--s 00000000 08:06 1406290 /opt/tomcat-com/lib/common/ERWMain.jar
    4ce49000-4cef6000 r--s 00000000 08:06 1406292 /opt/tomcat-com/lib/common/OracleJDBC2.jar
    4cef6000-4cef8000 r--s 00000000 08:06 1406293 /opt/tomcat-com/lib/common/ValsparDatabase.jar
    4cef8000-4cefd000 r--s 00000000 08:06 1406294 /opt/tomcat-com/lib/common/ValsparPrivProp.jar
    4cefd000-4ceff000 r--s 00000000 08:06 1406295 /opt/tomcat-com/lib/common/ValsparProp.jar
    4d000000-4d1c3000 r--s 00000000 08:06 1406291 /opt/tomcat-com/lib/common/ERWRuntime.jar
    4d1c3000-4d1c8000 r--s 00000000 08:06 1406296 /opt/tomcat-com/lib/common/ValsparTelnet.jar
    4d1c8000-4d1cb000 r--s 00000000 08:06 1406297 /opt/tomcat-com/lib/common/smtp.jar
    4d1cb000-4d1e5000 r--s 00000000 08:06 1406298 /opt/tomcat-com/lib/common/imap.jar
    4d1e5000-4d22a000 r--s 00000000 08:06 1406299 /opt/tomcat-com/lib/common/mail.jar
    4d22a000-4d22e000 r--s 00000000 08:06 1406300 /opt/tomcat-com/lib/common/pop3.jar
    4d22e000-4d23a000 r--s 00000000 08:06 1406301 /opt/tomcat-com/lib/common/activation.jar
    4d23a000-4d26d000 r--s 00000000 08:06 1406302 /opt/tomcat-com/lib/common/crimson.jar
    4d26d000-4d2ae000 r--s 00000000 08:06 1406303 /opt/tomcat-com/lib/common/ldapjdk.jar
    4d2ae000-4d3a3000 r--s 00000000 08:06 1406304 /opt/tomcat-com/lib/common/xalan.jar
    4d3a3000-4d3aa000 r--s 00000000 08:06 1406305 /opt/tomcat-com/lib/common/ldapbeans.jar
    4d3aa000-4d3cd000 r--s 00000000 08:06 1406480 /opt/tomcat-com/lib/common/jtds05.jar
    4d3cd000-4d588000 r--s 00000000 08:06 1407174 /opt/tomcat-com/lib/common/xerces.jar
    4d588000-4d58d000 r--s 00000000 08:06 1407048 /opt/tomcat-com/lib/common/EcomDBCM.jar
    4d58d000-4d5b3000 r--s 00000000 08:06 1407060 /opt/tomcat-com/lib/common/mailapi.jar
    4d5b3000-4d5c0000 r--s 00000000 08:06 1471692 /opt/tomcat-com/lib/container/facade22.jar
    4d5c0000-4d673000 r--s 00000000 08:06 1471693 /opt/tomcat-com/lib/container/xalan.jar
    4d673000-4d6a6000 r--s 00000000 08:06 1471697 /opt/tomcat-com/lib/container/crimson.jar
    4d6a6000-4d6c8000 r--s 00000000 08:06 1471694 /opt/tomcat-com/lib/container/tomcat_util.jar
    4d6c8000-4d6ef000 r--s 00000000 08:06 1471696 /opt/tomcat-com/lib/container/tomcat_modules.jar
    4d6ef000-4d6f7000 r--s 00000000 08:06 866674 /opt/tomcat-com/webapps/val/WEB-INF/lib/jdbcpool-0.94.jar
    4d6f7000-4d6fe000 r--s 00000000 08:06 866679 /opt/tomcat-com/webapps/val/WEB-INF/lib/mailer.jar
    4d881000-4d8a3000 r--s 00000000 08:06 866673 /opt/tomcat-com/webapps/val/WEB-INF/lib/xmld.jar
    4d8a3000-4d972000 r--s 00000000 08:06 866675 /opt/tomcat-com/webapps/val/WEB-INF/lib/oracle.jar
    4d972000-4da6f000 r--s 00000000 08:06 866677 /opt/tomcat-com/webapps/val/WEB-INF/lib/classes111.jar
    4da6f000-4dbe3000 r--s 00000000 08:06 867075 /opt/tomcat-com/webapps/val/WEB-INF/lib/fop.jar
    4dbe3000-4dcaf000 r--s 00000000 08:06 867081 /opt/tomcat-com/webapps/val/WEB-INF/lib/xercesImpl-2.2.1.jar
    4dcaf000-4dccb000 r--s 00000000 08:06 867082 /opt/tomcat-com/webapps/val/WEB-INF/lib/xml-apis.jar
    4dccb000-4ddc7000 r--s 00000000 08:06 867079 /opt/tomcat-com/webapps/val/WEB-INF/lib/xalan-2.4.1.jar
    4ddc7000-4dfcb000 r--s 00000000 08:06 867072 /opt/tomcat-com/webapps/val/WEB-INF/lib/batik.jar
    4dfcb000-4dfdb000 r--s 00000000 08:06 867070 /opt/tomcat-com/webapps/val/WEB-INF/lib/avalon-framework-cvs-20020806.jar
    4dfdb000-4dff8000 r--s 00000000 08:06 867335 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-beanutils.jar
    4dff8000-4e000000 r--s 00000000 08:06 867333 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-logging.jar
    4e100000-4e126000 r--s 00000000 08:06 866678 /opt/tomcat-com/webapps/val/WEB-INF/lib/mailapi.jar
    4e126000-4e427000 r--s 00000000 08:06 866680 /opt/tomcat-com/webapps/val/WEB-INF/lib/sun.jar
    4e427000-4e600000 r--s 00000000 08:06 866690 /opt/tomcat-com/webapps/val/WEB-INF/lib/classes12.jar
    4e600000-4e656000 r--s 00000000 08:06 866697 /opt/tomcat-com/webapps/val/WEB-INF/lib/log4j-1.2.7.jar
    4e656000-4e6d0000 r--s 00000000 08:06 867330 /opt/tomcat-com/webapps/val/WEB-INF/lib/struts.jar
    4e6d0000-4e6f9000 r--s 00000000 08:06 867336 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-collections.jar
    4e6f9000-4e714000 r--s 00000000 08:06 867337 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-digester.jar
    4e714000-4e745000 r--s 00000000 08:06 1471698 /opt/tomcat-com/lib/container/jasper.jar
    4e745000-4e751000 r--s 00000000 08:06 867334 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-validator.jar
    4e751000-4e754000 r--s 00000000 08:06 867329 /opt/tomcat-com/webapps/val/WEB-INF/lib/struts-legacy.jar
    4e754000-4e75e000 r--s 00000000 08:06 867077 /opt/tomcat-com/webapps/val/WEB-INF/lib/servlet-2.2.jar
    4e75e000-4e764000 r--s 00000000 08:06 867331 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-fileupload.jar
    4e764000-4e774000 r--s 00000000 08:06 867332 /opt/tomcat-com/webapps/val/WEB-INF/lib/commons-lang.jar
    4e7f5000-4e7fd000 r--s 00000000 08:06 197130 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-logging.jar
    4e7fd000-4e800000 r--s 00000000 08:06 197112 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/struts-legacy.jar
    4e900000-4edb3000 r--s 00000000 08:06 981598 /opt/java141/lib/tools.jar
    4edb3000-4eddc000 r--s 00000000 08:06 197120 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-collections.jar
    4eddc000-4edf7000 r--s 00000000 08:06 197124 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-digester.jar
    4edf7000-4edfd000 r--s 00000000 08:06 197126 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-fileupload.jar
    4ef00000-4eff5000 r--s 00000000 08:06 866689 /opt/tomcat-com/webapps/val/WEB-INF/lib/xalan.jar
    4f100000-4f10c000 r--s 00000000 08:06 197132 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-validator.jar
    4f10c000-4f11c000 r--s 00000000 08:06 197128 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-lang.jar
    4f11c000-4f12c000 r-xp 00000000 08:06 965131 /opt/java141/jre/lib/i386/libnet.so
    4f12c000-4f12e000 rw-p 0000f000 08:06 965131 /opt/java141/jre/lib/i386/libnet.so
    4f130000-4f186000 r--s 00000000 08:06 196695 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/log4j-1.2.7.jar
    4f186000-4f200000 r--s 00000000 08:06 197108 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/struts.jar
    4f200000-4f21d000 r--s 00000000 08:06 197116 /opt/tomcat-com/webapps/epscca/WEB-INF/lib/commons-beanutils.jar
    4f29e000-4f2a1000 r-xp 00000000 08:0b 272033 /lib/libnss_dns-2.2.93.so
    4f2a1000-4f2a2000 rw-p 00002000 08:0b 272033 /lib/libnss_dns-2.2.93.so
    4f2a2000-4f2b1000 r-xp 00000000 08:0b 272048 /lib/libresolv-2.2.93.so
    4f2b1000-4f2b2000 rw-p 0000e000 08:0b 272048 /lib/libresolv-2.2.93.so
    Local Time = Wed Sep 15 11:26:16 2004
    Elapsed Time = 74
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)

    Hi
    I guess u r hitting a bug. Search for phaseIdealLoop or build_loop_late.
    Can u try running 1.4.2_05?

  • Speed Issue (when AS is used in a Cocoa app)

    Folks;
    First I have posted this on the Cocoa list!
    I am also posting this here because I believe the underlying issue is somewhere between Cocoa and AppleScript and I am not certain where I will find useful advice...
    I have a Cocoa app that has some iPhoto integration.
    Since there is no Cocoa API for iPhoto, like there is for AddressBook, the only way I know to do this is through AppleScript.
    Any other ideas here would be appreciated....
    BTW: This is OS 10.4.10; Xcode 2.4.1; iPhoto 6.0.6; 2 GHz C2D
    The Cocoa app has a compiled AppleScript which I call into for the various handlers with the parameters I need.
    This is working well in every other case.
    For the record it looks like this:
    thisResult = [[[NSApp delegate] asEngine] executeAppleEvent:[ASCode callSub:@"getiPhotoImage" params:
    [NSAppleEventDescriptor descriptorWithString:path],
    nil] error:&errorDict];
    However I have a case where it is taking 25 seconds to execute a single AppleScript statement!
    This same statement has sub-second response when executed in the Script editor.
    If I simulate the Cocoa calls with various handlers in the Script Editor everything is fine - performance is fine!
    I have logging statements embedded in both Cocoa and AppleScript which have allowed me to hone in on the offending statement.
    The result is perfectly repeatable. Every time it takes 25 SECONDS to execute the following:
    [Cut and Paste this into a Script Editor - should work fine...(just change the myPath variable to make it work or fail]
    [You can also save it as a run-only application to see the performance is that incarnation...]
    set myPath to "/Users/SOMEUSERNAME/Pictures/iPhoto Library/Originals/2007/Roll 1/SOMEPICTURENAME.jpg"
    tell application "iPhoto"
    try
    set thisPhoto to first photo whose image path is myPath -- << THIS IS THE CULPRIT
    if thisPhoto exists then
    display dialog "'" & name of thisPhoto & "' was found"
    else
    display dialog "This branch will never occur"
    end if
    on error e number n
    if n = -2753 then
    display dialog "Requested photo was NOT found"
    else
    display dialog "Error: " & n & " - " & e
    end if
    end try
    end tell
    Could anyone shed any light on what is going on here?
    Is there a hidden AppleScript feature like iTunes' 'fixed indexing' which might improve response times?
    Why does it work in Script Editor or as a AS run-only application but then yield such miserable performance under Cocoa?
    Thanks for any and all thoughts!
    Steve

    For the record, the reported issue seems to have been solved.
    http://lists.apple.com/archives/cocoa-dev/2007/Oct/msg01012.html

  • How to launch iCal on specified date from Cocoa app?

    Hi, I would like to launch iCal from my Cocoa app, but have iCal open on a specific date that I want to pass as an argument.
    I am launching iCal as follows:
    [[NSWorkspace sharedWorkspace] launchApplication:@"iCal"];
    This opens iCal fine. But, is it possible to somehow pass the date I would like iCal to open at?
    Thanks indeed.
    Andy

    Third-party alternative to Scripting Bridge that may be of interest:
    http://appscript.sourceforge.net/
    More reliable, better documentation, better developer tools, supports back to OS X 10.3.9, yadda-yadda. Only relative disadvantage is that you have to bundle or install it yourself, but that's not hard.
    Example:
    // To create glue [1]: osaglue -o ICGlue -p IC iCal
    ICApplication *ical = [ICApplication applicationWithName: @"iCal"];
    NSDate *date = [NSDate dateWithString: @"2008-10-22 00:00:00 +0000"];
    ICViewCalendarCommand *cmd = [[ical viewCalendar] at: date];
    NSError *error;
    id result = [cmd sendWithError: &error];
    if (!result)
    NSLog(@"%@", error);
    Note that when building a framework for inclusion in an application bundle you need you tweak the build settings slightly, e.g. see:
    http://cocoadev.com/index.pl?EmbeddingFrameworksInApplications
    HTH
    [1] Note: I'm currently integrating osaglue into ASDictionary to make it simpler to use, but haven't updated the old osaglue documentation yet. ASDictionary 0.12.0 should be released in another day or two; in the meantime I suggest just using the iCal glue files from the ViewCalendarInICal sample project in the objc-appscript repository.
    Message was edited by: hhas

  • How do I fix this error, Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modal session requires modal window'?

         I have been trying to start up my Batman: Arkham City game recently and it says that it cannot open and gives me this error;
                   "Terminating app due to uncaught exception 'NSInternalInconsistancyException', reason: 'Model session requires model window'"
         I have played the game for about 13 hours before this error started to pop up and I was wondering if anyone knew of a way to fix it.  Any information would be greatly appreaciated.

    Yesterday I had the same problem.
    I installed the game and played for five hours with no problem but in the last execution my iMac show me that error. I tried to uninstall and install the game again but always show me the error. I did the same with the Steam client with no solution.
    Finally I fixed the error deleting a folder.
    Go to Macintosh HD/Users/[username]/Library/Caches/com.feralinteractive.bmac
    and delete the folder named "com.plausiblelabs.crashreporter.data"
    Try to launch the game again.
    Good luck.

  • Error when deploying EAR file: Operation failed with error: java:/app/jdbc/

    I created application using JDeveloper 11g, and have the deploy file EAR read to deploy to oracle application server 10g, but I am encouting the error of Operation failed with error: java:/app/jdbc/jdbc/HRConnDS not found
    Below is the log. What did i do wrong? I have created the datasource of HRConnDS, and it shows in EM.
    Nov 6, 2009 10:06:12 AM] Application Deployer for hra1 STARTS.
    [Nov 6, 2009 10:06:12 AM] Copy the archive to /u01/OraHome_app1/j2ee/home/applications/hra1.ear
    [Nov 6, 2009 10:06:12 AM] Initialize /u01/OraHome_app1/j2ee/home/applications/hra1.ear begins...
    [Nov 6, 2009 10:06:12 AM] Unpacking hra1.ear
    [Nov 6, 2009 10:06:12 AM] Done unpacking hra1.ear
    [Nov 6, 2009 10:06:12 AM] Unpacking webapp2.war
    [Nov 6, 2009 10:06:12 AM] Done unpacking webapp2.war
    [Nov 6, 2009 10:06:12 AM] Initialize /u01/OraHome_app1/j2ee/home/applications/hra1.ear ends...
    [Nov 6, 2009 10:06:12 AM] Starting application : hra1
    [Nov 6, 2009 10:06:12 AM] Initializing ClassLoader(s)
    [Nov 6, 2009 10:06:12 AM] Initializing EJB container
    [Nov 6, 2009 10:06:12 AM] Loading connector(s)
    [Nov 6, 2009 10:06:12 AM] Starting up resource adapters
    [Nov 6, 2009 10:06:12 AM] application : hra1 is in failed state
    [Nov 6, 2009 10:06:12 AM] Operation failed with error: java:/app/jdbc/jdbc/HRConnDS not found
    Thank you very much for your help.

    How did you create your datasource, can you post the content, without passwords of course.
    Greetings.

  • App Store can no longer be opened.  Immediate crash and error message "App Store can not be opened because of a problem"

    App Store won't open, error message "App Store can not be opened because of a problem".  I haven't been able to update anything for a week or so.  I have used Disk Utility, Drive Genius, deleting the .plist, all to no avail.  My Mac Mail hasn't worked since the upgrade to Mavericks.  Mavericks can't see my LaCie Cloudbox.  Can any of these be solved by me? 

    I have the same error "XXXX App cannot be opened because of a problem". And I also cannot open iTunes and get the error "This copy of iTunes is corrupted or is not installed correctly.  Please reinstall iTunes."
    Only Apple apps seem to be at issue here...
    Repairing Permissions did not fix this.
    I noticed this after the last Software update. Is there no fix other than re-installing?
    Not happy that an Apple software update killed all my apps...

  • Unable to download an app.  Error in app store

    Trying to upgrade my IMAC software.  Keep getting error message in the app. store.  Message reads "Error in App. store"  How do I correct?

    http://www.apple.com/support/mac/app-store/contact/

  • Download error under apps. After following download steps multiple times still showing error message.

    Download error under apps. After following download steps multiple times still showing error message.

    Hi There,
    Kindly try the below mentioned links.
    Creative Cloud Help | Download Error in Apps tab of Creative Cloud Desktop Application
    Creative Cloud - Download error - stubborn error
    Thanks,
    Atul Saini

  • No signal error with mac mini to acer monitor

    I bought an Acer monitor and a Mac mini back 11/11 and it has worked fine.  I recently moved the computer to a new room and when I set everything up I got a no signal error with the monitor and went to sleep mode.  I have tried another monitor (viewsonic) and a new VGA cable and a new VGA to dvi converter to no avail.......any suggestiins....frustrating thing is both monitor and computer are working.

    Try resetting the SMC andNVRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
      About NVRAM and PRAM
    Next call Apple since yo have 90 days of free telephone support
    Complimentary Support (USA)

  • Windows.Launch contract failed with error: The app didn't start..

    We have installed windows 8 Prof X64 Edition; none of the Metro apps are not getting launched; the system is added in domain, the event viewer has the below information for one of the app.
    Event Under: Applications
    App microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Chat did not launch within its allotted time.
    Event Under: AppHost
    The App Host has encountered an unexpected error and will terminate. The error is  0x8007000E.
    Event Under: Microsoft-Windows-TWinUI/Operational
    Activation of the app microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Chat for the Windows.Launch contract failed with error: The app didn't start..
    Regards Ajinkya Ghare MCITP-Server Administrator | MCTS

    Hi,
    Try to put a machine disjoin the domain to see if the same issue occurs.
    Sometimes the Windows 8 machines cannot use metro app once join the domain, you can try this method:
    1- Open "Local Group Policy Editor"
    2-Navigate to "Computer Configuration - Administrative Templates - Network Isolation"
    3- Open "Internet Proxy Servers for Metro Style Apps" and set the value to your proxy server address like 172.16.0.1:8080.
    Regards,
    Leo  
    Huang
    Leo Huang
    TechNet Community Support

  • TS1702 Getting an error on app download to Ipod touch

    Getting an error on app downloading to ipod. 0xE8000004 is the error. These are new purchases and it is frustrating that the games will not load after the purchase. Can anyone help with this problem?
    thanks

    Maybe
    iOS: Unknown error containing '0xE' when connecting to a Windows PC
    0XE error

  • Signaling error

    Hi,
    In my weblogic logs I often get this error
    [Signaling Error: error already pending]
    [Signaling Error: error already pending]
    [Signaling Error: error already pending]
    [Signaling Error: error already pending]
    Though the site is functioning properly, I am curious to what this means and how
    to get rid of it?
    I am on Solaris 2.7, jdk 1.2.2_07, WLS 5.1, SP8.
    Shiva.

    David,
    It would be very helpful if you could state more about what your application
    is doing-- the more information the better.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "David L. Wasler" <[email protected]> wrote in message
    news:39772bc7$[email protected]..
    Hi All:
    What does this Error message mean
    System Solaris 2.6
    WL 4.5.1 SP9
    Thank You in advance
    David L. Wasler
    [email protected]
    Thu Jul 20 12:16:19 EDT 2000:<I> <T3Services> Thu Jul 20 12:16:19 EDT
    2000#presentation#com.v1.servlet.V1Servlet@1b8b1c0#ExecuteThre
    ad-22#NonCritical#3101#REQUEST GET /Info
    request=login&distributor=AccountMinder STARTED
    [Signaling Error: error already pending]
    [Signaling Error: error already pending]
    Thu Jul 20 12:16:19 EDT 2000:<I> <T3Services> Thu Jul 20 12:16:19 EDT
    2000#presentation#com.v1.servlet.V1Servlet@1b8b1c0#ExecuteThre
    ad-27#NonCritical#3101#REQUEST GET /Info
    request=login&distributor=AccountMinder STARTED
    Thu Jul 20 12:16:19 EDT 2000:<I> <T3Services> Thu Jul 20 12:16:19 EDT
    2000#presentation#com.v1.servlet.V1Servlet@1b8b1c0#ExecuteThre
    ad-6#NonCritical#3101#REQUEST GET /Info
    request=login&distributor=AccountMinder STARTED
    [Signaling Error: error already pending]
    [Signaling Error: error already pending]
    Thu Jul 20 12:16:19 EDT 2000:<I> <T3Services> Thu Jul 20 12:16:19 EDT
    2000#presentation#com.v1.servlet.V1Servlet@1b8b1c0#ExecuteThre
    ad-55#NonCritical#3101#REQUEST GET /Info
    request=login&distributor=AccountMinder STARTED
    Thu Jul 20 12:16:19 EDT 2000:<I> <T3Services> Thu Jul 20 12:16:19 EDT
    2000#presentation#com.v1.servlet.V1Servlet@1b8b1c0#ExecuteThre
    ad-59#NonCritical#3101#REQUEST GET /Info
    request=login&distributor=AccountMinder STARTED

  • 500 Internal Server Error oracle.apps.fnd.cache.CacheException

    I have been trying to access a new instance using JDEV, but i have been getting this error:
    Can anyone help me ?
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228) at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171) at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148) at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259) at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114) at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037) at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595) at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891) at oracle.apps.fnd.common.WebAppsContext.&lt;init&gt;(WebAppsContext.java:1027) at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223) at OAErrorPage.jspService(_OAErrorPage.java:62) [OAErrorPage.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at runregion.jspService(_runregion.java:193) [runregion.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712) at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802) at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624) at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216) ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607) at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:66) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:88) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:202) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:218) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:249) ... 54 more

    Hi Pardeep,
    I was getting the same error. I have copied the JDK 1.5.0_16.zip from other user and unzip in the folder of mine like AB12020 where I have installed the Jdeveloper or might be your DBC file get corrupted.
    Check out..
    Thanks
    Anil Sharma
    PS-Pls marked ur questioned as answered and close the question.
    Edited by: OAFUser on Jan 15, 2009 9:43 PM

Maybe you are looking for

  • Dedicated Video Memory

    Hello, I've installed all the drivers for the graphics card, yet my dedicated video memory is  showing 0 os: windows 8.1 graphisc:amd radeon 8670m laptop": 350 g1 hp Plz help.

  • SNR from good to very bad in 2 weeks x-Fi

    I don't suppose that there is much I can do about it. But if it would be great to know. I bought the X-Fi Go, because my Notebook Onboard Sound had some really bad quality. When I raised the General Volume up to 25% or above there was some annoying b

  • Application doesn't respond

    I was using iMovie to edit video. All was fine until I began adding still photos. The application began shutting down randomly and it finally stopped doing that (after I deleted some caches) but now none of the buttons on the application respond when

  • Bitmap Event Listener Problem :(

    Hey, I have encountered a bitmap problem while embeding my image into my project. Since event listeners don't work on Bitmaps I am having troubles on what to do next so I can use event listeners on my image. Main Class - The section that adds the ima

  • JAEHYLEE , Error FRM 40654 While Updating Few Supplier Sites 시 공백 제거 방법

    PURPOSE Error FRM 40654 While Updating Few Supplier Sites , 공백 제거 방법 Workaround N/A Solution Description trailspace.sql: CREATE OR REPLACE PROCEDURE CHK_TRAIL_SPACE (p_table_name in varchar) IS v_table_name varchar(30); v_column_name varchar(30); v_c