Is any one familiyer with this error

Deployment failed: Nested exception
Resolution:
Base Exception:
java.rmi.RemoteException
deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'com.framework.handlers.tasks.failrecovery.FailRecoveryTask': java.lang.ExceptionInInitializerError. deploy failed!: ; nested exception is:
oracle.oc4j.admin.internal.DeployerException: Error initializing ejb-module; Exception Error loading class 'com.framework.handlers.tasks.failrecovery.FailRecoveryTask': java.lang.ExceptionInInitializerError
ples help me to resolve this error
Thanks
Asanka Priyanjith
Message was edited by:
Asanka Priyanjith

Hi, yes I am using Data Backup to backup multiple servers onto an Xraid. What do you want to know about it?
Cheers,
Tim

Similar Messages

  • When I call to other they don´t hear me. But I can hear them. This is a brand new iPhone 4. Any one else with this problem?

    Any one that can help me with this problem?
    I have tried to switch sim card with another iPhone - my simcard works perfect on the other iPhone.
    Re installed the software
    Tested voice memos - seems OK
    Homebutton - then loudness + /-
    HELP-

    same problem started today.  very frustrated that i have a 400 paperweight.  i can hear them but they cant hear me either... trying to restore phone now.... ANGRY!!! if you have a fix someone pass it along. 

  • Can any one help with this query please

    I have a table something as below
    Things_t
    Things Characteristic Char Value
    Item 1 Colour Red
    Item 1 Packaging
    Item 2 Shape Square
    Item 2 Brand Spunk
    Now i want to reterive an item with none of its char values as Null. Using the query “ select distinct things from things_t where char value is Null ” will fetch the item 1 also together with item 2. i want to fetch a record from thing for which none of the char values are Null such as Item 2. Can you please help me with this query.

    Try this:
    WITH t AS
    (SELECT 1 item_id, 17436 chr_id, 14225034 chr_val_id FROM dual UNION
    SELECT 1 item_id, 39 chr_id, 14276173 chr_val_id FROM dual UNION
    SELECT 1 item_id, 17774 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 1 item_id, 265 chr_id, 20502978 chr_val_id FROM dual UNION
    SELECT 1 item_id, 16978 chr_id, 797233 chr_val_id FROM dual UNION
    SELECT 1 item_id, 13092 chr_id, 5666917 chr_val_id FROM dual UNION
    SELECT 1 item_id, 15228 chr_id, 1209758 chr_val_id FROM dual UNION
    SELECT 2 item_id, 112 chr_id,  12705342 chr_val_id FROM dual UNION
    SELECT 2 item_id, 6945 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 2 item_id, 70 chr_id, 12597376 chr_val_id FROM dual UNION
    SELECT 2 item_id, 16832 chr_id, NULL chr_val_id FROM dual UNION
    SELECT 2 item_id, 7886 chr_id, 9588619 chr_val_id FROM dual UNION
    SELECT 2 item_id, 6986 chr_id, 2659351 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9531 chr_id, 8910943 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9798 chr_id, 8717531 chr_val_id FROM dual UNION
    SELECT 3 item_id, 17446 chr_id, 12266441 chr_val_id FROM dual UNION
    SELECT 3 item_id, 4830 chr_id, 13683090 chr_val_id FROM dual UNION
    SELECT 3 item_id, 9518 chr_id, 834772 chr_val_id FROM dual UNION
    SELECT 3 item_id, 11031 chr_id, 20233753 chr_val_id FROM dual UNION
    SELECT 3 item_id, 12564 chr_id, 2282478 chr_val_id FROM dual)
    SELECT DISTINCT item_id
    FROM   t
    MINUS
    SELECT DISTINCT item_id
    FROM   t
    WHERE  chr_val_id IS NULLOr this:
    SELECT item_id
    FROM  (SELECT   item_id,
                    MIN(NVL(chr_val_id, -1)) min_chr_val_id
           FROM     t
           GROUP BY item_id)
    WHERE  min_chr_val_id != -1Edited by: lee200 on Oct 15, 2012 9:22 AM

  • Can any one help on this error in CRM ui 7.0

    Dear Experts,
    here i have problem with component : bp_head_serach - view: mainsearchresult.
    my intention is add one field to customer. IDNUMBER from but0id.
    i have done the configuration part and already added the IDnumber in UI screen using cinfig.
    and (ZL_BP_HEAD__MAINSEARCHRES_IMPL)append the structure also. please help me guys.
    structed from past 5days.
    data: lv_bpid type BU_ID_NUMBER.
    data: lv_bp_str type string.
    data: lv_bp type BU_PARTNER.
    if value  is initial.
      lv_bp_str = current->get_property_as_string( 'BP_NUMBER' ).
        if lv_bp is not initial.
        lv_bp = lv_bp_str.
        select single IDNUMBER from but0id into lv_bpid
            where partner = lv_bp.
        if sy-subrc = 0.
          value = lv_bpid.
          endif.
        endif.
    endif.
    this is the code am using in get_zzbp_id.

    Hi,
    If your select query fails then its because of the missing conversion exit, since you are reading bp number as a string.
    Use get_property_As_value instead of reading as string.
    Try this,
    data: lv_bpid type BU_ID_NUMBER.
    data: lv_bp type BU_PARTNER.
    if value is initial.
    current->get_property_as_value( exporting iv_attr_name = 'BP_NUMBER'
                                                           importing ev_result = lv_bp ).
    if lv_bp is not initial.
        select single IDNUMBER from but0id into lv_bpid
                                                where partner = lv_bp.
         if sy-subrc is initial.
               value = lv_bpid.
         endif.
    endif.
    endif.
    Regards,
    Arun

  • TS1424 IPOD WONT CONNECT TO ITUNES STORE I'VE TRIED EVERYTHING EVEN RESTORED BACK TO FACTORY DEFAULT, CAN ANY ONE HELP WITH THIS

    Every time I try to get on itunes store on my ipod it tells me that it "cannot connect to itunes store", I've tried everything even restored the ipod to factory settings and nothing, can some one please give a solution that will work?

    Hi datnativeBUNNZ,
    If your iPod can't connect to the iTunes store, check out this article for some additional troubleshooting steps:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Troubleshooting on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure that your iOS software is up to date by connecting your iOS device to iTunes and clicking on Check for Update in your device's Summary page in iTunes.
    Check and verify that you are in range of a Wi-Fi router or base station. If you are on a 3G capable device, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to 3G, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts. 
    Check to make sure you have an active internet connection. You can check the User Guide for your device for help with connecting to the internet. 
    Check to make sure other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the internet.
    Try resetting (turning off and then on again) your Wi-Fi router
    If the issue still persists see, iOS: Troubleshooting Wi-Fi networks and connections or iOS: Troubleshooting Wi-Fi networks and connections.
    Take care!
    - Ari

  • Safari has been hacked by Syrian military....any one else with this ?

    Safari has been hacked by Syrian military of my iPAD....ANYONE ELSE HAVE THIS?

    I Was using safari on my iPad Air when i opened an article in macworld a prompt showed telling me that i was hacked by syrian electronic army then when i pressed ok it brought me to a logo/pic of a birdie in middle eastern look. What is this? What is the extent of the hack if indeed its true?

  • Itunes could not connect to the iphone an unknown error occurred 0xE8000003 please help me with this error any one have idea ?

    itunes could not connect to the iphone an unknown error occurred 0xE8000003 please help me with this error any one have idea ?

    http://support.apple.com/kb/ts3221

  • Running Premiere PrO cs6. After upgrading to Yosemite 10.10.2 Adobe Premiere wont run, come up with system error and shuts down. Any one else had this issue?

    Running Premiere PrO cs6. After upgrading to Yosemite 10.10.2 Adobe Premiere wont run, come up with system error and shuts down. Any one else had this issue?

    can try this Premiere Pro CC, CC 2014, or 2014.1 freezing on startup or crashing while working (Mac OS X 10.9, and later)

  • HT1338 Update bundle just released for Aperture 3.4.2, Safari 6.0.2, and iPhoto 9.4.2 will not install.  Keep getting error "The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)"  Any one else having this issue?  Please help.

    Update bundle just released for Aperture 3.4.2, Safari 6.0.2, and iPhoto 9.4.2 will not install.  Keep getting error "The operation couldn't be completed. (NSURLErrorDomain error -3001.)(102)"  Any one else having this issue?  Please help.

    Hi there!
    Yes, same problem too; I've already sent an email to apple support and just received a very vague and unpractical response with "call apple support in your country" as main advice. I've obviously emailed back stating that I need a clearer response and I don not have any intention to spend money calling for support when updates is a free tool. I do also believe this is a probem generated on Apple's end, I just wish they learned to say "sorry, it's us;  working on it!"
    Message was edited by: MacLuc

  • TS3694 i am getting error :1621 while trying to restore it. any one know wat this is error about?

    i am getting error :1621 while trying to restore iphone 3gs it. any one know wat this is error about?

    1621: Are you thinking of a different error? Or is the iTunes screen definitely saying 1621?

  • My iphone 5 is problem facing like that. when i switch off my iphone5 then plugh for charge with data cable or charger adapder or only data cable with no power connect phone is starting why? means on my phone Why? any one can explane this matter please. s

    my iphone 5 is problem facing like that. when i switch off my iphone5 then plugh for charge with data cable or charger adapder or only data cable with no power connect phone is starting why? means on my phone Why? any one can explane this matter please. switched off my phone but on without power button . what is the problem?
    Thanks
    s.m slim

    all iphone is same like that

  • I have an iphone 4. Recently I have issues with certain apps closing immediately once they are open. ie Email. Tried re-booting entire thing and still having issues. Any one else having this issue or a fix for it?

    I have an iphone 4. Recently I have issues with certain apps closing immediately once they are opened.(ie Email). Tried re-booting entire phone and still having issues. Any one else having this issue or know a fix for it?

    Delete background Apps from memory and then Reset.
    To Delete background Apps, double click Home button, in the bar at bottom, hold down on an App Icon until the minus sign appears, tap all the minus signs, until all background Apps are cleared from memory. Then Reset, hold both Home and Power buttons until the iPhone begins to restart itself, ignor the 'slide to power off' let the iPhone restart itself. Usually takes about 10 seconds of holding both buttons.

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • Since reinstalling itunes i can no longer sync. Error message says already synced with another itunes library. I get a blank sync - no songs, photos ect as it comes up with this error whenever try to select what is to be synced. Help - lost everything

    Since reinstalling itunes i can no longer sync. Error message says already synced with another itunes library. I get a blank sync - no songs, photos ect as it comes up with this error whenever try to select what is to be synced. Help - lost everything. Complete nightmare - Apple sort a fix NOW, but will take any help

    Plawexki wrote:
    ...  do you know if the contacts, photos, messages etc will be wiped?
    Yes... Everything will be Wiped and Replaced with what is currently on Your Mac.
    SYNCING with iTunes
    See here  >  http://support.apple.com/kb/HT1386
    From Here  >  http://www.apple.com/support/iphone/syncing/
    You may find this information of interest...
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

  • I try to run a SSIS 2012 package a come with this error Exception has been thrown by the target of an invocation.

    Hi,,
    I making a package in SSIS 2012 that read a Excel file and copy the data into a Excel Destination , I did via Scrip Task using VB 2010 (Visual Studio 2010) the package stop with these error, I try to solve but I don't know, any clue ??
    Thanks
    I execute a SSIS package copy data from a Excel workbook to another using a VB scrip, it show with this error
    Exception has been thrown by the target of an invocation. Also appears this : at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes,
    RuntimeType typeOwner)   at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)   at System.Reflection.RuntimeMethodInfo.Invoke(Object
    obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo
    culture)   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)   at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    An the package stop , I wan to know really what is happened?, any one please

    >Exception has been thrown by the target of an invocation
    In your script taks you need to "unwrap" this exception by examining its .InnerException.  An easy way is to catch TargetInocationException and re-throw its .InnerException.
    David
    David http://blogs.msdn.com/b/dbrowne/

Maybe you are looking for