Cluster failover after application crash question

Hello all,
I have a 2 node 3.2 cluster configured on SUN LDoms. I've created a scalable resource group which handles my app on top of failover resource (VIP SharedAddress).
How can I force the VIP to failover to node #2 after the app on node #1 crashes. The current behavior of cluster is that when it detects the app crash on node #1,
it only restarts the app and doesn't failover the VIP to node #2 where the app is up. This results is longer app service downtime which I want to eliminate.
thanks

Hi,
if your setup is correct, the shared IP address must not necessarily failover if the application crashes.
The typical setup is that you have a scalable resource group that starts your application on all nodes (or the max number that you configured) to run in parallel. By setting the right properties, the shared address knows where instances of your app are running and sends incoming requests to all of the available app instances using a weighted load balancing algorithm. If one of the app instances crashes, and there is still one instance alive the shared address will keep forward incoming requests to the surviving app instance. So, no need to failover the shared address.
Only if there is a problem that affects the shared address itself, like a node or network failure, it will be switched over.
Now, there seems to be some differences between what I describe and your setup. Tell us what is the difference.
Regards
Hartmut

Similar Messages

  • Recover photoshop actions after application crash

    Can actions be rocovered after a Photoshop CS6 application crash?

    If you recorded and saved you actions you can load them. I you never saved actions you recorded or modified and you have a system backup you may be able to recover them from your backup.  Photoshop saves Actions you record or modify into you user ID Photoshop preference file "Actions Palette.psp"

  • IPhone 4 Won't Turn On After Application Crash

    I have a 32 GB iPhone 4, which I got on a data plan in late October, and has been working fine until now. I was playing around with an application (Hipstamatic), and the app kept crashing, finally after the 2nd or 3rd time, the screen went completely blank, and since then it has not responded to anything, iTunes won't recognize it, I tried the home button, power button reset procedure, nothing. I cleaned the phone with disinfectant about 15-20 minutes before, would that have anything to do with it? I often clean my phone, without any problems, I just hope I haven't shorted the **** thing out. I called it from another phone but couldn't get through. It has never been jailbroken.
    Message was edited by: dave2889
    Message was edited by: dave2889

    See if you can force the phone into recovery mode:
    Turn off your phone: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the the iPhone to turn off. If you cannot turn off your phone using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When your phone turns off, release the Sleep/Wake and Home buttons. Then, leave the USB cable connected to your computer, but NOT your phone, itunes running, press & hold the home button while connecting the USB cable to your dock connector, continue holding the home button until you see “Connect to iTunes” on the screen. You may now release the home button. iTunes should now display that it has detected your phone in recovery mode, if not quit and reopen iTunes. If you still don’t see the recovery message repeat these steps again. iTunes will give you the option to restore from a backup or set up as new.

  • I want Firefox to open to my homepage every time after it crashes. I do not want it to return to the tabs and applications that caused the crash. I am willing to lose information. How do I do this?

    Firefox crashes or seizes up when there are too many tabs and applications open, and causes my computer to crash or seize up. I use task manager to close Firefox or I restart my computer. Then, when Firefox restarts again, it automatically re-opens all the tabs and applications that caused the computer to seize or crash in first place. This is a waste of my time. I want Firefox to reopen to my homepage even if it crashes. I am willing to lose information to have Firefox reopen to a low-memory homepage. How do I do this?

    Set the Integer pref browser.sessionstore.max_resumed_crashes to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.
    * http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes
    That will allow you to deselect the tab(s) that you do not want to reopen, but will allow to reopen other tabs.
    See:
    * http://kb.mozillazine.org/Session_Restore#Restoring_a_session_after_a_crash
    * http://kb.mozillazine.org/Browser.sessionstore.max_resumed_crashes
    See also:
    * https://wiki.mozilla.org/Session_Restore#Preferences
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

  • Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)

    I have already seen few similar posts on this forum for similar issue. However, I feel mine is different from those and could be some basic steps am missing. Thanks in advance for any comments.
    We are evaluating the effort and benefits of migrating our PB 10.2.1 (build 9731) application to  PB 12.5 Classic. After downloading the trial version from the SAP site, I could migrate the application easily with only a handful of warnings. However, while running the application either from build (EXE) or from IDE, it crashes (windows application failure) frequently. In addition to that, few of our application screens opens as blank screen (doesn’t display anything in the DW attached).
    My operating system is Windows 7 (32 bit) Service Pack 1. The application has many calls external DLLs (both windows standard and custom), as samples at the bottom. I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder) and the source code directory in my attempt to ensure that there are no issues with DLLs. However, initially I had installed powerbuilder 12.5 also under the same root as Power builder 10.0, but as I read few posts that DLLs from different version residing in same place can cause issues, uninstalled and installed PB 12.5 on different location.
    Our PB application also interact with the .Net modules of the application by communicating through a custom DLL. However, that seems still working and I am able to open the .Net screens from the migrated application.
    Below are the main scenarios in which the application crashes and every time I get a DLL error as given below.
    1. While running the application from IDE and selecting ‘Exit’ from the main window. This will close any instantiated objects and close the mutex by calling the windows API.
    function ulong CreateMutexA(ulong lpMutexAttributes, boolean bInitialOwner, ref string lpName) library "kernel32.dll" alias for "CreateMutexW" function ulong GetLastError() library "kernel32.dll" alias for "GetLastError;Ansi"
    function ulong CloseHandle(ulong hMutex) library  "kernel32.dll" alias for "CloseHandle;Ansi"
    This will result in the below crash.
    Faulting application name: PB125.EXE, version: 12.5.2.5006, time stamp: 0x50f93412
    Faulting module name: kernel32.dll, version: 6.1.7601.17932, time stamp: 0x503275b9
    Exception code: 0xc0000005 Fault offset: 0x0004c372
    Faulting process id: 0x2bdc
    Faulting application start time: 0x01cf3e72371227c9
    Faulting application path: C:\Software\Sybase\PowerBuilder 12.5\PB125.EXE
    Faulting module path: C:\Windows\system32\kernel32.dll
    Report Id: 8feef8fc-aa65-11e3-8049-f500274aecdc
    2. Opening of certain windows results in the below crash. If I try to debug the code and move mouse over the line of code being executed, then also I get the same crash. I don’t do the mouse move then I can proceed with the same line, however it will crash at a later line calling ‘classname’.
    Problem Event Name: APPCRASH
    Application Name: PB125.EXE
    Application Version: 12.5.2.5006
    Application Timestamp: 50f93412
    Fault Module Name: PBVM125.dll
    Fault Module Version: 12.5.2.5006
    Fault Module Timestamp: 50f93437
    Exception Code: c0000005
    Exception Offset: 00175357
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 3081
    Additional Information 1: 38ca
    Additional Information 2: 38ca6ad0537dbd0555785bd862b8e94f
    Additional Information 3: 0cd5
    Additional Information 4: 0cd54a5b6672f15bf2ca366539d89c12
    3. Few of the application screen opens but doesn’t display the datawindow attached to it.

    ... many calls external DLLs (both windows standard and custom),
    You have a very complex application and it is unlikely that you will receive much help in this type of setting.  As Chris has already pointed out, previous efforts appear to have been done in a sloppy manner; something indicated by the ANSI qualifiers on API functions that are not needed or relevant.  In addition, the PB alias of CreateMutexA for the API function CreateMutexW is also suggestive.
    I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder)
    You should be very very careful about doing things like this.  One should not simply scatter DLLs across directories without very good reasons as it often leads to strange problems.  On a machine with the IDE installed, you should allow PB to install everything where it wants them.  Copying or moving files is something done as a last resort - it is certainly something that you need to document in case you need to undo it or redo it at a later time.
    Lastly, you might reconsider attempting this with the trial version.  I don't how "current" the trial version is but I suspect it might be a bit buggier than the most current maintenance build.  I'm guessing that you will have to do a bit more than recompiling to get the functionality related to "opening .Net screens" working.  It might help to try creating a new application and put in some basic functionality to interact with all of these external processes, screens, dlls, etc since I suspect this is where the bulk of your problems exist.

  • Application crashes after closing LabVIEW instance with Scilab 5.2.2

    I use LV 8.21 with the LabVIEW to Scilab Gateway software Version 1.1 (new version from NI homepage)
    I have Scilab Version 5.2.2 installed. We will do some calculation with the LabVIEW Scilab script node.
    Mainly use a call "exec (functionA,-1) Scilab script node. The functionA is a scriptfile outside of the application.
    So far everything is working fine, I can build a LabVIEW application with the application builder.
    If I run the application the calculation inside the Scilab script node are proceeding; I can call
    it many times in a loop without no problem.
    But if I close the instance (the VI with the Scilab script node inside) the application crashes.
    The same problem I have in the LabVIEW development environment  
    Is there a way to "unload" Scilab before I close the VI without a crash. After the Scilab
    calculation I have to close the calling VI and call some other VIs for further calculation
    (but this VIs have no Scilab call)
    I tried with the "exit" and "quit" command in Scilab script node, no success
    any suggestion
    Attachments:
    scilab.GIF ‏5 KB

    Hello
    thanks for the advice. I tried with version 5.1.1   ...    but no success!
    So I went straight back to version 4.1.1 and it works fine, of course I had to remove the comments from the script node 
    So fare I can work with this version.
    So what are the time schedule to fix this problem? It is a very useful tool an I would like to use the latest version of scilab and not an old version.
    Thank you

  • Application crashes after sometime using UIGetScreenImage()

    Hi,
    I've the following code to take the screenshots in iPhone:-
    *+ (UIImage )imageWithScreenContents
    * CGImageRef cgScreen = UIGetScreenImage();*
    * if (cgScreen) {*
    *UIImage *result = [UIImage imageWithCGImage:cgScreen];*
    * CGImageRelease(cgScreen);*
    *return result;*
    *return nil;*
    I'm calling the above code in a timer of 1/1.0 seconds as:
    *[array addObject:[UIImage imageWithScreenContents]];*
    where imagewithScreenContents is a function. But after some seconds i.e after adding 90 frames application crashes. I'm unable to understand the problem.
    Can somebody help me in solving the problem ?
    Thanks in Advance.

    Hi,
    first please use the structure(without the minus sign in the parenthesis) below in order to
    properly post code:
    {-code}
    Place code here!
    {-code}
    Second, I am no iPhone developer but still I think you need to be more careful what and when you
    are releasing(especially with a timer). I myself have an application that uses multiple timers, so may
    be this will be helpful(without seeng your actual error message can't tell for sure). My first clue would be to ask you how you create your array object and what do you do with it. The second one,
    I am not sure if this is needed but can't you define a property called 'screenShotImage' or so and
    give it value in your 'imageWithScreenContents' function? What I am trying to say is:
    -(UIImage*) screenShotImage
    return screenShotImage;
    -(void) setScreenShotImage: (UIImage*) input
    [screenShotImage release];
    screenShotImage = [input retain];
    and then in your imageWithScreenContents method:
    [self setScreenShotImage: [UIImage imageWithCGImage: cgScreen]];
    CGImageRelease(cgScreen);
    I am pretty sure that you are not handling your memory allocation/deallocation properly, do a
    little research on the topic, I am also pretty sure that you have to be extra careful with memory
    when implementing an iPhone app. Hope some of this helps.
    Regards,
    -artOf...

  • Application crashes after getting oci-24550

    Hello ,
    I am working on Oracle 11.1.0.7 database on IBM AIX os.
    I am using Oracle client 11.1.0.7 on our app servers.
    We are getting following erros at oracle client side and after this application crashes.
    I have not found any error in alert log file , but at application server log files are keep generated and application crashes every after few minutes..
    We have chanded our sql net .ora file as oracle metalink suggested -
    DIAG_ADR_ENABLED=OFF
    DIAG_SIGHANDLER_ENABLED=FALSE
    DIAG_DDE_ENABLED=FALSE
    But it did not worked ..
    Any idea where to check and what colud be the reason..
    Dump file /home/LM1/oradiag_LM1/diag/clients/user_LM/host_23432154125_11/incident/incdir_3457/ora_28219_3934123156_i3457.trc
    Dump continued from file: /home/LM1/oradiag_LM1/diag/clients/user_LM1/host_719854125_11/trace/ora_28219_3923427456.trc
    oci-24550 [11] [[si_signo=11] [si_errno=0] [si_c] [] [] [] [] [] []
    ========= Dump for incident 3457 (oci 24550 [11]) ========
    Call Stack Trace
    calling call entry argument values in hex
    location type point (? means dubious value)

    Hello Helios,
    Yes we checkd this document...it says to set some parameter in sql net .ora file , if using OCI 7 ..but i am not not sure
    what OCI oracle 11g is using .. OCI 7 or OCI 8
    sqlnet.ora for parameter(s)
    SEC_USER_AUDIT_ACTION_BANNER=<path>/banner.txt
    SEC_USER_UNAUTHORIZED_ACCESS_BANNER=<path>/banner.txt
    What could be the value of path and banner ...where to look for these values..?
    It is about seting stop unauthorizes access.. is this is related to application crash ..?
    any idea on this ...

  • Application crashes after IOS 5

    Application crashes after installing IOS 5

    OK, thanks for sharing that information.
    Now, how about more details, assuming you are looking for assistance, here, such as the name of the application? It's impossible for anyone here to offer even a guess with so little to go on. Have you checked for an update to said app, or contacted the developer to ask for help?
    Regards.

  • Application crash @ libXm.so.4 in Solaris 10_x86 after migrating from SPARC

    my application which worked well in the SPARC architechture, after
    migrating to Solaris 10_x86 - facing lot of crashes originating at
    Motif Xm/Xt libraries like libXm.so.4, */usr/X11_LINK/lib/libXt.so.4*.
    Did anyone face this kinda issue before?..Pls help me solving the issue...
    Is there any patch+ that I need to install or do you have any other suggetions...?

    You may be facing a lot of crashes when migrating form SPARC to x86 systems, if memory leaks are not taken care properly, especially when you are using Motif.
    Memory leaks can cause serious problems with X Toolkit programs. Since event driven programs often call the same resource handling code repeatedly, even small leaks can result in large problems.
    Memory leaks errors are common when getting and setting resources. When setting a resource, you must decide if the widget copied the value so that you can free (or modify) your copy. When getting a resource, you must decide if the widget returned you a copy that you must free.
    Somehow, the solution for the Application crash. It was because of memory leak/improper memory deallocation/allocation.

  • After publication, login or register ParseUser, the application crashes.

    I'm using
    Unity3D
    and
    ParseSDK
    for the list
    of leaders.
    Application
    crashes
    when you
    are prompted to verify the
    credentials.
    It is
    wrapped
    in a
    try {}
    catch (Exception).
    Locally
    works
    fine.
    The problem manifests itself
    only after publication.
    Configuration
    XAP_Master

    public void LogIn(string login, string pass)
    try
    // next line crash
    ParseUser.LogInAsync(login.Trim(), pass.Trim()).ContinueWith(t => {
    if (t.IsFaulted || t.IsCanceled)
    { UnityPluginForWindowsPhone.WP8func.MessageBoxShow("Failed", "Incorrect login or password.");
    status = true;
    else
    login_status = true;
    SaveScore();
    catch (Exception ex)
    status = true;
    The problem
    appears only after
    publication.
    Exception messages
    I do not get
    the application
    crashes
    and the end.
    Before you download
    from the store
    I delete
    the app and
    install.
    Before you can
    authorize the user,
    check
    ParseUser!
    = null.
    Before that, I
    tested it
    on another device
    with the configuration of the
    Release_ARM
    and it worked
    without any
    issues.
    Now
    that
    things
    have changed
    in the store and
    Release_ARM
    falls
    at the opening.
    And rightly so, because the
    download
    is
    Master_ARM.
    It is not clear
    why
    this behavior.
    Where
    should not
    work, works, and where
    should
    not work.

  • Working Flex builder application crashes after flash player version 11.7.700.225

    I had developed a application in flash builder 4.6 at the time of development in that time latest browser 11.2 it was working smooth and fine all functioning is well. But now after new flash player release after 11.7.700.225 application doesn't show text and Clicks anso doesn't work. Please suggest me a solution what has been changed in version 11.7.700.224 and 11.7.700.225 due to that my application crashes.

    JavaScript and Cookies are enabled.  my cookies list shows at least 3 associated with hulu.  Funny thing is, if I grab the up/down control bar on right side of screen with my mouse, then hulu plays in a somewhat chopped frame by frame. As soon as I let go, the frame freezes yet audio portion continues.
    I don't know what a munged Hulu cookie is, however.

  • Adobe Air Application Crash After installation

    Hi,
    We have developed a windows application "DsNetHTML5Player" in Adobe Air which shows HTML pages in sequence using <mx:HTML> control. When I run application in "Flash Builder" all plays fine.After creating its build and installing on system (Windows 7) application crashes with following error.
    Faulting application name: DsNetHTML5Player.exe, version: 0.0.0.0, time stamp: 0x4d7a7dd2
    Faulting module name: WebKit.dll, version: 6531.9.0.0, time stamp: 0x50fcd627
    Exception code: 0xc0000005
    Fault offset: 0x000a99ac
    Faulting process id: 0x19c0
    Faulting application start time: 0x01d00ae266bc2b46
    Faulting application path: C:\Program Files\DsNetHTML5Player\DsNetHTML5Player.exe
    Faulting module path: c:\Program Files\Common Files\Adobe AIR\Versions\1.0\Resources\WebKit.dll
    Report Id: 99882a24-76d6-11e4-a3ad-005056c00008
    If anyone has any idea what the problem could be here, please let me know.
    Thanks
    Umair

    Could you open a new bug report on this over at bugbase.adobe.com.  Please include a copy of your app (or a sample project) along with steps to reproduce.  Once added, please let me know the bug number and I'll have somone take a look ASAP.
    Thanks,
    Chris

  • Apple Applications Crash After Time Machine Restore

    I recently had to do a full system restore using Time Machine. Ever since the restore completed, most of the Apple applications on my iMac immediately crash when I try to open them. Luckily, Disk Utility is one of the applications that does not crash, so I tried to verify/restore permissions, however, when I try to, I am given this:
    Repairing permissions for “Macintosh HD”
    Warning: SUID file "Applications/Utilities/Keychain Access.app/Contents/Resources/kcproxy" has been modified and will not be repaired.
    Warning: SUID file "System/Library/Printers/IOMs/LPRIOM.plugin/Contents/MacOS/LPRIOMHelper" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner " has been modified and will not be repaired.
    Warning: SUID file "usr/bin/login" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/newgrp" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/passwd" has been modified and will not be repaired.
    Warning: SUID file "usr/lib/sa/sadc" has been modified and will not be repaired.
    Warning: SUID file "usr/libexec/chkpasswd" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/scselect" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/traceroute" has been modified and will not be repaired.
    Warning: SUID file "usr/sbin/traceroute6" has been modified and will not be repaired.
    Permissions differ on "usr/share/derby", should be drwxr-xr-x , they are lrwxr-xr-x .
    Repaired "usr/share/derby".
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Permissions repair complete
    However, according to this KB article: http://support.apple.com/kb/TS1448, those are all errors that I can "safely ignore".
    This is what the Problem Report says when one of the applications crashes (this one is for iTunes, but they are pretty much all the same):
    Process: iTunes [334]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: ??? (???)
    Build Info: iTunes-9022501~2
    Code Type: X86 (Native)
    Parent Process: launchd [176]
    Date/Time: 2009-12-29 01:16:52.530 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1707 sec
    Crashes Since Last Report: 203
    Per-App Crashes Since Last Report: 7
    Anonymous UUID: 3178C0CD-1A80-48E0-A6EC-2DC6D5EC88CC
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: __ZNK3JSC6JSCell17getTruncatedInt32ERi
    Referenced from: /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Expected in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    in /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.45f0
    Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en3
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en4
    Serial ATA Device: ST31000342ASQ, 931.51 GB
    Serial ATA Device: HL-DT-ST DVDRW GA11N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0x24400000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0307, 0x24300000
    USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x0119, 0x24360000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: Vendor-Specific Device, 0x4542, 0x4149, 0x04100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x06110000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0x26400000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0x26430000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0x26420000
    In addition to not being able to run about 95% of my Apple applications, I can also no longer connect to my Time Capsule Time Machine backups. I am able to SEE the files in the built-in hard drive, but I can not mount the sparsebundle for the backups of any of my computers. I am however able to access them on a different computer. Also, if I try to use System Recovery from my Snow Leopard install disk again, it can't find any backups on my Time Capsule, even though my other computer can view the files with no problem.
    Any help with any of these problems would be greatly appreciated.

    I had a couple of apps start crashing today, with basically the same stuff in the crash reports.
    Reinstalling Safari (which also reinstalls the WebKit and JavascriptCore frameworks, which seem to be part of the problem) worked for me.
    I found that solution here, after Googling for "Symbol not found: __ZNK3JSC6JSCell17getTruncatedInt32ERi":
    http://www.meproxsoft.de/tag/time-machine/
    I know very little German (even though I took German in high school-- it might have helped if the teacher actually knew English), but I managed to get "repair permissions" and "reinstall Safari" from all that.

  • I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.

    I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.
    How do I get formal support for this from Adobe?

    Thanks for the response.  The application was crashing.  A Windows message was displayed showing "Lightroom.exe has stopped working", "Windows can check online for a solution the problem.". Etc.
    I just launched Lightroom to check the exact message for this reply - and the Import worked.  It had failed dozens of times before. 

Maybe you are looking for

  • How do I deal with a spinning rainbow that precedes and delays the appearance of the arrow

    For the past sevral weeks, my navigating in the Internet has been slowed down by the appearance of a spinning rainbow.  I eventually disappears and the arrow returns permitting me to proceed in my search. Can this rainbow be eliinated?  Or can the pr

  • Missing Columns from List Content Type

    Hi, I'm having some strange problems with one of my site collections, I have site content types with a few columns in it and I'm using them in 3 different libraries. However recently something happened and it seems the list content types in one of th

  • Strange Case..!! How 2 set an item as a master block to it's db items block

    Hello All, i have a question pls. ================ How 2 set an item as a master block to it's related db items in the same data block; as follows: ============ 1-i have to enter the item's value ('LAB_TEMP' ) once then; 2-the other related items in

  • MS SQL Server jdbc help

    I am trying to connect to a MS SQL Server 2000 db from my linux Mandrake10 box using SQuirreL. I have downloaded a tar file from MS's website, which I have untarred to produce 3 jar files: msbase.jar, mssqlserver.jar and msutil.jar. According to the

  • Add 2 same fields in O7Z4 (maintain line layout configuration)

    Dear expert, I would like to customize a new line layout for f-44 & f-58 when select on process open item. I want to have 2 field of text field (table: RFOPS, field name: SGTXT), but when i select on insert after... only 1 text field can add in the n